:root {
  --navy: #123d69;
  --navy-deep: #082a49;
  --orange: #ef6500;
  --red: #ef1d2b;
  --green: #49a75b;
  --ink: #172536;
  --muted: #5d6a78;
  --soft: #f1f5f8;
  --white: #fff;
  --shadow: 0 18px 50px rgba(9,43,75,.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: Arial, Helvetica, sans-serif; background: #fff; line-height: 1.5; }
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 36px)); margin-inline: auto; }
.topbar { background: var(--navy); color: #fff; border-bottom: 4px solid #fff; }
.topbar-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo-wrap { display: inline-flex; align-items: center; background: #fff; border-radius: 7px; padding: 7px 10px; }
.logo-wrap img { display: block; width: 150px; height: auto; }
.partner-copy { text-align: right; display: grid; gap: 2px; font-size: .9rem; }
.partner-copy strong { color: #f4df69; font-size: 1rem; }
.hero { padding-top: 36px; }
.hero-image-wrap { position: relative; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); }
.hero-image { display: block; width: 100%; height: auto; }
.winter-badge { position: absolute; top: 24px; right: 24px; background: var(--red); color: #fff; font-weight: 900; letter-spacing: .03em; padding: 10px 16px; border-radius: 999px; box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.intro { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(310px,.65fr); gap: 34px; padding-block: 42px 34px; align-items: stretch; }
.eyebrow { color: var(--navy); font-weight: 900; font-size: 1.25rem; margin: 0 0 8px; }
.eyebrow.light { color: #cfe0f1; }
h1,h2 { line-height: 1.12; margin-top: 0; }
h1 { font-size: clamp(2rem, 4vw, 3.35rem); margin-bottom: 8px; }
h2 { font-size: clamp(1.55rem, 3vw, 2.25rem); }
.lead { color: var(--orange); font-weight: 900; font-size: clamp(1.25rem, 2.4vw, 1.75rem); margin: 0 0 20px; }
.intro-copy p { max-width: 760px; }
.phone-card { background: var(--navy); color: #fff; border-radius: 24px; padding: 30px; display: flex; flex-direction: column; justify-content: center; box-shadow: var(--shadow); }
.phone-kicker { color: #cfe0f1; font-size: .95rem; }
.phone-card > strong { font-size: 1.55rem; margin: 4px 0 4px; }
.phone-card p { color: #d8e5f0; margin: 4px 0 18px; }
.phone-number { display: block; color: #fff; text-decoration: none; font-weight: 900; font-size: clamp(1.42rem, 2.7vw, 2.05rem); margin-bottom: 12px; white-space: nowrap; }
.call-button { display: inline-block; text-align: center; background: var(--red); color: #fff; text-decoration: none; font-weight: 900; padding: 14px 18px; border-radius: 11px; letter-spacing: .02em; }
.call-button:hover,.phone-number:hover { filter: brightness(.95); }
.facts { background: var(--soft); border-radius: 24px; padding: 30px 34px; margin-bottom: 54px; }
.facts h2 { color: var(--navy); margin-bottom: 24px; }
.facts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 36px; }
.fact { display: grid; grid-template-columns: 26px 1fr; gap: 12px; align-items: start; }
.fact span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-weight: 900; font-size: .82rem; margin-top: 2px; }
.fact p { margin: 0; }
.cta-section { background: linear-gradient(135deg, var(--navy-deep), var(--navy)); color: #fff; padding: 58px 0; }
.cta-inner { display: grid; grid-template-columns: 1.3fr .7fr; gap: 48px; align-items: center; }
.cta-inner p { color: #e2ebf3; max-width: 740px; }
.cta-phone { border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.06); border-radius: 20px; padding: 24px; display: grid; gap: 7px; }
.cta-phone span { color: #cfe0f1; font-weight: 700; }
.cta-phone a { color: #fff; text-decoration: none; font-size: clamp(1.55rem, 3vw, 2.25rem); font-weight: 900; }
.cta-phone small { color: #cfe0f1; }
footer { background: #062642; color: #d8e4ef; padding: 30px 0; font-size: .88rem; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1.2fr .7fr; gap: 34px; }
.footer-grid > div,.footer-grid nav { display: flex; flex-direction: column; gap: 4px; }
.footer-grid strong { color: #fff; margin-bottom: 4px; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { text-decoration: underline; }
@media (max-width: 850px) {
  .partner-copy span { display: none; }
  .topbar-inner { min-height: 74px; }
  .logo-wrap img { width: 126px; }
  .intro,.cta-inner { grid-template-columns: 1fr; }
  .facts-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .shell { width: min(100% - 24px, 1160px); }
  .partner-copy strong { font-size: .83rem; }
  .hero { padding-top: 18px; }
  .hero-image-wrap { border-radius: 16px; }
  .winter-badge { top: 12px; right: 12px; font-size: .76rem; padding: 7px 11px; }
  .intro { padding-top: 30px; }
  .facts { padding: 24px 20px; border-radius: 18px; }
  .cta-section { padding: 46px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .phone-number { white-space: normal; }
}
