@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:ital,opsz,wght@1,9..144,600&display=swap');

:root {
  --ink: #173253;
  --ink-deep: #0e2846;
  --blue: #2367c9;
  --blue-dark: #174d9b;
  --sky: #eaf4ff;
  --cream: #fff9ef;
  --paper: #fffdf9;
  --white: #ffffff;
  --coral: #ed7548;
  --coral-dark: #d55a2d;
  --text: #253b53;
  --muted: #637487;
  --line: #dfe7ed;
  --shadow: 0 24px 70px rgba(29, 69, 118, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--text); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
section { scroll-margin-top: 92px; }
.shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
:focus-visible { outline: 3px solid rgba(35, 103, 201, .35); outline-offset: 3px; }

.announcement { position: relative; z-index: 40; background: var(--ink-deep); color: var(--white); font-size: 13px; }
.announcement-inner { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 14px; }
.announcement-inner span { color: rgba(255,255,255,.68); }
.announcement-inner a { color: #ffd7c8; font-weight: 700; }

.site-header { position: sticky; top: 0; z-index: 35; border-bottom: 1px solid rgba(223,231,237,.9); background: rgba(255,253,249,.94); backdrop-filter: blur(16px); }
.header-inner { min-height: 80px; display: flex; align-items: center; gap: 38px; }
.brand { margin-right: auto; display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50% 50% 44% 56%; transform: rotate(-3deg); background: var(--blue); color: var(--white); box-shadow: 0 9px 22px rgba(35,103,201,.22); font-size: 12px; font-weight: 700; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { color: var(--ink-deep); font-size: 18px; letter-spacing: -.025em; }
.brand-copy small { margin-top: 7px; color: var(--coral-dark); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.nav { display: flex; gap: 27px; color: #506276; font-size: 14px; font-weight: 600; }
.nav a:hover { color: var(--blue); }
.header-cta { min-height: 44px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: var(--coral); color: var(--white); font-size: 14px; font-weight: 700; box-shadow: 0 9px 22px rgba(237,117,72,.22); transition: transform .2s ease, background .2s ease; }
.header-cta:hover { transform: translateY(-2px); background: var(--coral-dark); }

.hero { position: relative; isolation: isolate; overflow: hidden; background: var(--cream); }
.hero::before { content: ""; position: absolute; z-index: -4; width: 520px; height: 520px; left: -250px; top: -240px; border-radius: 50%; background: rgba(237,117,72,.10); }
.hero-art { position: absolute; z-index: -3; top: 36px; right: 0; bottom: 58px; width: 46%; border-radius: 40px 0 0 40px; background: url('images/hero-home.webp') center / cover no-repeat, #cad9e8; box-shadow: -24px 28px 70px rgba(23,50,83,.15); }
.hero-shade { position: absolute; z-index: -2; top: 36px; right: 0; bottom: 58px; width: 46%; border-radius: 40px 0 0 40px; background: linear-gradient(90deg, rgba(14,40,70,.08), rgba(14,40,70,.22)); }
.hero-grid { min-height: 690px; padding-block: 88px 112px; display: grid; grid-template-columns: 1.02fr .78fr; gap: 84px; align-items: center; }
.hero-copy { max-width: 650px; }
.local-pill { width: fit-content; margin: 0 0 24px; padding: 8px 14px; border: 1px solid #cfe0f1; border-radius: 999px; background: rgba(255,255,255,.82); color: var(--blue-dark); font-size: 13px; font-weight: 700; }
.local-pill span { margin-right: 7px; color: var(--coral); font-size: 10px; }
h1, h2, h3, p { overflow-wrap: break-word; }
.hero h1 { max-width: 700px; margin: 0; color: var(--ink-deep); font-size: clamp(52px, 6.2vw, 82px); font-weight: 700; letter-spacing: -.065em; line-height: .98; }
.hero h1 em { display: block; margin-top: 12px; color: var(--blue); font-family: "Fraunces", Georgia, serif; font-weight: 600; letter-spacing: -.045em; }
.hero-lead { max-width: 625px; margin: 29px 0 0; color: #53677a; font-size: 18px; line-height: 1.7; }
.benefit-row { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 10px; }
.benefit-row span { padding: 8px 12px; border-radius: 10px; background: var(--white); color: #41566c; font-size: 13px; font-weight: 600; box-shadow: 0 8px 22px rgba(35,65,99,.06); }
.benefit-row b { margin-right: 7px; color: var(--coral); }
.hero-actions { margin-top: 32px; display: flex; align-items: center; gap: 22px; }
.primary-button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 999px; background: var(--blue); color: var(--white); font-weight: 700; box-shadow: 0 14px 30px rgba(35,103,201,.23); transition: transform .2s ease, background .2s ease; }
.primary-button:hover { transform: translateY(-2px); background: var(--blue-dark); }
.phone-link { display: flex; flex-direction: column; line-height: 1.15; }
.phone-link small { color: var(--muted); font-size: 12px; }
.phone-link strong { margin-top: 5px; color: var(--ink-deep); font-size: 17px; }

.offer-card { align-self: end; margin-bottom: -30px; overflow: hidden; border: 1px solid rgba(255,255,255,.85); border-radius: 28px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); }
.friendly-note { min-height: 94px; padding: 20px 24px; display: flex; align-items: center; gap: 14px; background: var(--sky); }
.friendly-note > span { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: var(--white); font-size: 21px; }
.friendly-note p { margin: 0; color: #4b6075; font-size: 14px; line-height: 1.45; }
.friendly-note strong { display: block; color: var(--ink-deep); font-size: 18px; }
.offer-card form { padding: 25px; }
label { display: block; margin-bottom: 7px; color: var(--ink); font-size: 13px; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid #d8e1e8; border-radius: 13px; background: var(--white); color: var(--ink); outline: none; transition: border .2s ease, box-shadow .2s ease; }
input, select { min-height: 52px; padding: 0 15px; }
textarea { padding: 14px 15px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(35,103,201,.11); }
.offer-card input + label { margin-top: 14px; }
.offer-card button, .final-form button { width: 100%; min-height: 54px; margin-top: 18px; padding: 0 17px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 999px; background: var(--coral); color: var(--white); cursor: pointer; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.offer-card button:hover, .final-form button:hover { transform: translateY(-2px); background: var(--coral-dark); }
.offer-card form > small, .final-form > small { display: block; margin-top: 13px; color: #788797; font-size: 12px; line-height: 1.55; text-align: center; }

.comfort-strip { position: relative; z-index: 3; margin-top: -44px; }
.comfort-grid { overflow: hidden; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 18px 50px rgba(27,65,109,.10); }
.comfort-grid > div { min-height: 108px; padding: 22px 25px; display: grid; grid-template-columns: 34px 1fr; align-content: center; column-gap: 13px; border-right: 1px solid var(--line); }
.comfort-grid > div:last-child { border-right: 0; }
.comfort-grid span { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--coral-dark); font-size: 11px; font-weight: 700; }
.comfort-grid strong { color: var(--ink-deep); font-size: 15px; }
.comfort-grid small { color: var(--muted); font-size: 13px; }

.section { padding: 104px 0; }
.eyebrow { width: fit-content; margin: 0 0 17px; color: var(--coral-dark); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.section h2, .offer-section h2 { margin: 0; color: var(--ink-deep); font-size: clamp(38px, 4.5vw, 58px); line-height: 1.07; letter-spacing: -.05em; }
.simple-heading { max-width: 720px; }
.simple-heading > p:last-child { max-width: 660px; margin: 22px 0 0; color: var(--muted); font-size: 17px; }

.process { padding-top: 130px; background: var(--paper); }
.step-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 12px 34px rgba(27,65,109,.06); }
.step-card:nth-child(2) { transform: rotate(1deg); background: var(--sky); }
.step-number { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: var(--white); font-size: 15px; font-weight: 700; }
.step-card h3 { margin: 36px 0 12px; color: var(--ink-deep); font-size: 22px; letter-spacing: -.025em; }
.step-card p { margin: 0; color: var(--muted); font-size: 15px; }

.situations-section { background: var(--sky); }
.situations-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 78px; align-items: start; }
.situations-intro { position: sticky; top: 118px; }
.situations-intro > p:not(.eyebrow), .choice-grid > div:first-child > p:last-child { margin: 24px 0 0; color: var(--muted); font-size: 17px; }
.text-link { margin-top: 27px; display: inline-flex; gap: 10px; color: var(--blue-dark); font-weight: 700; }
.situation-list { display: grid; gap: 13px; }
.situation-item { padding: 23px; display: grid; grid-template-columns: 38px 1fr; gap: 16px; border: 1px solid rgba(95,139,191,.22); border-radius: 20px; background: rgba(255,255,255,.86); }
.situation-item > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #fff0e9; color: var(--coral-dark); font-weight: 700; }
.situation-item h3 { margin: 1px 0 6px; color: var(--ink-deep); font-size: 18px; }
.situation-item p { margin: 0; color: var(--muted); font-size: 14px; }

.local-section { background: var(--paper); }
.local-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.map-card { position: relative; min-height: 500px; overflow: hidden; border: 10px solid var(--white); border-radius: 30px; background: #dfe8ee; box-shadow: var(--shadow); transform: rotate(-1.25deg); }
.map-card iframe { width: 100%; height: 500px; border: 0; filter: saturate(.7) contrast(.96); }
.map-label { position: absolute; left: 22px; bottom: 22px; padding: 12px 16px; border-radius: 999px; background: var(--ink-deep); color: var(--white); box-shadow: 0 10px 30px rgba(14,40,70,.22); font-size: 14px; font-weight: 700; }
.map-label span { margin-right: 7px; color: var(--coral); font-size: 10px; }
.local-copy > p:not(.eyebrow) { margin: 24px 0 0; color: var(--muted); font-size: 17px; }
.service-areas { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 9px; }
.service-areas span { padding: 8px 13px; border: 1px solid #d6e2eb; border-radius: 999px; background: var(--white); color: #3e5770; font-size: 13px; font-weight: 600; }
.local-callout { margin-top: 29px; padding: 21px 23px; border-left: 4px solid var(--coral); border-radius: 4px 16px 16px 4px; background: var(--cream); }
.local-callout strong { color: var(--ink-deep); }
.local-callout p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }
.local-callout a { color: var(--blue-dark); font-weight: 700; }

.choice-section { background: var(--ink-deep); color: var(--white); }
.choice-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 76px; align-items: center; }
.choice-grid h2 { color: var(--white); }
.choice-grid > div:first-child > p:last-child { color: rgba(255,255,255,.66); }
.choice-card { padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: 25px; background: rgba(255,255,255,.08); }
.choice-card > strong { font-size: 19px; }
.choice-card ul { margin: 24px 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; list-style: none; }
.choice-card li { position: relative; padding-left: 26px; color: rgba(255,255,255,.73); font-size: 14px; }
.choice-card li::before { content: "✓"; position: absolute; left: 0; color: #ffb499; font-weight: 700; }
.choice-card a { color: #ffd4c4; font-weight: 700; }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 78px; align-items: start; }
.faq-intro { position: sticky; top: 118px; }
.faq-intro > p:last-child { margin: 24px 0 0; color: var(--muted); }
.faq-intro a { color: var(--blue-dark); font-weight: 700; }
.faq-list { display: grid; gap: 11px; }
.faq-list details { overflow: hidden; border: 1px solid #e5dfd5; border-radius: 17px; background: var(--white); }
.faq-list summary { min-height: 75px; padding: 0 21px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; color: var(--ink-deep); font-size: 17px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; border-radius: 50%; background: var(--sky); color: var(--blue); font-size: 19px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -2px 52px 23px 21px; color: var(--muted); font-size: 15px; }

.offer-section { position: relative; overflow: hidden; padding: 104px 0; background: var(--blue); color: var(--white); }
.offer-section::before { content: ""; position: absolute; width: 520px; height: 520px; right: -240px; top: -280px; border: 100px solid rgba(255,255,255,.07); border-radius: 50%; }
.final-offer-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: center; }
.final-offer-copy .eyebrow { color: #ffd3c3; }
.final-offer-copy h2 { color: var(--white); }
.final-offer-copy > p:not(.eyebrow) { margin: 25px 0 0; color: rgba(255,255,255,.76); font-size: 17px; }
.final-callout { margin-top: 34px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.24); display: flex; flex-direction: column; }
.final-callout span { color: rgba(255,255,255,.68); font-size: 13px; }
.final-callout a { margin-top: 4px; font-size: 28px; font-weight: 700; }
.final-form { padding: 30px; border-radius: 25px; background: var(--white); color: var(--text); box-shadow: 0 30px 80px rgba(8,43,93,.26); }
.final-form > div { margin-top: 15px; }
.final-form > div:first-child { margin-top: 0; }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-status { margin: 0 0 17px; padding: 13px 15px; border-radius: 12px; background: var(--sky); color: var(--blue-dark); font-size: 14px; font-weight: 700; }

footer { background: #0a2039; color: var(--white); }
.footer-top { min-height: 176px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 55px; }
.footer-brand .brand-mark { background: var(--coral); }
.footer-brand .brand-copy strong { color: var(--white); }
.footer-brand .brand-copy small { color: #ffb99e; }
.footer-top > p { max-width: 360px; color: rgba(255,255,255,.57); font-size: 14px; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-end; }
.footer-contact a { color: #ffb99e; font-size: 18px; font-weight: 700; }
.footer-contact span { margin-top: 6px; color: rgba(255,255,255,.53); font-size: 13px; }
.footer-bottom { min-height: 76px; border-top: 1px solid rgba(255,255,255,.09); display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.42); font-size: 12px; }
.footer-bottom div { display: flex; gap: 23px; }
.footer-bottom a { color: rgba(255,255,255,.66); }

@keyframes enter-up { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
.hero-copy { animation: enter-up .6s ease both; }
.offer-card { animation: enter-up .65s .1s ease both; }

@media (max-width: 1020px) {
  .nav { display: none; }
  .hero-art, .hero-shade { top: 0; bottom: 0; width: 100%; border-radius: 0; opacity: .14; }
  .hero-shade { opacity: 1; background: linear-gradient(90deg, rgba(255,249,239,.98), rgba(255,249,239,.84)); }
  .hero-grid { min-height: auto; padding-block: 72px 102px; grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { max-width: 760px; }
  .offer-card { max-width: 600px; margin-bottom: 0; }
  .situations-grid, .local-grid, .choice-grid, .faq-grid, .final-offer-grid { grid-template-columns: 1fr; gap: 52px; }
  .situations-intro, .faq-intro { position: static; }
  .map-card { max-width: 700px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 26px; padding-block: 46px; }
  .footer-top > p { grid-row: 2; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 1160px); }
  .announcement-inner { min-height: 44px; }
  .announcement-inner span { display: none; }
  .header-inner { min-height: 70px; gap: 14px; }
  .header-cta { min-height: 42px; padding-inline: 14px; font-size: 12px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy small { font-size: 9px; }
  .hero-grid { padding-block: 56px 88px; gap: 40px; }
  .hero h1 { font-size: clamp(45px, 13vw, 60px); }
  .hero-lead { font-size: 16px; }
  .benefit-row { display: grid; grid-template-columns: 1fr; }
  .benefit-row span { width: fit-content; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .friendly-note, .offer-card form { padding-inline: 21px; }
  .comfort-strip { margin-top: -35px; }
  .comfort-grid { grid-template-columns: 1fr; }
  .comfort-grid > div { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--line); }
  .comfort-grid > div:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .process { padding-top: 110px; }
  .step-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 230px; }
  .step-card:nth-child(2) { transform: none; }
  .map-card { min-height: 390px; border-width: 7px; transform: none; }
  .map-card iframe { height: 390px; }
  .choice-card ul { grid-template-columns: 1fr; }
  .field-pair { grid-template-columns: 1fr; }
  .offer-section { padding: 80px 0; }
  .final-form { padding: 23px 19px; }
  .footer-top { grid-template-columns: 1fr; gap: 21px; }
  .footer-top > p { grid-row: auto; margin: 0; }
  .footer-contact { align-items: flex-start; }
  .footer-bottom { min-height: 108px; padding-block: 22px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 15px; }
  .footer-bottom div { flex-wrap: wrap; }
}

@media (max-width: 470px) {
  .brand-copy { display: none; }
  .hero h1 { font-size: 44px; }
  .friendly-note strong { font-size: 16px; }
  .section h2, .offer-section h2 { font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
