@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/outfit-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/outfit-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --navy: #0d1b2c;
  --navy-2: #16304c;
  --ink: #142233;
  --muted: #5c6d80;
  --line: #d9e3ee;
  --paper: #f4f7fb;
  --white: #ffffff;
  --blue: #176fe3;
  --blue-dark: #0e56b8;
  --wa: #1ea34a;
  --wa-dark: #178a3d;
  --shadow: 0 18px 50px rgba(13, 27, 44, 0.12);
  --radius: 22px;
  --header: 78px;
  --dock: 74px;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Outfit", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  font-size: 17px;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip {
  position: absolute;
  left: 12px;
  top: -40px;
  background: var(--blue);
  color: white;
  padding: 8px 12px;
  z-index: 100;
}
.skip:focus { top: 12px; }

.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(217, 227, 238, 0.9);
}
.header-inner {
  min-height: var(--header);
  display: flex;
  align-items: center;
  gap: 18px;
}
.logo {
  display: flex;
  align-items: center;
  margin-right: auto;
  text-decoration: none;
}
.logo img {
  height: 52px;
  width: auto;
}
.nav {
  display: none;
  gap: 22px;
  align-items: center;
}
.nav a {
  text-decoration: none;
  font-weight: 560;
  font-size: 15px;
  color: var(--navy);
}
.nav a:hover { color: var(--blue); }
.wa-desktop { display: none; }
.menu-btn {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 12px;
  display: grid;
  place-items: center;
  gap: 5px;
  padding: 0;
}
.menu-btn span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--navy);
}
.nav.is-open {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: white;
  border-bottom: 1px solid var(--line);
  padding: 8px 16px 16px;
  gap: 0;
}
.nav.is-open a {
  padding: 14px 8px;
  border-bottom: 1px solid var(--paper);
  font-size: 17px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 650;
  border: 1px solid transparent;
  letter-spacing: -0.01em;
}
.btn-primary { background: var(--blue); color: white; }
.btn-primary:hover { background: var(--blue-dark); }
.btn-light { background: white; color: var(--navy); }
.btn-light:hover { background: #f3f7fc; }
.btn-line {
  background: transparent;
  color: white;
  border-color: rgba(255, 255, 255, 0.35);
}
.btn-line:hover { background: rgba(255, 255, 255, 0.08); }
.btn-wa { background: var(--wa); color: white; }
.btn-wa:hover { background: var(--wa-dark); }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn.header-call { display: none; }

.hero {
  background:
    radial-gradient(680px 320px at 100% 0%, rgba(23, 111, 227, 0.45), transparent 60%),
    linear-gradient(180deg, #10253c 0%, var(--navy) 70%);
  color: white;
  padding: 42px 0 56px;
}
.hero-grid {
  display: grid;
  gap: 28px;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #b9d4ff;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}
.kicker i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3dcc73;
  display: block;
}
h1 {
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 3.15rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 650;
}
.hero h1 { max-width: 14em; }
.lead {
  margin: 22px 0 0;
  max-width: 38em;
  color: #d7e3f0;
  font-size: 1.05rem;
  line-height: 1.6;
  font-weight: 450;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.hero-card {
  background: #ffffff;
  color: var(--ink);
  border-radius: 20px;
  padding: 26px 26px 8px;
  box-shadow: 0 18px 40px rgba(8, 18, 32, 0.22);
  align-self: center;
}
.card-kicker {
  margin: 0;
  color: var(--blue);
  font-size: 13px;
  font-weight: 650;
}
.card-phone {
  display: block;
  margin-top: 10px;
  color: var(--navy);
  font-size: clamp(1.65rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-decoration: none;
}
.card-note {
  margin: 8px 0 0;
  color: #5d6e82;
  font-size: 15px;
  line-height: 1.45;
}
.card-facts {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.card-facts li {
  display: grid;
  gap: 2px;
  padding: 14px 0;
  border-top: 1px solid #e4ebf3;
}
.card-facts span {
  color: #6a7c90;
  font-size: 14px;
}
.card-facts strong {
  color: var(--ink);
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.02em;
}
@media (max-width: 759px) {
  .hero { padding: 28px 0 36px; }
  .hero h1 { font-size: 1.85rem; max-width: none; }
  .lead { font-size: 1rem; }
  .hero-actions .btn { flex: 1 1 calc(50% - 10px); }
  .hero-card { margin-top: 8px; }
  .card-facts li:last-child { padding-right: 64px; }
}

.strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--line);
}
.strip article {
  padding: 18px 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.strip article:nth-child(2n) { border-right: 0; }
.strip b { display: block; letter-spacing: -0.03em; }
.strip span { color: var(--muted); font-size: 14px; }

section { padding: 64px 0; }
.section-h {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}
.eyebrow {
  margin: 0;
  color: var(--blue);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}
h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.section-h p { margin: 0; color: var(--muted); max-width: 62ch; }

.paper { background: var(--paper); }
.split {
  display: grid;
  gap: 18px;
}
.panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
}
.panel h3 {
  margin: 0 0 8px;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}
.panel p { margin: 0; color: var(--muted); }
.jobs {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.jobs li {
  background: var(--paper);
  border-radius: 12px;
  padding: 12px 14px;
  font-weight: 560;
}
.dark-panel {
  background: var(--navy);
  color: white;
  border-radius: var(--radius);
  padding: 22px;
}
.dark-panel h3 { margin: 0 0 8px; letter-spacing: -0.03em; }
.dark-panel p { margin: 0; color: #c5d4e4; }
.dark-panel ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.dark-panel li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
}
.dark-panel li span {
  color: #8eb7ff;
  font-weight: 700;
}

.grid {
  display: grid;
  gap: 12px;
}
.card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
}
.card h3 {
  margin: 10px 0 6px;
  font-size: 1.12rem;
  letter-spacing: -0.03em;
}
.card p { margin: 0; color: var(--muted); font-size: 15px; }
.mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #e8f1fd;
  color: var(--blue);
}
.mark svg { width: 22px; height: 22px; }

.steps {
  display: grid;
  gap: 12px;
}
.step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 8px 0;
}
.num {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: white;
  font-weight: 700;
}
.step h3 { margin: 0 0 4px; font-size: 1.15rem; letter-spacing: -0.03em; }
.step p { margin: 0; color: var(--muted); }

.emergency {
  background: var(--navy);
  color: white;
  border-radius: 28px;
  padding: 28px 22px;
}
.emergency h2 { max-width: 16ch; }
.emergency p { color: #c9d7e6; margin: 12px 0 0; }
.emergency .hero-actions { margin-top: 22px; }

.contact-grid { display: grid; gap: 14px; }
.address {
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.45;
}
.address a { color: var(--blue); font-weight: 700; text-decoration: none; }

.faq details {
  border-top: 1px solid var(--line);
  padding: 14px 0;
}
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer;
  font-weight: 650;
  letter-spacing: -0.02em;
}
.faq details p { color: var(--muted); margin: 8px 0 0; }

.site-footer {
  padding: 28px 0 36px;
  border-top: 1px solid var(--line);
}
.footer-inner {
  display: grid;
  gap: 16px;
}
.footer-inner img { height: 58px; width: auto; }
.fine { color: var(--muted); font-size: 14px; margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; }
.footer-links a { color: var(--navy); font-weight: 600; text-decoration: none; }

.wa-fab {
  position: fixed;
  right: 14px;
  bottom: calc(var(--dock) + 14px + env(safe-area-inset-bottom));
  z-index: 50;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--wa);
  color: white;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(30, 163, 74, 0.35);
  text-decoration: none;
}
.wa-fab svg { width: 30px; height: 30px; }
.dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 45;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--line);
}
.dock .btn { min-height: 48px; width: 100%; }
body { padding-bottom: calc(var(--dock) + env(safe-area-inset-bottom)); }

