:root {
  color-scheme: light;
  --ink: #142f3b;
  --muted: #526570;
  --teal: #086856;
  --teal-hover: #075544;
  --mint: #bcebdc;
  --line: #dce4e5;
  --pale: #f2f7f7;
  --white: #fff;
  --radius: 12px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, figure, dl { margin: 0; }
h1, h2, h3 { line-height: 1.18; }
h1, h2 { letter-spacing: -.042em; }
h2 { font-size: clamp(2rem, 3.5vw, 2.9rem); font-weight: 700; }
h3 { font-size: 1.125rem; letter-spacing: -.015em; }
a { color: var(--teal); text-underline-offset: .22em; }
button, input, select { font: inherit; }
button, a, input, select, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
svg { display: block; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
:focus-visible { outline: 3px solid #087dd0; outline-offset: 5px; }
[hidden] { display: none !important; }
.container { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.section { padding-block: 64px; }
.eyebrow { color: var(--teal); font-size: .75rem; letter-spacing: .105em; font-weight: 750; line-height: 1.6; margin-bottom: 18px; }
.muted { color: var(--muted); }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: absolute; z-index: 10; top: 12px; left: 12px; padding: 12px 20px; background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { border-bottom: 1px solid var(--line); background: var(--white); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); flex-shrink: 0; }
.brand-mark { width: 37px; height: 42px; background: var(--ink); color: var(--mint); padding: 6px; border-radius: 7px; }
.brand-category { display: block; max-width: 120px; font-size: .75rem; font-weight: 700; letter-spacing: .04em; line-height: 1.25; }
.brand-name { display: block; font-size: 1.55rem; line-height: 1.2; font-weight: 750; letter-spacing: -.04em; }
.brand-period, .footer-brand span { color: var(--teal); }
nav { display: flex; align-items: center; gap: 32px; }
.nav-link { display: none; color: var(--muted); font-size: .875rem; text-decoration: none; font-weight: 600; padding-block: 12px; }
.nav-link:hover { color: var(--teal); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 28px; min-height: 54px; padding: 14px 24px; border: 1px solid var(--teal); border-radius: 6px; background: var(--teal); color: var(--white); font-size: .9375rem; font-weight: 650; text-decoration: none; line-height: 1.4; transition: background-color .15s; }
.button:hover { background: var(--teal-hover); }
.button span { font-size: 1.2em; }
.button-small { min-height: 44px; padding: 10px 12px; gap: 8px; font-size: .75rem; white-space: nowrap; }
.button-outline { color: var(--ink); border-color: #b9c7cc; background: transparent; }
.button-outline:hover { background: var(--pale); }
.button-wide { width: 100%; justify-content: space-between; }
.hero { background: linear-gradient(110deg, #fff 44%, #f0f7f6 100%); padding-top: 46px; }
.hero-grid { display: grid; gap: 44px; align-items: center; }
.hero .eyebrow { display: flex; align-items: center; gap: 10px; max-width: 440px; font-size: .75rem; letter-spacing: .02em; }
.eyebrow-line { width: 24px; height: 2px; background: var(--teal); flex: 0 0 24px; }
h1 { max-width: 650px; font-size: clamp(2.5rem, 4.3vw, 3.65rem); line-height: 1.08; font-weight: 750; }
h1 > span { color: var(--teal); }
.hero-description { max-width: 540px; margin: 24px 0 28px; color: var(--muted); font-size: 1.0625rem; line-height: 1.7; }
.cta-note { margin-top: 12px; color: var(--muted); font-size: .8125rem; }
.development-note { display: flex; align-items: center; gap: 8px; margin-top: 27px; color: var(--muted); font-size: .75rem; }
.status-dot { display: inline-block; width: 6px; height: 6px; background: var(--teal); border-radius: 50%; flex-shrink: 0; }
.product-preview { width: 100%; max-width: 540px; margin-inline: auto; }
.dashboard { background: var(--white); border: 1px solid #cddcdc; border-radius: var(--radius); box-shadow: 0 16px 48px #183f4610, 0 2px 6px #183f4606; overflow: hidden; }
.dashboard-top { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.dashboard-brand { font-size: 1rem; font-weight: 750; letter-spacing: -.03em; }
.dashboard-brand > span { color: var(--teal); }
.preview-badge { color: var(--muted); background: var(--pale); border: 1px solid var(--line); border-radius: 4px; padding: 4px 7px; font-size: .75rem; letter-spacing: .08em; font-weight: 700; }
.dashboard-content { padding: 22px 20px 20px; }
.dashboard-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.dashboard-kicker { font-size: .75rem; color: var(--muted); font-weight: 700; letter-spacing: .09em; margin-bottom: 6px; }
.dashboard-heading h2 { font-size: 1.375rem; letter-spacing: -.03em; }
.dashboard-heading > div > p:last-child { font-size: .75rem; margin-top: 5px; color: var(--muted); }
.document-icon { width: 36px; height: 40px; padding: 7px; background: var(--pale); border-radius: 5px; color: #617b83; }
.dashboard-summary { margin: 22px 0 16px; background: var(--ink); color: var(--white); border-radius: 7px; padding: 20px 16px; display: grid; grid-template-columns: 1.15fr 1fr; gap: 12px; align-items: start; }
.dashboard-summary p { font-size: .75rem; color: #c6d6dd; margin-bottom: 7px; }
.dashboard-summary strong { display: block; font-size: clamp(1.7rem, 5vw, 2.1rem); line-height: 1.2; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.dashboard-summary strong span { font-size: .75rem; font-weight: 400; letter-spacing: 0; margin-left: 3px; color: #c6d6dd; }
.margin-summary { border-left: 1px solid #45606a; padding-left: 16px; }
.margin-summary strong, .margin-summary strong span { color: var(--mint); }
.margin-summary strong span { font-size: 1.2rem; }
.target-label { display: inline-block; margin-top: 7px; color: var(--mint); font-size: .75rem; }
.cost-breakdown > div { display: flex; justify-content: space-between; gap: 12px; padding-block: 7px; font-size: .75rem; color: var(--muted); }
.cost-breakdown dt { display: flex; align-items: center; gap: 8px; }
.cost-breakdown dd { margin: 0; font-variant-numeric: tabular-nums; color: var(--ink); white-space: nowrap; }
.legend-dot { width: 6px; height: 6px; border-radius: 2px; flex-shrink: 0; }
.labor-dot { background: var(--ink); }
.operating-dot { background: #8ea8b3; }
.cost-breakdown .cost-total { margin-top: 7px; padding-top: 12px; border-top: 1px solid var(--line); color: var(--ink); font-weight: 650; }
.profit-line { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin: 4px 0 13px; font-size: .8125rem; color: var(--teal); }
.profit-line strong { font-size: 1.125rem; }
.cost-bar { height: 8px; display: flex; gap: 3px; border-radius: 3px; overflow: hidden; }
.cost-bar span:nth-child(1) { width: 53.37%; background: var(--ink); }
.cost-bar span:nth-child(2) { width: 19.79%; background: #8ea8b3; }
.cost-bar span:nth-child(3) { width: 26.84%; background: #3d9c81; }
.bar-caption { display: flex; justify-content: space-between; margin-top: 5px; font-size: .75rem; color: var(--muted); }
.risk-card { display: flex; gap: 10px; margin-top: 18px; padding: 13px; background: #fff7e9; border: 1px solid #f0d9ab; border-radius: 6px; color: #775012; }
.risk-icon { border: 1.5px solid currentColor; width: 17px; height: 17px; border-radius: 50%; flex: 0 0 17px; line-height: 14px; text-align: center; font-size: .75rem; font-weight: 750; margin-top: 2px; }
.risk-card h3 { font-size: .8125rem; margin-bottom: 4px; }
.risk-card p { font-size: .75rem; line-height: 1.6; }
.dashboard-bottom { display: flex; align-items: center; gap: 7px; padding: 11px 20px; border-top: 1px solid var(--line); background: #fafcfc; color: var(--muted); font-size: .75rem; }
figcaption { text-align: center; font-size: .75rem; line-height: 1.6; margin-top: 14px; color: var(--muted); }
.principles-strip { padding-block: 23px; border-block: 1px solid var(--line); }
.principles-strip .container { display: flex; flex-direction: column; gap: 12px; }
.principles-strip p { font-size: .875rem; font-weight: 700; }
.principles-strip ul { display: flex; flex-wrap: wrap; gap: 12px 24px; list-style: none; padding: 0; margin: 0; color: var(--muted); font-size: .8125rem; }
.principles-strip li::before { content: "✓"; color: var(--teal); margin-right: 8px; }
.section-heading { max-width: 760px; margin-bottom: 36px; }
.section-heading > p:last-child:not(.eyebrow) { max-width: 660px; color: var(--muted); margin-top: 18px; }
.problem-grid { display: grid; gap: 26px; }
.problem-card { padding: 22px 0 0; border-top: 2px solid var(--line); }
.card-number { display: block; color: var(--teal); font-size: .75rem; font-weight: 700; letter-spacing: .08em; margin-bottom: 16px; }
.problem-card h3 { max-width: 245px; line-height: 1.4; }
.problem-card p { margin-top: 12px; color: var(--muted); font-size: .9375rem; }
.how-section { background: var(--pale); }
.steps { display: grid; gap: 28px; list-style: none; padding: 0; margin: 0 0 40px; }
.steps li { display: flex; gap: 15px; }
.step-number { display: inline-flex; flex: 0 0 32px; height: 32px; align-items: center; justify-content: center; border-radius: 50%; background: var(--ink); color: var(--white); font-size: .875rem; }
.steps h3 { margin: 5px 0 10px; }
.steps p { font-size: .9375rem; color: var(--muted); }
.assumptions-panel { background: var(--white); padding: 24px 20px; border: 1px solid var(--line); border-radius: var(--radius); }
.assumptions-heading { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-bottom: 24px; }
.assumptions-heading h3 { font-size: 1.25rem; }
.sample-label { color: var(--muted); font-size: .75rem; }
.assumptions-grid { display: grid; gap: 20px; }
.assumptions-grid dt { color: var(--muted); font-size: .875rem; margin-bottom: 6px; }
.assumptions-grid dd { margin: 0; border: 1px solid var(--line); border-radius: 5px; background: #fbfcfc; padding: 10px 12px; font-size: 1rem; font-weight: 650; }
.assumptions-grid dd span { font-size: .75rem; color: var(--muted); font-weight: 400; margin-left: 5px; }
.assumptions-grid dd small { display: block; font-size: .75rem; color: var(--muted); font-weight: 400; }
.assumptions-note { margin-top: 22px; color: var(--muted); font-size: .75rem; }
.outcomes-section { background: var(--ink); color: var(--white); }
.outcomes-grid { display: grid; gap: 36px; }
.outcomes-section .eyebrow { color: var(--mint); }
.section-intro { margin-top: 24px; color: var(--muted); max-width: 460px; font-size: 1.0625rem; }
.outcomes-section .section-intro { color: #c2d2d8; }
.planned-note { color: #b1c5ce; font-size: .75rem; margin-top: 24px; }
.outcomes-list { list-style: none; padding: 0; margin: 0; }
.outcomes-list li { display: flex; gap: 18px; padding-block: 21px; border-bottom: 1px solid #3b5460; }
.outcomes-list li:first-child { padding-top: 0; }
.outcomes-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.outcomes-list li > span { color: var(--mint); }
.outcomes-list p { color: #c2d2d8; font-size: .9375rem; margin-top: 8px; }
.outcomes-list small { display: inline-block; font-size: .75rem; color: var(--mint); letter-spacing: .05em; margin-left: 4px; vertical-align: middle; }
.fit-grid { display: grid; gap: 20px; }
.fit-card { background: #f1f8f5; border: 1px solid #d2e7de; padding: 28px; border-radius: 8px; }
.fit-muted { background: #fafbfc; border-color: var(--line); }
.check-list, .dash-list { list-style: none; padding: 0; margin: 22px 0 0; }
.check-list li, .dash-list li { position: relative; padding-left: 24px; margin-top: 13px; font-size: .9375rem; }
.check-list li::before, .dash-list li::before { position: absolute; left: 0; color: var(--teal); content: "✓"; }
.dash-list li::before { color: var(--muted); content: "–"; }
.fit-muted li { color: var(--muted); }
.pricing-section { background: var(--pale); }
.pricing-grid { display: grid; align-items: center; gap: 36px; }
.pricing-context { color: var(--teal); font-size: .9375rem; font-weight: 600; margin-top: 28px; }
.pricing-card { padding: 28px; background: var(--white); border: 1px solid #b9d3ca; border-top: 4px solid var(--teal); border-radius: 8px; box-shadow: 0 8px 24px #183f4605; }
.pricing-card .eyebrow { margin-bottom: 12px; }
.price { font-size: 4rem; line-height: 1.1; font-weight: 750; letter-spacing: -.06em; }
.price span { font-size: 1rem; color: var(--muted); font-weight: 400; letter-spacing: 0; }
.price-caveat { color: var(--muted); font-size: .75rem; margin: 12px 0 26px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.pricing-card h3 { font-size: .875rem; }
.pricing-card .check-list { margin-top: 14px; }
.pricing-card .button { margin-top: 28px; }
.pricing-note { text-align: center; color: var(--muted); font-size: .75rem; margin-top: 14px; }
.faq-grid { display: grid; gap: 32px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 22px 34px 22px 0; cursor: pointer; list-style: none; font-weight: 650; line-height: 1.5; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 19px; color: var(--teal); font-size: 1.5rem; font-weight: 400; }
details[open] > summary::after { content: "−"; }
details p { padding: 0 20px 22px 0; color: var(--muted); font-size: .9375rem; }
.signup-section { background: #eaf4f0; border-block: 1px solid #d7e7df; }
.signup-grid { display: grid; gap: 36px; align-items: center; }
.signup-copy h2 > span { color: var(--teal); }
.signup-copy > p:not(.eyebrow) { max-width: 450px; margin-top: 24px; color: var(--muted); }
.signup-copy .signup-promise { color: var(--teal) !important; font-size: .875rem; }
.form-card { background: var(--white); padding: 26px 22px; border: 1px solid #cddfd5; border-radius: 10px; }
.form-card > h3 { font-size: 1.5rem; }
.form-intro { margin-top: 8px; color: var(--muted); font-size: .9375rem; }
.signup-notice { padding: 14px; background: #f2f6f8; border-left: 3px solid #607985; margin-block: 22px; font-size: .8125rem; }
.signup-notice p { color: var(--muted); margin-top: 5px; }
fieldset { min-width: 0; padding: 0; border: 0; margin: 0; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .875rem; font-weight: 650; margin-bottom: 7px; }
.field label span { color: var(--muted); font-weight: 400; font-size: .75rem; }
input:not([type="hidden"]), select, textarea { display: block; width: 100%; min-height: 48px; padding: 10px 12px; color: var(--ink); background: var(--white); border: 1px solid #aabdc1; border-radius: 5px; font: inherit; }
textarea { resize: vertical; min-height: 112px; }
input::placeholder { color: #647781; opacity: 1; }
input:user-invalid { border-color: #b42318; }
fieldset:disabled { opacity: .6; }
fieldset:disabled button { cursor: not-allowed; }
.form-consent { color: var(--muted); font-size: .75rem; text-align: center; margin-top: 14px; }
.form-error { margin-top: 14px; padding: 12px 14px; border: 1px solid #e8b4ad; border-radius: 5px; background: #fff5f3; color: #8a241c; font-size: .8125rem; }
.hp-field { position: absolute !important; left: -10000px !important; top: auto !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
button:disabled, .button:disabled { cursor: not-allowed; opacity: .68; }
.noscript-note { color: #775012; margin-block: 16px; }
.form-result { padding-block: 20px; }
.result-check { display: inline-flex; align-items: center; justify-content: center; background: #e5f4ed; color: var(--teal); width: 44px; height: 44px; border-radius: 50%; margin-bottom: 18px; }
.form-result h3 { font-size: 1.5rem; }
.form-result p { color: var(--muted); margin-top: 16px; }
.feedback-form { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.feedback-form .field { margin-bottom: 12px; }
.feedback-status { min-height: 1.4em; margin-top: 10px !important; font-size: .8125rem; }
.text-button { padding: 12px 0; margin-top: 16px; border: 0; background: transparent; color: var(--teal); font-weight: 650; text-decoration: underline; text-underline-offset: .2em; }
.site-footer { padding-block: 32px; }
.footer-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-bottom: 22px; }
.footer-brand { color: var(--ink); font-size: .875rem; font-weight: 750; text-decoration: none; }
.footer-top p { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .75rem; }
.footer-details { display: grid; gap: 0 40px; border-top: 1px solid var(--line); }
.footer-details summary, .footer-details p { font-size: .75rem; }
.footer-details summary { padding-block: 16px; }
.footer-details summary::after { top: 11px; font-size: 1.25rem; }
.footer-note { margin-top: 20px; color: var(--muted); font-size: .75rem; }
.legal-main { min-height: 70vh; padding-block: 56px; background: var(--pale); }
.legal-card { max-width: 820px; margin-inline: auto; padding: 28px 22px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.legal-card h1 { font-size: clamp(2rem, 6vw, 3rem); margin-bottom: 12px; }
.legal-card h2 { font-size: 1.35rem; margin-top: 34px; }
.legal-card p, .legal-card li { color: var(--muted); }
.legal-card ul { padding-left: 1.25rem; }
.legal-status { margin: 22px 0; padding: 14px; background: #fff7e8; border-left: 3px solid #a46600; font-size: .875rem; }
.legal-back { display: inline-block; margin-bottom: 24px; font-weight: 650; }
.desktop-break { display: none; }
@media (min-width: 520px) {
  .brand-category { max-width: none; }
  .container { width: min(1200px, calc(100% - 64px)); }
  .button-small { padding-inline: 18px; font-size: .875rem; }
  .problem-grid, .assumptions-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dashboard-content { padding: 24px; }
  .dashboard-top { padding-inline: 24px; }
  .dashboard-summary { padding: 22px; }
  .dashboard-summary strong { font-size: 2.15rem; }
  .dashboard-summary p, .cost-breakdown > div, .profit-line, .risk-card p { font-size: .8125rem; }
  .risk-card h3 { font-size: .875rem; }
  .form-card, .pricing-card { padding: 34px; }
}
@media (max-width: 359px) {
  .header-inner { flex-wrap: wrap; padding-block: 16px; }
  .header-inner nav { margin-left: auto; }
}
@media (min-width: 800px) {
  .section { padding-block: 88px; }
  .nav-link { display: inline-block; }
  .hero { padding-block: 65px; }
  .hero-grid { grid-template-columns: 1.08fr 1fr; gap: 32px; }
  h1 { font-size: clamp(2.5rem, 4.3vw, 3.65rem); }
  .hero-description { font-size: 1rem; }
  .hero .eyebrow { font-size: .75rem; }
  .principles-strip .container { flex-direction: row; justify-content: space-between; align-items: center; gap: 20px; }
  .principles-strip ul { column-gap: 20px; }
  .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
  .fit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .outcomes-grid, .pricing-grid, .signup-grid { grid-template-columns: 1fr 1fr; gap: 70px; }
  .faq-grid { grid-template-columns: .8fr 1.2fr; gap: 60px; }
  .footer-details { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .desktop-break { display: inline; }
}
@media (min-width: 1100px) {
  .header-inner { min-height: 92px; }
  .hero-grid { gap: 64px; }
  .hero .eyebrow { font-size: .75rem; }
  .hero-description { font-size: 1.0625rem; }
  .problem-grid, .assumptions-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .problem-grid { gap: 32px; }
  .outcomes-grid, .pricing-grid, .signup-grid { gap: 120px; }
  .assumptions-panel { padding: 30px; }
  .principles-strip ul { column-gap: 48px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
