:root {
  --ink: #17352b;
  --ink-soft: #52675f;
  --forest: #174f3a;
  --forest-deep: #0d3829;
  --leaf: #54a86f;
  --leaf-bright: #77c889;
  --mint: #dff4e4;
  --mint-soft: #eff9f1;
  --cream: #fbf8ee;
  --sun: #f2c85b;
  --peach: #ef9b79;
  --white: #fffefb;
  --line: rgba(23, 79, 58, 0.14);
  --shadow: 0 24px 70px rgba(28, 72, 53, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 17px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 2%, rgba(119, 200, 137, .22), transparent 30rem),
    radial-gradient(circle at 94% 12%, rgba(242, 200, 91, .16), transparent 25rem),
    var(--cream);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 14px; background: var(--forest-deep); color: white; border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid transparent;
  background: rgba(251, 248, 238, .78);
  backdrop-filter: blur(18px) saturate(140%);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(26, 68, 52, .06); }
.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: 800; text-decoration: none; letter-spacing: -.02em; }
.brand img { width: 38px; height: 38px; border-radius: 11px; box-shadow: 0 7px 18px rgba(26, 91, 62, .18); }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { color: var(--ink-soft); font-size: .94rem; font-weight: 650; text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--forest); }
.nav-cta, .button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--forest);
  color: white !important;
  font-weight: 760;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(23, 79, 58, .2);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover, .button:focus-visible, .nav-cta:hover, .nav-cta:focus-visible { transform: translateY(-2px); background: var(--forest-deep); box-shadow: 0 16px 34px rgba(23, 79, 58, .25); }
.button.secondary { color: var(--forest) !important; background: rgba(255,255,255,.62); border-color: var(--line); box-shadow: none; }
.button.secondary:hover { background: white; }
.button[aria-disabled="true"] { cursor: default; }
.mobile-menu { display: none; border: 0; background: transparent; color: var(--ink); padding: 8px; }

.hero { min-height: 760px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 54px; padding: 82px 0 92px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--forest); font-size: .78rem; font-weight: 830; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; border-radius: 3px; background: var(--leaf); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(3.15rem, 7vw, 6.7rem); line-height: .92; letter-spacing: -.07em; }
h1 span { color: var(--leaf); }
.hero-copy > p { max-width: 620px; margin-bottom: 30px; color: var(--ink-soft); font-size: clamp(1.08rem, 1.7vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 16px 26px; margin-top: 28px; color: var(--ink-soft); font-size: .9rem; font-weight: 650; }
.trust-row span::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 7px; border-radius: 50%; background: var(--mint); color: var(--forest); }

