:root {
  --forest-950: #0d211b;
  --forest-900: #12342b;
  --forest-800: #173f35;
  --forest-700: #1c5b48;
  --forest-500: #4f9a7c;
  --sage-100: #e4e9e1;
  --sage-50: #f4f5f0;
  --paper: #fffefa;
  --ink: #17211d;
  --muted: #5d6963;
  --amber: #d18b37;
  --amber-light: #f1c985;
  --line: #d7ddd7;
  --danger: #a4473d;
  --shadow: 0 30px 80px rgba(13, 33, 27, 0.14);
  --surface-glass: rgba(255,255,255,.65);
  --surface-soft: rgba(255,254,250,.74);
  --surface-floating: rgba(255,254,250,.94);
  --body-copy: #3f4d47;
  --accent-text: var(--forest-700);
  --price-featured: #edf3ed;
  --texture-dot: rgba(13,33,27,.16);
  --texture-blend: multiply;
  --radius-lg: 32px;
  --radius-md: 20px;
  --content: 1180px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--sage-50);
  font-synthesis: none;
  color-scheme: light;
}

:root[data-theme="dark"] {
  --sage-50: #08110e;
  --sage-100: #15251f;
  --paper: #101c17;
  --ink: #edf4ef;
  --muted: #a5b5ad;
  --line: #2b4138;
  --shadow: 0 30px 80px rgba(0, 0, 0, .38);
  --surface-glass: rgba(16,28,23,.76);
  --surface-soft: rgba(16,28,23,.8);
  --surface-floating: rgba(16,28,23,.94);
  --body-copy: #bdcac4;
  --accent-text: #79c3a3;
  --price-featured: #173128;
  --texture-dot: rgba(239,199,119,.09);
  --texture-blend: normal;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; background: var(--sage-50); color: var(--ink); line-height: 1.5; overflow-x: clip; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .22; z-index: 10; background-image: radial-gradient(var(--texture-dot) .55px, transparent .55px); background-size: 5px 5px; mix-blend-mode: var(--texture-blend); }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); background: var(--paper); padding: 10px 14px; z-index: 100; border-radius: 10px; }
