:root{
  color-scheme:light;
  --ink:#18312b;
  --muted:#64716c;
  --cream:#f8f3e9;
  --paper:#fffefa;
  --green:#1f6b58;
  --green-dark:#123f38;
  --green-bright:#2f9d69;
  --mint:#dceee4;
  --sand:#eee5d6;
  --peach:#f6d3c3;
  --yellow:#f7e5a8;
  --blue:#dce9f3;
  --lavender:#e7ddf2;
  --line:#dfd8cc;
  --shadow:0 24px 60px rgba(35,63,53,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  /* Same deliberate system-font stack as the app (see styles.css). */
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  line-height:1.5;
}
a{color:inherit}
.skip-link{position:absolute;left:-9999px;top:8px;z-index:100;background:white;padding:10px 14px;border-radius:10px}
.skip-link:focus{left:8px}
.site-header{
  width:min(1180px,calc(100% - 40px));
  min-height:82px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:24px;
}
.site-brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-size:25px;font-weight:900;letter-spacing:-.05em}
.site-brand img{width:38px;height:38px;border-radius:12px}
.desktop-nav{display:flex;gap:30px}
.desktop-nav a{text-decoration:none;color:var(--muted);font-size:14px;font-weight:750}
.desktop-nav a:hover{color:var(--green)}
.site-header>.button{justify-self:end}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:999px;
  background:var(--green);
  color:white;
  text-decoration:none;
  font-weight:850;
  box-shadow:0 12px 26px rgba(31,107,88,.18);
  transition:transform .16s ease,background .16s ease;
}
.button:hover{transform:translateY(-2px);background:var(--green-dark)}
.button:focus-visible,.text-link:focus-visible,.site-header a:focus-visible,summary:focus-visible{outline:3px solid rgba(47,157,105,.38);outline-offset:4px}
.button-small{min-height:44px;padding:10px 19px}
.button-large{min-height:56px;padding:15px 24px;font-size:17px}
.section-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.hero{
  min-height:700px;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(390px,.98fr);
  align-items:center;
  gap:70px;
  padding-top:56px;
  padding-bottom:100px;
}
.pilot-badge{display:inline-flex;align-items:center;gap:9px;padding:7px 12px;border:1px solid rgba(31,107,88,.22);border-radius:999px;background:rgba(255,254,250,.7);color:var(--green);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
.pilot-badge span{width:8px;height:8px;border-radius:50%;background:var(--green-bright);box-shadow:0 0 0 5px rgba(47,157,105,.12)}
h1,h2,h3,p{margin-top:0}
h1{
  margin:25px 0 23px;
  font-size:clamp(54px,6.6vw,92px);
  line-height:.92;
  letter-spacing:-.072em;
  font-weight:900;
}
h1 em{font-style:normal;color:var(--green-bright)}
.hero-lead{max-width:650px;color:var(--muted);font-size:20px;line-height:1.55}
.hero-actions{display:flex;align-items:center;gap:24px;margin-top:34px}
.text-link{color:var(--green);font-weight:850;text-underline-offset:5px}
.microcopy{margin:20px 0 0;color:#7e8783;font-size:12px}
.hero-visual{position:relative;min-height:590px;display:grid;place-items:center}
.soft-orb{position:absolute;border-radius:50%;filter:blur(1px)}
.soft-orb-one{width:470px;height:470px;background:var(--mint);right:0;top:45px}
.soft-orb-two{width:180px;height:180px;background:var(--peach);left:-24px;bottom:2px}
.phone-preview{
  position:relative;
  z-index:2;
  width:min(390px,88%);
  min-height:530px;
  padding:25px 22px 28px;
  border:8px solid var(--green-dark);
  border-radius:43px;
  background:#fbf8f1;
  box-shadow:0 36px 80px rgba(18,63,56,.24);
  transform:rotate(2deg);
}
.phone-preview:before{content:"";display:block;width:92px;height:7px;border-radius:99px;background:var(--green-dark);margin:-10px auto 18px;opacity:.9}
.phone-top{display:flex;align-items:center;justify-content:space-between}
.phone-top h2{margin:1px 0 0;font-size:34px;letter-spacing:-.05em}
.preview-kicker{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.preview-avatar{display:grid;place-items:center;width:39px;height:39px;border-radius:50%;background:var(--peach);font-weight:900}
.preview-filters{display:flex;gap:6px;margin:19px -4px 18px;overflow:hidden}
.preview-filters span{flex:0 0 auto;padding:7px 10px;border:1px solid var(--line);border-radius:99px;background:white;font-size:11px;font-weight:800}
.preview-filters .active{background:var(--green);color:white;border-color:var(--green)}
.preview-note{display:flex;align-items:center;gap:10px;padding:12px;border-radius:15px;background:var(--mint);font-size:12px}
.preview-note>span{font-size:22px}.preview-note b,.preview-note small{display:block}.preview-note small{margin-top:2px;color:var(--muted)}
.preview-section-title{display:flex;align-items:center;justify-content:space-between;margin:18px 2px 8px;font-size:12px;font-weight:900}
.preview-section-title b{display:grid;place-items:center;width:21px;height:21px;border-radius:50%;background:var(--sand);font-size:10px}
.preview-task{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:13px 12px;margin:8px 0;border:1px solid var(--line);border-radius:17px;background:var(--paper);box-shadow:0 6px 18px rgba(42,68,59,.06)}
.preview-task.highlight{border-left:5px solid #d5972d}.preview-task.financial{border-left:5px solid #c96042}
.task-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:var(--sand)}
.preview-task b,.preview-task small{display:block}.preview-task b{font-size:12px}.preview-task small{margin-top:3px;color:var(--muted);font-size:10px}
.task-arrow{font-size:24px;color:var(--muted)}.task-check{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:var(--mint);color:var(--green);font-weight:900}
.ownership-card{position:absolute;z-index:3;left:-7px;bottom:63px;display:flex;align-items:center;gap:11px;padding:14px 17px;border-radius:18px;background:white;box-shadow:var(--shadow);transform:rotate(-3deg)}
.ownership-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--green);color:white;font-weight:900}
.ownership-card small,.ownership-card b{display:block}.ownership-card small{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.06em}.ownership-card b{font-size:13px}
.trust-strip{display:flex;justify-content:center;gap:48px;flex-wrap:wrap;padding:24px 30px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,254,250,.65);font-size:13px;font-weight:800}
.problem{padding-top:125px;padding-bottom:125px}
.section-intro{max-width:770px}
.section-label{display:block;margin-bottom:14px;color:var(--green-bright);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.section-intro h2,.difference h2,.pilot-panel h2,.final-cta h2{
  margin-bottom:20px;
  font-size:clamp(38px,5vw,64px);
  line-height:1.02;
  letter-spacing:-.06em;
}
.section-intro p{color:var(--muted);font-size:18px}
.load-chain{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:55px}
.load-chain article{position:relative;min-height:205px;padding:24px;border:1px solid var(--line);border-radius:24px;background:var(--paper)}
.load-chain article:not(:last-child):after{content:"→";position:absolute;right:-22px;top:83px;z-index:2;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--green);color:white;font-weight:900}
.load-chain span{color:var(--green-bright);font-size:12px;font-weight:900}
.load-chain b{display:block;margin-top:34px;font-size:21px}.load-chain p{margin:8px 0 0;color:var(--muted);font-size:14px}
.difference{padding:120px 0;background:var(--green-dark);color:white}
.difference-grid{display:grid;grid-template-columns:1fr .9fr;gap:90px;align-items:center}
.light-label{color:#9ee2bd}
.difference-copy>p{max-width:640px;color:#d6e3df;font-size:18px}
.check-list{list-style:none;margin:34px 0 0;padding:0;display:grid;gap:15px}
.check-list li{position:relative;padding-left:31px;color:#edf7f3}
.check-list li:before{content:"✓";position:absolute;left:0;top:-1px;display:grid;place-items:center;width:21px;height:21px;border-radius:50%;background:#9ee2bd;color:var(--green-dark);font-size:12px;font-weight:900}
.comparison-card{padding:13px;border:1px solid rgba(255,255,255,.14);border-radius:30px;background:rgba(255,255,255,.07)}
.comparison-card>div{padding:25px;border-radius:21px}.comparison-bad{color:#d7dfdc}.comparison-good{margin-top:10px;background:var(--paper);color:var(--ink)}
.comparison-card span{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.comparison-card p{margin:12px 0 8px;font-size:18px;font-weight:850}.comparison-card small{display:block;line-height:1.5;opacity:.78}
.features{padding-top:125px;padding-bottom:125px}
.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:52px}
.feature-card{padding:29px;border:1px solid var(--line);border-radius:27px;background:var(--paper);box-shadow:0 10px 36px rgba(38,61,53,.05)}
.feature-large{grid-row:span 2}.feature-wide{grid-column:1/-1;display:flex;align-items:center;gap:22px}
.feature-icon{display:grid;place-items:center;width:52px;height:52px;margin-bottom:25px;border-radius:16px;font-size:25px}
.feature-wide .feature-icon{flex:0 0 auto;margin:0;width:64px;height:64px}
.mint{background:var(--mint)}.peach{background:var(--peach)}.yellow{background:var(--yellow)}.blue{background:var(--blue)}.lavender{background:var(--lavender)}
.feature-card h3{margin-bottom:10px;font-size:23px;letter-spacing:-.03em}.feature-card p{margin:0;color:var(--muted)}
.mini-flow{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:45px}.mini-flow span{padding:8px 10px;border-radius:999px;background:var(--mint);color:var(--green);font-size:11px;font-weight:900}.mini-flow b{color:var(--muted)}
.life-section{padding:120px 0;background:#efe8dc}
.life-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:48px}
.life-grid article{min-height:170px;padding:24px;border:1px solid rgba(60,72,67,.1);border-radius:24px;background:rgba(255,254,250,.72)}
.life-grid span{font-size:31px}.life-grid b,.life-grid small{display:block}.life-grid b{margin-top:23px;font-size:18px}.life-grid small{margin-top:7px;color:var(--muted);line-height:1.45}
.pilot-section{padding-top:125px;padding-bottom:125px}
.pilot-panel{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;padding:64px;border-radius:36px;background:var(--green);color:white;overflow:hidden}
.pilot-copy>p{color:#dbe8e3;font-size:17px}
.button-light{margin-top:19px;background:white;color:var(--green);box-shadow:none}.button-light:hover{background:var(--mint);color:var(--green-dark)}
.pilot-facts{display:grid;gap:15px;align-content:center}
.pilot-facts>div{display:grid;grid-template-columns:auto 1fr;gap:15px;padding:19px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:rgba(255,255,255,.08)}
.pilot-facts span{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:#9ee2bd;color:var(--green-dark);font-size:11px;font-weight:900}
.pilot-facts p{margin:0;color:#dfebe7}.pilot-facts b{color:white}
.pilot-limits{max-width:920px;margin:22px auto 0;padding:22px 25px;border:1px solid #e0cfae;border-radius:22px;background:#fff7e8}.pilot-limits b{font-size:17px}.pilot-limits p{margin:7px 0;color:var(--muted)}.pilot-limits a{color:var(--green);font-weight:850}
.faq{padding-bottom:125px}
.faq-list{margin-top:40px;border-top:1px solid var(--line)}
.faq details{border-bottom:1px solid var(--line);padding:0}
.faq summary{position:relative;cursor:pointer;list-style:none;padding:25px 50px 25px 0;font-size:18px;font-weight:850}
.faq summary::-webkit-details-marker{display:none}
.faq summary:after{content:"+";position:absolute;right:8px;top:20px;color:var(--green);font-size:26px;font-weight:500}
.faq details[open] summary:after{content:"−"}
.faq details p{max-width:820px;margin:-3px 0 25px;color:var(--muted)}
.final-cta{text-align:center;padding-bottom:125px}
.final-cta img{width:65px;height:65px;border-radius:20px}.final-cta h2{max-width:760px;margin:24px auto 15px}.final-cta p{max-width:600px;margin:0 auto 28px;color:var(--muted);font-size:17px}
.site-footer{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:40px 0 calc(40px + env(safe-area-inset-bottom));border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center}
.footer-brand{display:flex;align-items:center;gap:11px}.footer-brand img{width:40px;height:40px;border-radius:12px}.footer-brand b,.footer-brand span{display:block}.footer-brand b{font-size:18px}.footer-brand span{color:var(--muted);font-size:12px}
.site-footer nav{display:flex;gap:24px;flex-wrap:wrap;justify-content:flex-end}.site-footer nav a{color:var(--green);font-size:13px;font-weight:800}
.site-footer>p{grid-column:1/-1;margin:0;color:#89918e;font-size:12px}
@media(max-width:900px){
  .desktop-nav{display:none}.site-header{grid-template-columns:1fr auto}
  .hero{grid-template-columns:1fr;gap:20px;padding-top:50px}.hero-copy{text-align:center}.hero-lead{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-visual{min-height:570px}
  .difference-grid,.pilot-panel{grid-template-columns:1fr}.difference-grid{gap:55px}.pilot-panel{gap:35px}
  .load-chain{grid-template-columns:repeat(2,1fr)}.load-chain article:nth-child(2):after{display:none}
}
@media(max-width:640px){
  .section-shell,.site-header,.site-footer{width:min(100% - 28px,1180px)}
  .site-header{min-height:70px}.site-brand{font-size:22px}.site-brand img{width:34px;height:34px}.button-small{padding:9px 15px;font-size:13px}
  .hero{min-height:0;padding-top:46px;padding-bottom:70px}.pilot-badge{font-size:10px}h1{font-size:55px}.hero-lead{font-size:17px}.hero-actions{flex-direction:column;gap:17px;margin-top:28px}.microcopy{line-height:1.5}
  .hero-visual{min-height:510px;margin:8px -8px 0}.phone-preview{width:324px;min-height:470px;padding:21px 17px;border-width:7px;border-radius:36px}.soft-orb-one{width:350px;height:350px}.soft-orb-two{width:130px;height:130px}.ownership-card{left:0;bottom:31px}
  .trust-strip{justify-content:flex-start;gap:14px 25px;padding:20px 22px}
  .problem,.features,.pilot-section{padding-top:85px;padding-bottom:85px}.section-intro h2,.difference h2,.pilot-panel h2,.final-cta h2{font-size:40px}.section-intro p{font-size:16px}
  .load-chain{grid-template-columns:1fr;gap:10px;margin-top:35px}.load-chain article{min-height:150px}.load-chain article:not(:last-child):after{display:none}.load-chain b{margin-top:22px}
  .difference,.life-section{padding:85px 0}.difference-grid{gap:42px}.difference-copy>p{font-size:16px}
  .feature-grid,.life-grid{grid-template-columns:1fr}.feature-large{grid-row:auto}.feature-wide{grid-column:auto;align-items:flex-start}.feature-card{padding:23px}
  .pilot-panel{padding:35px 23px;border-radius:28px}.pilot-limits{padding:19px}
  .faq{padding-bottom:90px}.faq summary{font-size:17px}
  .final-cta{padding-bottom:90px}
  .site-footer{grid-template-columns:1fr}.site-footer nav{justify-content:flex-start;gap:14px 22px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