.hero-art { position: relative; min-height: 610px; }
.sun-spot { position: absolute; inset: 2% 5% auto auto; width: 330px; height: 330px; border-radius: 50%; background: rgba(242, 200, 91, .21); filter: blur(1px); }
.phone {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 50%;
  width: min(340px, 82%);
  min-height: 590px;
  padding: 13px;
  border: 8px solid var(--forest-deep);
  border-radius: 52px;
  background: #f6f3e9;
  box-shadow: 0 40px 80px rgba(19, 61, 45, .25);
  transform: translateX(-50%) rotate(2.8deg);
}
.phone::before { content: ""; position: absolute; top: 11px; left: 50%; width: 90px; height: 25px; transform: translateX(-50%); border-radius: 20px; background: var(--forest-deep); }
.phone-screen { min-height: 548px; padding: 54px 18px 18px; overflow: hidden; border-radius: 37px; background: linear-gradient(160deg, #f6fbf2, #fffdf6 58%); }
.phone-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.phone-top strong { font-size: 1.35rem; letter-spacing: -.04em; }
.avatar-dot { width: 34px; height: 34px; border-radius: 50%; background: var(--mint); }
.next-card { padding: 20px; border-radius: 25px; color: white; background: linear-gradient(145deg, var(--forest), #247050); box-shadow: 0 16px 35px rgba(21, 78, 56, .24); }
.next-card small { color: rgba(255,255,255,.72); font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.bill-title { display: flex; align-items: center; gap: 12px; margin: 13px 0 4px; font-size: 1.15rem; font-weight: 780; }
.bill-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 13px; background: rgba(255,255,255,.16); font-size: 1.25rem; }
.bill-amount { margin: 14px 0 1px; font-size: 2.1rem; font-weight: 830; letter-spacing: -.05em; }
.due { color: rgba(255,255,255,.78); font-size: .83rem; }
.paid-btn { display: block; width: 100%; margin-top: 18px; padding: 12px; border: 0; border-radius: 14px; color: var(--forest-deep); background: var(--sun); font-weight: 820; }
.mini-label { margin: 24px 2px 10px; font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); }
.bill-row { display: flex; align-items: center; gap: 12px; padding: 12px 6px; border-bottom: 1px solid var(--line); }
.bill-row i { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px; background: var(--mint); font-style: normal; }
.bill-row div { flex: 1; }
.bill-row strong, .bill-row small { display: block; }
.bill-row small { color: var(--ink-soft); }
.bill-row b { font-size: .93rem; }
.mascot-float { position: absolute; z-index: 5; width: 205px; filter: drop-shadow(0 22px 26px rgba(22, 73, 54, .19)); }
.mascot-float.bear { left: -3%; bottom: 1%; transform: rotate(-7deg); }
.mascot-float.frog { right: -3%; top: 7%; width: 165px; transform: rotate(9deg); }
.leaf-shape { position: absolute; z-index: 1; width: 150px; height: 70px; border-radius: 100% 0 100% 0; background: rgba(84, 168, 111, .23); }
.leaf-one { left: 4%; top: 15%; transform: rotate(-27deg); }
.leaf-two { right: 4%; bottom: 12%; transform: rotate(35deg); }

.section { padding: 106px 0; }
.section.mint-section { background: linear-gradient(180deg, rgba(223,244,228,.7), rgba(239,249,241,.45)); border-block: 1px solid var(--line); }
.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
h2 { margin-bottom: 17px; font-size: clamp(2.35rem, 5vw, 4.6rem); line-height: 1; letter-spacing: -.055em; }
.section-head p { color: var(--ink-soft); font-size: 1.12rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,254,251,.72); box-shadow: 0 8px 30px rgba(31, 75, 57, .05); }
.feature-card:nth-child(2), .feature-card:nth-child(5) { transform: translateY(18px); }
.feature-icon { display: grid; width: 51px; height: 51px; margin-bottom: 30px; place-items: center; border-radius: 16px; background: var(--mint); font-size: 1.35rem; }
.feature-card h3 { margin-bottom: 10px; font-size: 1.24rem; letter-spacing: -.03em; }
.feature-card p { margin: 0; color: var(--ink-soft); }

.showcase { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 80px; }
.room { position: relative; min-height: 560px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-xl); background: linear-gradient(#dff4e4 0 68%, #d9b98e 68% 100%); box-shadow: var(--shadow); }
.room::before { content: ""; position: absolute; top: 60px; left: 56px; width: 126px; height: 160px; border: 11px solid white; border-radius: 70px 70px 7px 7px; background: linear-gradient(#b9e2f0, #f8e7ad); box-shadow: inset 0 0 0 1px rgba(14,55,40,.08); }
.shelf { position: absolute; right: 46px; top: 110px; width: 140px; height: 12px; border-radius: 8px; background: #8b6546; box-shadow: 0 58px #8b6546; }
.plant { position: absolute; right: 74px; top: 62px; font-size: 4.2rem; }
.room-rug { position: absolute; left: 50%; bottom: 30px; width: 77%; height: 112px; transform: translateX(-50%); border-radius: 50%; background: rgba(248, 226, 155, .84); }
.room img { position: absolute; z-index: 3; left: 50%; bottom: 32px; width: 300px; transform: translateX(-50%); filter: drop-shadow(0 22px 17px rgba(84,58,37,.17)); }
.showcase-copy ul { margin: 28px 0 0; padding: 0; list-style: none; }
.showcase-copy li { display: grid; grid-template-columns: 39px 1fr; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.showcase-copy li span { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; background: var(--mint); color: var(--forest); font-weight: 850; }
.showcase-copy li strong { display: block; margin-bottom: 2px; }
.showcase-copy li p { margin: 0; color: var(--ink-soft); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: steps; }
.step { position: relative; padding-top: 72px; counter-increment: steps; }
.step::before { content: "0" counter(steps); position: absolute; top: 0; left: 0; color: var(--leaf); font-size: 2.7rem; font-weight: 850; letter-spacing: -.05em; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 25px; left: 66px; right: -10px; height: 1px; background: var(--line); }
.step h3 { margin-bottom: 8px; }
.step p { color: var(--ink-soft); }

.privacy-panel { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; padding: 56px; overflow: hidden; border-radius: var(--radius-xl); background: var(--forest-deep); color: white; box-shadow: var(--shadow); }
.privacy-panel p { color: rgba(255,255,255,.73); }
.privacy-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.privacy-point { padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.06); }
.privacy-point b { display: block; margin-bottom: 4px; }
.privacy-point small { color: rgba(255,255,255,.64); }

.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 900px; margin: 0 auto; }
.price-card { position: relative; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); }
.price-card.featured { color: white; background: linear-gradient(150deg, var(--forest), var(--forest-deep)); transform: translateY(-12px); box-shadow: var(--shadow); }
.price-card .pill { position: absolute; right: 22px; top: 22px; padding: 6px 11px; border-radius: 999px; background: var(--sun); color: var(--forest-deep); font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.price { margin: 22px 0 4px; font-size: 2.7rem; font-weight: 850; letter-spacing: -.05em; }
.price small { font-size: .95rem; font-weight: 600; letter-spacing: 0; opacity: .7; }
.price-card ul { margin: 25px 0 0; padding: 0; list-style: none; }
.price-card li { margin: 10px 0; }
.price-card li::before { content: "✓"; margin-right: 9px; color: var(--leaf-bright); font-weight: 900; }
.fine-print { max-width: 900px; margin: 30px auto 0; color: var(--ink-soft); font-size: .84rem; text-align: center; }

.faq-list { max-width: 850px; margin: 0 auto; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; padding: 23px 4px; font-size: 1.05rem; font-weight: 760; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; color: var(--leaf); font-size: 1.4rem; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { padding: 0 4px 22px; color: var(--ink-soft); }

.final-cta { position: relative; padding: 74px 30px; overflow: hidden; border-radius: var(--radius-xl); text-align: center; background: linear-gradient(135deg, #e3f6e7, #fff7d9); }
.final-cta img { position: absolute; width: 175px; bottom: -34px; }
.final-cta img:first-of-type { left: 2%; transform: rotate(8deg); }
.final-cta img:last-of-type { right: 2%; transform: rotate(-8deg); }
.final-cta h2, .final-cta p, .final-cta .hero-actions { position: relative; z-index: 2; }
.final-cta p { max-width: 600px; margin: 0 auto 26px; color: var(--ink-soft); }
.final-cta .hero-actions { justify-content: center; }

.site-footer { padding: 48px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .6fr; gap: 40px; padding-bottom: 36px; }
.footer-copy { max-width: 380px; color: var(--ink-soft); }
.footer-col strong { display: block; margin-bottom: 12px; }
.footer-col a { display: block; margin: 8px 0; color: var(--ink-soft); text-decoration: none; }
.footer-col a:hover { color: var(--forest); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .84rem; }

.legal-hero { padding: 86px 0 54px; text-align: center; }
.legal-hero h1 { max-width: 900px; margin-inline: auto; font-size: clamp(3rem, 6vw, 5.5rem); }
.legal-hero p { max-width: 700px; margin-inline: auto; color: var(--ink-soft); font-size: 1.1rem; }
.legal-meta { display: inline-flex; margin-top: 18px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.55); font-size: .84rem; font-weight: 700; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); justify-content: center; gap: 70px; padding: 35px 0 110px; }
.legal-toc { position: sticky; top: 105px; align-self: start; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,254,251,.65); }
.legal-toc strong { display: block; margin-bottom: 10px; }
.legal-toc a { display: block; padding: 5px 0; color: var(--ink-soft); font-size: .86rem; text-decoration: none; }
.legal-toc a:hover { color: var(--forest); }
.legal-copy { min-width: 0; }
.legal-summary { margin-bottom: 42px; padding: 27px; border-left: 4px solid var(--leaf); border-radius: 0 var(--radius-md) var(--radius-md) 0; background: var(--mint-soft); }
.legal-copy section { padding-top: 22px; margin-bottom: 38px; scroll-margin-top: 100px; }
.legal-copy h2 { font-size: 1.75rem; letter-spacing: -.035em; }
.legal-copy h3 { margin-top: 24px; margin-bottom: 8px; font-size: 1.05rem; }
.legal-copy p, .legal-copy li { color: #42574f; }
.legal-copy ul, .legal-copy ol { padding-left: 21px; }
.legal-copy li { margin: 7px 0; }
.legal-copy a { color: var(--forest); font-weight: 650; }
.legal-note { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; }

.support-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; padding-bottom: 110px; }
.support-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,254,251,.74); }
.support-card h2 { font-size: 2rem; }
.support-card .button { margin-top: 10px; }
.support-steps { margin: 0; padding-left: 21px; }
.support-steps li { margin: 12px 0; color: var(--ink-soft); }

@media (max-width: 1080px) {
  .nav-links { display: none; position: absolute; top: 68px; left: 20px; right: 20px; padding: 20px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .mobile-menu { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 64px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .trust-row { justify-content: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-art { min-height: 620px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card:nth-child(2), .feature-card:nth-child(5) { transform: none; }
  .showcase, .privacy-panel, .support-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(2)::after { display: none; }
  .legal-layout { grid-template-columns: minmax(0, 760px); }
  .legal-toc { position: static; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 66px; }
  .brand img { width: 34px; height: 34px; }
  .hero { min-height: 0; padding: 52px 0 62px; }
  h1 { font-size: 3.3rem; }
  .hero-art { min-height: 550px; }
  .phone { width: 290px; min-height: 520px; }
  .phone-screen { min-height: 478px; }
  .mascot-float.bear { width: 155px; left: -8%; }
  .mascot-float.frog { width: 125px; right: -7%; }
  .section { padding: 76px 0; }
  .feature-grid, .steps, .pricing-grid, .privacy-points { grid-template-columns: 1fr; }
  .step:not(:last-child)::after { display: none; }
  .privacy-panel { padding: 32px 24px; }
  .price-card.featured { transform: none; }
  .final-cta { padding: 58px 22px 128px; }
  .final-cta img { width: 135px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .legal-hero { padding-top: 58px; }
  .legal-layout { gap: 24px; padding-bottom: 78px; }
}

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