:root {
  --ink: #181a1b;
  --ink-soft: #2c3032;
  --paper: #f4f2ec;
  --white: #ffffff;
  --orange: #f26a2e;
  --orange-dark: #c94c16;
  --sand: #dfd8ca;
  --muted: #686f72;
  --green: #1f6a53;
  --line: rgba(24, 26, 27, 0.14);
  --shadow: 0 24px 70px rgba(28, 31, 32, 0.12);
  --radius: 22px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Arial, sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 16px; color: var(--orange-dark); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.2rem, 8vw, 7.5rem); margin-bottom: 24px; }
h2 { font-size: clamp(2.25rem, 5vw, 4.2rem); margin-bottom: 20px; }
h3 { font-size: 1.3rem; margin-bottom: 12px; }
.lead { max-width: 720px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 52px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: var(--white); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-secondary { border-color: rgba(255,255,255,.5); color: var(--white); }
.btn-secondary:hover { background: var(--white); color: var(--ink); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-outline { border-color: var(--ink); background: transparent; }
.site-header { position: fixed; z-index: 30; top: 0; left: 0; width: 100%; transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled, .site-header.solid { background: rgba(24,26,27,.96); box-shadow: 0 8px 30px rgba(0,0,0,.14); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; color: var(--white); text-decoration: none; }
.brand img { width: auto; height: 56px; object-fit: contain; }
.site-footer .brand img { height: 50px; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.nav a { color: var(--white); text-decoration: none; font-size: .92rem; font-weight: 700; }
.nav a:not(.btn):hover { color: #ffb18e; }
.nav .account-link { padding: 9px 13px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; color: var(--white); }
.nav .account-link:hover { border-color: var(--accent); background: rgba(232,117,34,.16); color: var(--white); }
.menu-button { display: none; margin-left: auto; border: 0; background: transparent; color: var(--white); font-size: 1.6rem; }
.hero { min-height: 820px; display: grid; align-items: end; color: var(--white); background: radial-gradient(circle at 84% 16%, rgba(242,106,46,.44), transparent 25%), linear-gradient(120deg, rgba(12,14,15,.98) 0 48%, rgba(26,31,33,.89) 48% 100%); overflow: hidden; position: relative; }
.hero::before, .hero::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.14); transform: rotate(-12deg); }
.hero::before { width: 540px; height: 780px; right: -80px; top: 60px; }
.hero::after { width: 300px; height: 500px; right: 180px; top: 210px; }
.hero-grid { position: relative; z-index: 1; padding: 170px 0 86px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; }
.hero h1 span { color: var(--orange); }
.hero-copy { max-width: 780px; }
.hero-copy > p { max-width: 650px; color: rgba(255,255,255,.78); font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero-card { min-height: 260px; overflow: hidden; display: flex; align-items: flex-end; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.07); backdrop-filter: blur(12px); border-radius: var(--radius); }
.hero-card-copy { padding: 24px 28px 28px; }
.hero-card strong { display: block; color: var(--orange); font-size: 2.2rem; line-height: 1; margin-bottom: 12px; }
.hero-card p { color: rgba(255,255,255,.72); margin-bottom: 0; }
.trust-strip { background: var(--orange); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 25px 22px; border-right: 1px solid rgba(255,255,255,.25); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: 1.1rem; }
.trust-item span { font-size: .88rem; opacity: .82; }
.section { padding: 110px 0; }
.section-white { background: var(--white); }
.section-dark { background: var(--ink); color: var(--white); }
.section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 52px; }
.section-heading > * { flex: 1; }
.section-heading .lead { margin-bottom: 8px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; }
.card-number { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 42px; border-radius: 50%; background: var(--ink); color: var(--white); font-weight: 900; }
.card p { color: var(--muted); margin-bottom: 0; }
.card ul { margin: 18px 0 0; padding-left: 20px; color: var(--muted); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.sticky-title { position: sticky; top: 120px; }
.process-list { border-top: 1px solid rgba(255,255,255,.2); }
.process-item { display: grid; grid-template-columns: 90px 1fr; gap: 16px; padding: 32px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.process-item span { color: var(--orange); font-weight: 900; }
.process-item p { color: rgba(255,255,255,.66); margin-bottom: 0; }
.estimate-panel { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border-radius: 30px; background: var(--orange); color: var(--white); }
.estimate-copy { padding: clamp(36px, 6vw, 76px); }
.estimate-copy p { max-width: 650px; font-size: 1.1rem; opacity: .88; }
.estimate-details { padding: clamp(36px, 6vw, 70px); background: rgba(0,0,0,.15); }
.check-list { list-style: none; padding: 0; margin: 0 0 30px; }
.check-list li { padding: 11px 0 11px 30px; position: relative; border-bottom: 1px solid rgba(255,255,255,.2); }
.check-list li::before { content: "✓"; position: absolute; left: 0; font-weight: 900; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value { padding-top: 24px; border-top: 3px solid var(--orange); }
.value p { color: var(--muted); }
.faq { max-width: 880px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); padding: 24px 0; }
.faq summary { cursor: pointer; list-style: none; font-weight: 800; font-size: 1.1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq details p { color: var(--muted); margin: 16px 0 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact-form { position: relative; padding: clamp(24px, 4vw, 38px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.contact-form .field-row { gap: 16px; }
.contact-form .field { margin-bottom: 18px; }
.contact-form .field label span { color: var(--muted); font-size: .82rem; font-weight: 500; }
.contact-form textarea { resize: vertical; }
.contact-form .btn { margin-top: 22px; }
.consent { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); font-size: .88rem; line-height: 1.5; cursor: pointer; }
.consent input { width: 19px; height: 19px; margin-top: 2px; accent-color: var(--orange); flex: 0 0 auto; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 28px; margin: 18px 0 0; padding: 0; font-weight: 800; }
.form-status.success, .form-status.error { padding: 14px 16px; border-radius: 10px; }
.form-status.success { color: var(--green); background: rgba(31,106,83,.1); }
.form-status.error { color: #9f2f16; background: rgba(159,47,22,.1); }
.text-link { display: inline-block; margin-top: 24px; color: var(--orange-dark); font-weight: 900; }
.partners-section { background: var(--paper); }
.partners-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.partner-card { display: grid; grid-template-columns: 88px 1fr; gap: 26px; min-height: 285px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); color: inherit; text-decoration: none; box-shadow: 0 16px 42px rgba(28,31,32,.07); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.partner-card:hover { transform: translateY(-4px); border-color: rgba(242,106,46,.55); box-shadow: var(--shadow); }
.partner-card:focus-visible { outline: 3px solid rgba(242,106,46,.38); outline-offset: 4px; }
.partner-mark { display: grid; place-items: center; width: 88px; height: 88px; border-radius: 20px; background: var(--orange); color: var(--white); font-size: 1.55rem; font-weight: 900; letter-spacing: -.06em; }
.partner-mark-dark { background: var(--ink); }
.partner-content { display: flex; min-width: 0; flex-direction: column; }
.partner-content small { color: var(--orange-dark); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.partner-content > strong { display: block; margin: 10px 0 14px; font-size: 1.7rem; line-height: 1.1; letter-spacing: -.035em; }
.partner-content p { color: var(--muted); margin-bottom: 22px; }
.partner-link { margin-top: auto; color: var(--orange-dark); font-weight: 900; }
.partner-link b { margin-left: 5px; }
.address-card { background: var(--paper); border-radius: var(--radius); padding: 34px; }
.address-card address { font-style: normal; font-size: 1.2rem; font-weight: 700; margin-bottom: 24px; }
.note { padding: 16px 18px; border-left: 4px solid var(--orange); background: rgba(242,106,46,.08); color: var(--muted); font-size: .92rem; }
.site-footer { padding: 36px 0; background: #0f1112; color: rgba(255,255,255,.7); }
.footer-row { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer-row p { margin: 0; }
.calculator-page { background: #ebe8e0; min-height: 100vh; }
.calculator-hero { padding: 150px 0 58px; background: var(--ink); color: var(--white); }
.calculator-hero h1 { font-size: clamp(2.8rem, 7vw, 5.5rem); max-width: 920px; }
.calculator-hero p { max-width: 760px; color: rgba(255,255,255,.72); font-size: 1.12rem; }
.calculator-layout { display: grid; grid-template-columns: 1fr 390px; gap: 26px; padding: 48px 0 90px; align-items: start; }
.calculator-form, .result-card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.calculator-form { padding: clamp(24px, 5vw, 48px); }
.field-set { margin: 0 0 38px; padding: 0; border: 0; }
.field-set legend { width: 100%; margin-bottom: 18px; font-size: 1.2rem; font-weight: 900; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice label { display: block; height: 100%; padding: 18px; border: 2px solid #ddd; border-radius: 14px; cursor: pointer; transition: .2s ease; }
.choice label strong, .choice label small { display: block; }
.choice label small { color: var(--muted); margin-top: 4px; }
.choice input:focus-visible + label { outline: 3px solid rgba(242,106,46,.35); outline-offset: 2px; }
.choice input:checked + label { border-color: var(--orange); background: rgba(242,106,46,.07); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 22px; }
.field label { display: block; margin-bottom: 8px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 2px solid #ddd; border-radius: 12px; background: var(--white); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange); outline: 3px solid rgba(242,106,46,.18); }
.range-pair { display: grid; grid-template-columns: 1fr 120px; gap: 15px; align-items: center; }
input[type="range"] { accent-color: var(--orange); }
.result-card { position: sticky; top: 104px; overflow: hidden; }
.result-main { padding: 34px; background: var(--ink); color: var(--white); }
.result-main .price { display: block; margin: 10px 0 5px; color: var(--orange); font-size: clamp(2.1rem, 4vw, 3.4rem); line-height: 1; font-weight: 900; letter-spacing: -.05em; }
.result-main small { color: rgba(255,255,255,.58); }
.result-details { padding: 26px 34px 32px; }
.result-row { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.result-row span:first-child { color: var(--muted); }
.confidence { display: inline-block; padding: 5px 10px; border-radius: 999px; background: rgba(31,106,83,.12); color: var(--green); font-size: .8rem; font-weight: 800; }
.methodology { margin-top: 24px; padding: 18px; border-radius: 14px; background: var(--paper); color: var(--muted); font-size: .84rem; }
.methodology a { color: var(--orange-dark); }
.summary-actions { display: grid; gap: 10px; margin-top: 20px; }
.summary-actions .btn { width: 100%; }
.contact-fields { margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--line); }
.privacy { color: var(--muted); font-size: .82rem; }
.status-message { min-height: 26px; margin-top: 12px; color: var(--green); font-weight: 700; }
@media (max-width: 900px) {
  .nav { position: fixed; inset: 78px 0 auto; display: none; padding: 30px 20px; background: var(--ink); flex-direction: column; align-items: stretch; }
  .nav.open { display: flex; }
  .nav .btn { width: 100%; }
  .menu-button { display: block; }
  .hero { min-height: 720px; }
  .hero-grid, .split, .estimate-panel, .contact-grid, .calculator-layout, .partners-grid { grid-template-columns: 1fr; }
  .hero-card { margin-top: 6px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.25); }
  .cards, .values-grid { grid-template-columns: 1fr 1fr; }
  .sticky-title, .result-card { position: static; }
  .section-heading { display: block; }
}
@media (max-width: 600px) {
  .container { width: min(100% - 28px, var(--max)); }
  .brand img { height: 48px; }
  .section { padding: 78px 0; }
  .hero-grid { padding-bottom: 60px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .trust-grid, .cards, .values-grid, .choice-grid, .field-row { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .trust-item:last-child { border-bottom: 0; }
  .process-item { grid-template-columns: 58px 1fr; }
  .partner-card { grid-template-columns: 64px 1fr; gap: 18px; padding: 24px; }
  .partner-mark { width: 64px; height: 64px; border-radius: 16px; font-size: 1.2rem; }
  .range-pair { grid-template-columns: 1fr 90px; }
  .footer-row { align-items: flex-start; flex-direction: column; }
}
@media print {
  .site-header, .calculator-form, .summary-actions, .site-footer { display: none !important; }
  .calculator-layout { display: block; padding: 20px; }
  .result-card { box-shadow: none; border: 1px solid #bbb; }
}