.legal { padding: 28px 0 70px; }
.legal h1 { font-size: clamp(2rem, 5vw, 3.2rem); max-width: 16ch; }
.legal h2 { font-size: 1.35rem; margin: 28px 0 8px; }
.legal p, .legal li { color: #314255; }
.legal a { color: var(--blue); }

@media (min-width: 760px) {
  .strip { grid-template-columns: repeat(4, 1fr); }
  .strip article, .strip article:nth-child(2n) {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }
  .strip article:last-child { border-right: 0; }
  .grid.services { grid-template-columns: 1fr 1fr; }
  .grid.work { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1.1fr 0.9fr; }
  .logo img { height: 62px; }
}

@media (min-width: 980px) {
  .menu-btn { display: none; }
  .nav { display: flex; position: static; padding: 0; border: 0; background: transparent; }
  .btn.header-call { display: inline-flex; }
  .hero { padding: 72px 0 80px; }
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: center;
    gap: 64px;
  }
  .split { grid-template-columns: 1.15fr 0.85fr; align-items: stretch; }
  .grid.services { grid-template-columns: repeat(4, 1fr); }
  .emergency {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    padding: 42px;
  }
  .emergency .hero-actions { margin: 0; flex: none; }
  .footer-inner {
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }
  .dock, .wa-fab { display: none; }
  body { padding-bottom: 0; }
  .wa-desktop { display: inline-flex; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
