
:root {
  --navy: #071c3b;
  --navy-2: #0c2b55;
  --red: #c51217;
  --red-dark: #a80e13;
  --ink: #182234;
  --muted: #607086;
  --line: #dfe5ec;
  --paper: #ffffff;
  --soft: #f5f7fa;
  --shadow: 0 18px 50px rgba(7, 28, 59, .12);
  --radius: 20px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.skip-link { position: absolute; left: -999px; top: 0; z-index: 1000; background: #fff; padding: .75rem 1rem; }
.skip-link:focus { left: 1rem; top: 1rem; }

.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.section { padding: 78px 0; }
.section-tight { padding: 48px 0; }
.eyebrow { color: var(--red); font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; margin: 0 0 .65rem; }
h1, h2, h3 { color: var(--navy); line-height: 1.1; letter-spacing: -.025em; margin-top: 0; }
h1 { font-size: clamp(2.65rem, 7vw, 5.6rem); margin-bottom: 1.2rem; }
h2 { font-size: clamp(2rem, 4vw, 3.15rem); margin-bottom: 1rem; }
h3 { font-size: 1.25rem; margin-bottom: .55rem; }
p { margin: 0 0 1rem; }
.lead { font-size: clamp(1.08rem, 2vw, 1.3rem); color: #dbe5f2; max-width: 670px; }
.lead-dark { font-size: 1.15rem; color: var(--muted); max-width: 760px; }
.muted { color: var(--muted); }
.small { font-size: .92rem; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(7,28,59,.08);
  backdrop-filter: blur(14px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 1rem; }
.logo-link { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.logo-link img { width: 245px; height: 62px; object-fit: contain; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: .2rem; }
.site-nav a { text-decoration: none; font-weight: 700; color: var(--navy); padding: .7rem .72rem; border-radius: 10px; font-size: .92rem; }
.site-nav a:hover, .site-nav a[aria-current="page"] { background: #eef3f8; }
.nav-cta { margin-left: .45rem; }
.nav-toggle { display: none; margin-left: auto; border: 0; background: #eef3f8; width: 44px; height: 44px; border-radius: 10px; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--navy); margin: 4px auto; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; border-radius: 999px; padding: .92rem 1.25rem; font-weight: 800; text-decoration: none; border: 2px solid transparent; transition: transform .15s ease, background .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-dark); }
.btn-secondary { background: #fff; color: var(--navy); }
.btn-outline { border-color: rgba(255,255,255,.45); color: #fff; background: transparent; }
.btn-dark { background: var(--navy); color: #fff; }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }

.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(120deg, #06172f 0%, #09254c 58%, #071c3b 100%);
  color: #fff; min-height: 620px; display: grid; align-items: center;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px; mask-image: linear-gradient(to right, transparent 5%, #000 65%);
}
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; border: 86px solid rgba(197,18,23,.18); border-radius: 50%; right: -190px; top: 20px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; gap: 3rem; align-items: center; padding: 72px 0; }
.hero h1 { color: #fff; max-width: 770px; }
.hero h1 span { color: #ff4a4f; }
.hero-logo-card { position: relative; padding: 30px; background: #fff; border-radius: 28px; box-shadow: 0 32px 80px rgba(0,0,0,.24); transform: rotate(-1.5deg); }
.hero-logo-card img { width: 100%; }
.speed-mark { position: absolute; left: -20px; bottom: -30px; width: 126px; height: 126px; border-radius: 50%; border: 12px solid var(--red); border-right-color: transparent; border-bottom-color: transparent; transform: rotate(-25deg); opacity: .9; }
.hero-points { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.2rem; }
.hero-points span { padding: .4rem .72rem; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); border-radius: 999px; font-size: .88rem; font-weight: 700; }

.trust-strip { background: #fff; box-shadow: 0 10px 30px rgba(7,28,59,.07); position: relative; z-index: 3; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 24px 18px; text-align: center; border-right: 1px solid var(--line); font-weight: 800; color: var(--navy); }
.trust-item:last-child { border-right: 0; }
.trust-item span { display: block; color: var(--red); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: .15rem; }

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.cards { margin-top: 2rem; }
.card { border: 1px solid var(--line); background: #fff; border-radius: var(--radius); padding: 26px; box-shadow: 0 8px 28px rgba(7,28,59,.055); }
.card:hover { border-color: #cbd5df; }
.icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: #fce8e9; color: var(--red); font-weight: 900; margin-bottom: 1rem; font-size: 1.2rem; }
.card-link { color: var(--red); font-weight: 800; text-decoration: none; }
.card-link:hover { text-decoration: underline; }

.band { background: var(--soft); }
.dark-band { background: var(--navy); color: #fff; }
.dark-band h2, .dark-band h3 { color: #fff; }
.dark-band .muted { color: #c4d0df; }

.price-card { background: var(--navy); color: #fff; padding: 34px; border-radius: 26px; position: relative; overflow: hidden; box-shadow: var(--shadow); }
.price-card::after { content:""; position:absolute; width:180px; height:180px; border: 38px solid rgba(197,18,23,.32); border-radius:50%; right:-70px; bottom:-80px; }
.price-card h3 { color: #fff; font-size: 1.55rem; }
.price { font-size: 4.1rem; line-height: 1; font-weight: 900; letter-spacing: -.055em; margin: .5rem 0 .2rem; }
.price small { font-size: 1rem; font-weight: 700; letter-spacing: 0; }

.check-list { list-style: none; padding: 0; margin: 1.2rem 0; }
.check-list li { position: relative; padding: .42rem 0 .42rem 1.8rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: .42rem; color: var(--red); font-weight: 900; }
.dark-band .check-list li::before, .price-card .check-list li::before { color: #ff5b60; }

.quote { border-left: 5px solid var(--red); padding: 1rem 0 1rem 1.2rem; font-size: 1.35rem; font-weight: 800; color: var(--navy); }

.page-hero { padding: 76px 0 62px; background: linear-gradient(120deg,#06172f,#0b2a55); color: #fff; position: relative; overflow:hidden; }
.page-hero::after { content:""; position:absolute; width:280px; height:280px; border:54px solid rgba(197,18,23,.22); border-radius:50%; right:-70px; top:-90px; }
.page-hero h1 { color: #fff; font-size: clamp(2.6rem, 6vw, 4.8rem); margin-bottom: .8rem; }
.page-hero p { color: #d5dfec; max-width: 760px; font-size: 1.15rem; }
.breadcrumbs { font-size: .85rem; margin-bottom: 1.2rem; color: #b9c6d7; }
.breadcrumbs a { color: #fff; }

.service-row { display:grid; grid-template-columns: .33fr .67fr; gap: 1.4rem; padding: 28px 0; border-bottom: 1px solid var(--line); }
.service-row:last-child { border-bottom: 0; }
.service-row h3 { margin-bottom: .25rem; font-size: 1.45rem; }

.area-columns { columns: 2; column-gap: 2rem; padding-left: 1.2rem; }
.area-columns li { margin-bottom: .45rem; break-inside: avoid; }

.faq { max-width: 900px; }
details { border-bottom: 1px solid var(--line); padding: 1rem 0; }
summary { cursor: pointer; font-weight: 800; color: var(--navy); list-style: none; padding-right: 2rem; position: relative; }
summary::-webkit-details-marker { display:none; }
summary::after { content:"+"; position:absolute; right:.2rem; top:-.15rem; font-size:1.5rem; color:var(--red); }
details[open] summary::after { content:"–"; }
details p { padding-top:.7rem; color:var(--muted); }

.booking-shell { border: 1px solid var(--line); background:#fff; border-radius: 24px; padding: 28px; box-shadow: var(--shadow); min-height: 240px; }
.contact-card { border:1px solid var(--line); border-radius:22px; padding:26px; }
.contact-big { font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight:900; color:var(--navy); text-decoration:none; }
.contact-big:hover { color:var(--red); }

.cta { background: linear-gradient(125deg, var(--red), #9d0c11); color:#fff; border-radius: 28px; padding: 42px; display:grid; grid-template-columns: 1fr auto; align-items:center; gap:2rem; box-shadow: var(--shadow); }
.cta h2 { color:#fff; margin-bottom:.4rem; }
.cta p { margin:0; color:#ffe4e5; }

.site-footer { background:#04142d; color:#cbd5e1; padding: 54px 0 24px; margin-top:0; }
.footer-grid { display:grid; grid-template-columns: 1.4fr .8fr .8fr; gap:2rem; }
.footer-logo { background:#fff; border-radius:12px; padding:8px 12px; width:250px; margin-bottom:1rem; }
.site-footer h3 { color:#fff; font-size:1rem; text-transform:uppercase; letter-spacing:.08em; }
.site-footer a { color:#e7edf5; text-decoration:none; }
.site-footer a:hover { text-decoration:underline; }
.footer-links { display:grid; gap:.45rem; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.11); margin-top:2rem; padding-top:1.2rem; display:flex; justify-content:space-between; gap:1rem; font-size:.88rem; }

.sticky-mobile { display:none; }

@media (max-width: 950px) {
  .nav-toggle { display:block; }
  .site-nav { display:none; position:absolute; left:1rem; right:1rem; top:72px; background:#fff; border:1px solid var(--line); border-radius:16px; padding:.6rem; box-shadow:var(--shadow); flex-direction:column; align-items:stretch; }
  .site-nav.open { display:flex; }
  .site-nav a { padding:.82rem 1rem; }
  .nav-cta { margin-left:0; }
  .hero-grid { grid-template-columns:1fr; }
  .hero-logo-card { max-width:620px; transform:none; }
  .grid-3 { grid-template-columns: repeat(2,1fr); }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-grid > div:first-child { grid-column:1/-1; }
}

@media (max-width: 700px) {
  body { padding-bottom:68px; }
  .section { padding:58px 0; }
  .logo-link img { width:195px; height:56px; }
  .hero { min-height:auto; }
  .hero-grid { padding:58px 0; gap:2rem; }
  .hero-logo-card { padding:18px; border-radius:20px; }
  .trust-grid { grid-template-columns:1fr 1fr; }
  .trust-item:nth-child(2) { border-right:0; }
  .trust-item:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .grid-2, .grid-3, .grid-4 { grid-template-columns:1fr; }
  .service-row { grid-template-columns:1fr; gap:.3rem; }
  .area-columns { columns:1; }
  .cta { grid-template-columns:1fr; padding:28px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-grid > div:first-child { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
  .sticky-mobile { position:fixed; display:grid; grid-template-columns:1fr 1fr; left:0; right:0; bottom:0; z-index:150; background:#fff; border-top:1px solid var(--line); box-shadow:0 -8px 24px rgba(7,28,59,.12); }
  .sticky-mobile a { text-align:center; padding:13px 8px; font-weight:900; text-decoration:none; color:var(--navy); }
  .sticky-mobile a:last-child { background:var(--red); color:#fff; }
}

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