:root {
  --ink: #111b19;
  --muted: #5d6a67;
  --cream: #f4f1e9;
  --paper: #fbfaf6;
  --lime: #c9ff4a;
  --green: #123b32;
  --line: #d9ddd6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header { height: 84px; max-width: 1240px; margin: auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 750; letter-spacing: -.02em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--green); color: var(--lime); font-weight: 900; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 650; }
nav a:not(.nav-contact) { color: #44514e; }
.nav-contact { padding: 12px 18px; border: 1px solid #cfd5ce; border-radius: 99px; transition: .2s; }
.nav-contact:hover { background: var(--ink); color: white; }

.hero { min-height: 680px; padding: 85px max(32px, calc((100vw - 1176px)/2)) 100px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 70px; position: relative; overflow: hidden; background: var(--cream); border-radius: 0 0 42px 42px; }
.hero-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(#ccd2c7 1px, transparent 1px), linear-gradient(90deg,#ccd2c7 1px,transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow,.section-label { text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: #52615c; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: #4bdb72; box-shadow: 0 0 0 5px rgba(75,219,114,.14); }
h1 { margin: 25px 0 24px; font-size: clamp(58px, 7vw, 92px); line-height: .91; letter-spacing: -.07em; font-weight: 800; }
h1 em, h2 em { color: var(--green); font-family: Georgia, serif; font-weight: 400; }
.hero-text { max-width: 570px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 28px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 22px; border-radius: 12px; font-size: 14px; font-weight: 750; }
.button span { font-size: 18px; }
.primary { color: white; background: var(--green); box-shadow: 0 12px 30px rgba(18,59,50,.18); }
.text-link { font-size: 14px; font-weight: 750; border-bottom: 1px solid #abb4ad; padding-bottom: 5px; }

.hero-art { height: 500px; position: relative; display: grid; place-items: center; z-index: 2; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(18,59,50,.19); }
.orbit-one { width: 440px; height: 440px; }
.orbit-two { width: 335px; height: 335px; border-style: dashed; animation: spin 30s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.device { width: 235px; height: 450px; padding: 22px; border-radius: 38px; background: #163f36; box-shadow: 22px 32px 60px rgba(24,56,48,.23), inset 0 0 0 2px rgba(255,255,255,.2); transform: rotate(5deg); }
.device-top { display: flex; justify-content: space-between; align-items: center; }
.device-top span { width: 38px; height: 5px; background: rgba(255,255,255,.35); border-radius: 9px; }
.device-top i { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); }
.app-symbol { margin: 65px auto 34px; width: 82px; height: 82px; border-radius: 24px; display: grid; place-items: center; background: var(--lime); color: var(--green); font-size: 39px; font-weight: 900; box-shadow: 0 18px 40px rgba(201,255,74,.18); }
.screen-line { height: 8px; border-radius: 8px; background: rgba(255,255,255,.25); margin: 13px auto; width: 60%; }
.screen-line.wide { width: 82%; background: rgba(255,255,255,.55); }
.screen-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 42px; }
.screen-cards span { height: 57px; border-radius: 12px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); }
.float-card { position: absolute; z-index: 4; width: 150px; padding: 16px 18px; border-radius: 16px; background: rgba(255,255,255,.87); backdrop-filter: blur(10px); box-shadow: 0 16px 40px rgba(29,52,45,.14); border: 1px solid white; }
.float-card b,.float-card small { display: block; }
.float-card b { font-size: 14px; }
.float-card small { margin-top: 5px; color: #6b7773; }
.card-one { left: 0; top: 100px; }
.card-two { right: -10px; bottom: 90px; }

.statement { max-width: 1000px; margin: 0 auto; padding: 130px 32px 110px; text-align: center; }
.section-label { color: #7c8985; margin-bottom: 24px; }
.statement h2,.section-heading h2,.privacy-intro h2,.contact-section h2 { margin: 0; font-size: clamp(38px,5vw,66px); line-height: 1.08; letter-spacing: -.05em; }
.statement > p:last-child { margin: 30px auto 0; max-width: 790px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.values-section { padding: 0 32px 120px; }
.values-grid { max-width: 1176px; margin: auto; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.value-card { padding: 38px 42px 10px 0; border-right: 1px solid var(--line); }
.value-card + .value-card { padding-left: 42px; }
.value-card:last-child { border-right: 0; }
.value-card > span { color: #93a09b; font: italic 17px Georgia,serif; }
.value-card h3 { margin: 38px 0 14px; font-size: 21px; letter-spacing: -.02em; }
.value-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.apps-section { padding: 105px max(32px, calc((100vw - 1176px)/2)); background: var(--green); color: white; }
.section-heading { display: grid; grid-template-columns: 1fr 400px; align-items: end; gap: 50px; margin-bottom: 55px; }
.section-heading .section-label { color: #a2bbb4; }
.section-heading h2 { font-size: clamp(42px,5vw,64px); }
.section-heading > p { color: #b9c9c4; line-height: 1.7; font-size: 15px; }
.app-row { display: grid; grid-template-columns: 78px 1.2fr 1.5fr auto; gap: 28px; align-items: center; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.17); }
.app-icon { width: 62px; height: 62px; border-radius: 17px; display: grid; place-items: center; background: var(--lime); color: var(--green); font-size: 26px; }
.app-row small { color: #a7bcb6; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.app-row h3 { margin: 6px 0 0; font-size: 19px; }
.app-row p { color: #b6c7c2; font-size: 13px; line-height: 1.7; }
.status { border: 1px solid rgba(201,255,74,.45); color: var(--lime); padding: 9px 13px; border-radius: 99px; font-size: 11px; white-space: nowrap; }

.privacy-section { max-width: 1176px; margin: auto; padding: 120px 32px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.privacy-intro { position: sticky; top: 40px; align-self: start; }
.privacy-intro h2 { font-size: 46px; }
.privacy-intro > p:last-child { margin-top: 24px; color: #7b8883; font-size: 13px; }
.policy > div { padding: 0 0 28px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }
.policy h3 { font-size: 16px; margin: 0 0 12px; }
.policy p { color: var(--muted); font-size: 14px; line-height: 1.78; margin: 0; }
.policy a { color: var(--green); font-weight: 700; text-decoration: underline; }

.contact-section { padding: 110px 32px; text-align: center; background: var(--lime); }
.section-label.light { color: #537020; }
.contact-section h2 { color: var(--green); }
.contact-section > p:not(.section-label) { max-width: 580px; margin: 24px auto 30px; color: #3f582c; font-size: 15px; line-height: 1.7; }
.light-button { background: white; color: var(--green); }
footer { max-width: 1240px; margin: auto; padding: 36px 32px; display: flex; justify-content: space-between; align-items: center; color: #6d7975; font-size: 12px; }
.footer-brand { color: var(--ink); }
footer div { display: flex; gap: 24px; }

@media (max-width: 820px) {
  .site-header { height: 74px; padding: 0 20px; }
  nav a:not(.nav-contact) { display: none; }
  .nav-contact { padding: 10px 15px; }
  .hero { grid-template-columns: 1fr; padding: 70px 24px 50px; gap: 35px; }
  .hero-art { height: 420px; transform: scale(.85); margin: -25px -30px; }
  .statement { padding: 95px 24px 80px; }
  .values-section { padding: 0 24px 90px; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card,.value-card + .value-card { padding: 28px 0 32px; border-right: 0; border-bottom: 1px solid var(--line); }
  .value-card h3 { margin-top: 16px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .app-row { grid-template-columns: 64px 1fr; }
  .app-row > p { grid-column: 1 / -1; }
  .status { justify-self: start; grid-column: 2; }
  .privacy-section { grid-template-columns: 1fr; gap: 55px; padding: 90px 24px; }
  .privacy-intro { position: static; }
  footer { flex-direction: column; gap: 24px; text-align: center; }
}

@media (max-width: 480px) {
  .brand > span:last-child { max-width: 112px; line-height: 1.1; }
  h1 { font-size: 56px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-art { transform: scale(.72); margin: -60px -80px; }
  .float-card.card-two { right: -25px; }
  .contact-section { padding: 85px 20px; }
  .light-button { font-size: 12px; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .orbit-two { animation: none; } }
