:root {
  --ink: #10201a;
  --deep: #0b1713;
  --green: #69e0a3;
  --green-dark: #146940;
  --cream: #f5f2e9;
  --paper: #fbfaf6;
  --line: rgba(16, 32, 26, .14);
  --muted: #637069;
  --shadow: 0 24px 70px rgba(5, 24, 16, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 10px 16px; background: white; }
.skip-link:focus { top: 16px; }

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 250, 246, .88);
  backdrop-filter: blur(15px);
}
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 9px; font: 700 24px/1 Inter, "Segoe UI", sans-serif; letter-spacing: -.05em; text-decoration: none; }
.brand > span > span, .brand-footer > span { color: var(--green-dark); }
.brand-mark { width: 32px; height: 32px; fill: var(--green-dark); }
nav { display: flex; align-items: center; gap: 32px; }
nav a { color: #3d4c45; font-size: 15px; font-weight: 600; text-decoration: none; }
nav a:hover { color: var(--green-dark); }
.nav-cta { padding: 10px 20px; border: 1px solid var(--ink); border-radius: 99px; color: var(--ink); }

.hero { min-height: 700px; overflow: hidden; background: linear-gradient(145deg, var(--paper) 55%, #e7f5ec); }
.hero-grid { min-height: 700px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.eyebrow, .kicker { margin: 0 0 20px; color: var(--green-dark); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { display: inline-block; width: 26px; height: 2px; background: var(--green-dark); }
h1, h2, h3 { margin-top: 0; font-family: Inter, "Segoe UI", Roboto, sans-serif; line-height: 1.12; }
h1 { margin-bottom: 26px; font-size: clamp(48px, 6vw, 76px); letter-spacing: -.055em; }
h1 em { color: var(--green-dark); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 620px; margin: 0; color: #46564e; font-size: 20px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; font-size: 15px; font-weight: 600; text-decoration: none; }
.button-primary { padding: 0 26px; border-radius: 7px; color: white; background: var(--ink); box-shadow: 0 10px 28px rgba(15, 45, 32, .18); }
.button-primary:hover { background: var(--green-dark); transform: translateY(-1px); }
.button-text { gap: 10px; }

.hero-visual { position: relative; min-height: 510px; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 390px; height: 390px; right: 12px; top: 40px; background: #b9f0d1; }
.orb-two { width: 230px; height: 230px; left: 10px; bottom: 0; background: #d7e4a4; opacity: .72; }
.device { position: absolute; z-index: 2; width: 280px; height: 510px; right: 78px; top: 2px; padding: 12px; border: 7px solid #12241c; border-radius: 42px; background: #152920; box-shadow: 0 35px 75px rgba(10, 35, 23, .3); transform: rotate(5deg); }
.device-top { display: flex; justify-content: center; gap: 4px; height: 22px; }
.device-top i { width: 4px; height: 4px; border-radius: 50%; background: #557468; }
.device-screen { height: calc(100% - 22px); padding: 34px 23px; border-radius: 27px; background: #f7f5ed; }
.screen-tag { display: inline-block; padding: 6px 10px; border-radius: 99px; color: #176a42; background: #d5f3e1; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.screen-title { width: 90%; height: 19px; margin-top: 29px; border-radius: 4px; background: #183126; }
.screen-title.short { width: 58%; margin-top: 8px; }
.screen-card { display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: center; margin-top: 26px; padding: 14px; border: 1px solid #dce3db; border-radius: 12px; background: white; }
.screen-card + .screen-card { margin-top: 10px; }
.screen-card b { width: 38px; height: 38px; border-radius: 9px; background: #a8e6c4; }
.screen-card span { height: 7px; border-radius: 3px; background: #b8c2bb; box-shadow: 0 12px 0 #e0e4e0; }
.screen-button { width: 100%; height: 42px; margin-top: 28px; border-radius: 9px; background: #173e2c; }
.code-card { position: absolute; z-index: 4; left: 12px; bottom: 49px; width: 215px; padding: 18px 19px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; color: white; background: rgba(11, 23, 19, .94); box-shadow: var(--shadow); }
.code-card span { float: left; display: grid; place-items: center; width: 36px; height: 36px; margin-right: 12px; border-radius: 9px; color: var(--deep); background: var(--green); font-size: 12px; font-weight: 700; }
.code-card strong { display: block; padding-top: 1px; font-size: 12px; }
.code-card i { display: block; width: 80px; height: 5px; margin-top: 7px; border-radius: 4px; background: #476056; }

.section { padding: 120px 0; }
.section-head { display: grid; grid-template-columns: 1fr 370px; align-items: end; gap: 80px; margin-bottom: 54px; }
.section-head h2, .company h2, .contact h2, .process h2 { margin-bottom: 0; font-size: clamp(38px, 4.5vw, 56px); letter-spacing: -.045em; }
.section-head > p { margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 480px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: white; }
.service-card.featured { background: #e4f5eb; }
.service-number { position: absolute; right: 26px; top: 25px; color: #738179; font: 600 12px/1 Inter, "Segoe UI", sans-serif; }
.service-icon { position: relative; width: 58px; height: 58px; margin-bottom: 48px; border-radius: 15px; background: var(--ink); }
.phone-icon i { position: absolute; width: 22px; height: 34px; left: 18px; top: 12px; border: 2px solid var(--green); border-radius: 5px; }
.web-icon { display: flex; gap: 4px; align-items: flex-start; padding: 14px 12px; }
.web-icon i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.web-icon::after { content: ""; position: absolute; left: 12px; right: 12px; top: 27px; height: 16px; border: 2px solid var(--green); border-radius: 2px; }
.ai-icon i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.ai-icon i:nth-child(1) { left: 15px; top: 17px; }.ai-icon i:nth-child(2) { right: 14px; top: 13px; }.ai-icon i:nth-child(3) { left: 18px; bottom: 13px; }.ai-icon i:nth-child(4) { right: 12px; bottom: 17px; }
.ai-icon::before, .ai-icon::after { content: ""; position: absolute; left: 18px; top: 27px; width: 25px; height: 2px; background: var(--green); transform: rotate(24deg); }.ai-icon::after { transform: rotate(-35deg); }
.service-card h3 { margin-bottom: 16px; font-size: 25px; letter-spacing: -.025em; }
.service-card p { color: var(--muted); font-size: 15px; }
.service-card ul { margin: 27px 0 0; padding: 23px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { position: relative; padding-left: 18px; color: #46534d; font-size: 14px; line-height: 2; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 13px; width: 5px; height: 5px; border-radius: 50%; background: var(--green-dark); }

.process { color: white; background: var(--deep); }
.process-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 120px; }
.kicker-light { color: var(--green); }
.process-intro { max-width: 470px; margin-top: 32px; color: #9fb0a8; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 16px; padding: 29px 0; border-top: 1px solid rgba(255,255,255,.13); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.steps > li > span { color: var(--green); font: 600 13px/1.4 Inter, "Segoe UI", sans-serif; }
.steps h3 { margin-bottom: 6px; font-size: 21px; }
.steps p { margin: 0; color: #9fb0a8; font-size: 15px; }

.company { background: var(--cream); }
.company-grid { display: grid; grid-template-columns: 1fr 460px; align-items: center; gap: 110px; }
.company-copy > p:not(.kicker) { max-width: 590px; color: #58655f; }
.company-copy h2 + p { margin-top: 30px; }
.legal-card { padding: 42px; border-radius: 14px; color: white; background: var(--ink); box-shadow: var(--shadow); }
.legal-label { margin: 0 0 32px; color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.legal-card h3 { margin-bottom: 34px; font-size: 28px; }
.legal-card dl { margin: 0; }
.legal-card dl > div { display: grid; grid-template-columns: 100px 1fr; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.13); }
.legal-card dt { color: #91a29a; font-size: 13px; }
.legal-card dd { margin: 0; font-size: 14px; }

.contact { color: white; background: #185f3e; }
.contact-box { display: grid; grid-template-columns: 1fr 440px; align-items: end; gap: 100px; }
.contact-links a { display: flex; justify-content: space-between; gap: 20px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.25); text-decoration: none; }
.contact-links a:first-child { border-top: 1px solid rgba(255,255,255,.25); }
.contact-links span { color: #b1d7c2; font-size: 13px; }
.contact-links strong { font-size: 16px; font-weight: 500; }

footer { padding: 54px 0; color: #adbbb4; background: var(--deep); font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; align-items: end; gap: 40px; }
.brand-footer { color: white; }
.footer-grid p { margin: 15px 0 0; }
.footer-address { line-height: 1.7; }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; }
.footer-links a { color: white; }

.privacy-page { background: var(--paper); }
.policy { max-width: 850px; padding-top: 100px; padding-bottom: 120px; }
.policy h1 { font-size: clamp(46px, 6vw, 72px); }
.policy-lead { max-width: 700px; margin-bottom: 70px; color: var(--muted); font-size: 20px; }
.policy section { padding: 32px 0; border-top: 1px solid var(--line); }
.policy h2 { font-size: 25px; }
.policy p, .policy li { color: #53615a; }
.policy a { color: var(--green-dark); }
.policy-date { margin-top: 35px; font-size: 14px; }

@media (max-width: 960px) {
  nav a:not(.nav-cta) { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 85px; }
  .hero { padding-bottom: 80px; }
  .hero-visual { width: min(520px, 100%); margin: 0 auto; }
  .section-head, .process-grid, .company-grid, .contact-box { grid-template-columns: 1fr; gap: 55px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .company-grid { align-items: stretch; }
  .legal-card { max-width: 580px; }
  .contact-links { max-width: 560px; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 32px, 1160px); }
  .nav-wrap { height: 70px; }
  .brand { font-size: 22px; }
  .brand-mark { width: 28px; }
  .nav-cta { padding: 8px 14px; }
  .hero-grid { min-height: auto; padding-top: 65px; gap: 55px; }
  .hero { min-height: auto; }
  h1 { font-size: 47px; }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .hero-visual { min-height: 440px; transform: scale(.86); transform-origin: top center; margin-bottom: -60px; }
  .device { right: calc(50% - 145px); }
  .code-card { left: 0; }
  .section { padding: 86px 0; }
  .section-head { gap: 25px; margin-bottom: 38px; }
  .service-card { padding: 28px; }
  .process-grid { gap: 42px; }
  .steps li { grid-template-columns: 48px 1fr; }
  .legal-card { padding: 30px 25px; }
  .legal-card dl > div { grid-template-columns: 82px 1fr; }
  .contact-links a { flex-direction: column; gap: 2px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { align-items: flex-start; }
  .policy { padding-top: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
