:root {
  --ink: #17332b;
  --ink-soft: #52675f;
  --forest: #12372d;
  --forest-2: #1f5747;
  --mint: #b9e5cf;
  --mint-soft: #e9f6ef;
  --cream: #fbfaf5;
  --paper: #ffffff;
  --line: #dfe9e3;
  --coral: #ef7f66;
  --gold: #e1ae55;
  --shadow: 0 24px 70px rgba(18, 55, 45, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: 'Segoe UI', system-ui, sans-serif; line-height: 1.6; }
a { color: inherit; }
button, input { font: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 760px; }
.centered { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; color: white; background: var(--forest); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(18,55,45,.08); background: rgba(251,250,245,.9); backdrop-filter: blur(16px); }
.nav-shell { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 700; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px 12px 12px 4px; color: white; background: var(--forest); font-family: Georgia, serif; font-size: 24px; box-shadow: 0 6px 16px rgba(18,55,45,.18); }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.primary-nav > a { text-decoration: none; color: var(--ink-soft); }
.primary-nav > a:hover, .primary-nav > a.active { color: var(--forest); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px; background: var(--forest); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 14px; padding: 0 24px; border: 1px solid var(--forest); border-radius: 12px; color: white; background: var(--forest); font-weight: 700; text-decoration: none; box-shadow: 0 8px 18px rgba(18,55,45,.14); transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--forest-2); box-shadow: 0 12px 26px rgba(18,55,45,.19); }
.button-small { min-height: 42px; padding-inline: 18px; color: white !important; }
.button-secondary { color: var(--forest); background: transparent; box-shadow: none; }
.button-secondary:hover { color: white; }
.button-light { color: var(--forest); border-color: white; background: white; }
.button-light:hover { color: var(--forest); background: var(--mint-soft); }
.button-ghost-light { border-color: rgba(255,255,255,.35); background: transparent; box-shadow: none; }
.button-ghost-light:hover { background: rgba(255,255,255,.1); }
.full-button { width: 100%; }
.button-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.centered-row { justify-content: center; }

