:root {
  --ink: #102f38;
  --muted: #587178;
  --teal: #177f8f;
  --teal-dark: #0d6370;
  --aqua: #62b8c8;
  --sky: #dff5fa;
  --ice: #f6fbfc;
  --white: #fff;
  --line: #d4e7ea;
  --shadow: 0 24px 70px rgba(16, 47, 56, .13);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ice); font-family: Manrope, system-ui, sans-serif; line-height: 1.55; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
.hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.site-header { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 12px clamp(20px, 5vw, 76px); position: sticky; top: 0; z-index: 20; background: rgba(246, 251, 252, .94); backdrop-filter: blur(15px); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; letter-spacing: -.03em; white-space: nowrap; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand b { color: var(--teal); font-size: .68em; letter-spacing: .06em; }
.site-header nav { display: flex; gap: 28px; }
.site-header nav a { text-decoration: none; font-weight: 700; font-size: .9rem; }
.site-header nav a:hover { color: var(--teal); }
.button { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 23px; border-radius: 999px; background: var(--teal); color: #fff; text-decoration: none; font-weight: 800; box-shadow: 0 9px 25px rgba(23, 127, 143, .2); transition: .2s ease; }
.button:hover { background: var(--teal-dark); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 9px 18px; font-size: .88rem; }
.button-light { background: #fff; color: var(--teal-dark); box-shadow: none; }

.hero { min-height: calc(100vh - 76px); display: grid; grid-template-columns: minmax(0, .93fr) minmax(500px, .82fr); align-items: center; gap: clamp(38px, 6vw, 90px); padding: 54px clamp(22px, 6vw, 95px) 72px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: var(--sky); filter: blur(2px); opacity: .65; left: -260px; top: 18%; z-index: -1; }
.eyebrow, .mini-label { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .15em; font-size: .75rem; font-weight: 800; color: var(--teal); }
.hero h1, .intro h2, .why h2, .faq h2, .quote h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; letter-spacing: -.045em; line-height: 1.02; }
.hero h1 { font-size: clamp(3.35rem, 6vw, 6.7rem); max-width: 780px; }
.hero h1 em { color: var(--teal); }
.hero-text { max-width: 620px; color: var(--muted); font-size: clamp(1.03rem, 1.4vw, 1.22rem); margin: 26px 0 28px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 13px 22px; font-size: .87rem; font-weight: 800; color: #47656c; }
.hero-photo { position: relative; max-width: 640px; margin-top: 34px; height: 190px; overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo span { position: absolute; left: 16px; bottom: 14px; padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.92); font-size: .78rem; font-weight: 800; }

.quote-card { background: #fff; border: 1px solid rgba(23,127,143,.14); border-radius: 28px; box-shadow: var(--shadow); overflow: hidden; }
.quote-card-header { display: flex; justify-content: space-between; gap: 20px; align-items: start; padding: 25px 28px 19px; background: linear-gradient(130deg, #e5f8fb, #fff); }
.quote-card-header h2 { margin: 0; font-size: clamp(1.7rem, 2.4vw, 2.35rem); letter-spacing: -.035em; }
.quote-card-header .mini-label { margin-bottom: 5px; }
.step-count { flex: 0 0 auto; color: var(--teal-dark); font-weight: 800; font-size: .8rem; margin-top: 5px; }
.progress { height: 6px; background: #e8f1f2; }
.progress span { display: block; width: 25%; height: 100%; background: linear-gradient(90deg, var(--teal), var(--aqua)); transition: width .3s ease; }
.quote-card form { padding: 27px 28px 28px; }
.form-step { display: none; border: 0; padding: 0; margin: 0; }
.form-step.active { display: block; animation: appear .25s ease; }
@keyframes appear { from { opacity: 0; transform: translateX(8px); } to { opacity: 1; transform: none; } }
.form-step legend { width: 100%; font-size: 1.2rem; line-height: 1.35; font-weight: 800; margin-bottom: 18px; }
.step-intro { color: var(--muted); font-size: .88rem; margin: -10px 0 18px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice { position: relative; display: flex; align-items: center; gap: 11px; min-height: 58px; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 14px; font-weight: 750; cursor: pointer; transition: .18s ease; }
.choice:hover { border-color: var(--aqua); background: var(--ice); }
.choice:has(input:checked) { border-color: var(--teal); background: var(--sky); box-shadow: 0 0 0 1px var(--teal); }
.choice input { accent-color: var(--teal); width: 18px; height: 18px; margin: 0; }
.choice b, .choice small { display: block; }
.choice small { color: var(--muted); font-size: .72rem; font-weight: 600; margin-top: 2px; }
.choice-grid.compact { grid-template-columns: repeat(4, 1fr); }
.choice-grid.compact .choice { justify-content: center; text-align: center; padding-inline: 8px; }
.choice-grid.compact .choice input { position: absolute; opacity: 0; }
.choice-grid.compact .choice small { color: var(--teal-dark); font-weight: 800; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.address-row { display: grid; grid-template-columns: 1.35fr .85fr .8fr; gap: 14px; }
.quote-card label:not(.choice) { display: block; font-weight: 750; font-size: .88rem; margin-bottom: 15px; }
.quote-card input[type="text"], .quote-card input[type="email"], .quote-card input[type="tel"], .quote-card input[type="date"], .quote-card select, .quote-card textarea { width: 100%; margin-top: 6px; border: 1.5px solid var(--line); border-radius: 12px; padding: 12px 13px; color: var(--ink); background: #fff; outline: 0; }
.quote-card textarea { resize: vertical; min-height: 76px; }
.quote-card input:focus, .quote-card select:focus, .quote-card textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(23,127,143,.11); }
.form-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 24px; }
.form-actions .button { min-width: 128px; }
.back-button { border: 0; background: transparent; color: var(--muted); cursor: pointer; font-weight: 800; padding: 10px 12px; }
.form-note { color: var(--muted); font-size: .78rem; margin: 18px 0 0; text-align: center; }

.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--teal-dark); color: #fff; padding: 0 clamp(20px, 6vw, 95px); }
.proof-strip div { padding: 25px 28px; text-align: center; border-right: 1px solid rgba(255,255,255,.17); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip span { color: #d4eef2; font-size: .82rem; margin-top: 3px; }
.intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; padding: 110px clamp(22px, 7vw, 110px) 48px; }
.intro h2, .why h2, .faq h2, .quote h2 { font-size: clamp(2.5rem, 4.5vw, 4.6rem); }
.intro > div { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: end; }
.intro p { color: var(--muted); margin: 0; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; padding: 0 clamp(22px, 6vw, 95px) 110px; }
.service-card { min-height: 315px; display: flex; flex-direction: column; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 21px; }
.service-card.featured { color: #fff; background: linear-gradient(145deg, var(--teal-dark), var(--teal)); border-color: transparent; }
.service-number { color: var(--teal); font-size: .75rem; font-weight: 800; }
.featured .service-number { color: #bfeef1; }
.service-icon { font-size: 2rem; margin: 38px 0 17px; }
.service-card h3 { margin: 0 0 11px; font-size: 1.25rem; }
.service-card p { color: var(--muted); margin: 0; }
.featured p { color: #d9f0f2; }
.service-card a { color: var(--teal); font-weight: 800; text-decoration: none; margin-top: auto; padding-top: 20px; }
.featured a { color: #fff; }

.why { display: grid; grid-template-columns: .82fr 1.18fr; background: #102f38; color: #fff; }
.why-art { display: grid; place-items: center; min-height: 660px; background: radial-gradient(circle at 25% 20%, #87d4de, transparent 27%), linear-gradient(145deg, #177f8f, #0d6370); }
.why-mark { width: 62%; aspect-ratio: 1; display: grid; place-items: center; border-radius: 42% 58% 59% 41% / 47% 37% 63% 53%; border: 2px solid rgba(255,255,255,.45); font-family: "Playfair Display", serif; font-size: clamp(4.5rem, 10vw, 9rem); font-style: italic; box-shadow: inset 0 0 0 24px rgba(255,255,255,.06); }
.why-mark img { width: 84%; aspect-ratio: 1; object-fit: contain; }
.why-copy { padding: 90px clamp(30px, 7vw, 105px); }
.why-copy .eyebrow { color: #87d4de; }
.why-copy > p:not(.eyebrow) { color: #c6dade; max-width: 650px; }
.why ul { list-style: none; padding: 23px 0 0; margin: 0; }
.why li { display: flex; gap: 18px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.15); }
.why li > span { color: #82d2dc; font-size: .8rem; }
.why li strong, .why li small { display: block; }
.why li small { color: #acc5c9; margin-top: 3px; }

.faq { padding: 110px clamp(22px, 7vw, 110px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.faq-list details { background: #fff; border-bottom: 1px solid var(--line); padding: 22px 4px; }
.faq-list summary { cursor: pointer; font-weight: 800; list-style: none; padding-right: 30px; position: relative; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; color: var(--teal); font-size: 1.35rem; top: -4px; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list p { color: var(--muted); margin: 12px 0 0; }
.quote { margin: 0 clamp(20px, 5vw, 75px) 70px; padding: 65px clamp(28px, 6vw, 80px); border-radius: 28px; background: linear-gradient(135deg, var(--teal-dark), var(--teal)); color: #fff; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.quote .eyebrow { color: #b8eef2; }
.quote p:not(.eyebrow) { color: #d5eef1; margin-bottom: 0; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; padding: 32px clamp(22px, 5vw, 75px); border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
footer p:last-child { text-align: right; }
.footer-brand { color: var(--ink); }
.footer-brand img { width: 48px; height: 48px; }

.thanks-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 15% 10%, var(--sky), transparent 35%), var(--ice); }
.thanks-card { width: min(620px, 100%); text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); padding: clamp(35px, 7vw, 70px); }
.thanks-card img { width: 116px; height: 116px; object-fit: contain; }
.thanks-card h1 { font-family: "Playfair Display", serif; font-size: clamp(2.6rem, 6vw, 4.4rem); letter-spacing: -.045em; line-height: 1; margin: 25px 0 18px; }
.thanks-card p { color: var(--muted); }
.thanks-card .button { margin-top: 15px; }

@media (max-width: 1050px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-copy { max-width: 780px; }
  .hero-photo { height: 230px; }
  .quote-card { max-width: 720px; width: 100%; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .why { grid-template-columns: 1fr; }
  .why-art { min-height: 420px; }
}

@media (max-width: 720px) {
  .site-header { min-height: 68px; padding: 9px 17px; }
  .site-header .button { display: none; }
  .brand img { width: 47px; height: 47px; }
  .brand span { font-size: .88rem; }
  .hero { padding: 43px 17px 58px; gap: 34px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.45rem); }
  .hero-photo { height: 170px; border-radius: 18px; }
  .quote-card { border-radius: 22px; }
  .quote-card-header, .quote-card form { padding-left: 20px; padding-right: 20px; }
  .choice-grid, .field-row, .address-row { grid-template-columns: 1fr; }
  .choice-grid.compact { grid-template-columns: 1fr 1fr; }
  .proof-strip { grid-template-columns: 1fr; padding-block: 9px; }
  .proof-strip div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); padding: 16px; }
  .proof-strip div:last-child { border-bottom: 0; }
  .intro, .faq { grid-template-columns: 1fr; padding: 82px 20px 38px; gap: 25px; }
  .intro > div { grid-template-columns: 1fr; gap: 18px; }
  .services-grid { grid-template-columns: 1fr; padding: 0 20px 82px; }
  .service-card { min-height: 280px; }
  .why-art { min-height: 340px; }
  .why-copy { padding: 72px 22px; }
  .faq { padding-bottom: 82px; }
  .quote { margin: 0 17px 52px; padding: 46px 24px; align-items: flex-start; flex-direction: column; }
  .quote .button { width: 100%; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer .brand { justify-content: center; }
  footer p:last-child { text-align: center; }
}