.skip-link:focus { transform: none; }
.site-header { height: 76px; display: flex; align-items: center; gap: 30px; max-width: var(--content); padding: 0 24px; margin: 0 auto; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; letter-spacing: -.04em; text-decoration: none; font-size: 23px; white-space: nowrap; }
.brand > span:last-child > span { color: var(--amber); }
.brand-mark { width: 34px; height: 34px; border-radius: 11px 11px 16px 16px; background: var(--forest-800); position: relative; display: inline-block; overflow: hidden; transform: rotate(45deg); box-shadow: inset 0 0 0 1px rgba(255,255,255,.15); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; background: var(--amber-light); }
.brand-mark::before { width: 3px; height: 24px; left: 15px; top: 5px; }
.brand-mark::after { width: 24px; height: 3px; left: 5px; top: 15px; }
.brand-mark span { position: absolute; width: 8px; height: 8px; border: 2px solid #fffefa; border-radius: 50%; left: 13px; top: 13px; background: var(--forest-800); z-index: 2; }
.main-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.main-nav a { text-decoration: none; color: var(--muted); font-size: 14px; font-weight: 700; }
.main-nav a:hover { color: var(--accent-text); }
.language-switch { border: 1px solid var(--line); padding: 3px; border-radius: 12px; display: flex; background: var(--surface-glass); }
.language-switch button { appearance: none; border: 0; background: transparent; color: var(--muted); padding: 6px 8px; border-radius: 8px; font-size: 11px; font-weight: 850; cursor: pointer; }
.language-switch button[aria-pressed="true"] { background: var(--forest-800); color: white; }
.theme-toggle { flex: 0 0 auto; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 12px; display: grid; place-items: center; padding: 0; background: var(--surface-glass); color: var(--ink); cursor: pointer; font-size: 19px; line-height: 1; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.theme-toggle:hover { transform: translateY(-1px); border-color: var(--accent-text); }
.theme-toggle .theme-sun { display: none; font-size: 17px; }
:root[data-theme="dark"] .theme-toggle .theme-moon { display: none; }
:root[data-theme="dark"] .theme-toggle .theme-sun { display: block; }

.hero { max-width: var(--content); margin: 12px auto 0; padding: 70px 24px 105px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(460px, .95fr); gap: 70px; align-items: center; min-height: 700px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 16px; color: var(--accent-text); font-size: 12px; line-height: 1.2; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
h1, h2 { font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif; text-wrap: balance; letter-spacing: -.045em; }
h1 { font-size: clamp(58px, 7vw, 92px); line-height: .94; margin: 0; font-weight: 620; max-width: 750px; }
h2 { font-size: clamp(42px, 5vw, 64px); line-height: 1; margin: 0; font-weight: 620; }
.hero-lede { margin: 28px 0; max-width: 620px; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 50px; padding: 0 22px; border-radius: 15px; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-weight: 850; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
.button-primary { color: white; background: var(--forest-700); box-shadow: 0 12px 30px rgba(28,91,72,.2); }
.button-primary:hover { background: var(--forest-800); box-shadow: 0 16px 35px rgba(28,91,72,.25); }
.button-quiet { border: 1px solid var(--line); background: var(--surface-glass); color: var(--accent-text); }
.availability { color: var(--muted); margin: 17px 0 0; font-size: 13px; }

.field-preview { position: relative; min-height: 610px; display: flex; align-items: center; justify-content: center; }
.field-preview::before { content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle at 50% 50%, rgba(79,154,124,.28), rgba(79,154,124,.07) 52%, transparent 70%); }
.phone-shell { width: 338px; height: 640px; border: 9px solid var(--forest-950); background: var(--paper); border-radius: 44px; overflow: hidden; position: relative; box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,.3); transform: rotate(2deg); z-index: 2; }
.phone-top { height: 43px; background: var(--paper); display: flex; justify-content: space-between; align-items: center; padding: 0 18px; font-size: 10px; font-weight: 850; }
.map-preview { height: 385px; position: relative; overflow: hidden; background-color: #dce2d4; background-image: linear-gradient(42deg, transparent 48%, rgba(23,63,53,.12) 49%, rgba(23,63,53,.12) 51%, transparent 52%), linear-gradient(-21deg, transparent 47%, rgba(23,63,53,.09) 48%, rgba(23,63,53,.09) 50%, transparent 51%), repeating-radial-gradient(ellipse at 60% 40%, transparent 0 17px, rgba(23,63,53,.1) 18px 19px, transparent 20px 33px); background-size: 120px 100px, 150px 110px, 210px 130px; }
.map-preview::before { content: ""; position: absolute; width: 380px; height: 20px; top: 155px; left: -38px; background: #f6f2dc; border: 1px solid rgba(93,105,99,.2); transform: rotate(-18deg); box-shadow: 0 0 0 4px rgba(255,255,255,.35); }
.terrain { position: absolute; border: 2px solid; opacity: .86; }
.terrain-one { width: 245px; height: 250px; left: -42px; top: 46px; background: rgba(79,154,124,.35); border-color: var(--forest-700); clip-path: polygon(10% 14%, 72% 0, 100% 31%, 82% 76%, 45% 100%, 0 72%); }
.terrain-two { width: 180px; height: 175px; right: -31px; bottom: 16px; background: rgba(209,139,55,.28); border-color: #aa6722; clip-path: polygon(22% 0, 100% 16%, 88% 100%, 11% 83%, 0 30%); }
.radar-sweep { position: absolute; width: 170px; height: 90px; right: -34px; top: -20px; border-radius: 50%; transform: rotate(18deg); background: radial-gradient(ellipse, rgba(40,130,198,.65) 0 13%, rgba(58,163,190,.5) 14% 27%, rgba(78,170,110,.4) 28% 46%, rgba(233,201,83,.28) 47% 60%, transparent 61%); filter: blur(4px); }
.position-dot { position: absolute; width: 22px; height: 22px; border-radius: 50%; background: rgba(255,255,255,.85); left: 151px; top: 192px; display: grid; place-items: center; box-shadow: 0 2px 7px rgba(0,0,0,.25); }
.position-dot span { width: 11px; height: 11px; border-radius: 50%; background: #2876c7; border: 2px solid white; }
.map-label { position: absolute; border: 1px solid rgba(23,63,53,.18); border-radius: 10px; padding: 5px 8px; background: rgba(255,254,250,.9); color: var(--forest-950); font-size: 9px; font-weight: 850; box-shadow: 0 5px 14px rgba(13,33,27,.1); }
.map-label small { display: block; color: var(--forest-700); font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }
.label-one { left: 22px; top: 87px; }
.label-two { right: 13px; bottom: 46px; }
.map-controls { position: absolute; right: 12px; top: 92px; display: grid; gap: 8px; }
.map-controls span { width: 34px; height: 34px; border-radius: 11px; background: rgba(255,254,250,.92); display: grid; place-items: center; color: var(--forest-800); box-shadow: 0 4px 12px rgba(13,33,27,.12); font-weight: 900; }
.weather-pill { position: absolute; top: 13px; left: 12px; right: 12px; height: 48px; border-radius: 16px; background: rgba(13,33,27,.9); color: white; display: grid; grid-template-columns: 28px auto 1fr; align-items: center; padding: 0 12px; gap: 5px; box-shadow: 0 8px 22px rgba(13,33,27,.22); }
.weather-pill span { color: var(--amber-light); font-size: 19px; }
.weather-pill strong { font-size: 12px; }
.weather-pill small { color: #cbd8d2; font-size: 9px; text-align: right; }
.location-card { padding: 21px 19px; display: grid; gap: 8px; }
.location-card div { display: flex; gap: 7px; align-items: center; color: var(--muted); }
.location-card strong { font-family: ui-serif, Georgia, serif; font-size: 22px; }
.location-card > span { font-size: 11px; color: var(--muted); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--forest-500); }
.floating-note { position: absolute; z-index: 4; padding: 13px 16px; border: 1px solid var(--line); background: var(--surface-floating); backdrop-filter: blur(8px); border-radius: 15px; box-shadow: 0 14px 35px rgba(13,33,27,.14); display: grid; font-size: 12px; }
.floating-note span { color: var(--muted); font-size: 10px; }
.note-offline { left: -5px; bottom: 100px; }
.note-doc { right: -12px; top: 105px; }

.trust-strip { max-width: var(--content); margin: 0 auto; padding: 0 24px 100px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip div { padding: 22px 26px; border-left: 1px solid var(--line); display: grid; }
.trust-strip div:last-child { border-right: 1px solid var(--line); }
.trust-strip strong { font-family: ui-serif, Georgia, serif; font-size: clamp(26px, 3vw, 40px); line-height: 1; color: var(--accent-text); }
.trust-strip span { color: var(--muted); font-size: 12px; margin-top: 8px; }
.section { max-width: var(--content); margin: 0 auto; padding: 105px 24px; }
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; max-width: 680px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature { min-height: 320px; border: 1px solid var(--line); background: var(--surface-soft); border-radius: var(--radius-md); padding: 28px; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.feature::after { content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%; right: -75px; bottom: -75px; border: 1px solid rgba(28,91,72,.1); box-shadow: 0 0 0 18px rgba(28,91,72,.025), 0 0 0 36px rgba(28,91,72,.02); }
.feature-map { background: var(--forest-800); color: white; border-color: var(--forest-800); }
.feature-map p { color: #cbd8d2 !important; }
.feature-map .feature-tag { border-color: rgba(255,255,255,.18); color: var(--amber-light); }
.feature-index { font-size: 11px; letter-spacing: .15em; color: var(--amber); font-weight: 900; }
.feature h3 { font-family: ui-serif, Georgia, serif; letter-spacing: -.03em; font-size: 28px; line-height: 1.05; margin: 28px 0 13px; max-width: 250px; }
.feature p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; max-width: 300px; }
.feature-tag { align-self: flex-start; margin-top: auto; padding-top: 13px; border-top: 1px solid var(--line); font-size: 11px; color: var(--accent-text); font-weight: 850; }

.field-section { max-width: calc(var(--content) - 48px); margin: 60px auto; padding: 90px; border-radius: var(--radius-lg); background: var(--forest-900); color: white; display: grid; grid-template-columns: 1fr 430px; gap: 80px; align-items: center; position: relative; overflow: hidden; }
.field-section::before { content: ""; position: absolute; inset: 0; background: repeating-radial-gradient(ellipse at 12% 95%, transparent 0 30px, rgba(255,255,255,.04) 31px 32px, transparent 33px 52px); pointer-events: none; }
.field-copy { position: relative; z-index: 1; }
.field-copy .eyebrow { color: var(--amber-light); }
.field-copy > p:not(.eyebrow) { color: #b9c9c2; font-size: 18px; line-height: 1.65; }
.check-list { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 28px; color: #e5ede9; font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--amber-light); font-weight: 900; }
.checklist-card { position: relative; z-index: 1; padding: 16px; border-radius: 24px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 60px rgba(0,0,0,.25); transform: rotate(-1.4deg); }
.checklist-heading { display: grid; grid-template-columns: 60px 1fr 44px; align-items: center; padding: 9px 6px 16px; border-bottom: 1px solid var(--line); }
.checklist-heading span, .checklist-heading small { color: var(--muted); font-size: 11px; }
.checklist-heading strong { text-align: center; font-family: ui-serif, Georgia, serif; }
.checklist-heading small { text-align: right; }
.check { display: flex; align-items: center; gap: 13px; padding: 15px 8px; border-bottom: 1px solid var(--line); }
.check:last-child { border-bottom: 0; }
.check > span { width: 25px; height: 25px; border: 2px solid var(--line); border-radius: 8px; display: grid; place-items: center; font-weight: 900; color: white; }
.check.checked > span { background: var(--forest-700); border-color: var(--forest-700); }
.check div { display: grid; }
.check strong { font-size: 13px; }
.check small { font-size: 10px; color: var(--muted); }

.pro-section { padding-top: 90px; padding-bottom: 90px; }
.pro-card { border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); padding: 64px; display: grid; grid-template-columns: 1fr 440px; gap: 60px; box-shadow: 0 20px 60px rgba(13,33,27,.06); }
.pro-copy h2 { font-size: clamp(38px, 4vw, 58px); }
.pro-copy > p:not(.eyebrow):not(.price-note) { color: var(--muted); font-size: 17px; max-width: 600px; }
.price-note { color: var(--muted); font-size: 11px; max-width: 520px; margin-top: 25px; }
.prices { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: stretch; }
.price { border: 1px solid var(--line); border-radius: 18px; padding: 34px 18px 22px; display: flex; flex-direction: column; justify-content: center; position: relative; }
.price.featured { border: 2px solid var(--forest-700); background: var(--price-featured); }
.price > span:not(.value-badge) { text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-size: 10px; font-weight: 850; }
.price strong { font-family: ui-serif, Georgia, serif; font-size: 32px; line-height: 1; margin: 16px 0 9px; white-space: nowrap; }
.price small { color: var(--muted); font-size: 10px; }
.value-badge { position: absolute; top: 0; left: 15px; transform: translateY(-50%); background: var(--forest-700); color: white; border-radius: 999px; padding: 5px 9px; font-size: 9px; text-transform: uppercase; font-weight: 900; letter-spacing: .06em; }
.source-section { max-width: var(--content); margin: 50px auto 140px; padding: 0 24px; display: grid; grid-template-columns: .8fr 1fr; gap: 80px; align-items: end; }
.source-section h2 { font-size: clamp(38px, 4vw, 58px); }
.source-section > p { margin: 0; font-size: 17px; color: var(--muted); line-height: 1.7; border-left: 3px solid var(--amber); padding-left: 28px; }
.closing { padding: 120px 24px; text-align: center; background: var(--forest-800); color: white; }
.closing .eyebrow { color: var(--amber-light); }
.closing h2 { max-width: 780px; margin: 0 auto 35px; }
.button-light { background: var(--paper); color: var(--forest-800); }
footer { padding: 58px 24px 36px; max-width: var(--content); margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 14px 40px; align-items: start; }
.footer-brand { margin-bottom: 5px; }
footer > p { margin: 0; color: var(--muted); font-size: 12px; }
footer nav { display: flex; flex-wrap: wrap; gap: 18px; grid-row: span 2; }
footer nav a { color: var(--accent-text); font-size: 12px; font-weight: 750; text-decoration: none; }
.footer-note { max-width: 760px; padding-top: 18px; border-top: 1px solid var(--line); grid-column: 1 / -1; }
.copyright { grid-column: 1 / -1; }

.legal-page { max-width: 860px; margin: 0 auto; padding: 55px 24px 100px; }
.legal-header { margin-bottom: 55px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.legal-header .brand { margin: 0; }
.legal-page h1 { font-size: clamp(48px, 8vw, 78px); }
.legal-page h2 { font-family: ui-serif, Georgia, serif; font-size: 28px; margin: 46px 0 12px; }
.legal-page h3 { margin: 28px 0 10px; }
.legal-page p, .legal-page li { color: var(--body-copy); line-height: 1.75; }
.legal-page a { color: var(--accent-text); }
.legal-meta { color: var(--muted); font-size: 13px; margin: 15px 0 40px; }
.legal-intro { font-size: 19px; border-left: 3px solid var(--amber); padding-left: 22px; }
.legal-callout { margin: 34px 0; padding: 24px; border-radius: 16px; background: var(--sage-100); }
.legal-nav { margin-top: 60px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; gap: 18px; flex-wrap: wrap; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 35px 0; }
.support-card { border: 1px solid var(--line); background: var(--paper); border-radius: 18px; padding: 24px; }
.support-card h2 { margin: 0 0 8px; font-size: 25px; }
.support-card p { margin: 0; }

:root[data-theme="dark"] .button-primary { background: #286d56; }
:root[data-theme="dark"] .button-primary:hover { background: #337e64; }
:root[data-theme="dark"] .button-light { background: #fffefa; color: var(--forest-800); }
:root[data-theme="dark"] .field-section { border: 1px solid rgba(121,195,163,.18); }
:root[data-theme="dark"] .feature-map { border-color: #286d56; background: #164234; }
:root[data-theme="dark"] .value-badge { background: #286d56; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 50px; gap: 35px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .field-preview { min-height: 670px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .field-section, .pro-card { grid-template-columns: 1fr; padding: 60px; }
  .checklist-card { max-width: 500px; width: 100%; justify-self: center; }
  .pro-card { gap: 40px; }
}

@media (max-width: 700px) {
  .site-header { height: 68px; padding: 0 16px; gap: 10px; }
  .main-nav { display: none; }
  .language-switch { margin-left: auto; }
  .brand { font-size: 20px; }
  .brand-mark { width: 30px; height: 30px; border-radius: 10px 10px 14px 14px; }
  .brand-mark::before { left: 14px; top: 4px; height: 22px; }
  .brand-mark::after { top: 14px; left: 4px; width: 22px; }
  .brand-mark span { left: 11px; top: 11px; }
  .hero { min-height: auto; padding: 65px 18px 60px; }
  h1 { font-size: clamp(52px, 16vw, 74px); }
  .hero-lede { font-size: 18px; }
  .field-preview { min-height: 610px; transform: scale(.9); margin: -20px -25px; }
  .phone-shell { width: 320px; height: 620px; }
  .note-offline { left: 2px; }
  .note-doc { right: 0; }
  .trust-strip { grid-template-columns: 1fr 1fr; padding-bottom: 70px; }
  .trust-strip div:nth-child(3), .trust-strip div:nth-child(4) { border-top: 1px solid var(--line); }
  .section { padding: 75px 18px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: 290px; }
  .field-section { margin: 30px 12px; padding: 52px 22px; gap: 45px; }
  .pro-card { padding: 38px 20px; }
  .prices { grid-template-columns: 1fr 1fr; }
  .price { padding-left: 12px; padding-right: 12px; }
  .price strong { font-size: 27px; }
  .source-section { grid-template-columns: 1fr; gap: 35px; margin-bottom: 90px; }
  .closing { padding: 90px 20px; }
  footer { grid-template-columns: 1fr; }
  footer nav { grid-row: auto; }
  .footer-note, .copyright { grid-column: 1; }
  .support-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
