:root {
  --brand: #f14833;
  --brand-dark: #d83928;
  --ink: #2c2e36;
  --muted: #686b73;
  --line: #e5e8eb;
  --blue-soft: #e8f7fb;
  --surface: #ffffff;
  --page: #f6f8f9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { cursor: pointer; }

.site-width { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.topline { background: var(--brand); color: #fff; font-size: 13px; }
.topline-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topline-phones { display: flex; gap: 24px; font-weight: 700; }
.topline a:hover { text-decoration: underline; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(229,232,235,.9); backdrop-filter: blur(16px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { flex: 0 0 auto; }
.brand img { width: 190px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; font-size: 14px; font-weight: 700; }
.main-nav a, .lang-switch a { transition: color .2s ease; }
.main-nav a:hover, .lang-switch a:hover, .lang-switch a.active { color: var(--brand); }
.header-actions { display: flex; align-items: center; gap: 20px; }
.lang-switch { display: flex; align-items: center; gap: 6px; font-size: 13px; color: #8b8d92; }
.lang-switch a { font-weight: 700; }
.compact-call { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; padding: 0 18px; background: var(--brand); color: #fff; font-size: 14px; font-weight: 700; transition: background .2s ease, transform .2s ease; }
.compact-call:hover { background: var(--brand-dark); transform: translateY(-1px); }

.hero { margin-top: 24px; min-height: 570px; display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--surface); box-shadow: 0 18px 50px rgba(35,47,55,.08); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 62px 24px 62px 64px; }
.eyebrow { margin: 0 0 14px; color: var(--brand); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(38px, 4.3vw, 66px); line-height: 1.02; letter-spacing: -.045em; }
.hero-intro { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: 18px; line-height: 1.62; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 26px 0 0; padding: 0; list-style: none; font-size: 14px; font-weight: 700; }
.hero-points li { position: relative; padding-left: 21px; }
.hero-points li::before { content: "✓"; position: absolute; left: 0; top: -1px; color: var(--brand); font-weight: 900; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 14px; padding: 0 22px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--brand); background: var(--brand); color: #fff; box-shadow: 0 10px 24px rgba(241,72,51,.2); }
.button-primary:hover { border-color: var(--brand-dark); background: var(--brand-dark); }
.button-secondary { border-color: var(--line); background: #fff; }
.button-secondary:hover { border-color: #c7ccd0; }
.hero-visual { position: relative; min-width: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; background: linear-gradient(145deg, #e9f9fb 0%, #dceff7 58%, #cfe7f3 100%); }
.hero-halo { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: rgba(255,255,255,.66); box-shadow: 0 0 0 48px rgba(255,255,255,.18), 0 0 0 98px rgba(255,255,255,.1); }
.ambulance { position: relative; z-index: 1; width: min(96%, 620px); filter: drop-shadow(0 25px 20px rgba(42,63,74,.15)); }
.rating-card { position: absolute; right: 28px; bottom: 28px; z-index: 2; min-width: 188px; display: grid; gap: 4px; border: 1px solid rgba(255,255,255,.8); border-radius: 16px; padding: 15px 18px; background: rgba(255,255,255,.9); box-shadow: 0 12px 30px rgba(33,53,65,.14); backdrop-filter: blur(12px); }
.rating-card strong { font-size: 17px; }
.rating-card small { color: var(--muted); }
.rating-stars { color: #f5a623; font-size: 13px; letter-spacing: 2px; }

.quote-wrap { position: relative; z-index: 4; margin-top: -36px; border: 1px solid var(--line); border-radius: 24px; padding: 28px 30px 24px; background: #fff; box-shadow: 0 20px 45px rgba(31,47,57,.1); }
.quote-heading { display: flex; align-items: baseline; gap: 18px; margin-bottom: 20px; }
.quote-heading .eyebrow { margin: 0; white-space: nowrap; }
.quote-heading h2 { margin: 0; font-size: 25px; letter-spacing: -.025em; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr 1fr auto; align-items: end; gap: 12px; }
.quote-form label { display: grid; gap: 8px; color: #555860; font-size: 12px; font-weight: 800; }
.quote-form input { width: 100%; height: 52px; border: 1px solid #d9dde1; border-radius: 12px; outline: 0; padding: 0 14px; background: #fbfcfc; color: var(--ink); font-size: 15px; transition: border-color .2s ease, box-shadow .2s ease; }
.quote-form input:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(241,72,51,.12); }
.quote-form input::placeholder { color: #9a9ca2; }
.quote-button { white-space: nowrap; }
.quote-button:disabled { cursor: wait; opacity: .72; transform: none; }
.form-note { margin: 12px 0 0; color: #7b7e84; font-size: 12px; }
.form-status { min-height: 22px; margin: 10px 0 0; font-size: 14px; font-weight: 800; line-height: 1.45; }
.form-status:empty { display: none; }
.form-status-pending { color: #686b73; }
.form-status-success { color: #167a3f; }
.form-status-error { color: #c33122; }

.section { padding-block: 92px; }
.section-heading { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); align-items: end; gap: 72px; margin-bottom: 36px; }
.section-heading h2, .center-heading h2, .contact-band h2 { margin: 0; font-size: clamp(30px, 3.3vw, 46px); line-height: 1.08; letter-spacing: -.035em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 275px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 22px; padding: 26px; background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-4px); border-color: #d5d9dc; box-shadow: 0 16px 38px rgba(40,52,59,.08); }
.service-number { color: var(--brand); font-size: 13px; font-weight: 800; }
.service-card h3 { margin: 34px 0 12px; font-size: 24px; letter-spacing: -.02em; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.service-card a { margin-top: auto; padding-top: 24px; color: var(--brand); font-size: 14px; font-weight: 800; }

.proof-section { padding-block: 88px; background: var(--ink); color: #fff; }
.proof-heading { max-width: 760px; margin-bottom: 42px; }
.proof-heading h2 { color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.stat { min-height: 154px; display: flex; flex-direction: column; justify-content: center; gap: 10px; padding: 24px 28px; border-right: 1px solid rgba(255,255,255,.14); }
.stat:last-child { border-right: 0; }
.stat strong { color: #fff; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.035em; }
.stat span { max-width: 210px; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.5; }
.included-panel { margin-top: 54px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 70px; }
.included-panel h2 { margin: 0; color: #fff; font-size: clamp(29px, 3vw, 43px); line-height: 1.08; letter-spacing: -.035em; }
.included-panel ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 26px; margin: 0; padding: 0; list-style: none; }
.included-panel li { position: relative; border-bottom: 1px solid rgba(255,255,255,.12); padding: 0 0 14px 27px; color: rgba(255,255,255,.78); line-height: 1.5; }
.included-panel li::before { content: "✓"; position: absolute; left: 0; color: var(--brand); font-weight: 900; }

.how-section { background: #fff; }
.center-heading { max-width: 650px; margin: 0 auto 44px; text-align: center; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 46px 1fr; gap: 16px; }
.steps li > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-soft); color: var(--brand); font-weight: 900; }
.steps h3 { margin: 2px 0 9px; font-size: 20px; }
.steps p { margin: 0; color: var(--muted); line-height: 1.6; }

.reviews-section { padding-bottom: 76px; }
.compact-heading { grid-template-columns: minmax(0,1fr) auto; align-items: center; }
.google-score { min-width: 190px; display: grid; justify-items: end; gap: 4px; }
.google-score > span { color: #f5a623; letter-spacing: 2px; }
.google-score strong { font-size: 18px; }
.google-score small { color: var(--muted); }
.reviews-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.review-card { min-height: 270px; display: flex; flex-direction: column; justify-content: space-between; margin: 0; border: 1px solid var(--line); border-radius: 22px; padding: 30px; background: #fff; }
.review-card blockquote { margin: 0; font-size: 21px; line-height: 1.55; letter-spacing: -.015em; }
.review-card figcaption { display: flex; align-items: center; gap: 13px; margin-top: 30px; }
.review-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-soft); color: var(--brand); font-weight: 900; }
.review-card figcaption > span:last-child { display: grid; gap: 4px; }
.review-card figcaption strong { font-size: 14px; }
.review-card figcaption small { color: var(--muted); }

.faq-section { padding-block: 84px; background: #fff; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 86px; }
.faq-layout h2 { margin: 0; font-size: clamp(31px, 3.4vw, 48px); line-height: 1.08; letter-spacing: -.035em; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--brand); font-size: 24px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -4px 0 24px; color: var(--muted); line-height: 1.65; }

.contact-band { margin-block: 92px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 56px; border-radius: 28px; padding: 48px 52px; background: var(--brand); color: #fff; box-shadow: 0 20px 50px rgba(241,72,51,.22); }
.eyebrow-light { color: rgba(255,255,255,.75); }
.contact-band p:not(.eyebrow) { max-width: 680px; margin: 18px 0 0; color: rgba(255,255,255,.84); font-size: 17px; line-height: 1.6; }
.contact-actions { display: grid; gap: 16px; }
.button-light { background: #fff; color: var(--ink); }
.messengers { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; font-size: 14px; font-weight: 800; }
.messengers a:hover { text-decoration: underline; }

.footer { border-top: 1px solid var(--line); background: #fff; }
.footer-inner { min-height: 220px; display: grid; grid-template-columns: 1.2fr .7fr .55fr; align-items: center; gap: 54px; padding-block: 40px; }
.footer img { width: 150px; }
.footer p { max-width: 480px; margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.footer-contacts { display: grid; gap: 11px; font-size: 15px; font-weight: 700; }
.footer small { align-self: end; color: #8a8d93; line-height: 1.5; }
.mobile-bar { display: none; }

@media (max-width: 1020px) {
  .main-nav { display: none; }
  .header-actions { margin-left: auto; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 56px 56px 30px; }
  .hero-visual { min-height: 380px; }
  .quote-form { grid-template-columns: 1fr 1fr; }
  .quote-button { width: 100%; }
  .section-heading { gap: 36px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .included-panel { grid-template-columns: 1fr; gap: 34px; }
  .faq-layout { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 68px; }
  .site-width { width: min(100% - 24px, 1180px); }
  .topline { display: none; }
  .header-inner { min-height: 68px; gap: 14px; }
  .brand img { width: 142px; }
  .compact-call { display: none; }
  .lang-switch { font-size: 12px; }
  .hero { margin-top: 12px; min-height: auto; border-radius: 22px; }
  .hero-copy { padding: 34px 22px 26px; }
  .hero h1 { font-size: clamp(35px, 11vw, 50px); }
  .hero-intro { margin-top: 18px; font-size: 16px; line-height: 1.52; }
  .hero-points { display: grid; gap: 9px; margin-top: 22px; }
  .hero-actions { display: grid; margin-top: 26px; }
  .button { width: 100%; min-height: 52px; }
  .hero-visual { min-height: 280px; }
  .hero-halo { width: 260px; height: 260px; }
  .ambulance { width: 100%; }
  .rating-card { right: 14px; bottom: 14px; min-width: 154px; padding: 11px 13px; }
  .rating-card strong { font-size: 15px; }
  .quote-wrap { margin-top: 14px; border-radius: 20px; padding: 24px 18px 20px; }
  .quote-heading { display: grid; gap: 5px; }
  .quote-heading h2 { font-size: 24px; line-height: 1.2; }
  .quote-form { grid-template-columns: 1fr; }
  .section { padding-block: 66px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 26px; }
  .section-heading > p { font-size: 16px; }
  .service-grid, .steps { grid-template-columns: 1fr; }
  .service-card { min-height: 230px; }
  .proof-section { padding-block: 66px; }
  .proof-heading { text-align: left; margin-inline: 0; margin-bottom: 28px; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat { min-height: 126px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); padding-inline: 4px; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:last-child { border-bottom: 0; }
  .included-panel { margin-top: 42px; }
  .included-panel ul { grid-template-columns: 1fr; }
  .steps { gap: 24px; }
  .compact-heading { grid-template-columns: 1fr; }
  .google-score { justify-items: start; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 245px; padding: 24px; }
  .review-card blockquote { font-size: 18px; }
  .faq-section { padding-block: 66px; }
  .faq-list summary { min-height: 68px; font-size: 17px; }
  .contact-band { margin-block: 66px; grid-template-columns: 1fr; gap: 30px; border-radius: 22px; padding: 34px 22px; }
  .footer-inner { min-height: auto; grid-template-columns: 1fr; gap: 28px; padding-block: 42px; }
  .footer small { align-self: auto; }
  .mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 8px; background: rgba(255,255,255,.96); border-top: 1px solid var(--line); backdrop-filter: blur(14px); }
  .mobile-bar a { min-height: 48px; display: grid; place-items: center; border-radius: 12px; background: var(--ink); color: #fff; font-weight: 800; }
  .mobile-bar a:last-child { background: var(--brand); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
