:root {
  --forest: #176b52;
  --forest-dark: #10513e;
  --sage: #e4f1eb;
  --ivory: #f8f7f3;
  --white: #ffffff;
  --charcoal: #171918;
  --gray: #6e726f;
  --soft-gray: #e4e5e1;
  --savings: #27966d;
  --amber: #e8a23a;
  --red: #d75b57;
  --shadow: 0 20px 55px rgba(16, 81, 62, 0.10);
  --radius: 22px;
  --shell: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--charcoal);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(248, 247, 243, 0.86);
  border-bottom: 1px solid rgba(228, 229, 225, 0.78);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; text-decoration: none; letter-spacing: -0.02em; }
.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--forest-dark);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}
.brand-mark span { display: block; height: 8px; width: 21px; border-radius: 4px; background: #f8f7f3; }
.brand-mark span:last-child { width: 17px; opacity: .72; }
.brand-mark.small { width: 32px; height: 32px; border-radius: 9px; }
.brand-mark.small span { width: 18px; height: 7px; }
.brand-mark.small span:last-child { width: 14px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a, .footer-links a { color: var(--gray); text-decoration: none; font-size: 14px; font-weight: 600; }
.nav-links a:hover, .footer-links a:hover { color: var(--forest); }

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 74px;
  align-items: center;
  padding-block: 78px 92px;
}
.hero-copy { max-width: 650px; }
.eyebrow { margin: 0 0 16px; color: var(--forest); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.eyebrow.light { color: #bfe4d3; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.045em; }
h1 { margin-bottom: 24px; font-size: clamp(54px, 7vw, 86px); line-height: .95; font-weight: 650; }
h1 em { font-family: ui-serif, Georgia, serif; font-weight: 500; color: var(--forest); }
h2 { margin-bottom: 18px; font-size: clamp(38px, 5vw, 58px); line-height: 1.02; font-weight: 650; }
h3 { margin-bottom: 10px; font-size: 23px; letter-spacing: -.025em; }
p { line-height: 1.68; }
.hero-lede { max-width: 610px; margin-bottom: 31px; color: var(--gray); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 21px;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--forest); color: var(--white); box-shadow: 0 10px 24px rgba(23, 107, 82, .18); }
.button-primary:hover { background: var(--forest-dark); }
.button-light { background: #f8f7f3; color: var(--forest-dark); }
.text-link { color: var(--forest); text-decoration: none; font-size: 14px; font-weight: 800; }
.text-link span { padding-left: 4px; transition: padding .15s ease; }
.text-link:hover span { padding-left: 8px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: var(--gray); font-size: 13px; font-weight: 650; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--savings); }

.phone-stage { position: relative; display: flex; align-items: center; justify-content: center; min-height: 550px; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(23,107,82,.12); }
.orbit-one { width: 510px; height: 510px; }
.orbit-two { width: 395px; height: 395px; background: rgba(228,241,235,.45); }
.phone {
  position: relative;
  width: 302px;
  min-height: 596px;
  padding: 18px 17px 15px;
  border: 8px solid #1e2421;
  border-radius: 45px;
  background: #f8f7f3;
  box-shadow: 0 35px 70px rgba(16, 57, 45, .24), 0 5px 15px rgba(16,57,45,.08);
  transform: rotate(2.2deg);
  z-index: 2;
}
.phone:before { content: ""; position: absolute; top: 9px; left: 50%; width: 78px; height: 22px; border-radius: 20px; background: #1e2421; transform: translateX(-50%); }
.phone-top { height: 31px; display: flex; justify-content: space-between; align-items: start; padding: 0 4px; font-size: 9px; font-weight: 800; }
.phone-top b { width: 76px; }
.screen-heading { display: flex; justify-content: space-between; align-items: end; margin: 10px 2px 14px; }
.screen-heading p { margin: 0; font-size: 23px; font-weight: 750; letter-spacing: -.04em; }
.screen-heading span { color: var(--gray); font-size: 10px; }
.spend-card { padding: 19px; border-radius: 19px; background: var(--forest-dark); color: white; box-shadow: 0 8px 16px rgba(16,81,62,.14); }
.spend-card span { display: block; margin-bottom: 8px; color: #c9e6da; font-size: 10px; }
.spend-card strong { display: block; font-family: ui-serif, Georgia, serif; font-size: 35px; line-height: 1; font-variant-numeric: tabular-nums; }
.spend-card strong small { font-size: 18px; }
.spend-card p { margin: 9px 0 0; color: #c9e6da; font-size: 9px; }
.mini-heading { display: flex; justify-content: space-between; margin: 20px 2px 9px; font-size: 11px; font-weight: 800; }
.mini-heading small { color: var(--forest); font-size: 9px; }
.subscription-row { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; padding: 10px 4px; border-bottom: 1px solid var(--soft-gray); }
.service-icon { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: #fff0e5; color: #a2562e; font-size: 12px; font-weight: 800; }
.service-icon.sage { background: var(--sage); color: var(--forest); }
.subscription-row b, .subscription-row small { display: block; }
.subscription-row b { margin-bottom: 3px; font-size: 10px; }
.subscription-row small { color: var(--gray); font-size: 8px; }
.subscription-row > strong { font-size: 10px; font-variant-numeric: tabular-nums; }
.savings-card { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: 15px; padding: 13px 15px; border-radius: 15px; background: var(--sage); }
.savings-card span { display: block; color: var(--forest); font-size: 8px; }
.savings-card strong { display: block; margin-top: 3px; color: var(--forest-dark); font-family: ui-serif, Georgia, serif; font-size: 23px; }
.sparkline { display: flex; align-items: end; gap: 3px; height: 28px; }
.sparkline i { width: 5px; border-radius: 3px 3px 0 0; background: var(--savings); opacity: .7; }
.sparkline i:nth-child(1) { height: 9px; } .sparkline i:nth-child(2) { height: 14px; } .sparkline i:nth-child(3) { height: 12px; } .sparkline i:nth-child(4) { height: 21px; } .sparkline i:nth-child(5) { height: 27px; }
.tabbar { display: flex; justify-content: space-around; margin: 15px -2px 0; padding-top: 9px; border-top: 1px solid var(--soft-gray); color: #a2a5a3; font-size: 11px; }
.tabbar span { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.tabbar small { font-size: 7px; }
.tabbar .active { color: var(--forest); }

.proof-band { background: white; border-block: 1px solid var(--soft-gray); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { padding: 27px 34px; border-right: 1px solid var(--soft-gray); }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { margin-bottom: 6px; color: var(--forest-dark); font-size: 15px; }
.proof-grid span { color: var(--gray); font-size: 13px; line-height: 1.5; }

.section { padding-block: 112px; }
.section-intro { max-width: 750px; margin-bottom: 48px; }
.section-intro > p:last-child { max-width: 660px; color: var(--gray); font-size: 17px; }
.section-intro.compact { margin-bottom: 35px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.feature-card { position: relative; min-height: 330px; padding: 34px; border: 1px solid var(--soft-gray); border-radius: var(--radius); background: white; overflow: hidden; }
.feature-wide { grid-column: 1 / -1; min-height: 380px; display: grid; grid-template-columns: 1fr .9fr; gap: 50px; align-items: center; }
.feature-card p { max-width: 510px; color: var(--gray); }
.feature-number { display: inline-block; margin-bottom: 45px; color: #a3aaa6; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.green-card { background: var(--forest-dark); color: white; border-color: transparent; }
.green-card p { color: #c6ddd4; }
.green-card .feature-number { color: #8fc0aa; }
.metric-demo { justify-self: center; width: min(100%, 390px); padding: 30px; border-radius: 20px; background: #f8f7f3; color: var(--charcoal); transform: rotate(-2deg); box-shadow: 0 20px 40px rgba(0,0,0,.13); }
.metric-demo small, .metric-demo span { display: block; color: var(--gray); }
.metric-demo small { margin-bottom: 8px; }
.metric-demo strong { display: block; margin-bottom: 10px; color: var(--forest-dark); font-family: ui-serif, Georgia, serif; font-size: clamp(48px, 6vw, 72px); letter-spacing: -.04em; }
.metric-demo span { font-size: 12px; }
.icon-tile { width: 52px; height: 52px; margin-bottom: 26px; display: grid; place-items: center; border-radius: 15px; background: var(--sage); color: var(--forest); font-size: 25px; font-weight: 800; }
.privacy-card { background: #eef5f1; border-color: #d9e9e1; }
.privacy-visual { justify-self: center; width: 230px; aspect-ratio: 1; border-radius: 50%; background: white; display: grid; place-items: center; align-content: center; gap: 14px; box-shadow: 0 20px 45px rgba(16,81,62,.09); }
.shield { width: 76px; height: 88px; display: grid; place-items: center; background: var(--forest); color: white; clip-path: polygon(50% 0, 93% 18%, 86% 72%, 50% 100%, 14% 72%, 7% 18%); font-size: 30px; font-weight: 800; }
.privacy-visual span { color: var(--forest-dark); font-size: 13px; font-weight: 800; }
.privacy-card .feature-number { margin-bottom: 30px; }

.steps-section { padding-top: 20px; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.steps article { padding: 30px 26px; border-top: 1px solid #bdc1be; }
.steps article > span { display: inline-grid; place-items: center; width: 28px; height: 28px; margin-bottom: 38px; border-radius: 50%; background: var(--forest); color: white; font-size: 12px; font-weight: 800; }
.steps p { color: var(--gray); font-size: 14px; }

.cta-section { padding: 55px 0 100px; }
.cta-card { min-height: 310px; padding: 55px; display: flex; justify-content: space-between; align-items: end; gap: 45px; border-radius: 30px; background: var(--forest-dark); color: white; }
.cta-card > div { max-width: 720px; }
.cta-card p:not(.eyebrow) { max-width: 650px; color: #c6ddd4; }
.cta-card .button { flex: 0 0 auto; }

.site-footer { padding: 56px 0 44px; border-top: 1px solid var(--soft-gray); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: start; }
.footer-grid > div:first-child p { max-width: 430px; margin: 17px 0 0; color: var(--gray); font-size: 13px; }
.footer-links { display: flex; gap: 23px; flex-wrap: wrap; }
.copyright { grid-column: 1 / -1; margin: 25px 0 0; padding-top: 24px; border-top: 1px solid var(--soft-gray); color: #969a97; font-size: 12px; }

/* Legal and support pages */
.page-hero { padding: 88px 0 52px; }
.page-hero .eyebrow { margin-bottom: 14px; }
.page-hero h1 { max-width: 850px; margin-bottom: 18px; font-size: clamp(48px, 6vw, 74px); }
.page-hero p { max-width: 700px; color: var(--gray); font-size: 17px; }
.page-meta { display: inline-flex; margin-top: 12px; color: #949995; font-size: 12px; font-weight: 650; }
.document-shell { display: grid; grid-template-columns: 240px minmax(0, 760px); gap: 70px; align-items: start; padding-bottom: 110px; }
.document-nav { position: sticky; top: 105px; padding: 18px 0; }
.document-nav strong { display: block; margin-bottom: 14px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--forest); }
.document-nav a { display: block; padding: 7px 0; color: var(--gray); font-size: 13px; text-decoration: none; }
.document-nav a:hover { color: var(--forest); }
.legal-card, .support-card { padding: 38px 40px; border: 1px solid var(--soft-gray); border-radius: var(--radius); background: white; }
.legal-card section + section { margin-top: 40px; padding-top: 34px; border-top: 1px solid var(--soft-gray); }
.legal-card h2 { margin-bottom: 12px; font-size: 27px; letter-spacing: -.025em; }
.legal-card h3 { margin-top: 25px; font-size: 17px; }
.legal-card p, .legal-card li { color: #555a57; font-size: 15px; line-height: 1.75; }
.legal-card ul { padding-left: 20px; }
.legal-card a, .support-card a { color: var(--forest); font-weight: 700; }
.notice { margin-bottom: 28px; padding: 17px 19px; border-radius: 14px; background: var(--sage); color: var(--forest-dark); font-size: 14px; line-height: 1.65; }

.support-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 22px; padding-bottom: 110px; }
.support-card { min-height: 100%; }
.support-card h2 { font-size: 28px; }
.support-card p { color: var(--gray); }
.contact-card { background: var(--forest-dark); color: white; border: 0; }
.contact-card p { color: #c6ddd4; }
.contact-card a { color: white; }
.contact-pill { display: inline-flex; margin-top: 16px; padding: 13px 16px; border-radius: 12px; background: rgba(255,255,255,.12); text-decoration: none; }
.faqs { grid-column: 1 / -1; display: grid; gap: 12px; margin-top: 10px; }
.faqs details { padding: 21px 23px; border: 1px solid var(--soft-gray); border-radius: 16px; background: white; }
.faqs summary { cursor: pointer; font-weight: 750; }
.faqs details p { margin: 15px 0 0; color: var(--gray); font-size: 14px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 35px; padding-top: 60px; }
  .hero-copy { margin-inline: auto; text-align: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .phone-stage { min-height: 610px; }
  .proof-grid { grid-template-columns: 1fr; padding-block: 10px; }
  .proof-grid > div, .proof-grid > div:first-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--soft-gray); }
  .proof-grid > div:last-child { border-bottom: 0; }
  .feature-wide { grid-template-columns: 1fr; gap: 30px; }
  .feature-wide .feature-copy { order: 1; }
  .feature-wide .metric-demo, .feature-wide .privacy-visual { order: 2; }
  .steps { grid-template-columns: 1fr; }
  .cta-card { align-items: start; flex-direction: column; }
  .document-shell { grid-template-columns: 1fr; gap: 20px; }
  .document-nav { position: static; display: none; }
  .support-layout { grid-template-columns: 1fr; }
  .faqs { grid-column: 1; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .nav-wrap { min-height: 68px; }
  .nav-links { gap: 15px; }
  .nav-links a:first-child { display: none; }
  .brand > span:last-child { font-size: 14px; }
  .brand-mark { width: 34px; height: 34px; }
  .hero { min-height: 0; padding-block: 52px 66px; }
  h1 { font-size: 55px; }
  h2 { font-size: 40px; }
  .hero-lede { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .phone-stage { min-height: 550px; transform: scale(.9); margin-block: -30px; }
  .orbit-one { width: 420px; height: 420px; }
  .orbit-two { width: 340px; height: 340px; }
  .section { padding-block: 78px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; }
  .feature-card { padding: 27px; }
  .feature-number { margin-bottom: 30px; }
  .cta-card { padding: 35px 27px; border-radius: 23px; }
  .footer-grid { grid-template-columns: 1fr; }
  .copyright { grid-column: 1; }
  .page-hero { padding: 62px 0 35px; }
  .page-hero h1 { font-size: 48px; }
  .legal-card, .support-card { padding: 28px 24px; }
}
