:root {
  --ink: #143c36;
  --ink-deep: #082b26;
  --cream: #f7f5ef;
  --paper: #fffefa;
  --mint: #dceee6;
  --mint-deep: #b9ddcf;
  --peach: #f6c4a2;
  --orange: #e37d48;
  --sage: #86a89a;
  --line: rgba(20, 60, 54, .15);
  --muted: #678078;
  --shadow: 0 22px 60px rgba(21, 64, 55, .13);
  --radius-lg: 28px;
  --radius-md: 18px;
  --sans: "DM Sans", system-ui, sans-serif;
  --display: "Manrope", var(--sans);
}

.info-section { background: var(--paper); padding: 88px 0; border-top: 1px solid var(--line); }
.info-grid { display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); gap: 26px; }
.info-grid article { min-width: 0; }
.info-grid article:not(:first-child) { border-left: 1px solid var(--line); padding-left: 20px; }
.info-grid h2 { font-size: 38px; margin: 15px 0; }
.info-grid h3 { font-family: var(--display); font-size: 16px; margin: 0 0 10px; }
.info-grid p { color: var(--muted); font-size: 12px; line-height: 1.55; margin: 0; }

@media (max-width: 650px) {
  .info-section { padding: 64px 0; }
  .info-grid { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
  .info-grid article:first-child { grid-column: 1 / -1; }
  .info-grid article:not(:first-child) { padding-left: 15px; }
}

.tool-page-hero { background: var(--mint); padding: 34px 0 74px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; color: #6c8b83; font-size: 11px; margin-bottom: 55px; }
.breadcrumb a:hover { color: var(--orange); }.breadcrumb span { color: var(--ink); }
.tool-page-intro { display: grid; grid-template-columns: 1fr 360px; gap: 80px; align-items: end; }
.tool-page-intro h1 { font-family: var(--display); font-size: clamp(42px, 5vw, 68px); letter-spacing: -.06em; line-height: 1; margin: 18px 0 18px; max-width: 640px; }
.tool-page-intro h1 em { color: var(--orange); font-style: normal; }.tool-page-intro p { color: #4b7067; font-size: 16px; max-width: 560px; margin: 0; }.tool-page-callout { padding: 23px; border-radius: 19px; background: rgba(255,254,250,.72); border: 1px solid rgba(20,60,54,.1); }.tool-page-callout strong, .tool-page-callout span { display: block; }.tool-page-callout strong { font-family: var(--display); font-size: 17px; margin-bottom: 7px; }.tool-page-callout span { color: var(--muted); font-size: 12px; line-height: 1.45; }.tool-page-callout .callout-mark { color: var(--orange); font-size: 25px; margin-bottom: 12px; }
.tool-content-section { padding: 92px 0; background: var(--cream); }.tool-content-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; }.tool-content-grid h2 { font-size: clamp(34px, 4vw, 48px); margin: 0 0 20px; }.tool-content-grid h2 em { color: var(--orange); font-style: normal; }.tool-content-grid h3 { font-family: var(--display); font-size: 18px; margin: 25px 0 8px; }.tool-content-grid p, .tool-content-grid li { color: var(--muted); font-size: 13px; line-height: 1.6; }.tool-content-grid ul { padding-left: 18px; }.assumption-panel { background: var(--paper); border-radius: var(--radius-md); padding: 27px; align-self: start; }.assumption-panel .eyebrow { margin-bottom: 15px; }.assumption-panel h3 { margin-top: 0; }.assumption-panel hr { border: 0; border-top: 1px solid var(--line); margin: 20px 0; }.assumption-panel p { margin-bottom: 0; }
.related-section { padding: 85px 0 100px; background: var(--paper); }.related-section h2 { font-size: 38px; margin: 0 0 28px; }.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }.related-card { border: 1px solid var(--line); border-radius: 15px; padding: 17px; background: var(--cream); transition: transform .2s, border-color .2s; }.related-card:hover { transform: translateY(-3px); border-color: var(--orange); }.related-card span { display: block; color: var(--orange); font-size: 21px; margin-bottom: 17px; }.related-card strong { display: block; font-family: var(--display); font-size: 14px; line-height: 1.2; }.related-card small { display: block; color: var(--muted); font-size: 11px; margin-top: 7px; }
.install-app-banner { position: fixed; z-index: 50; left: 50%; bottom: 18px; width: min(470px, calc(100% - 28px)); display: flex; align-items: center; gap: 11px; padding: 12px 12px 12px 14px; border: 1px solid rgba(20,60,54,.12); border-radius: 17px; background: rgba(255,254,250,.96); box-shadow: 0 18px 44px rgba(20,60,54,.2); transform: translate(-50%, 140%); opacity: 0; transition: transform .22s ease, opacity .22s ease; }.install-app-banner.is-visible { transform: translate(-50%, 0); opacity: 1; }.install-app-icon { width: 38px; height: 38px; flex: 0 0 38px; overflow: hidden; border-radius: 10px; background: var(--ink); }.install-app-icon img { width: 100%; height: 100%; display: block; }.install-app-copy { min-width: 0; flex: 1; }.install-app-copy strong, .install-app-copy small { display: block; }.install-app-copy strong { color: var(--ink); font-size: 12px; }.install-app-copy small { color: var(--muted); font-size: 10px; line-height: 1.3; margin-top: 2px; }.install-app-action { border: 0; border-radius: 10px; padding: 9px 12px; color: white; background: var(--orange); font-size: 11px; font-weight: 800; white-space: nowrap; }.install-app-action:hover { background: #cf6937; }.install-app-action.is-help { background: var(--ink); }.install-app-close { border: 0; padding: 4px; color: #7c948d; background: transparent; font-size: 21px; line-height: 1; }.install-app-close:hover { color: var(--orange); }
.legal-hero { background: var(--mint); padding: 38px 0 72px; }.legal-hero h1 { font-family: var(--display); font-size: clamp(44px, 6vw, 72px); letter-spacing: -.06em; line-height: 1; margin: 22px 0 14px; }.legal-hero h1 em { color: var(--orange); font-style: normal; }.legal-hero p { color: #4b7067; max-width: 610px; margin: 0; font-size: 16px; }.legal-content { padding: 78px 0 110px; background: var(--cream); }.legal-grid { display: grid; grid-template-columns: 1fr 300px; gap: 60px; align-items: start; }.legal-copy { max-width: 720px; }.legal-copy h2 { font-size: 28px; margin: 32px 0 10px; }.legal-copy h2:first-child { margin-top: 0; }.legal-copy h3 { font-family: var(--display); font-size: 17px; margin: 25px 0 7px; }.legal-copy p, .legal-copy li { color: var(--muted); font-size: 14px; line-height: 1.7; }.legal-copy ul { padding-left: 20px; }.legal-note { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 23px; }.legal-note .eyebrow { margin-bottom: 15px; }.legal-note strong, .legal-note p { display: block; }.legal-note strong { font-family: var(--display); font-size: 17px; margin-bottom: 8px; }.legal-note p { color: var(--muted); font-size: 12px; line-height: 1.55; margin: 0; }.legal-note hr { border: 0; border-top: 1px solid var(--line); margin: 20px 0; }.contact-email { display: inline-flex; align-items: center; gap: 9px; color: var(--orange); font-weight: 800; font-size: 16px; word-break: break-word; }.legal-back { display: inline-block; margin-top: 28px; font-size: 13px; font-weight: 800; color: var(--ink); border-bottom: 1px solid var(--line); padding-bottom: 3px; }.legal-back:hover { color: var(--orange); }
@media (max-width: 800px) { .legal-grid { grid-template-columns: 1fr; gap: 38px; }.legal-note { max-width: 480px; } }
@media (max-width: 650px) { .legal-hero { padding: 27px 0 56px; }.legal-hero h1 { font-size: 46px; }.legal-content { padding: 60px 0 80px; }.legal-copy p, .legal-copy li { font-size: 13px; } }
@media (max-width: 900px) { .tool-page-intro { grid-template-columns: 1fr; gap: 30px; }.tool-page-callout { max-width: 420px; }.tool-content-grid { gap: 42px; }.related-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 650px) { .tool-page-hero { padding: 27px 0 58px; }.breadcrumb { margin-bottom: 35px; }.tool-page-intro h1 { font-size: 44px; }.tool-page-intro p { font-size: 15px; }.tool-content-section { padding: 66px 0; }.tool-content-grid { grid-template-columns: 1fr; gap: 45px; }.related-section { padding: 65px 0 75px; }.related-grid { grid-template-columns: 1fr 1fr; }.related-card { padding: 14px; } }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
button, input, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.site-header { height: 78px; background: var(--paper); border-bottom: 1px solid rgba(20,60,54,.08); position: sticky; top: 0; z-index: 20; }
.header-inner { height: 100%; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 800; font-size: 20px; letter-spacing: -.04em; }
.brand-accent { color: var(--orange); }
.brand-mark { width: 28px; height: 28px; display: flex; align-items: end; gap: 3px; padding: 5px; border-radius: 9px; background: var(--ink); transform: rotate(-9deg); }
.brand-mark span { width: 4px; border-radius: 3px; background: var(--mint); display: block; }
.brand-mark span:nth-child(1) { height: 7px; }.brand-mark span:nth-child(2) { height: 12px; }.brand-mark span:nth-child(3) { height: 17px; background: var(--peach); }
.main-nav { display: flex; gap: 30px; margin-left: auto; color: #48675f; font-size: 14px; font-weight: 600; }
.main-nav a, .footer-col a { transition: color .2s ease; }.main-nav a:hover, .footer-col a:hover { color: var(--orange); }
.header-cta { background: var(--ink); color: white; border-radius: 30px; padding: 11px 18px; font-size: 13px; font-weight: 700; transition: background .2s, transform .2s; }.header-cta:hover { background: var(--orange); transform: translateY(-2px); }
.header-cta span { margin-left: 7px; font-size: 17px; }
.menu-toggle { display: none; border: 0; color: var(--ink); background: none; font-size: 24px; }
.section-shell { position: relative; overflow: hidden; }
.hero { min-height: 625px; background: var(--mint); padding: 92px 0 100px; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 52px; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: #4d7067; text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 700; }.eyebrow.dark { color: var(--orange); }.eyebrow.light { color: var(--mint-deep); }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; display: inline-block; }
h1, h2, h3, h4, p { margin-top: 0; }.hero h1, h2 { font-family: var(--display); letter-spacing: -.065em; line-height: .99; }
.hero h1 { font-size: clamp(52px, 6vw, 82px); margin: 24px 0 22px; color: var(--ink); }.hero h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-lede { max-width: 450px; color: #477067; font-size: 18px; line-height: 1.55; margin-bottom: 32px; }
.hero-actions { display: flex; align-items: center; gap: 24px; }.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; border-radius: 30px; padding: 14px 22px; font-size: 14px; font-weight: 700; border: 1px solid transparent; transition: transform .2s, background .2s, color .2s; }.button:hover { transform: translateY(-2px); }.button-primary { color: white; background: var(--orange); box-shadow: 0 7px 18px rgba(227,125,72,.25); }.button-primary:hover { background: #cf6937; }.button-outline { border-color: rgba(220,238,230,.36); color: white; }.button-outline:hover { background: white; color: var(--ink); }
.text-link { color: var(--ink); font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(20,60,54,.25); padding-bottom: 3px; }.text-link span { margin-left: 8px; font-size: 17px; }.dark-link { color: var(--ink); }
.trust-row { display: flex; gap: 22px; margin-top: 42px; color: #65877d; font-size: 12px; }.trust-row b { color: var(--orange); margin-right: 4px; }
.hero-visual { height: 390px; position: relative; }.visual-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(20,60,54,.12); }.orbit-one { width: 410px; height: 410px; left: 65px; top: -26px; }.orbit-two { width: 330px; height: 330px; left: 105px; top: 14px; border-color: rgba(20,60,54,.08); }
.estimate-card { width: 350px; background: rgba(255,254,250,.94); border: 1px solid rgba(255,255,255,.9); border-radius: 22px; box-shadow: 0 25px 50px rgba(27,79,66,.18); padding: 24px; position: absolute; left: 82px; top: 34px; transform: rotate(2deg); }
.estimate-topline, .estimate-project, .estimate-total, .bar-row, .estimate-note { display: flex; align-items: center; }.estimate-topline { justify-content: space-between; }.estimate-kicker, .tool-label, .guide-meta { letter-spacing: .13em; font-size: 9px; font-weight: 800; }.estimate-kicker { color: #779089; }.live-dot { color: var(--orange); font-size: 9px; font-weight: 800; }.estimate-project { gap: 12px; margin: 24px 0; }.project-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--mint); font-size: 21px; }.estimate-project strong, .estimate-project small { display: block; }.estimate-project strong { font-size: 15px; }.estimate-project small { font-size: 11px; color: var(--muted); margin-top: 2px; }.estimate-total { justify-content: space-between; align-items: end; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 16px 0; }.estimate-total small { color: var(--muted); font-size: 11px; max-width: 95px; line-height: 1.25; }.estimate-total strong { color: var(--orange); font-family: var(--display); font-size: 23px; }.estimate-total strong span { color: #9fb0aa; font-size: 15px; }.estimate-bars { padding: 21px 0 11px; }.bar-row { gap: 8px; margin-bottom: 12px; font-size: 10px; color: var(--muted); }.bar-row > span { width: 75px; }.bar-row b { width: 51px; text-align: right; color: var(--ink); font-size: 10px; }.bar-track { flex: 1; height: 5px; border-radius: 5px; background: #e5ece7; overflow: hidden; }.bar-track i { display: block; height: 100%; border-radius: 5px; }.bar-materials { width: 80%; background: var(--orange); }.bar-install { width: 58%; background: var(--ink); }.bar-contingency { width: 28%; background: var(--mint-deep); }.estimate-note { gap: 8px; font-size: 10px; color: #81918c; }.estimate-note span { color: var(--orange); font-size: 14px; }
.floating-note { position: absolute; display: flex; align-items: center; gap: 10px; background: var(--paper); padding: 12px 15px; border-radius: 14px; box-shadow: 0 12px 26px rgba(27,79,66,.12); font-size: 11px; }.floating-note b, .floating-note small { display: block; }.floating-note small { color: var(--muted); margin-top: 1px; font-size: 10px; }.floating-note > span:first-child { color: var(--orange); font-size: 22px; }.note-top { right: 4px; top: 10px; transform: rotate(5deg); }.note-bottom { right: 14px; bottom: 7px; transform: rotate(-4deg); }.check-badge { background: var(--mint); color: var(--ink) !important; font-size: 14px !important; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; }
.hero-swoop { position: absolute; height: 75px; width: 120%; bottom: -54px; left: -10%; background: var(--cream); border-radius: 50% 50% 0 0; z-index: 1; }
.stats-strip { background: var(--ink); color: white; }.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }.stats-grid > div { padding: 29px 0; border-right: 1px solid rgba(255,255,255,.15); display: flex; align-items: baseline; justify-content: center; gap: 10px; }.stats-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.15); }.stats-grid strong { font-family: var(--display); font-size: 21px; color: var(--peach); }.stats-grid span { color: #9bb6ad; font-size: 11px; }
.content-section { padding: 108px 0; }.tools-section { background: var(--cream); }.section-heading h2 { font-size: clamp(38px, 4vw, 55px); margin: 17px 0 0; }.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 48px; }.split-heading > p { max-width: 265px; color: var(--muted); font-size: 14px; margin-bottom: 4px; }.split-heading > .text-link { margin-bottom: 7px; }
.tool-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.tool-card { text-align: left; border: 1px solid rgba(20,60,54,.08); border-radius: var(--radius-md); padding: 0; color: var(--ink); background: var(--paper); overflow: hidden; box-shadow: 0 4px 0 rgba(20,60,54,.03); transition: transform .25s, box-shadow .25s, border-color .25s; }.tool-card:hover { transform: translateY(-6px); border-color: rgba(20,60,54,.22); box-shadow: var(--shadow); }.tool-card.featured-tool { grid-column: span 2; background: var(--ink); color: white; }.tool-card.decision-tool { background: var(--peach); }.tool-card-head { min-height: 107px; padding: 21px 22px; display: flex; justify-content: space-between; align-items: start; background: var(--mint); }.featured-tool .tool-card-head { background: #24534a; }.decision-tool .tool-card-head { background: #f2af87; }.tool-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; background: rgba(255,255,255,.65); color: var(--ink); font-size: 25px; }.featured-tool .tool-icon { background: var(--peach); }.tool-arrow { font-size: 20px; opacity: .7; }.tool-card-body { padding: 20px 22px 22px; min-height: 178px; }.tool-label { color: var(--orange); }.featured-tool .tool-label, .decision-tool .tool-label { color: var(--peach); }.tool-card h3 { font-family: var(--display); font-size: 21px; line-height: 1.1; letter-spacing: -.04em; margin: 10px 0 10px; }.tool-card p { min-height: 45px; color: var(--muted); font-size: 12px; line-height: 1.45; margin-bottom: 18px; }.featured-tool p { color: #a9c2b9; }.decision-tool p { color: #6d5244; }.tool-link { font-size: 12px; font-weight: 700; }.tool-link span { margin-left: 8px; color: var(--orange); font-size: 16px; }.featured-tool .tool-link { color: white; }.decision-tool .tool-link { color: var(--ink); }
.how-section { background: var(--ink); color: white; padding: 102px 0 112px; }.centered { text-align: center; }.centered .eyebrow { justify-content: center; }.centered h2 { margin-bottom: 16px; }.centered > p { color: #9eb9b0; font-size: 14px; }.steps-grid { display: grid; grid-template-columns: 1fr 35px 1fr 35px 1fr 35px 1fr; align-items: center; margin-top: 69px; }.step { text-align: center; position: relative; }.step-number { position: absolute; top: -17px; right: 27px; color: #527970; font-size: 10px; font-weight: 700; }.step-icon { margin: 0 auto 22px; width: 64px; height: 64px; display: grid; place-items: center; border-radius: 20px; border: 1px solid rgba(220,238,230,.22); background: rgba(220,238,230,.08); color: var(--peach); font-size: 26px; }.step h3 { font-family: var(--display); font-size: 17px; margin-bottom: 8px; }.step p { color: #91afa5; font-size: 12px; max-width: 165px; margin: auto; line-height: 1.45; }.step-line { height: 1px; border-top: 1px dashed rgba(220,238,230,.24); margin-top: -48px; }
.principles-section { padding: 116px 0; background: var(--paper); }.principles-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }.principles-copy h2 { font-size: clamp(38px, 4vw, 54px); margin: 18px 0 22px; }.principles-copy > p { color: var(--muted); max-width: 370px; font-size: 15px; }.principles-copy .text-link { display: inline-block; margin-top: 12px; }.principles-list { border-top: 1px solid var(--line); }.principle { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 25px 0; border-bottom: 1px solid var(--line); }.principle > span { font-family: var(--display); color: var(--orange); font-size: 13px; }.principle h3 { font-family: var(--display); font-size: 18px; margin-bottom: 5px; }.principle p { color: var(--muted); font-size: 13px; margin: 0; }
.guides-section { background: var(--cream); }.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.guide-card { background: var(--paper); border-radius: var(--radius-md); overflow: hidden; padding-bottom: 22px; }.guide-image { height: 152px; display: grid; place-items: center; font-size: 57px; color: var(--ink); }.guide-paint { background: var(--peach); }.guide-floor { background: var(--mint-deep); }.guide-diy { background: #d7d9bb; }.guide-meta { display: flex; justify-content: space-between; color: var(--orange); margin: 20px 22px 0; }.guide-meta span { color: var(--muted); font-weight: 600; letter-spacing: .08em; }.guide-card h3 { margin: 11px 22px 17px; font-family: var(--display); font-size: 20px; line-height: 1.15; letter-spacing: -.04em; }.guide-link { margin: 0 22px; font-weight: 700; font-size: 12px; }.guide-link span { color: var(--orange); margin-left: 8px; font-size: 16px; }
.methodology-section { background: var(--ink); color: white; padding: 72px 0; }.method-inner { display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 38px; }.method-seal { width: 93px; height: 93px; display: grid; place-items: center; align-content: center; gap: 2px; border: 1px solid rgba(246,196,162,.55); border-radius: 50%; color: var(--peach); font-size: 25px; text-align: center; }.method-seal small { font-size: 8px; letter-spacing: .13em; line-height: 1.3; }.method-inner h2 { font-size: 40px; margin: 15px 0 10px; }.method-inner p { max-width: 560px; color: #9eb9b0; font-size: 13px; margin: 0; }
.site-footer { background: #f0eee7; }.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 30px; padding: 63px 0 58px; }.brand-footer { font-size: 20px; }.footer-brand p { color: var(--muted); font-size: 13px; line-height: 1.45; margin: 18px 0; }.footer-col { display: flex; flex-direction: column; gap: 8px; font-size: 12px; color: #668079; }.footer-col h4 { color: var(--ink); font-family: var(--display); font-size: 13px; margin-bottom: 5px; }.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding: 20px 0; color: #78918a; font-size: 11px; }.heart { color: var(--orange); }

/* Calculator */
.calculator-shell { background: var(--paper); padding: 54px 0 100px; border-top: 1px solid var(--line); }.close-calculator { border: 0; background: none; color: var(--muted); font-weight: 700; font-size: 13px; padding: 0; margin-bottom: 35px; }.close-calculator:hover { color: var(--orange); }.calculator-header { display: flex; justify-content: space-between; align-items: start; gap: 30px; margin-bottom: 38px; }.calculator-header h2 { font-size: clamp(38px, 5vw, 60px); margin: 15px 0 11px; }.calculator-header p { color: var(--muted); margin: 0; }.calculator-badge { color: var(--orange); border: 1px solid rgba(227,125,72,.35); font-size: 10px; letter-spacing: .15em; font-weight: 800; padding: 10px 13px; border-radius: 20px; white-space: nowrap; }.calculator-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px; align-items: start; }.calculator-form { background: var(--cream); padding: 29px; border-radius: var(--radius-lg); }.form-section { border-bottom: 1px solid var(--line); padding-bottom: 20px; margin-bottom: 20px; }.form-section:last-of-type { border: 0; padding-bottom: 0; margin-bottom: 0; }.form-section h3 { font-family: var(--display); font-size: 15px; margin: 0 0 15px; }.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }.field { display: flex; flex-direction: column; gap: 6px; }.field.full { grid-column: 1 / -1; }.field label { font-size: 11px; color: #4a6d63; font-weight: 700; }.field input, .field select { width: 100%; border: 1px solid rgba(20,60,54,.15); background: var(--paper); color: var(--ink); border-radius: 11px; padding: 12px 12px; outline: none; transition: border .2s, box-shadow .2s; }.field input:focus, .field select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(227,125,72,.13); }.field input[aria-invalid="true"] { border-color: #c95142; }.helper { color: #78918a; font-size: 10px; }.checkbox-field { flex-direction: row; align-items: center; gap: 9px; margin-top: 8px; }.checkbox-field input { width: auto; accent-color: var(--orange); }.checkbox-field label { color: var(--ink); }.calculate-submit { border: 0; width: 100%; margin-top: 22px; background: var(--orange); color: white; border-radius: 13px; padding: 14px; font-size: 14px; font-weight: 800; }.calculate-submit:hover { background: #cf6937; }.error-message { display: none; color: #a83b31; font-size: 11px; margin-top: 12px; }.error-message.visible { display: block; }
.calculator-results { background: var(--ink); color: white; border-radius: var(--radius-lg); padding: 30px; min-height: 390px; position: sticky; top: 105px; }.results-kicker { color: var(--mint-deep); font-size: 10px; letter-spacing: .15em; font-weight: 800; }.main-result { padding: 21px 0 24px; border-bottom: 1px solid rgba(220,238,230,.18); }.main-result small { display: block; color: #a9c2b9; font-size: 12px; margin-bottom: 7px; }.main-result strong { display: block; color: var(--peach); font-family: var(--display); font-size: clamp(37px, 4vw, 53px); letter-spacing: -.06em; line-height: 1; }.main-result em { color: #b4c8c0; font-size: 17px; font-style: normal; letter-spacing: -.03em; }.result-list { padding: 20px 0 0; }.result-line { display: flex; justify-content: space-between; gap: 14px; padding: 8px 0; font-size: 12px; }.result-line span { color: #a9c2b9; }.result-line b { color: white; text-align: right; }.result-highlight { background: rgba(246,196,162,.1); border-radius: 12px; padding: 13px 14px; margin-top: 12px; }.result-highlight span { color: var(--peach); }.result-note { color: #90afa5; font-size: 10px; line-height: 1.5; margin: 21px 0 0; }.result-actions { display: flex; gap: 8px; margin-top: 18px; }.small-action { border: 1px solid rgba(220,238,230,.28); color: white; background: transparent; border-radius: 9px; padding: 8px 11px; font-size: 10px; font-weight: 700; }.small-action:hover { background: rgba(255,255,255,.1); }.calculator-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 22px; }.detail-card { border-top: 2px solid var(--mint-deep); padding-top: 15px; }.detail-card h3 { font-family: var(--display); font-size: 15px; margin-bottom: 6px; }.detail-card p, .detail-card li { color: var(--muted); font-size: 12px; line-height: 1.55; }.detail-card ul { margin: 0; padding-left: 17px; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 630px; }.hero-visual { max-width: 560px; width: 100%; margin: 0 auto; }.tool-grid { grid-template-columns: repeat(2, 1fr); }.tool-card.featured-tool { grid-column: span 2; }.principles-grid { gap: 55px; }.steps-grid { grid-template-columns: repeat(2, 1fr); gap: 45px 20px; }.step-line { display: none; }.calculator-layout { grid-template-columns: 1fr; }.calculator-results { position: static; }.calculator-details { grid-template-columns: 1fr; }.method-inner { grid-template-columns: 85px 1fr; }.method-inner .button { grid-column: 2; justify-self: start; }.method-inner h2 { font-size: 36px; }
}
@media (max-width: 650px) {
  .container { width: min(100% - 34px, 520px); }.site-header { height: 68px; }.header-inner { gap: 0; justify-content: space-between; }.main-nav, .header-cta { display: none; }.menu-toggle { display: block; }.hero { padding: 65px 0 80px; }.hero h1 { font-size: 54px; }.hero-lede { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.trust-row { flex-wrap: wrap; gap: 11px 17px; margin-top: 32px; }.hero-visual { height: 330px; transform: scale(.87); transform-origin: top center; width: 115%; margin-left: -7.5%; }.estimate-card { left: 52px; }.orbit-one { left: 35px; }.orbit-two { left: 75px; }.note-top { right: -4px; }.note-bottom { right: 0; bottom: 12px; }.stats-grid { grid-template-columns: repeat(2, 1fr); }.stats-grid > div { padding: 20px 5px; border-bottom: 1px solid rgba(255,255,255,.15); }.stats-grid > div:nth-child(3) { border-left: 1px solid rgba(255,255,255,.15); }.content-section, .principles-section { padding: 74px 0; }.split-heading { display: block; }.split-heading > p { margin-top: 20px; }.split-heading > .text-link { display: inline-block; margin-top: 18px; }.tool-grid { grid-template-columns: 1fr 1fr; gap: 10px; }.tool-card.featured-tool { grid-column: span 2; }.tool-card-head { min-height: 88px; padding: 16px; }.tool-card-body { padding: 17px 16px 18px; min-height: 190px; }.tool-card h3 { font-size: 17px; }.tool-card p { font-size: 11px; }.how-section { padding: 75px 0; }.steps-grid { gap: 40px 12px; margin-top: 55px; }.step-number { right: 8px; }.step p { font-size: 11px; }.principles-grid { grid-template-columns: 1fr; gap: 48px; }.guide-grid { grid-template-columns: 1fr; }.guide-card { display: grid; grid-template-columns: 120px 1fr; padding-bottom: 0; }.guide-image { grid-row: span 3; height: 100%; min-height: 155px; }.guide-meta { margin: 20px 16px 0; font-size: 8px; }.guide-card h3 { font-size: 17px; margin: 9px 16px 13px; }.guide-link { margin: 0 16px 20px; }.methodology-section { padding: 54px 0; }.method-inner { grid-template-columns: 1fr; gap: 24px; }.method-inner .button { grid-column: auto; }.method-seal { width: 75px; height: 75px; }.calculator-shell { padding: 34px 0 70px; }.calculator-header { display: block; }.calculator-badge { display: inline-block; margin-top: 12px; }.calculator-form, .calculator-results { padding: 22px; }.field-grid { grid-template-columns: 1fr; }.field.full { grid-column: auto; }.calculator-header h2 { font-size: 42px; }.footer-main { grid-template-columns: 1.3fr 1fr 1fr; gap: 30px 15px; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { display: block; line-height: 1.7; }.footer-bottom span { display: block; }.footer-bottom span + span { margin-top: 5px; }
}
