:root {
  --canvas: #f6f1e7;
  --canvas-deep: #ebe3d3;
  --paper: #fffdf8;
  --paper-soft: #eff5ee;
  --ink: #132019;
  --muted: #647068;
  --green: #0c513c;
  --green-bright: #287557;
  --green-soft: #d9e9dc;
  --mint: #a8d9bc;
  --amber: #d8862d;
  --amber-soft: #ffecd5;
  --line: #d6ddd3;
  --shadow: 0 28px 80px rgba(28, 62, 44, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 92% 3%, rgba(168, 217, 188, .48), transparent 25rem),
    radial-gradient(circle at 3% 24%, rgba(255, 220, 177, .6), transparent 22rem),
    var(--canvas);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", system-ui, sans-serif;
  line-height: 1.55;
}

a { color: var(--green); }
.shell { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.site-header { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--green); font-size: 17px; font-weight: 900; letter-spacing: .18em; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; overflow: hidden; border-radius: 13px; box-shadow: 0 7px 20px rgba(17, 67, 47, .14); }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: cover; }
.links, .footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.links a, .footer-links a { font-weight: 750; text-decoration: none; }
.links a { color: #33463b; padding: 8px 0; }
.links a:hover, .links a.active { color: var(--green); }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(40px, 7vw, 92px); padding-block: 62px 92px; }
.eyebrow { margin: 0 0 14px; color: var(--green-bright); font-size: 12px; font-weight: 900; letter-spacing: .2em; }
h1, h2, p { margin-top: 0; }
.hero h1 { margin: 0 0 28px; font-size: clamp(64px, 8.6vw, 106px); line-height: .88; letter-spacing: -.065em; }
.hero h1 span { color: var(--green-bright); }
.lede { max-width: 710px; color: var(--muted); font-size: clamp(18px, 2.2vw, 23px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 21px; border-radius: 16px; background: var(--green); color: white; font-weight: 850; text-decoration: none; box-shadow: 0 12px 30px rgba(12, 81, 60, .18); }
.button:hover { background: #063f2e; transform: translateY(-1px); }
.text-link { color: var(--green); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.icon-stage { position: relative; min-height: 520px; display: grid; place-items: center; border: 1px solid rgba(12, 81, 60, .13); border-radius: 46% 54% 45% 55% / 43% 45% 55% 57%; background: linear-gradient(145deg, var(--green-soft), var(--amber-soft)); box-shadow: var(--shadow); }
.icon-stage > img { width: min(66%, 330px); aspect-ratio: 1; border-radius: 24%; box-shadow: 0 32px 70px rgba(14, 58, 42, .25); transform: rotate(-3deg); }
.floating-note { position: absolute; z-index: 2; padding: 11px 15px; border-radius: 13px; font-size: 12px; font-weight: 900; letter-spacing: .17em; box-shadow: 0 12px 30px rgba(40, 58, 47, .14); }
.note-save { top: 18%; left: -3%; background: var(--paper); color: var(--green); transform: rotate(-8deg); }
.note-build { right: -3%; bottom: 16%; background: var(--green); color: white; transform: rotate(7deg); }

.showcase { padding-block: 84px 34px; }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(38px, 5.3vw, 64px); line-height: 1.02; letter-spacing: -.045em; }
.product-illustration { margin: 0; overflow: hidden; border: 1px solid rgba(12, 81, 60, .16); border-radius: 36px; background: var(--paper); box-shadow: var(--shadow); }
.product-illustration img { display: block; width: 100%; height: auto; }

.purchase-banner { margin-block: 50px 34px; padding: 42px; border-radius: 34px; background: var(--green); color: white; box-shadow: var(--shadow); }
.purchase-banner h2 { margin-bottom: 16px; font-size: clamp(40px, 5vw, 62px); line-height: 1; letter-spacing: -.045em; }
.purchase-banner > div > p:last-child { max-width: 650px; margin-bottom: 0; color: #dcebe1; font-size: 18px; }
.purchase-banner .eyebrow { color: var(--mint); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-block: 84px; }
.feature-card { min-height: 350px; padding: 30px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255, 253, 248, .82); box-shadow: 0 18px 46px rgba(36, 67, 49, .07); }
.feature-card-accent { background: var(--green); color: white; border-color: var(--green); transform: translateY(-18px); }
.feature-card-accent p, .feature-card-accent .step { color: #cfe3d6; }
.step { color: var(--green-bright); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.feature-icon { margin: 44px 0 24px; color: var(--amber); font-size: 42px; line-height: 1; }
.feature-card h2 { margin-bottom: 12px; font-size: 29px; line-height: 1.08; letter-spacing: -.035em; }
.feature-card p { color: var(--muted); font-size: 17px; }

.privacy-banner { display: grid; grid-template-columns: 1fr 1.35fr auto; align-items: center; gap: 34px; margin-bottom: 84px; padding: 40px; border-radius: 30px; background: var(--green-soft); }
.privacy-banner h2 { margin: 0; font-size: clamp(30px, 4vw, 44px); line-height: 1; letter-spacing: -.04em; }
.privacy-banner p { margin-bottom: 0; color: #42554a; }

.legal { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 70px; padding-block: 88px; }
.legal-hero { grid-column: 1 / -1; max-width: 780px; }
.legal-hero h1 { margin: 0 0 16px; font-size: clamp(52px, 8vw, 86px); line-height: .95; letter-spacing: -.055em; }
.meta { color: var(--green-bright); font-size: 14px; font-weight: 750; }
.summary-card, .support-card { align-self: start; padding: 30px; border-radius: 28px; background: var(--green); color: white; box-shadow: var(--shadow); }
.summary-card { grid-column: 2; grid-row: 2; position: sticky; top: 28px; }
.summary-card h2, .support-card h2 { margin-bottom: 16px; font-size: 28px; letter-spacing: -.03em; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 10px 0 10px 30px; color: #dcebe1; border-bottom: 1px solid rgba(255,255,255,.12); }
.check-list li:last-child { border: 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--mint); font-weight: 900; }
.legal-content { grid-column: 1; }
.legal-content section { margin-bottom: 18px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255, 253, 248, .78); }
.legal-content h2 { margin-bottom: 9px; font-size: 24px; line-height: 1.2; letter-spacing: -.025em; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content p:last-child { margin-bottom: 0; }
.support-card { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 32px; background: linear-gradient(125deg, var(--green), #246d51); }
.support-card p { max-width: 650px; margin-bottom: 0; color: #dcebe1; }
.support-card .button { flex: 0 0 auto; background: var(--mint); color: #123b2c; box-shadow: none; }
.support-content { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.support-content section { margin: 0; }
.support-content .support-save-section,
.support-content .support-example-section { grid-column: 1 / -1; }
.save-step-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 28px 0 0; padding: 0; list-style: none; }
.save-step-gallery figure { height: 100%; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.save-step-gallery img { display: block; width: 100%; height: auto; border-bottom: 1px solid var(--line); }
.save-step-gallery figcaption { padding: 16px; color: var(--ink); font-size: 14px; font-weight: 750; line-height: 1.45; }
.save-step-gallery figcaption span { display: block; margin-bottom: 5px; color: var(--amber); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.shortcut-app-callout { display: grid; grid-template-columns: 92px 1fr; align-items: center; gap: 20px; margin: 24px 0 20px; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper-soft); }
.shortcut-app-callout img { display: block; width: 92px; height: 92px; border-radius: 22px; }
.shortcut-app-callout h3 { margin: 0 0 6px; color: var(--ink); font-size: 20px; line-height: 1.2; }
.shortcut-app-callout p:last-child { margin-bottom: 0; }
.shortcut-app-label { margin-bottom: 7px; color: var(--green-bright) !important; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.support-example { display: grid; grid-template-columns: minmax(220px, 420px) 1fr; align-items: center; gap: 28px; margin: 26px 0 0; padding: 22px; border-radius: 20px; background: #111; }
.support-example img { display: block; width: 100%; height: auto; border-radius: 14px; }
.support-example figcaption { color: #e5ece7; font-size: 15px; line-height: 1.6; }
.section-number { margin-bottom: 18px !important; color: var(--amber) !important; font-size: 13px; font-weight: 900; letter-spacing: .18em; }

.site-footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px 40px; padding-block: 34px 46px; border-top: 1px solid rgba(12, 81, 60, .16); color: var(--muted); }
.site-footer strong { color: var(--green); letter-spacing: .16em; }
.site-footer p { margin: 4px 0 0; font-size: 14px; }
.site-footer > p { grid-column: 1 / -1; }

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 48px; }
  .icon-stage { min-height: 430px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-card-accent { transform: none; }
  .privacy-banner { grid-template-columns: 1fr; }
  .legal { grid-template-columns: 1fr; gap: 28px; padding-top: 56px; }
  .legal-hero, .summary-card, .legal-content, .support-card, .support-content { grid-column: 1; }
  .summary-card { grid-row: auto; position: static; }
  .save-step-gallery { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1120px); }
  .site-header { min-height: 82px; align-items: flex-start; padding-top: 18px; }
  .brand { font-size: 14px; }
  .brand-mark { width: 36px; height: 36px; border-radius: 11px; }
  .links { gap: 13px; font-size: 14px; }
  .hero { padding-block: 42px 68px; }
  .hero h1 { font-size: clamp(58px, 20vw, 82px); }
  .icon-stage { min-height: 340px; border-radius: 36px; }
  .showcase { padding-top: 54px; }
  .product-illustration { border-radius: 22px; }
  .feature-grid { padding-block: 56px; }
  .purchase-banner, .privacy-banner, .legal-content section, .summary-card, .support-card { padding: 24px; border-radius: 22px; }
  .support-card { align-items: stretch; flex-direction: column; }
  .support-card .button { width: 100%; }
  .support-content { grid-template-columns: 1fr; }
  .support-example { grid-template-columns: 1fr; padding: 14px; }
  .shortcut-app-callout { grid-template-columns: 64px 1fr; gap: 14px; padding: 16px; }
  .shortcut-app-callout img { width: 64px; height: 64px; border-radius: 16px; }
  .shortcut-app-callout h3 { font-size: 17px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > p { grid-column: 1; }
}

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