:root {
  --ink: #171914;
  --muted: #62675e;
  --cream: #f5f2e9;
  --paper: #fffef9;
  --line: #dcded5;
  --lime: #d8ff77;
  --lime-deep: #9ac734;
  --moss: #233124;
  --warm: #f0eadc;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; margin: 0; }
a { color: inherit; }
a:focus-visible, summary:focus-visible { outline: 3px solid #82a92e; outline-offset: 4px; }
.skip-link { background: var(--ink); color: white; left: 16px; padding: 10px 14px; position: fixed; top: -60px; z-index: 100; }
.skip-link:focus { top: 16px; }
.section-shell, .site-header, .site-footer { margin: 0 auto; max-width: 1240px; width: calc(100% - 48px); }

.site-header { align-items: center; display: flex; gap: 30px; height: 86px; justify-content: space-between; }
.wordmark { align-items: center; display: inline-flex; font-size: 20px; font-weight: 820; gap: 10px; letter-spacing: -.035em; text-decoration: none; }
.wordmark-symbol { background: var(--ink); border-radius: 9px; color: var(--lime); height: 34px; transform: rotate(-4deg); width: 34px; }
.brand-bolt { display: block; fill: var(--lime); padding: 6px; }
.site-nav { display: flex; gap: 30px; }
.site-nav a, .text-link { color: #4f554b; font-size: 14px; font-weight: 650; text-decoration: none; }
.site-nav a:hover, .text-link:hover { color: var(--ink); }
.header-actions { align-items: center; display: flex; gap: 18px; }
.button { align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; font-size: 14px; font-weight: 760; gap: 22px; justify-content: center; min-height: 52px; padding: 13px 22px; text-decoration: none; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 9px 17px; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #30342b; }
.button-primary { background: var(--lime); border-color: #bddf62; color: var(--ink); box-shadow: 0 10px 30px rgba(129, 168, 45, .14); }
.button-primary:hover { background: #e2ff98; }
.button-quiet { border-color: #cfd2c8; color: var(--ink); }
.button-quiet:hover { background: rgba(255, 255, 255, .5); }
.button-full { width: 100%; }

.hero { align-items: center; display: grid; gap: clamp(44px, 7vw, 100px); grid-template-columns: minmax(0, .94fr) minmax(480px, 1.06fr); min-height: 710px; padding: 68px 0 105px; }
.eyebrow { align-items: center; color: #5e6755; display: flex; font-size: 11px; font-weight: 820; gap: 9px; letter-spacing: .105em; margin: 0 0 20px; text-transform: uppercase; }
.eyebrow span { background: var(--lime-deep); border-radius: 999px; height: 7px; width: 7px; }
.eyebrow.light { color: #aeb9a7; }
.hero h1 { font-size: clamp(48px, 6.2vw, 82px); font-weight: 680; letter-spacing: -.068em; line-height: .93; margin: 0; }
.hero h1 em { color: #607054; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { color: var(--muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.58; margin: 30px 0 0; max-width: 610px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-facts { color: #565c52; display: flex; flex-wrap: wrap; font-size: 12px; gap: 20px; list-style: none; margin: 25px 0 0; padding: 0; }
.hero-facts li { align-items: center; display: flex; gap: 8px; }
.hero-facts li::before { background: var(--lime-deep); border-radius: 50%; content: ""; height: 5px; width: 5px; }

.product-scene { min-height: 520px; position: relative; }
.scene-glow { background: var(--lime); border-radius: 50% 44% 54% 42%; filter: blur(1px); height: 390px; opacity: .68; position: absolute; right: 0; top: 52px; transform: rotate(8deg); width: 440px; }
.phone-card, .agenda-card, .floating-note { box-shadow: 0 28px 80px rgba(35, 49, 36, .15); position: absolute; }
.phone-card { background: #f2eee6; border: 7px solid var(--ink); border-radius: 30px; left: 14px; overflow: hidden; top: 8px; transform: rotate(-3deg); width: 305px; z-index: 2; }
.phone-header { align-items: center; background: #fff; display: flex; gap: 10px; padding: 13px 15px; }
.avatar { align-items: center; background: var(--moss); border-radius: 50%; color: var(--lime); display: inline-flex; font-size: 12px; height: 34px; justify-content: center; width: 34px; }
.phone-header span:last-child { display: grid; }
.phone-header strong { font-size: 12px; }
.phone-header small { color: #4e7a55; font-size: 9px; margin-top: 2px; }
.chat-body { display: flex; flex-direction: column; gap: 8px; min-height: 395px; padding: 20px 14px; }
.message { border-radius: 10px; box-shadow: 0 1px 2px rgba(0,0,0,.08); font-size: 11px; line-height: 1.55; margin: 0; max-width: 82%; padding: 10px 11px; }
.message.received { background: white; border-top-left-radius: 2px; }
.message.sent { align-self: flex-end; background: #d8fbcf; border-top-right-radius: 2px; padding: 7px 12px; }
.message.compact { margin-top: 1px; }
.message.success { margin-top: 2px; }
.message.success > span { background: #d9f5bd; border-radius: 50%; display: inline-grid; height: 20px; margin-right: 5px; place-items: center; width: 20px; }
.message.success small { color: #687064; display: inline-block; margin-left: 29px; margin-top: 2px; }
.agenda-card { background: var(--paper); border: 1px solid #dfe3d7; border-radius: 18px; bottom: 29px; padding: 20px; right: 1px; transform: rotate(2.2deg); width: 330px; z-index: 3; }
.agenda-heading { align-items: center; border-bottom: 1px solid var(--line); display: flex; font-size: 12px; justify-content: space-between; padding-bottom: 14px; }
.agenda-heading strong { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.agenda-row { align-items: center; border-bottom: 1px solid #eceee8; display: grid; gap: 14px; grid-template-columns: 48px 1fr; padding: 12px 7px; }
.agenda-row:last-child { border: 0; }
.agenda-row time { color: var(--muted); font-size: 10px; }
.agenda-row span { display: grid; }
.agenda-row strong { font-size: 11px; }
.agenda-row small { color: var(--muted); font-size: 9px; margin-top: 3px; }
.agenda-row.active { background: #ecfbd0; border: 1px solid #cfe99a; border-radius: 10px; margin: 5px -5px; padding-left: 12px; }
.floating-note { align-items: center; background: var(--ink); border-radius: 14px; color: white; display: grid; grid-template-columns: 34px 1fr; left: 18px; padding: 12px 15px; top: 358px; width: 230px; z-index: 5; }
.floating-note > span { align-items: center; background: var(--lime); border-radius: 50%; color: var(--ink); display: flex; grid-row: 1 / 3; height: 25px; justify-content: center; width: 25px; }
.floating-note strong { font-size: 10px; }
.floating-note small { color: #b8beb2; font-size: 8px; margin-top: 2px; }

.outcome-bar { background: var(--ink); color: white; display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); }
.outcome-bar div { align-items: center; border-right: 1px solid #383b34; display: flex; gap: 13px; justify-content: center; min-height: 92px; padding: 20px; }
.outcome-bar div:last-child { border: 0; }
.outcome-bar strong { color: var(--lime); font-size: 13px; }
.outcome-bar span { color: #aeb3aa; font-size: 11px; }

.problem-section, .features-section, .faq-section { padding-bottom: 120px; padding-top: 120px; }
.section-intro h2 { font-size: clamp(38px, 5vw, 61px); font-weight: 630; letter-spacing: -.055em; line-height: .98; margin: 0; }
.section-intro > p:last-child { color: var(--muted); font-size: 16px; line-height: 1.65; margin: 24px 0 0; }
.section-intro.narrow { max-width: 790px; }
.section-intro.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-intro.centered .eyebrow { justify-content: center; }
.problem-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); margin-top: 62px; }
.problem-grid article { background: rgba(255,255,255,.48); border: 1px solid var(--line); border-radius: 18px; min-height: 250px; padding: 28px; }
.problem-grid .problem-solved { background: var(--lime); border-color: #c7e974; }
.problem-number { color: #8b9186; font-family: Georgia, serif; font-size: 14px; }
.problem-grid h3 { font-size: 23px; letter-spacing: -.035em; margin: 70px 0 12px; }
.problem-grid p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0; }
.problem-solved p { color: #495140; }

.how-section { background: var(--moss); color: white; padding: 115px 0; }
.split-intro { align-items: end; display: grid; gap: 60px; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .6fr); }
.split-intro > p { color: #b9c1b5; font-size: 15px; line-height: 1.65; margin: 0 0 4px; }
.steps { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 72px 0 0; padding: 0; }
.steps li { border-left: 1px solid #465448; display: grid; gap: 46px; grid-template-rows: auto 1fr; min-height: 280px; padding: 0 38px; }
.steps li:first-child { border-left: 0; padding-left: 0; }
.steps > li > span { align-items: center; border: 1px solid #778477; border-radius: 50%; color: var(--lime); display: flex; font-size: 12px; height: 38px; justify-content: center; width: 38px; }
.steps h3 { font-size: 22px; letter-spacing: -.03em; margin: 0 0 13px; }
.steps p { color: #aeb9ab; font-size: 14px; line-height: 1.65; margin: 0; }

.feature-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); margin-top: 60px; }
.feature-grid article { background: var(--paper); border: 1px solid var(--line); border-radius: 17px; min-height: 245px; padding: 25px; }
.feature-icon { align-items: center; background: #eef1e8; border: 1px solid #dde3d4; border-radius: 10px; color: #647054; display: flex; font-family: ui-monospace, monospace; font-size: 12px; height: 38px; justify-content: center; width: 38px; }
.feature-grid h3 { font-size: 20px; letter-spacing: -.03em; margin: 54px 0 10px; }
.feature-grid p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0; }

.pricing-section { background: var(--warm); border-bottom: 1px solid #dad5ca; border-top: 1px solid #dad5ca; padding: 115px 0; }
.pricing-intro > p { color: var(--muted); }
.pricing-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 60px auto 0; max-width: 980px; }
.pricing-grid-single { grid-template-columns: minmax(0, 480px); justify-content: center; }
.price-card { background: var(--paper); border: 1px solid #d6d3ca; border-radius: 22px; padding: clamp(25px, 4vw, 40px); }
.price-card-featured { background: var(--ink); border-color: var(--ink); color: white; transform: translateY(-12px); }
.price-top { min-height: 90px; position: relative; }
.plan-name { display: block; font-size: 24px; font-weight: 740; letter-spacing: -.035em; }
.plan-tag { background: var(--lime); border-radius: 999px; color: var(--ink); font-size: 9px; font-weight: 820; padding: 6px 9px; position: absolute; right: 0; text-transform: uppercase; top: 0; }
.price-top p { color: var(--muted); font-size: 13px; line-height: 1.5; margin: 10px 0 0; }
.price-card-featured .price-top p { color: #adb3a9; }
.price { align-items: baseline; display: flex; margin: 20px 0 25px; }
.price sup { font-size: 14px; font-weight: 750; margin-right: 6px; top: -1.7em; }
.price strong { font-size: 70px; letter-spacing: -.07em; line-height: 1; }
.price span { color: var(--muted); font-size: 12px; margin-left: 7px; }
.price-card-featured .price span { color: #aeb3aa; }
.price-card ul { border-top: 1px solid var(--line); display: grid; gap: 14px; list-style: none; margin: 28px 0 0; padding: 27px 0 0; }
.price-card-featured ul { border-color: #393c35; }
.price-card li { align-items: start; display: flex; font-size: 13px; gap: 10px; line-height: 1.45; }
.price-card li::before { color: #7b9d36; content: "✓"; font-weight: 850; }
.price-card-featured li::before { color: var(--lime); }
.price-note { color: #9da49a; font-size: 10px; line-height: 1.5; margin: 24px 0 0; }
.billing-note { color: #76796f; font-size: 11px; line-height: 1.55; margin: 25px auto 0; max-width: 750px; text-align: center; }

.community-section { padding-bottom: 20px; padding-top: 120px; }
.community-heading { display: grid; gap: 22px; grid-template-columns: minmax(0, 1fr) minmax(250px, .56fr); }
.community-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.community-heading h2 { font-size: clamp(40px, 5.5vw, 68px); font-weight: 630; letter-spacing: -.06em; line-height: .95; margin: 0; }
.community-heading h2 em { color: #65725a; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.community-heading > p:last-child { align-self: end; color: var(--muted); font-size: 15px; line-height: 1.7; margin: 0 0 5px; }
.community-steps { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 65px 0 0; padding: 0; }
.community-steps li { border-right: 1px solid var(--line); min-height: 270px; padding: 28px; }
.community-steps li:last-child { border-right: 0; }
.community-steps > li > span { color: #7a8274; font-family: ui-monospace, monospace; font-size: 11px; }
.community-steps h3 { font-size: 21px; letter-spacing: -.035em; margin: 82px 0 12px; }
.community-steps p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0; }
.community-clarification { background: #ecefe5; border: 1px solid #d9dfd0; border-radius: 12px; color: #596052; font-size: 11px; line-height: 1.6; margin: 20px 0 0; padding: 16px 18px; }
.community-clarification strong { color: var(--ink); }

.transparency-section { padding-bottom: 120px; padding-top: 120px; }
.transparency-card { background: #68715f; border-radius: 24px; color: white; display: grid; gap: 70px; grid-template-columns: 1fr 1fr; padding: clamp(32px, 6vw, 70px); }
.transparency-card h2 { font-size: clamp(36px, 5vw, 58px); font-weight: 620; letter-spacing: -.055em; line-height: .98; margin: 0; }
.transparency-card > div:last-child { align-self: center; }
.transparency-card > div:last-child p { color: #e2e7de; font-size: 14px; line-height: 1.7; margin: 0 0 14px; }

.faq-section { padding-top: 0; }
.faq-list { border-top: 1px solid #cfd2c9; margin-top: 54px; }
.faq-list details { border-bottom: 1px solid #cfd2c9; }
.faq-list summary { align-items: center; cursor: pointer; display: flex; font-size: clamp(17px, 2vw, 21px); font-weight: 650; justify-content: space-between; list-style: none; padding: 25px 3px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #737a6e; font-size: 25px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); font-size: 14px; line-height: 1.7; margin: -6px 0 25px; max-width: 790px; }

.final-cta { align-items: end; background: var(--ink); border-radius: 24px; color: white; display: grid; gap: 50px; grid-template-columns: 1fr auto; margin-bottom: 100px; padding: clamp(35px, 6vw, 70px); }
.final-cta h2 { font-size: clamp(39px, 5vw, 64px); font-weight: 620; letter-spacing: -.06em; line-height: .96; margin: 0; }
.final-cta > div:last-child { text-align: center; }
.final-cta > div:last-child p { color: #aeb3aa; font-size: 11px; margin: 12px 0 0; }
.site-footer { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 25px; grid-template-columns: auto 1fr auto; padding: 40px 0 55px; }
.site-footer > p { color: var(--muted); font-size: 12px; margin: 0; }
.site-footer > div { display: flex; gap: 18px; }
.site-footer > div a { color: var(--muted); font-size: 12px; text-decoration: none; }
.site-footer small { color: #8b9087; font-size: 9px; grid-column: 1 / -1; }

@media (max-width: 980px) {
  .site-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-copy { max-width: 760px; }
  .product-scene { margin: 0 auto; max-width: 620px; width: 100%; }
  .problem-grid, .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .problem-grid article:last-child { grid-column: 1 / -1; }
  .outcome-bar { grid-template-columns: repeat(2, 1fr); }
  .outcome-bar div:nth-child(2) { border-right: 0; }
  .steps li { padding: 0 24px; }
}

@media (max-width: 700px) {
  .section-shell, .site-header, .site-footer { width: calc(100% - 30px); }
  .site-header { height: 72px; }
  .header-actions .text-link { display: none; }
  .wordmark { font-size: 17px; }
  .wordmark-symbol { height: 31px; width: 31px; }
  .hero { min-height: 0; padding: 52px 0 78px; }
  .hero h1 { font-size: clamp(46px, 14vw, 65px); }
  .hero-lead { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-facts { gap: 10px 18px; }
  .product-scene { min-height: 520px; transform: scale(.92); transform-origin: center top; width: 108%; }
  .phone-card { left: 0; width: 280px; }
  .agenda-card { bottom: 24px; right: 0; width: 290px; }
  .floating-note { left: 8px; top: 355px; }
  .scene-glow { height: 330px; right: -25px; width: 360px; }
  .outcome-bar { grid-template-columns: 1fr; }
  .outcome-bar div { border-bottom: 1px solid #383b34; border-right: 0; justify-content: flex-start; min-height: 74px; padding-left: 25px; }
  .problem-section, .features-section, .faq-section { padding-bottom: 82px; padding-top: 82px; }
  .section-intro h2 { font-size: 39px; }
  .problem-grid, .feature-grid, .pricing-grid, .transparency-card, .final-cta, .split-intro, .community-heading { grid-template-columns: 1fr; }
  .problem-grid { margin-top: 42px; }
  .problem-grid article:last-child { grid-column: auto; }
  .problem-grid article { min-height: 220px; }
  .problem-grid h3 { margin-top: 50px; }
  .how-section, .pricing-section { padding: 82px 0; }
  .split-intro { align-items: start; gap: 25px; }
  .steps { grid-template-columns: 1fr; margin-top: 52px; }
  .steps li, .steps li:first-child { border-bottom: 1px solid #465448; border-left: 0; gap: 22px; grid-template-columns: 40px 1fr; min-height: 0; padding: 26px 0; }
  .steps li:last-child { border-bottom: 0; }
  .feature-grid { margin-top: 42px; }
  .feature-grid article { min-height: 215px; }
  .price-card-featured { transform: none; }
  .community-section { padding-top: 82px; }
  .community-heading .eyebrow { grid-column: auto; }
  .community-steps { grid-template-columns: 1fr; margin-top: 45px; }
  .community-steps li { border-bottom: 1px solid var(--line); border-right: 0; min-height: 0; padding: 25px 4px; }
  .community-steps li:last-child { border-bottom: 0; }
  .community-steps h3 { margin-top: 30px; }
  .transparency-section { padding: 82px 0; }
  .transparency-card { gap: 35px; }
  .final-cta { align-items: start; margin-bottom: 72px; }
  .final-cta > div:last-child { text-align: left; }
  .final-cta .button { width: 100%; }
  .site-footer { align-items: start; grid-template-columns: 1fr; }
  .site-footer small { grid-column: auto; }
}

@media (max-width: 390px) {
  .header-actions .button { font-size: 12px; padding-inline: 13px; }
  .product-scene { left: -12px; position: relative; }
  .agenda-card { right: -3px; }
}

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

.legal-page { background: #f7f8f4; }
.legal-shell { margin: 0 auto; max-width: 860px; padding: clamp(64px, 9vw, 110px) 24px 100px; }
.legal-shell > h1 { font-size: clamp(44px, 7vw, 76px); font-weight: 620; letter-spacing: -.06em; line-height: .98; margin: 18px 0; }
.legal-updated { color: var(--muted); font-size: 13px; }
.legal-summary { background: #eef4df; border: 1px solid #d7e3bc; border-radius: 14px; color: #384622; line-height: 1.6; margin: 36px 0 48px; padding: 20px 22px; }
.legal-summary a, .legal-content a { color: #3c551a; font-weight: 700; }
.legal-content { background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 18px 50px rgba(18, 24, 16, .05); padding: clamp(26px, 5vw, 58px); }
.legal-content section + section { border-top: 1px solid var(--line); margin-top: 32px; padding-top: 30px; }
.legal-content h2 { font-size: 23px; letter-spacing: -.025em; margin: 0 0 14px; }
.legal-content p, .legal-content li { color: #4f574c; font-size: 15px; line-height: 1.75; }
.legal-content p { margin: 10px 0; }
.legal-content ul { padding-left: 22px; }

@media (max-width: 700px) {
  .legal-shell { padding-inline: 15px; }
  .legal-content { border-radius: 14px; }
}
