:root {
  --blue: #1677d2;
  --blue-2: #0d4f96;
  --sky: #5eb0ef;
  --ink: #0b1220;
  --muted: #5c6878;
  --line: #dce4ee;
  --paper: #f4f7fb;
  --white: #fff;
  --shadow: 0 18px 50px rgba(11, 18, 32, 0.1);
  --radius: 18px;
  --max: 1140px;
  --header: 84px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav {
  min-height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo img { height: 44px; width: auto; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
}
.nav-links a { font-size: 14px; font-weight: 600; color: #243044; }
.nav-links a:hover, .nav-links a.is-active { color: var(--blue); }
.nav-item { position: relative; }
.nav-item .submenu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 10px;
  box-shadow: var(--shadow);
  list-style: none;
}
.nav-item:hover .submenu, .nav-item:focus-within .submenu { display: grid; gap: 2px; }
.submenu a { display: block; padding: 8px 10px; border-radius: 10px; }
.submenu a:hover { background: var(--paper); }
.burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: none;
  cursor: pointer;
}
.burger span { display: block; height: 2px; margin: 6px 8px; background: var(--ink); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .02em;
  transition: .2s ease;
  cursor: pointer;
}
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-2); }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-line { border-color: rgba(255,255,255,.45); color: #fff; }
.btn-line:hover { background: #fff; color: var(--ink); }

.hero {
  position: relative;
  min-height: calc(78vh - var(--header));
  display: grid;
  place-items: center;
  color: #fff;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(94,176,239,.28), transparent 28%),
    linear-gradient(180deg, rgba(8,16,32,.55), rgba(8,16,32,.82)),
    url("/assets/img/hero-sky.svg") center/cover;
}
.hero-copy { position: relative; z-index: 2; padding: 72px 0 48px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: center;
}
.hero-visual {
  display: grid;
  place-items: center;
}
.hero-visual img {
  width: min(100%, 520px);
  filter: drop-shadow(0 30px 40px rgba(0,0,0,.35));
}
.badge-24 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  margin-bottom: 18px;
  background: #e11d2e;
  color: #fff;
  clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
}
.badge-24 small { font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.badge-24 strong { font-size: 22px; }
.kicker {
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #b9dcff;
  margin-bottom: 14px;
}
.hero h1 {
  max-width: 16ch;
  font-size: clamp(40px, 7vw, 72px);
  line-height: .95;
  letter-spacing: -.04em;
}
.hero p { max-width: 52ch; margin: 18px 0 22px; color: #e8edf3; font-size: 18px; }
.hero-checks { display: grid; gap: 8px; margin-bottom: 26px; color: #d7e6f6; font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--ink);
  color: #fff;
}
.stat { background: #111827; padding: 28px 22px; }
.stat strong { display: block; font-size: 22px; letter-spacing: -.03em; }
.stat span { color: #9aa8b8; font-size: 13px; }

.section { padding: 88px 0; }
.section-head { max-width: 720px; margin-bottom: 40px; }
.eyebrow {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h2 { font-size: clamp(30px, 4vw, 48px); letter-spacing: -.03em; line-height: 1.1; }
.lead { color: var(--muted); margin-top: 12px; font-size: 17px; }

.grid-3, .grid-2, .grid-4 { display: grid; gap: 20px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  height: 100%;
}
.card:hover { transform: translateY(-2px); }
.card-body { padding: 22px; }
.card h3 { font-size: 20px; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 15px; }
.card .meta { display: flex; gap: 10px; flex-wrap: wrap; margin: 12px 0 0; }
.chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eaf3fc;
  color: var(--blue-2);
  font-size: 12px;
  font-weight: 700;
}
.card-visual {
  min-height: 170px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, #eef5fc, #d7e7f6);
  padding: 18px;
}
.card-visual img { width: 86%; max-height: 140px; object-fit: contain; }
.dest-card .card-visual {
  min-height: 150px;
  background:
    linear-gradient(135deg, rgba(13,79,150,.88), rgba(22,119,210,.55)),
    url("/assets/img/hero-sky.svg") center/cover;
  color: #fff;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -.03em;
}

.band { background: var(--paper); }
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.split img { width: 100%; filter: drop-shadow(0 18px 24px rgba(11,18,32,.16)); }
.why-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.why-card h3 { margin-bottom: 8px; }

.page-hero {
  padding: 72px 0 36px;
  background:
    linear-gradient(180deg, rgba(8,16,32,.72), rgba(8,16,32,.88)),
    url("/assets/img/hero-sky.svg") center/cover;
  color: #fff;
}
.page-hero h1 { font-size: clamp(36px, 6vw, 64px); letter-spacing: -.04em; }
.page-hero p { max-width: 56ch; margin-top: 12px; color: #e6ebf1; }

.quote-box, .info-card, .form-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; }
.info-card p { color: var(--muted); }
.info-card a { color: var(--blue); font-weight: 700; }
label { display: block; font-size: 13px; font-weight: 700; margin: 14px 0 6px; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  background: var(--paper);
}
textarea { min-height: 140px; resize: vertical; }
.hp { position: absolute; left: -9999px; }
.form-status { margin-top: 14px; font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.quote-result {
  margin-top: 18px;
  padding: 18px;
  border-radius: 14px;
  background: #eaf3fc;
  display: none;
}
.quote-result.is-on { display: block; }
.quote-result strong { font-size: 28px; letter-spacing: -.03em; color: var(--blue-2); }

.legal { max-width: 760px; }
.legal h2 { margin: 32px 0 10px; font-size: 28px; }
.legal p, .legal li { color: var(--muted); }
.legal ul { padding-left: 20px; margin-top: 10px; }

.map-frame {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: var(--radius);
}

.cta-band { background: var(--ink); color: #fff; padding: 64px 0; }
.cta-band .wrap { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.cta-band h2 { max-width: 18ch; }

.site-footer { background: #081018; color: #d5dbe2; padding: 56px 0 24px; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 28px; }
.site-footer h3, .site-footer h4 { color: #fff; margin-bottom: 12px; }
.site-footer ul { list-style: none; display: grid; gap: 8px; }
.site-footer a:hover { color: #fff; }
.site-footer .logo-white { height: 42px; width: auto; margin-bottom: 12px; filter: brightness(10); }
.cards-img { width: 180px; margin-top: 16px; }
.legal-line {
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
  color: #8d97a3;
}
.wa {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 50;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #27d367;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
}

@media (max-width: 900px) {
  .burger { display: block; }
  .nav-links {
    display: none;
    position: absolute;
    inset: var(--header) 16px auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
  }
  .nav-links.open { display: flex; }
  .nav-item .submenu { position: static; display: none; box-shadow: none; border: 0; padding: 0 0 0 10px; }
  .nav-item.open .submenu, .nav-links.open .submenu { display: grid; }
  .stats, .grid-4, .grid-3, .grid-2, .split, .contact-grid, .foot-grid, .form-row, .hero-grid {
    grid-template-columns: 1fr;
  }
  .cta-band .wrap, .legal-line { flex-direction: column; }
  .hero { min-height: 72vh; }
  .hero h1 { max-width: none; }
}
