:root {
  color-scheme: light;
  --ink: #102622;
  --muted: #5f716d;
  --paper: #fbfcf8;
  --surface: #ffffff;
  --line: #dce6e1;
  --brand: #087f6b;
  --brand-dark: #056353;
  --brand-soft: #e8f5f1;
  --navy: #071e1b;
  --lime: #c9f36b;
  --coral: #ec6b56;
  --shadow: 0 24px 70px rgba(7, 30, 27, 0.12);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  max-width: 100%; overflow-x: hidden;
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Yu Gothic UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251, 252, 248, 0.9); border-bottom: 1px solid rgba(16, 38, 34, 0.08); backdrop-filter: blur(18px); }
.nav-wrap { max-width: 1180px; min-height: 72px; margin: 0 auto; padding: 10px 24px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; text-decoration: none; letter-spacing: -0.03em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--navy); color: var(--lime); font-size: 18px; font-weight: 900; }
.nav-links { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.nav-links a, .language-link { color: var(--muted); font-size: 13px; font-weight: 700; text-decoration: none; }
.nav-links a:hover, .language-link:hover { color: var(--brand); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 19px; border: 1px solid transparent; border-radius: 10px; font-weight: 800; font-size: 14px; text-decoration: none; line-height: 1.2; transition: transform .18s, background .18s, box-shadow .18s; }
.button:hover { transform: translateY(-1px); }
.button-small { min-height: 38px; padding: 8px 14px; background: var(--navy); color: #fff; }
.button-ghost { min-height: 38px; padding: 8px 11px; color: var(--ink); }
.button-primary { background: var(--brand); color: #fff; box-shadow: 0 10px 28px rgba(8, 127, 107, .22); }
.button-primary:hover { background: var(--brand-dark); }
.button-secondary { color: var(--brand-dark); background: var(--surface); border-color: var(--line); }
.button-light { color: var(--navy); background: var(--lime); }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.36); }

.hero { max-width: 1240px; min-height: 680px; margin: 0 auto; padding: 82px 30px 76px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(510px, 1.05fr); align-items: center; gap: 64px; overflow: hidden; }
.hero > * { min-width: 0; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 16px; color: var(--brand); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 5px var(--brand-soft); }
.hero h1 { margin: 0; max-width: 690px; font-size: clamp(42px, 5.2vw, 69px); line-height: 1.08; letter-spacing: -.055em; text-wrap: balance; }
.hero h1 em { color: var(--brand); font-style: normal; }
.hero-lead { max-width: 620px; margin: 26px 0 0; color: var(--muted); font-size: clamp(16px, 1.7vw, 20px); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-note { margin: 12px 0 0; color: #7b8b87; font-size: 12px; }

.product-window { position: relative; width: min(650px, 100%); min-width: 0; max-width: 100%; border: 1px solid rgba(255,255,255,.85); border-radius: 22px; background: #fff; box-shadow: var(--shadow); transform: rotate(1deg); }
.product-window::before { content: ""; position: absolute; z-index: -1; width: 380px; height: 380px; right: -110px; top: -100px; border-radius: 50%; background: var(--lime); opacity: .42; filter: blur(2px); }
.window-bar { height: 45px; padding: 0 15px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid #e9efec; color: #75827f; }
.window-bar span { width: 8px; height: 8px; border-radius: 50%; background: #cad4d0; }
.window-bar b { margin-left: 8px; font-size: 10px; font-weight: 800; letter-spacing: .02em; }
.window-body { min-height: 420px; display: grid; grid-template-columns: 66px 1fr; }
.mock-sidebar { padding: 17px 13px; display: flex; flex-direction: column; align-items: center; gap: 18px; border-right: 1px solid #edf1ef; background: #f6faf8; border-radius: 0 0 0 22px; }
.mini-brand { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; background: var(--navy); color: var(--lime); font-size: 13px; font-weight: 900; }
.mock-sidebar i { width: 23px; height: 7px; border-radius: 5px; background: #dbe5e1; }
.mock-sidebar i.active { height: 23px; background: var(--brand); opacity: .9; }
.mock-main { padding: 26px; background: #fbfdfc; border-radius: 0 0 22px 0; }
.mock-heading { display: flex; justify-content: space-between; align-items: center; }
.mock-heading div { display: flex; flex-direction: column; }
.mock-heading small { color: #82908c; font-size: 9px; }
.mock-heading strong { font-size: 18px; letter-spacing: -.03em; }
.mock-avatar { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #d8ece6; color: var(--brand-dark); font-size: 9px; font-weight: 900; }
.mock-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 25px 0 18px; }
.mock-kpis div { min-height: 105px; padding: 13px; display: flex; flex-direction: column; background: #fff; border: 1px solid #e6eeea; border-radius: 12px; }
.mock-kpis small { color: #7f8d89; font-size: 8px; }
.mock-kpis b { margin: 4px 0 auto; font-size: 25px; line-height: 1.25; }
.mock-kpis span { color: #6e7f7a; font-size: 8px; }
.mock-kpis .warn { color: #b9503f; }
.mock-kpis .good { color: var(--brand); }
.mock-list { overflow: hidden; background: #fff; border: 1px solid #e6eeea; border-radius: 13px; }
.mock-list > div { min-height: 65px; padding: 11px 14px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #edf1ef; }
.mock-list > div:last-child { border-bottom: 0; }
.mock-list p { margin: 0; display: flex; flex-direction: column; }
.mock-list b { font-size: 10px; }
.mock-list small { color: #82908c; font-size: 8px; }
.person { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; font-size: 8px; font-weight: 900; }
.person.teal { color: #087f6b; background: #dff3ed; }
.person.gold { color: #8a6415; background: #f9edc9; }
.person.blue { color: #315b96; background: #e1ebf9; }
.pill { margin-left: auto; padding: 4px 7px; border-radius: 20px; color: #6a7773; background: #edf2f0; font-size: 7px; font-weight: 800; }
.pill.danger { color: #b9503f; background: #fae8e4; }
.pill.good { color: var(--brand); background: var(--brand-soft); }

.proof-strip { max-width: 1180px; margin: 0 auto 40px; padding: 20px 28px; display: grid; grid-template-columns: 1.1fr repeat(4, 1fr); align-items: center; gap: 16px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.proof-strip div { display: flex; flex-direction: column; }
.proof-strip strong { font-size: 21px; letter-spacing: -.03em; }
.proof-strip span { color: var(--muted); font-size: 11px; }

.section { max-width: 1180px; margin: 0 auto; padding: 100px 28px; }
.section-heading { max-width: 710px; margin: 0 auto 48px; text-align: center; }
.section-heading.left { margin-left: 0; text-align: left; }
.section-heading h2, .tour-copy h2 { margin: 0; font-size: clamp(32px, 4vw, 49px); line-height: 1.18; letter-spacing: -.045em; }
.section-heading > p:last-child { margin: 18px auto 0; color: var(--muted); font-size: 17px; }
.section-heading.left > p:last-child { margin-left: 0; }
.market-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: start; }
.market-section .section-heading { margin-bottom: 0; }
.source-link { display: inline-flex; margin-top: 18px; color: var(--brand-dark); font-size: 11px; font-weight: 800; text-decoration: none; }
.source-link:hover { text-decoration: underline; }
.market-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.market-card { min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); }
.market-card.primary { border-color: var(--brand); background: linear-gradient(145deg, #fff, var(--brand-soft)); box-shadow: 0 18px 45px rgba(8,127,107,.1); }
.market-card > span { color: var(--brand); font-size: 9px; font-weight: 900; letter-spacing: .09em; }
.market-card h3 { margin: 12px 0 8px; font-size: 17px; line-height: 1.35; }
.market-card p { margin: 0; color: var(--muted); font-size: 12.5px; }
.market-card b { display: block; margin-top: 17px; color: var(--brand-dark); font-size: 10.5px; }
.pain-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.outcome-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.outcome-grid article, .trust-grid article { padding: 26px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.icon-box { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; color: var(--brand-dark); background: var(--brand-soft); font-size: 11px; font-weight: 900; }
.outcome-grid h3, .trust-grid h3 { margin: 23px 0 8px; font-size: 17px; line-height: 1.35; }
.outcome-grid p, .trust-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.journey-section { max-width: none; padding-left: max(28px, calc((100vw - 1124px) / 2)); padding-right: max(28px, calc((100vw - 1124px) / 2)); background: var(--navy); color: #fff; }
.journey-section .eyebrow { color: var(--lime); }
.journey-section .section-heading > p:last-child { color: #a6b8b3; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); }
.timeline article { position: relative; min-height: 270px; padding: 28px 25px; border-top: 1px solid #45605a; border-right: 1px solid #314a45; }
.timeline article::before { content: ""; position: absolute; width: 10px; height: 10px; left: 0; top: -6px; border-radius: 50%; background: var(--lime); }
.timeline time { color: var(--lime); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.timeline h3 { margin: 30px 0 15px; font-size: 20px; }
.timeline ul, .pricing-grid ul { margin: 0; padding: 0; list-style: none; }
.timeline li { padding: 5px 0; color: #aebfbb; font-size: 13px; }
.timeline li::before { content: "—"; margin-right: 8px; color: #617a74; }

.product-tour { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; overflow: hidden; }
.tour-points { margin-top: 36px; display: grid; gap: 24px; }
.tour-points div { padding-left: 18px; border-left: 3px solid var(--brand-soft); display: flex; flex-direction: column; }
.tour-points b { font-size: 15px; }
.tour-points span { margin-top: 3px; color: var(--muted); font-size: 13px; }
.phone-stack { position: relative; height: 570px; }
.phone { position: absolute; width: 255px; min-height: 510px; padding: 28px 20px; border: 8px solid #102622; border-radius: 38px; background: #fff; box-shadow: 0 30px 70px rgba(7,30,27,.18); }
.phone.front { left: 160px; top: 36px; transform: rotate(4deg); }
.phone.back { left: 24px; top: 0; transform: rotate(-5deg); background: #f4faf7; }
.phone-top { width: 75px; height: 18px; margin: -22px auto 30px; border-radius: 0 0 12px 12px; background: #102622; }
.phone p { margin: 0 0 8px; color: var(--brand); font-size: 11px; font-weight: 900; }
.phone strong { display: block; font-size: 20px; line-height: 1.35; letter-spacing: -.03em; }
.task-card { margin: 28px 0; padding: 19px; border-radius: 15px; background: var(--brand-soft); display: flex; align-items: center; justify-content: space-between; }
.task-card span { color: var(--muted); font-size: 11px; }
.task-card b { font-size: 27px; }
.task-line { height: 44px; margin: 10px 0; border: 1px solid var(--line); border-radius: 12px; }
.task-line::before { content: ""; display: block; width: 15px; height: 15px; margin: 13px; border: 1px solid #aab9b5; border-radius: 50%; }
.task-line.done::before { background: var(--brand); border-color: var(--brand); box-shadow: inset 0 0 0 4px #fff; }
.private-note { margin-top: 26px; padding: 12px; color: #506762; background: #f1f4f3; border-radius: 10px; font-size: 9px; }
.ability { height: 8px; margin: 28px 0 5px; overflow: hidden; border-radius: 8px; background: #dce6e1; }
.ability span { display: block; height: 100%; background: var(--brand); }
.phone small { color: var(--muted); font-size: 9px; }
.quiz-choice { height: 58px; margin-top: 28px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.quiz-choice.short { margin-top: 11px; }

.trust-section { padding-top: 80px; border-top: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.trust-grid article { background: #f5faf7; }
.trust-grid h3 { margin-top: 0; }
.trust-cta { margin-top: 25px; text-align: center; }
.trust-cta a { color: var(--brand-dark); font-weight: 900; text-decoration: none; }
.trust-cta span { margin-left: 5px; }

.pricing-section { padding-top: 70px; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.pricing-grid article { padding: 27px 23px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.pricing-grid article.featured { border-color: var(--brand); box-shadow: 0 18px 45px rgba(8,127,107,.13); }
.plan-label { margin: 0 0 16px; color: var(--brand); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.pricing-grid h3 { margin: 0; font-size: 22px; }
.price { margin: 10px 0 22px; font-size: 28px; font-weight: 900; letter-spacing: -.04em; }
.price small { color: var(--muted); font-size: 12px; letter-spacing: 0; }
.pricing-grid ul { min-height: 145px; margin-bottom: 22px; }
.pricing-grid li { padding: 5px 0; color: var(--muted); font-size: 12px; }
.pricing-grid li::before { content: "✓"; margin-right: 8px; color: var(--brand); font-weight: 900; }
.pricing-note { margin: 18px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

.final-cta { margin: 70px auto 0; padding: 95px 28px; text-align: center; color: #fff; background: var(--brand-dark); }
.final-cta .eyebrow { color: var(--lime); }
.final-cta h2 { margin: 0; font-size: clamp(32px, 4.6vw, 53px); letter-spacing: -.05em; }
.final-cta > p:not(.eyebrow) { max-width: 680px; margin: 15px auto 0; color: #c2d7d2; }
.final-cta .hero-actions { justify-content: center; }

.site-footer { padding: 60px max(28px, calc((100vw - 1124px) / 2)) 25px; color: #b7c6c2; background: var(--navy); }
.footer-main { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 40px; }
.footer-brand { color: #fff; }
.footer-brand .brand-mark { background: var(--lime); color: var(--navy); }
.footer-main p { max-width: 280px; font-size: 12px; }
.footer-main h2 { margin: 3px 0 15px; color: #fff; font-size: 12px; }
.footer-main > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-main a, .footer-main .pending { font-size: 11px; text-decoration: none; }
.footer-main a:hover { color: var(--lime); }
.pending { color: #71847f; }
.footer-bottom { margin-top: 48px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #28423d; font-size: 10px; }

.legal-hero { max-width: 880px; margin: 0 auto; padding: 92px 28px 45px; }
.legal-hero h1 { margin: 0; font-size: clamp(38px, 6vw, 60px); line-height: 1.1; letter-spacing: -.05em; }
.legal-hero .lead { margin-top: 22px; color: var(--muted); font-size: 18px; }
.notice { margin-top: 28px; padding: 18px 20px; border: 1px solid #edc77f; border-radius: 12px; color: #70511a; background: #fff7e5; font-size: 13px; }
.legal-content { max-width: 880px; margin: 0 auto; padding: 10px 28px 100px; }
.legal-content section { padding: 34px 0; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 13px; font-size: 22px; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 14px; }
.legal-content ul { padding-left: 20px; }
.control-table { width: 100%; border-collapse: collapse; }
.control-table th, .control-table td { padding: 13px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 13px; }
.control-table th { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.status-implemented { color: var(--brand-dark); font-weight: 900; }
.status-pending { color: #9a5b17; font-weight: 900; }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero { min-height: auto; grid-template-columns: minmax(0, 1fr); padding-top: 60px; gap: 52px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .product-window { margin: 0 auto; }
  .market-section, .pain-section, .product-tour { grid-template-columns: 1fr; }
  .market-section { gap: 36px; }
  .pain-section { gap: 35px; }
  .section-heading.left { margin-left: auto; text-align: center; }
  .section-heading.left > p:last-child { margin-left: auto; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .trust-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .phone-stack { width: 450px; max-width: 100%; margin: 0 auto; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 66px; }
  .nav-wrap { min-height: 62px; padding: 8px 14px; gap: 8px; }
  .brand { font-size: 14px; }
  .brand-mark { width: 30px; height: 30px; border-radius: 8px; font-size: 15px; }
  .language-link { display: none; }
  .nav-actions { margin-left: auto; }
  .nav-actions .button-small { display: none; }
  .nav-actions .button-ghost { border: 1px solid var(--line); }
  .hero { min-width: 0; padding: 44px 16px 52px; gap: 38px; }
  .hero-copy { min-width: 0; }
  .hero .eyebrow { padding: 0 5px; font-size: 10px; line-height: 1.55; }
  .hero h1 { max-width: 100%; font-size: clamp(32px, 10vw, 44px); overflow-wrap: anywhere; }
  .hero h1 br { display: none; }
  .hero-actions .button { width: 100%; }
  .product-window { width: 100%; min-width: 0; overflow: hidden; border-radius: 16px; transform: none; }
  .product-window::before { display: none; }
  .window-bar { height: 39px; padding: 0 10px; }
  .window-bar b { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .window-body { min-width: 0; min-height: 316px; grid-template-columns: 38px minmax(0, 1fr); }
  .mock-sidebar { min-width: 0; padding: 10px 5px; gap: 13px; }
  .mini-brand { width: 24px; height: 24px; }
  .mock-sidebar i { width: 18px; }
  .mock-main { min-width: 0; overflow: hidden; padding: 13px 8px; }
  .mock-heading > div { min-width: 0; }
  .mock-heading small { display: none; }
  .mock-heading strong { max-width: 100%; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
  .mock-avatar { width: 26px; height: 26px; flex: none; }
  .mock-kpis { gap: 5px; margin-top: 17px; }
  .mock-kpis { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mock-kpis div { min-width: 0; min-height: 78px; padding: 7px 5px; }
  .mock-kpis small { min-width: 0; font-size: 6.5px; line-height: 1.25; overflow-wrap: anywhere; }
  .mock-kpis b { font-size: 17px; }
  .mock-kpis span { font-size: 6.5px; }
  .mock-list > div { min-width: 0; min-height: 53px; padding: 7px 6px; gap: 6px; }
  .mock-list p { min-width: 0; overflow: hidden; }
  .mock-list b, .mock-list small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .mock-list small { font-size: 7px; }
  .person { width: 25px; height: 25px; flex: none; }
  .pill { display: none; }
  .proof-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 16px; padding: 18px 10px; text-align: center; }
  .proof-strip p { grid-column: 1 / -1; }
  .section { min-width: 0; padding: 72px 16px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .tour-copy h2 { font-size: 34px; }
  .market-grid, .outcome-grid, .timeline, .trust-grid, .pricing-grid { grid-template-columns: minmax(0, 1fr); }
  .market-card { padding: 21px; }
  .timeline article { min-height: 220px; }
  .journey-section { padding-left: 16px; padding-right: 16px; }
  .product-tour { overflow: hidden; }
  .phone-stack { width: 100%; height: 500px; overflow: hidden; }
  .phone { width: min(220px, 72vw); min-height: 455px; padding: 27px 16px; }
  .phone.front { left: auto; right: 0; }
  .phone.back { left: 0; }
  .pricing-grid ul { min-height: auto; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .control-table, .control-table tbody, .control-table tr, .control-table td { display: block; }
  .control-table thead { display: none; }
  .control-table tr { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .control-table td { padding: 4px 0; border: 0; }
}

@media (max-width: 380px) {
  .nav-wrap { padding-left: 10px; padding-right: 10px; }
  .hero { padding-left: 12px; padding-right: 12px; }
  .phone.back { left: -18px; transform: rotate(-4deg) scale(.94); transform-origin: left center; }
  .phone.front { right: -7px; transform: rotate(2deg); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
