:root {
  --ink: #111418;
  --muted: #5d6875;
  --line: #dfe4ea;
  --paper: #ffffff;
  --soft: #f5f7f9;
  --deep: #0a314f;
  --blue: #064c7a;
  --gold: #d8a32a;
  --gold-2: #f0c85a;
  --ok: #1d7a52;
  --shadow: 0 18px 50px rgba(17, 20, 24, .12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
ul { margin: 0; padding-left: 1.2rem; }

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.topbar { background: var(--ink); color: #fff; font-size: .9rem; }
.topbar .container { display: flex; justify-content: space-between; gap: 18px; padding: 8px 0; flex-wrap: wrap; }
.topbar a { color: #fff; opacity: .95; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; }
.logo { display: flex; align-items: center; gap: 12px; min-width: 170px; }
.logo img { width: 160px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 20px; font-size: .95rem; color: #25313d; }
.nav-links a { padding: 8px 2px; }
.nav-links a:hover { color: var(--blue); }
.nav-toggle { display: none; border: 1px solid var(--line); background: #fff; width: 44px; height: 44px; border-radius: 6px; font-size: 1.4rem; }
.actions { display: flex; gap: 10px; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 11px 17px; border-radius: 6px; font-weight: 750; border: 1px solid transparent; cursor: pointer; transition: .18s ease; }
.btn-primary { background: var(--gold); color: #15120a; border-color: var(--gold); }
.btn-primary:hover { background: var(--gold-2); transform: translateY(-1px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--deep); transform: translateY(-1px); }
.btn-light { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-light:hover { border-color: var(--gold); transform: translateY(-1px); }

.hero { position: relative; min-height: 680px; display: grid; align-items: end; color: #fff; isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,12,18,.88), rgba(8,12,18,.62) 45%, rgba(8,12,18,.20)); z-index: -1; }
.hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero-content { padding: 130px 0 78px; max-width: 900px; }
.eyebrow { color: var(--gold-2); font-weight: 850; text-transform: uppercase; letter-spacing: .04em; font-size: .82rem; margin-bottom: 12px; }
h1, h2, h3 { line-height: 1.08; margin: 0; letter-spacing: 0; }
h1 { font-size: clamp(2.25rem, 5vw, 5rem); max-width: 970px; }
h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
h3 { font-size: 1.25rem; }
.lead { font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 850px; color: rgba(255,255,255,.9); margin: 22px 0 28px; }
.hero .btn-light { background: rgba(255,255,255,.94); }
.trust-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.2); margin-top: 44px; max-width: 1040px; }
.trust-row span { padding: 14px 16px; background: rgba(10, 49, 79, .45); font-weight: 700; font-size: .93rem; }

section { padding: 78px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.section-head p { max-width: 650px; color: var(--muted); margin: 10px 0 0; }
.band { background: var(--soft); }
.dark-band { background: var(--ink); color: #fff; }
.dark-band p, .dark-band .muted { color: rgba(255,255,255,.74); }
.grid { display: grid; gap: 18px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: 0 1px 0 rgba(17,20,24,.03); }
.card-pad { padding: 24px; }
.card img { aspect-ratio: 16 / 10; width: 100%; object-fit: cover; }
.service-card { min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; }
.service-card strong { color: var(--blue); }
.arrow { color: var(--gold); font-weight: 900; }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 22px; list-style: none; padding: 0; }
.feature-list li { display: flex; gap: 10px; align-items: flex-start; }
.feature-list li::before { content: ""; width: 10px; height: 10px; margin-top: 8px; background: var(--gold); border-radius: 2px; flex: 0 0 10px; }
.city-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.city-cloud a, .tag { border: 1px solid var(--line); background: #fff; padding: 9px 12px; border-radius: 999px; color: #263442; font-weight: 700; font-size: .93rem; }
.city-cloud a:hover { border-color: var(--gold); color: var(--blue); }
.price-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.price-table th, .price-table td { padding: 15px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.price-table th { background: #eef2f5; color: #27313b; }
.price-table td:last-child, .price-table th:last-child { text-align: right; font-weight: 800; white-space: nowrap; }
.note { color: var(--muted); font-size: .95rem; margin-top: 14px; }
.faq { display: grid; gap: 10px; }
.faq details { border: 1px solid var(--line); border-radius: 8px; padding: 16px 18px; background: #fff; }
.faq summary { cursor: pointer; font-weight: 850; }
.faq p { color: var(--muted); margin-top: 10px; }
.cta-panel { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 28px; padding: 34px; background: var(--deep); color: #fff; border-radius: 8px; }
.form { display: grid; gap: 12px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
label { display: grid; gap: 6px; font-weight: 750; font-size: .92rem; }
input, select, textarea { width: 100%; border: 1px solid #cbd4dd; border-radius: 6px; padding: 12px 13px; font: inherit; background: #fff; color: var(--ink); }
textarea { min-height: 126px; resize: vertical; }
.consent { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: .88rem; }
.consent input { width: auto; margin-top: 5px; }
.breadcrumbs { font-size: .9rem; color: var(--muted); margin: 22px 0 0; }
.breadcrumbs a { color: var(--blue); font-weight: 700; }
.page-hero { background: linear-gradient(120deg, #0d1a24, #0a314f); color: #fff; padding: 74px 0 52px; }
.page-hero p { max-width: 820px; color: rgba(255,255,255,.82); font-size: 1.12rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.split img { border-radius: 8px; box-shadow: var(--shadow); aspect-ratio: 16 / 11; object-fit: cover; width: 100%; }
.steps { counter-reset: step; display: grid; gap: 14px; }
.step { counter-increment: step; display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: start; }
.step::before { content: counter(step); display: grid; place-items: center; width: 38px; height: 38px; background: var(--gold); border-radius: 6px; font-weight: 900; }
.footer { background: #091018; color: #fff; padding: 58px 0 110px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 28px; }
.footer a { color: rgba(255,255,255,.82); display: block; margin: 6px 0; }
.footer p { color: rgba(255,255,255,.72); }
.footer img { width: 160px; background: #fff; padding: 10px; border-radius: 6px; margin-bottom: 16px; }
.mobile-cta { display: none; position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; background: #fff; border-top: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); }
.mobile-cta a { min-height: 58px; display: grid; place-items: center; font-weight: 850; color: var(--ink); border-right: 1px solid var(--line); }
.mobile-cta a:first-child { background: var(--gold); }
.skip-link { position: absolute; left: -999px; top: 8px; background: #fff; padding: 10px; z-index: 100; }
.skip-link:focus { left: 8px; }

@media (max-width: 940px) {
  .nav-toggle { display: inline-grid; place-items: center; }
  .nav-links { position: absolute; left: 0; right: 0; top: 76px; background: #fff; border-bottom: 1px solid var(--line); display: none; flex-direction: column; align-items: stretch; padding: 12px 20px 18px; }
  .nav-links.open { display: flex; }
  .actions { display: none; }
  .hero { min-height: 620px; }
  .trust-row { grid-template-columns: 1fr; }
  .grid-3, .grid-4, .split, .cta-panel, .footer-grid { grid-template-columns: 1fr; }
  .feature-list { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .price-table { font-size: .92rem; }
  .price-table th, .price-table td { padding: 12px; }
  .price-table { table-layout: fixed; }
  .price-table td:last-child, .price-table th:last-child { white-space: normal; }
  .mobile-cta { display: grid; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  section { padding: 58px 0; }
  .hero-content { padding: 96px 0 54px; }
  .form-grid { grid-template-columns: 1fr; }
  .topbar .container { gap: 8px; }
  .logo img { width: 132px; }
  .page-hero { padding: 54px 0 40px; }
}
