:root {
  --ink: #11140e;
  --soft-ink: #4d5148;
  --lime: #91e600;
  --lime-light: #c5f27a;
  --cream: #f6f7f2;
  --white: #ffffff;
  --line: #dfe2d9;
  --blue: #6ac8f0;
  --dark-green: #15231a;
  --radius-lg: 2.25rem;
  --radius-md: 1.5rem;
  --shadow: 0 24px 70px rgba(27, 35, 20, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 99; padding: .7rem 1rem; background: var(--ink); color: #fff; border-radius: 999px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(17,20,14,.07); background: rgba(255,255,255,.86); backdrop-filter: blur(18px); }
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-weight: 760; letter-spacing: -.03em; font-size: 1.05rem; }
.brand-mark { position: relative; width: 28px; height: 28px; display: inline-block; border: 2px solid var(--ink); border-radius: 50%; }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; left: 5px; right: 5px; height: 2px; background: var(--ink); transform: rotate(-25deg); }
.brand-mark::before { top: 8px; }.brand-mark::after { top: 15px; }
.brand-mark i, .brand-mark b { position: absolute; width: 6px; height: 6px; border: 2px solid var(--ink); border-radius: 50%; background: var(--lime); z-index: 1; }
.brand-mark i { left: 1px; top: 12px; }.brand-mark b { right: 1px; top: 5px; }
.site-nav { display: flex; align-items: center; gap: 2rem; font-size: .92rem; font-weight: 560; }
.site-nav a { color: #3d4138; transition: color .2s ease; }.site-nav a:hover { color: var(--ink); }
.nav-cta { padding: .72rem 1.05rem; border-radius: 999px; color: #fff; background: var(--ink); font-size: .85rem; }
.menu-button { display: none; border: 0; background: transparent; color: var(--ink); }

.hero { min-height: 820px; display: grid; grid-template-columns: .88fr 1.12fr; gap: 3rem; align-items: center; padding-block: 80px 72px; overflow: hidden; }
.eyebrow, .kicker { margin: 0 0 1.1rem; color: #5a6053; font-size: .74rem; line-height: 1.2; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .6rem; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(145,230,0,.16); }
.hero h1 { max-width: 670px; margin: 0; font-size: clamp(3.5rem, 6.4vw, 6.4rem); line-height: .94; letter-spacing: -.072em; font-weight: 720; }
.hero h1 em { color: #78bc00; font-style: normal; }
.hero-lede { max-width: 620px; margin: 1.7rem 0 0; color: var(--soft-ink); font-size: clamp(1.05rem, 1.5vw, 1.2rem); line-height: 1.7; }
.hero-actions { display: flex; gap: .8rem; align-items: center; margin-top: 2rem; flex-wrap: wrap; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: .75rem; padding: .8rem 1.25rem; border-radius: 999px; font-weight: 700; font-size: .93rem; }
.button-dark { color: #fff; background: var(--ink); transition: transform .2s ease, background .2s ease; }.button-dark:hover { transform: translateY(-2px); background: #273020; }
.button-ghost { border: 1px solid var(--line); justify-content: flex-start; color: #2b2e27; background: #fff; }
.button-ghost small { display: block; font-size: .62rem; line-height: 1; font-weight: 500; }.apple { font-size: .75rem; }
.launch-note { margin: 1rem 0 0; color: #777d70; font-size: .78rem; }

.hero-visual { position: relative; min-height: 650px; display: flex; align-items: center; justify-content: center; border-radius: 50% 50% 42% 42%; background: radial-gradient(circle at 50% 46%, #dff9a8 0 24%, #b9ee66 25% 48%, #91e600 49% 66%, transparent 67%); }
.orbit { position: absolute; border: 1px solid rgba(17,20,14,.15); border-radius: 50%; }
.orbit-one { inset: 5%; }.orbit-two { inset: 15%; }
.phone { position: absolute; overflow: hidden; border: 7px solid #151712; border-radius: 34px; background: #fff; box-shadow: var(--shadow); }
.phone::before { content: ""; position: absolute; z-index: 2; top: 8px; left: 50%; width: 32%; height: 15px; border-radius: 99px; background: #0a0b08; transform: translateX(-50%); }
.phone img { width: 100%; height: 100%; object-fit: cover; }
.phone-main { z-index: 3; width: 270px; height: 586px; transform: rotate(-1.5deg); }
.phone-back-left, .phone-back-right { width: 205px; height: 445px; opacity: .9; }
.phone-back-left { z-index: 1; left: 1%; transform: rotate(-10deg) translateY(26px); }
.phone-back-right { z-index: 2; right: 0; transform: rotate(10deg) translateY(44px); }
.route-chip { position: absolute; z-index: 5; padding: .66rem .9rem; border: 1px solid rgba(17,20,14,.09); border-radius: 999px; background: rgba(255,255,255,.92); box-shadow: 0 12px 30px rgba(20,25,15,.12); font-size: .78rem; font-weight: 700; }
.route-chip span { color: #67af00; }.route-chip-a { left: 7%; top: 20%; }.route-chip-b { right: 6%; bottom: 22%; }

.proof-strip { border-block: 1px solid var(--line); background: var(--cream); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 1.25rem; }
.proof-grid p { display: flex; align-items: baseline; justify-content: center; gap: .55rem; margin: 0; padding: .3rem 1rem; border-right: 1px solid var(--line); }
.proof-grid p:last-child { border-right: 0; }.proof-grid strong { font-size: 1.1rem; }.proof-grid span { color: #74796d; font-size: .78rem; }

.section { padding-block: 120px; }
.section-heading { max-width: 770px; margin-bottom: 3.2rem; }
.section-heading h2, .answer-intro h2, .journal-head h2, .closing-copy h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.06em; font-weight: 700; }
.section-heading > p:last-child { max-width: 620px; margin: 1.25rem 0 0; color: var(--soft-ink); font-size: 1.08rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.step-card { position: relative; min-height: 400px; padding: 1.75rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--cream); overflow: hidden; }
.step-featured { background: var(--lime); border-color: var(--lime); }
.step-number { display: block; color: #62675c; font-size: .75rem; font-weight: 760; letter-spacing: .08em; }
.step-card h3 { margin: 1.5rem 0 .6rem; font-size: 1.55rem; line-height: 1.15; letter-spacing: -.035em; }.step-card p { margin: 0; color: #595f53; }.step-featured p { color: #354026; }
.step-icon { width: 72px; height: 72px; display: grid; place-items: center; margin-top: 3rem; border-radius: 50%; color: var(--ink); background: #fff; font-size: 2rem; box-shadow: 0 10px 25px rgba(17,20,14,.08); }.play-icon { padding-left: 4px; font-size: 1.2rem; }
.example { position: absolute; left: 1.75rem; right: 1.75rem; bottom: 1.75rem; padding-top: 1rem; border-top: 1px solid rgba(17,20,14,.12); font-size: .82rem; font-weight: 700; }
.mini-route { display: flex; align-items: center; margin-top: 3.4rem; }.mini-route i { flex: 1; height: 3px; background: rgba(17,20,14,.3); }.mini-route b { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: #fff; font-size: 1.8rem; box-shadow: 0 10px 25px rgba(17,20,14,.08); }
.vehicle-row { position: absolute; left: 1.75rem; right: 1.75rem; bottom: 1.75rem; display: flex; gap: .5rem; }.vehicle-row span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.6); }.vehicle-row .selected { outline: 2px solid var(--ink); background: #fff; }

.feature-section { color: #fff; background: var(--ink); }
.section-heading-light .kicker, .feature-card p { color: #b7bdb0; }.section-heading-light h2 { max-width: 850px; }
.feature-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 1rem; }
.feature-card { min-height: 530px; border: 1px solid #30342d; border-radius: var(--radius-lg); background: #1a1e17; overflow: hidden; }
.feature-copy { padding: 3rem; display: flex; flex-direction: column; justify-content: center; }
.feature-label { margin: 0 0 1rem!important; color: var(--lime)!important; font-size: .75rem; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.feature-card h3 { max-width: 550px; margin: 0 0 1rem; font-size: clamp(2rem, 3.8vw, 3.5rem); line-height: 1; letter-spacing: -.055em; }.feature-card p { max-width: 620px; }
.check-list { display: grid; gap: .65rem; margin: 2rem 0 0; padding: 0; list-style: none; color: #e8ecdf; }.check-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: .6rem; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: .72rem; font-weight: 900; }
.screen-card { display: grid; place-items: end center; padding: 2.2rem 2.2rem 0; background: linear-gradient(145deg, #bcec6c, #91e600); }
.screen-frame { overflow: hidden; border: 7px solid #060705; border-bottom: 0; border-radius: 34px 34px 0 0; background: #fff; box-shadow: 0 25px 50px rgba(0,0,0,.28); }.screen-frame img { width: 100%; height: 100%; object-fit: cover; }
.screen-route { width: min(310px, 90%); height: 480px; }.screen-customize { width: 300px; height: 510px; flex: 0 0 auto; }
.feature-wide { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 3rem 5rem 0; background: linear-gradient(120deg, #171c15 0 58%, #253c28 58%); }.wide-copy { padding-bottom: 3rem; }.option-pills { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.8rem; }.option-pills span { padding: .55rem .8rem; border: 1px solid #3f483b; border-radius: 999px; color: #d6dccf; font-size: .78rem; }

.answer-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; align-items: start; }.answer-intro { position: sticky; top: 120px; }.answer-intro p:last-child { color: var(--soft-ink); }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { position: relative; padding: 1.5rem 2.5rem 1.5rem 0; cursor: pointer; list-style: none; font-size: 1.2rem; font-weight: 680; letter-spacing: -.025em; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; right: .25rem; font-size: 1.5rem; font-weight: 400; }.faq-list details[open] summary::after { content: "–"; }.faq-list details p { max-width: 640px; margin: -.3rem 0 1.5rem; color: var(--soft-ink); }

.journal-section { background: var(--cream); }.journal-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }.text-link { border-bottom: 1px solid var(--ink); font-weight: 700; font-size: .9rem; }.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }.article-card { position: relative; min-height: 390px; padding: 1.7rem; border-radius: var(--radius-lg); overflow: hidden; transition: transform .25s ease; }.article-card:hover { transform: translateY(-5px); }.article-lime { background: var(--lime); }.article-map { color: #fff; background: linear-gradient(145deg, #58bfe8, #2886bc); }.article-map::before, .article-map::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }.article-map::before { width: 320px; height: 320px; right: -100px; bottom: -110px; }.article-map::after { width: 180px; height: 180px; right: -30px; bottom: -45px; }.article-ink { color: #fff; background: var(--ink); }.article-tag { font-size: .72rem; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; opacity: .7; }.article-card h2, .article-card h3 { position: relative; z-index: 2; margin: 7.5rem 0 .8rem; font-size: 1.7rem; line-height: 1.08; letter-spacing: -.04em; }.article-card p { position: relative; z-index: 2; margin: 0; opacity: .75; font-size: .92rem; }.article-arrow { position: absolute; right: 1.7rem; top: 1.5rem; font-size: 1.3rem; }

.closing-section { position: relative; min-height: 560px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; margin-block: 110px; overflow: hidden; border-radius: 3rem; color: #fff; background: var(--dark-green); }.closing-copy { position: relative; z-index: 2; padding: 4.5rem; }.closing-copy .kicker { color: var(--lime-light); }.closing-copy p:not(.kicker) { max-width: 520px; color: #c7d0c3; }.button-light { margin-top: 1.2rem; color: var(--ink); background: var(--lime); }.closing-visual { position: relative; height: 100%; background: radial-gradient(circle at 70% 52%, rgba(145,230,0,.85), rgba(145,230,0,.24) 30%, transparent 31%); }.globe-lines { position: absolute; width: 460px; height: 460px; left: 50%; top: 50%; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; transform: translate(-50%,-50%); }.globe-lines::before, .globe-lines::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }.globe-lines::before { inset: 0 30%; }.globe-lines::after { inset: 20% 0; }.closing-pin, .closing-plane { position: absolute; z-index: 2; padding: .55rem .75rem; border-radius: 999px; color: var(--ink); background: #fff; font-size: .75rem; font-weight: 760; }.pin-one { left: 13%; top: 35%; }.pin-two { right: 14%; bottom: 32%; }.closing-plane { left: 54%; top: 50%; color: #fff; background: var(--ink); font-size: 1rem; transform: translate(-50%,-50%) rotate(18deg); }

.site-footer { padding: 4rem 0 2rem; border-top: 1px solid var(--line); }.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; }.brand-footer { margin-bottom: .7rem; }.footer-grid > div:first-child p { color: #74796f; }.footer-links { display: flex; flex-direction: column; gap: .55rem; }.footer-links h2 { margin: 0 0 .4rem; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }.footer-links a { color: #5f645a; font-size: .9rem; }.copyright { grid-column: 1 / -1; margin: 2rem 0 0; padding-top: 1.5rem; border-top: 1px solid var(--line); color: #858a80; font-size: .75rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 64px; }.hero-copy { max-width: 760px; }.hero-visual { min-height: 620px; }.proof-grid { grid-template-columns: repeat(2,1fr); }.proof-grid p:nth-child(2) { border-right: 0; }.steps { grid-template-columns: 1fr 1fr; }.step-card:last-child { grid-column: 1/-1; }.feature-grid { grid-template-columns: 1fr; }.feature-wide { grid-column: auto; }.answer-section { grid-template-columns: 1fr; gap: 3rem; }.answer-intro { position: static; }.article-grid { grid-template-columns: 1fr 1fr; }.article-card:last-child { grid-column: 1/-1; }.closing-section { grid-template-columns: 1.1fr .9fr; }.closing-copy { padding: 3.2rem; }
}
@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1180px); }.nav-wrap { height: 66px; }.menu-button { display: block; }.site-nav { position: absolute; left: 14px; right: 14px; top: 72px; display: none; align-items: stretch; flex-direction: column; gap: .2rem; padding: 1rem; border: 1px solid var(--line); border-radius: 1.25rem; background: #fff; box-shadow: var(--shadow); }.site-nav.is-open { display: flex; }.site-nav a, .nav-cta { padding: .75rem; }
  .hero { min-height: auto; padding-block: 52px 44px; gap: 1.5rem; }.hero h1 { font-size: clamp(3.15rem, 15vw, 5.2rem); }.hero-visual { min-height: 520px; margin-inline: -14px; }.phone-main { width: 214px; height: 464px; }.phone-back-left, .phone-back-right { width: 150px; height: 325px; }.route-chip { display: none; }.proof-grid p { flex-direction: column; align-items: center; gap: 0; text-align: center; }.section { padding-block: 82px; }.steps, .article-grid { grid-template-columns: 1fr; }.step-card:last-child, .article-card:last-child { grid-column: auto; }.feature-copy { padding: 2rem; }.feature-card { min-height: 480px; }.feature-wide { padding: 2rem 2rem 0; flex-direction: column; align-items: stretch; background: #1a1e17; }.screen-customize { width: min(300px, 90%); align-self: center; }.journal-head { align-items: start; flex-direction: column; }.article-card { min-height: 330px; }.article-card h2, .article-card h3 { margin-top: 5rem; }.closing-section { min-height: 680px; grid-template-columns: 1fr; margin-block: 72px; border-radius: 2rem; }.closing-copy { padding: 2.2rem; }.closing-visual { min-height: 280px; }.globe-lines { width: 330px; height: 330px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child, .copyright { grid-column: 1/-1; }
}
@media (max-width: 430px) { .button { width: 100%; }.proof-grid span { font-size: .7rem; }.phone-back-left { left: -9%; }.phone-back-right { right: -9%; }.hero-visual { min-height: 500px; }.footer-grid { grid-template-columns: 1fr; }.footer-grid > div:first-child, .copyright { grid-column: auto; } }

/* Editorial, support, and legal pages */
.page-hero { padding-block: 88px 64px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #fff, var(--cream)); }
.page-hero-inner { max-width: 850px; }
.page-hero h1 { margin: 0; font-size: clamp(3rem, 7vw, 6rem); line-height: .95; letter-spacing: -.065em; }
.page-hero p:last-child { max-width: 680px; margin: 1.4rem 0 0; color: var(--soft-ink); font-size: 1.15rem; }
.breadcrumb { margin: 0 0 1.5rem; color: #747a6e; font-size: .8rem; font-weight: 650; }.breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.content-wrap { width: min(820px, calc(100% - 40px)); margin-inline: auto; padding-block: 72px 110px; }
.content-wrap h2 { margin: 3rem 0 .8rem; font-size: clamp(1.7rem, 3vw, 2.35rem); line-height: 1.15; letter-spacing: -.04em; }.content-wrap h3 { margin: 2rem 0 .6rem; font-size: 1.25rem; letter-spacing: -.025em; }.content-wrap p, .content-wrap li { color: #454a41; }.content-wrap a { font-weight: 650; text-decoration: underline; text-underline-offset: 3px; }.content-wrap ul, .content-wrap ol { padding-left: 1.25rem; }.content-wrap li + li { margin-top: .6rem; }.content-wrap .lead { color: var(--ink); font-size: 1.25rem; line-height: 1.7; }.content-wrap .meta { margin-bottom: 2rem; color: #797e73; font-size: .82rem; }.content-wrap blockquote { margin: 2.2rem 0; padding: 1.4rem 1.6rem; border-left: 4px solid var(--lime); border-radius: 0 1rem 1rem 0; background: var(--cream); }.content-wrap blockquote p { margin: 0; color: var(--ink); font-size: 1.05rem; font-weight: 620; }
.answer-box { margin: 2rem 0; padding: 1.5rem; border: 1px solid #cfe4ac; border-radius: 1.25rem; background: #f4fee4; }.answer-box strong { display: block; margin-bottom: .35rem; }.answer-box p { margin: 0; }
.article-figure { margin: 2.5rem 0; overflow: hidden; border-radius: 1.75rem; background: var(--cream); }.article-figure img { width: 100%; max-height: 620px; object-fit: cover; object-position: center 35%; }.article-figure figcaption { padding: .8rem 1rem; color: #70766b; font-size: .75rem; }
.article-cta { margin-top: 3.5rem; padding: 2.2rem; border-radius: 1.75rem; background: var(--ink); color: #fff; }.article-cta h2 { margin-top: 0; }.article-cta p { color: #c4cbbd; }.article-cta .button { text-decoration: none; }
.article-toc { margin: 2rem 0 3rem; padding: 1.4rem 1.5rem; border: 1px solid var(--line); border-radius: 1.25rem; }.article-toc strong { display: block; margin-bottom: .5rem; }.article-toc ol { margin: 0; }
.legal-note { margin: 0 0 2rem; padding: 1rem 1.2rem; border-radius: 1rem; background: var(--cream); color: #60665b; font-size: .85rem; }
.support-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; margin: 2rem 0; }.support-card { min-height: 210px; padding: 1.5rem; border: 1px solid var(--line); border-radius: 1.5rem; background: var(--cream); }.support-card h2 { margin: .6rem 0; font-size: 1.45rem; }.support-card p { margin: 0; }.support-card .support-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-weight: 800; }
.blog-index { padding-block: 80px 110px; }.blog-index .article-grid { margin-top: 2rem; }.blog-index .article-card { min-height: 420px; }
.blog-intro { max-width: 720px; }.blog-intro h1 { margin: 0; font-size: clamp(3.2rem, 7vw, 6.5rem); line-height: .94; letter-spacing: -.065em; }.blog-intro > p:last-child { color: var(--soft-ink); font-size: 1.12rem; }
.intent-note { margin-top: 1.4rem; color: #777d71; font-size: .78rem; }
.article-nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 4rem; padding-top: 2rem; border-top: 1px solid var(--line); }.article-nav a { max-width: 46%; text-decoration: none; }.article-nav small { display: block; color: #83887e; font-weight: 500; }
.error-page { min-height: 70vh; display: grid; place-items: center; text-align: center; }.error-page h1 { margin: 0; font-size: clamp(5rem, 20vw, 11rem); line-height: 1; color: var(--lime); }.error-page p { color: var(--soft-ink); }
@media (max-width: 720px) { .page-hero { padding-block: 58px 42px; }.content-wrap { width: min(100% - 28px, 820px); padding-block: 52px 80px; }.support-grid { grid-template-columns: 1fr; }.article-figure { border-radius: 1.25rem; }.article-nav { flex-direction: column; }.article-nav a { max-width: 100%; } }

/* September design refinement */
.hero-visual { background: radial-gradient(circle at 44% 38%, #245b76 0 17%, #153d55 18% 39%, #0c2839 40% 58%, #071820 59% 66%, transparent 67%); }
.hero-visual::after { content: ""; position: absolute; inset: 10%; border-radius: 50%; background: radial-gradient(circle at 63% 28%, rgba(255,255,255,.16), transparent 34%), linear-gradient(145deg, transparent 52%, rgba(59,104,72,.35) 53% 57%, transparent 58%); pointer-events: none; }
.hero-visual .orbit { z-index: 1; border-color: rgba(255,255,255,.23); }
.hero-visual .phone, .hero-visual .route-chip { z-index: 3; }
.apple-icon { width: 18px; height: 18px; flex: 0 0 auto; fill: currentColor; }
.cta-download { white-space: nowrap; }
.social-links { display: flex; align-items: center; gap: .45rem; }
.social-icon { width: 34px; height: 34px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: #fff; }
.social-icon svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-icon .social-dot, .social-icon .social-fill { fill: currentColor; stroke: none; }
.social-footer { margin-top: 1.15rem; }.social-footer .social-icon { background: var(--cream); }
.support-email { display: block; width: fit-content; margin-top: .65rem; color: #5f645a; font-size: .86rem; text-decoration: underline; text-underline-offset: 3px; }
.site-nav { gap: 1.35rem; }

.feature-grid { display: grid; grid-template-columns: 1fr; gap: 1.2rem; }
.feature-row { min-height: 540px; display: grid; grid-template-columns: 1.12fr .88fr; overflow: hidden; border: 1px solid #30342d; border-radius: var(--radius-lg); background: #1a1e17; }
.feature-copy-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.2rem, 6vw, 5rem); }
.feature-copy-panel h3 { max-width: 570px; margin: 0 0 1rem; font-size: clamp(2rem, 3.8vw, 3.7rem); line-height: .98; letter-spacing: -.055em; }
.feature-copy-panel > p:not(.feature-label) { max-width: 650px; color: #b7bdb0; }
.feature-screen-panel { display: grid; place-items: end center; padding: 2.5rem 2.5rem 0; background: linear-gradient(145deg, #c3f478, #91e600); }
.feature-screen-panel .screen-frame { width: min(330px, 92%); height: 500px; }

.article-card { color: #fff; background-position: center; background-size: cover; isolation: isolate; }
.article-card::after { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(180deg, rgba(6,10,7,.12) 0%, rgba(6,10,7,.38) 44%, rgba(6,10,7,.92) 100%); }
.article-lime { background-image: url('/assets/article-animated-map.jpg'); }
.article-map { background-image: url('/assets/article-road-trip.jpg'); }
.article-ink { background-image: url('/assets/article-travel-wrapped.jpg'); }
.article-map::before { display: none; }.article-map::after { inset: 0; width: auto; height: auto; right: 0; bottom: 0; border: 0; border-radius: 0; background: linear-gradient(180deg, rgba(6,10,7,.1), rgba(6,10,7,.9)); }
.article-tag, .article-arrow { position: relative; z-index: 2; color: #fff; opacity: .9; }.article-arrow { position: absolute; }.article-card p { color: #fff; opacity: .82; }
.secondary-journal-head { margin: 5rem 0 0; }.secondary-journal-head h2 { max-width: 760px; font-size: clamp(2.4rem, 5vw, 4.4rem); }
.article-grid-more { margin-top: 2rem; }
.table-scroll { max-width: 100%; margin: 2rem 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 1.25rem; }
.template-table { width: 100%; min-width: 680px; border-collapse: collapse; background: #fff; }
.template-table th, .template-table td { padding: .9rem 1rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.template-table th { color: var(--ink); background: var(--cream); font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; }
.template-table td { color: var(--soft-ink); font-size: .9rem; }.template-table tbody tr:last-child td { border-bottom: 0; }

.review-section { overflow: hidden; background: #edf2ea; }
.review-head { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 2.5rem; }
.review-head h2 { max-width: 850px; margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .98; letter-spacing: -.06em; }
.review-controls { display: flex; gap: .6rem; flex: 0 0 auto; }
.review-arrow { width: 48px; height: 48px; border: 1px solid #cdd5c8; border-radius: 50%; color: var(--ink); background: #fff; cursor: pointer; font-size: 1.2rem; transition: transform .2s ease, background .2s ease; }
.review-arrow:hover { transform: translateY(-2px); background: var(--lime); }
.review-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(310px, 38%); gap: 1rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.review-track::-webkit-scrollbar { display: none; }
.review-card { min-height: 360px; display: flex; flex-direction: column; justify-content: flex-end; margin: 0; padding: 2rem; scroll-snap-align: start; border: 1px solid #dbe1d7; border-radius: var(--radius-lg); background: #fff; }
.review-card:nth-child(2n) { color: #fff; border-color: var(--ink); background: var(--ink); }
.review-card > p { margin: 1rem 0 1.8rem; color: inherit; font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.18; letter-spacing: -.035em; }
.review-card footer { display: flex; flex-direction: column; gap: .15rem; color: #7a8176; font-size: .78rem; }.review-card footer strong { color: var(--ink); font-size: .86rem; }.review-card:nth-child(2n) footer { color: #aeb5a9; }.review-card:nth-child(2n) footer strong { color: #fff; }
.review-stars { color: #74b900; letter-spacing: .12em; }.review-card:nth-child(2n) .review-stars { color: var(--lime); }

@media (max-width: 1120px) { .social-header { display: none; } }
@media (max-width: 980px) { .feature-row { grid-template-columns: 1fr 1fr; }.feature-copy-panel { padding: 3rem; } }
@media (max-width: 720px) {
  .social-header { display: flex; padding: .6rem .75rem; }
  .site-nav .nav-cta { justify-content: center; }
  .feature-row { grid-template-columns: 1fr; min-height: auto; }
  .feature-copy-panel { padding: 2.2rem; }
  .feature-screen-panel { min-height: 440px; padding: 2rem 2rem 0; }
  .feature-screen-panel .screen-frame { height: 420px; }
  .hero-visual::after { inset: 4%; }
  .review-head { align-items: start; flex-direction: column; gap: 1.4rem; }
  .review-track { grid-auto-columns: 88%; }.review-card { min-height: 330px; }
}