.hero { position: relative; overflow: hidden; padding: 96px 0 110px; }
.hero::before { content: ''; position: absolute; width: 650px; height: 650px; left: -330px; top: -300px; border: 1px solid rgba(18,55,45,.07); border-radius: 50%; box-shadow: 0 0 0 90px rgba(18,55,45,.025), 0 0 0 180px rgba(18,55,45,.018); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--forest-2); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 2px; background: var(--coral); }
.eyebrow.light { color: var(--mint); }
.hero h1, .page-hero h1 { margin: 20px 0 24px; font-family: Georgia, serif; font-size: clamp(52px, 6.5vw, 82px); line-height: .98; letter-spacing: -.035em; font-weight: 400; }
.hero h1 em { color: var(--forest-2); font-weight: 400; }
.hero-lead { max-width: 620px; margin: 0 0 34px; color: var(--ink-soft); font-size: 19px; line-height: 1.7; }
.trust-list { display: flex; gap: 24px; flex-wrap: wrap; margin: 30px 0 0; padding: 0; color: var(--ink-soft); font-size: 13px; list-style: none; }
.trust-list span { color: var(--forest-2); font-weight: 800; }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.visual-glow { position: absolute; inset: 8% 3% 3%; border-radius: 48% 52% 44% 56%; background: linear-gradient(145deg, #d9efe2, #9fd7bd); transform: rotate(-4deg); }
.proposal-card { position: relative; width: min(390px, 90%); padding: 26px; border: 1px solid rgba(255,255,255,.7); border-radius: 22px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); transform: rotate(2deg); }
.proposal-head { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; }
.proposal-head div:nth-child(2) { display: flex; flex-direction: column; line-height: 1.35; }
.proposal-head div span, .proposal-reason span, .proposal-amount span { color: var(--ink-soft); font-size: 12px; }
.avatar { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 13px; color: white; background: var(--forest); font-size: 13px; font-weight: 700; }
.status-pill { padding: 6px 9px; border-radius: 999px; color: #8b4b1d; background: #fff1d9; font-size: 10px; font-weight: 700; }
.proposal-amount { display: flex; align-items: end; justify-content: space-between; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.proposal-amount strong { font-family: Georgia, serif; font-size: 32px; }
.proposal-reason { display: flex; flex-direction: column; margin-top: 15px; }
.fake-qr { width: 142px; height: 142px; margin: 24px auto 18px; padding: 12px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; border-radius: 11px; background: var(--cream); }
.fake-qr span { border-radius: 2px; background: var(--forest); }
.fake-qr span:nth-child(2), .fake-qr span:nth-child(4), .fake-qr span:nth-child(8) { transform: scale(.5); }
.fake-qr span:nth-child(5) { border: 8px solid var(--forest); background: var(--cream); }
.proposal-action { padding: 11px; border-radius: 9px; text-align: center; color: var(--forest-2); background: var(--mint-soft); font-size: 12px; font-weight: 700; }
.pulse-dot { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #2e906c; box-shadow: 0 0 0 4px rgba(46,144,108,.12); }
.floating-note { position: absolute; display: flex; gap: 10px; align-items: center; padding: 12px 16px; border-radius: 13px; background: white; box-shadow: 0 14px 38px rgba(18,55,45,.15); font-size: 12px; }
.floating-note > span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: white; background: var(--coral); }
.floating-note div { display: flex; flex-direction: column; }
.floating-note small { color: var(--ink-soft); }
.note-one { top: 82px; right: -10px; }
.note-two { bottom: 58px; left: -14px; }

.section { padding: 96px 0; }
.compact-top { padding-top: 30px; }
.section-heading { max-width: 720px; margin: 0 auto 48px; }
.section-heading h2, .split-copy h2, .security-grid h2, .cta-card h2, .two-column-copy h2, .faq-preview h2, .contact-band h2 { margin: 16px 0; font-family: Georgia, serif; font-size: clamp(36px, 4vw, 52px); line-height: 1.1; font-weight: 400; }
.section-heading p, .page-hero p { color: var(--ink-soft); font-size: 18px; }
.proof-strip { padding: 38px 0; color: white; background: var(--forest); }
.proof-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 28px; align-items: center; }
.proof-grid p { max-width: 280px; margin: 0; color: var(--mint); font-family: Georgia, serif; font-size: 21px; line-height: 1.35; }
.proof-grid div { display: flex; flex-direction: column; padding-left: 26px; border-left: 1px solid rgba(255,255,255,.15); }
.proof-grid strong { font-size: 15px; }
.proof-grid span { color: rgba(255,255,255,.6); font-size: 12px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { position: relative; min-height: 310px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; }
.step-card.featured { color: white; border-color: var(--forest); background: var(--forest); transform: translateY(-10px); box-shadow: var(--shadow); }
.step-number { position: absolute; right: 24px; top: 17px; color: rgba(18,55,45,.08); font-family: Georgia, serif; font-size: 72px; }
.featured .step-number { color: rgba(255,255,255,.08); }
.step-icon, .feature-icon { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 15px; color: var(--forest); background: var(--mint-soft); font-size: 24px; }
.step-card h3 { margin: 50px 0 10px; font-family: Georgia, serif; font-size: 26px; font-weight: 400; }
.step-card p { margin: 0; color: var(--ink-soft); }
.featured p { color: rgba(255,255,255,.7); }

.split-section { color: white; background: var(--forest); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.split-copy p { max-width: 540px; color: rgba(255,255,255,.7); font-size: 17px; }
.feature-list { display: grid; gap: 23px; margin: 32px 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 15px; }
.feature-list li > span { display: grid; flex: 0 0 27px; height: 27px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--mint); font-size: 12px; font-weight: 800; }
.feature-list li div { display: flex; flex-direction: column; }
.feature-list small { color: rgba(255,255,255,.6); }
.text-link { display: inline-flex; gap: 10px; color: var(--forest-2); font-weight: 700; text-decoration: none; }
.light-link { color: var(--mint); }
.ledger-preview { padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; color: var(--ink); background: white; box-shadow: 0 30px 70px rgba(0,0,0,.2); transform: rotate(1.5deg); }
.ledger-top { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-weight: 700; }
.ledger-top small { color: var(--ink-soft); font-weight: 500; }
.balance-label { margin-top: 20px; color: var(--ink-soft); font-size: 12px; }
.balance-value { font-family: Georgia, serif; font-size: 38px; }
.ledger-chart { height: 90px; display: flex; align-items: end; gap: 10px; padding: 16px 8px 0; border-bottom: 1px solid var(--line); }
.ledger-chart span { flex: 1; height: 30%; border-radius: 4px 4px 0 0; background: var(--mint); }
.ledger-chart span:nth-child(2) { height: 46%; }.ledger-chart span:nth-child(3) { height: 38%; }.ledger-chart span:nth-child(4) { height: 69%; }.ledger-chart span:nth-child(5) { height: 58%; }.ledger-chart span:nth-child(6) { height: 86%; }.ledger-chart span:nth-child(7) { height: 76%; background: var(--coral); }
.ledger-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.ledger-row div:nth-child(2) { display: flex; flex-direction: column; }.ledger-row small { color: var(--ink-soft); }.ledger-row > span { font-weight: 700; }.ledger-row .paid { color: var(--forest-2); }
.mini-avatar { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 10px; color: white; font-size: 10px; font-weight: 700; }.mini-avatar.coral { background: var(--coral); }.mini-avatar.gold { background: var(--gold); }.mini-avatar.sage { background: #76a78f; }

.security-section { background: var(--mint-soft); }
.security-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 38px; }
.security-grid h2 { margin-block: 12px; font-size: 40px; }.security-grid p { max-width: 680px; margin: 0; color: var(--ink-soft); }
.security-mark { display: grid; width: 84px; height: 84px; place-items: center; border-radius: 24px; color: white; background: var(--forest); font-size: 38px; transform: rotate(-5deg); }
.final-cta { padding-bottom: 110px; }
.cta-card { padding: 70px 30px; border-radius: 28px; text-align: center; color: white; background: linear-gradient(135deg, var(--forest), #205f4c); box-shadow: var(--shadow); }
.cta-card p { max-width: 610px; margin: 0 auto 28px; color: rgba(255,255,255,.7); }
.cta-card .eyebrow { color: var(--mint); }

.page-hero { padding: 90px 0 62px; }
.page-hero h1 { font-size: clamp(48px, 6vw, 70px); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { padding: 32px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.feature-card h2 { margin: 28px 0 10px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.feature-card p { margin: 0; color: var(--ink-soft); }
.soft-section { background: var(--mint-soft); }
.two-column-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }.two-column-copy p { color: var(--ink-soft); font-size: 17px; }
.simple-cta { padding-top: 70px; }

.pricing-wrap { max-width: 940px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; align-items: center; }
.pricing-card { padding: 40px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); }
.plan-label { color: var(--forest-2); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.pricing-card h2, .pricing-note h2 { margin: 10px 0; font-family: Georgia, serif; font-size: 32px; font-weight: 400; }.pricing-card p, .pricing-note p { color: var(--ink-soft); }
.price-status { margin: 30px 0 20px; font-family: Georgia, serif; font-size: 42px; }
.check-list { display: grid; gap: 12px; margin: 0 0 30px; padding: 25px 0 0; border-top: 1px solid var(--line); list-style: none; }.check-list li::before { content: '✓'; margin-right: 10px; color: var(--forest-2); font-weight: 800; }
.pricing-note { padding: 44px; }.pricing-note .feature-icon { margin-bottom: 30px; }
.faq-preview { display: flex; align-items: center; justify-content: space-between; gap: 40px; }.faq-preview h2 { font-size: 36px; }.faq-preview p { color: var(--ink-soft); }

.faq-list { max-width: 840px; }.faq-list details { border-bottom: 1px solid var(--line); background: transparent; }.faq-list summary { position: relative; padding: 25px 50px 25px 0; cursor: pointer; font-family: Georgia, serif; font-size: 23px; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: '+'; position: absolute; right: 12px; top: 23px; color: var(--forest-2); font-family: 'Segoe UI', system-ui, sans-serif; font-size: 25px; }.faq-list details[open] summary::after { content: '−'; }.faq-list details p { max-width: 720px; margin: -8px 0 26px; color: var(--ink-soft); }
.contact-band { padding-top: 50px; background: var(--mint-soft); }.contact-band h2 { font-size: 38px; }.contact-band p { margin-bottom: 24px; color: var(--ink-soft); }

.legal-hero { padding-bottom: 42px; }.legal-hero h1 { font-size: 58px; }.legal-copy { max-width: 800px; padding: 45px; border: 1px solid var(--line); border-radius: 18px; background: white; }.legal-copy h2 { margin: 32px 0 8px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }.legal-copy h2:first-child { margin-top: 0; }.legal-copy p { color: var(--ink-soft); }.legal-warning { margin-top: 38px; padding: 20px; border-left: 4px solid var(--gold); background: #fff7e8; }.legal-warning p { margin-bottom: 0; }

.site-footer { padding: 70px 0 28px; color: rgba(255,255,255,.68); background: #0d2a22; }.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; }.brand-footer { color: white; }.brand-footer .brand-mark { color: var(--forest); background: var(--mint); }.footer-grid p { margin-top: 15px; }.footer-grid nav { display: flex; flex-direction: column; gap: 10px; }.footer-grid nav a { text-decoration: none; }.footer-grid nav a:hover { color: white; }.footer-bottom { margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }

@media (max-width: 900px) {
  .hero-grid, .split-grid, .two-column-copy, .pricing-wrap { grid-template-columns: 1fr; }
  .hero { padding-top: 70px; }.hero-copy { text-align: center; }.hero-lead { margin-inline: auto; }.button-row, .trust-list { justify-content: center; }.hero-visual { min-height: 500px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }.proof-grid p { grid-column: 1 / -1; max-width: none; text-align: center; }
  .steps-grid, .feature-grid { grid-template-columns: 1fr 1fr; }.step-card.featured { transform: none; }
  .split-grid { gap: 55px; }.security-grid { grid-template-columns: auto 1fr; }.security-grid .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1160px); }
  .nav-shell { min-height: 66px; }.nav-toggle { display: block; }.primary-nav { display: none; position: absolute; left: 14px; right: 14px; top: 68px; padding: 18px; flex-direction: column; align-items: stretch; gap: 8px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }.primary-nav.is-open { display: flex; }.primary-nav > a { padding: 8px 10px; }.primary-nav .button { margin-top: 5px; }
  .hero { padding: 62px 0 70px; }.hero h1 { font-size: 47px; }.hero-lead { font-size: 17px; }.button-row { align-items: stretch; flex-direction: column; }.button-row .button { width: 100%; }.trust-list { gap: 10px 18px; }
  .hero-visual { min-height: 430px; }.proposal-card { width: 94%; padding: 20px; }.note-one { right: -4px; top: 20px; }.note-two { left: -4px; bottom: 12px; }.floating-note { padding: 9px 11px; }.floating-note small { display: none; }
  .section { padding: 70px 0; }.proof-grid, .steps-grid, .feature-grid { grid-template-columns: 1fr; }.proof-grid div { padding: 12px 0 0; border-top: 1px solid rgba(255,255,255,.15); border-left: 0; text-align: center; }
  .step-card { min-height: 270px; }.split-section { padding-top: 75px; }.ledger-preview { padding: 20px; }.ledger-row { grid-template-columns: auto 1fr; }.ledger-row > span { grid-column: 2; }
  .security-grid { grid-template-columns: 1fr; text-align: center; }.security-mark { margin-inline: auto; }.security-grid .button { grid-column: auto; justify-self: stretch; }.cta-card { padding: 55px 20px; }.cta-card h2 { font-size: 38px; }
  .page-hero { padding: 65px 0 45px; }.page-hero h1 { font-size: 45px; }.pricing-card, .pricing-note, .legal-copy { padding: 28px; }.faq-preview { align-items: stretch; flex-direction: column; }.faq-preview .button { width: 100%; }.faq-list summary { font-size: 21px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }.footer-bottom { margin-top: 35px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
