:root {
  --bg: #04171a;
  --bg-soft: #0b2a2f;
  --surface: rgba(13, 47, 52, 0.78);
  --surface-light: rgba(22, 77, 84, 0.6);
  --text: #edf7f8;
  --text-soft: #c0dadd;
  --accent: #ff9e44;
  --accent-soft: #ffd2a4;
  --line: rgba(157, 214, 219, 0.24);
  --ok: #8ce8a7;
  --radius: 18px;
  --shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 158, 68, 0.18), transparent 38%),
    radial-gradient(circle at 92% 80%, rgba(26, 197, 174, 0.17), transparent 42%),
    var(--bg);
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
}

.bg-shape {
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  filter: blur(24px);
  opacity: 0.34;
  pointer-events: none;
}

.bg-shape-a {
  width: 360px;
  height: 360px;
  background: #24c9aa;
  top: -110px;
  left: -110px;
}

.bg-shape-b {
  width: 420px;
  height: 420px;
  background: #ff8a3d;
  right: -170px;
  bottom: -170px;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, calc(100% - 2.4rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(4, 23, 26, 0.76);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  display: block;
  width: 220px;
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.nav a {
  color: var(--text-soft);
  font-weight: 600;
  transition: color 0.2s ease;
}

.nav a:hover {
  color: var(--text);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  cursor: pointer;
  padding: 10px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--text);
  margin-block: 5px;
  transition: transform 0.25s ease;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.76rem 1.18rem;
  background: linear-gradient(120deg, #ff9e44, #ffc37f);
  color: #2a1804;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(255, 158, 68, 0.25);
}

.btn-ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--text);
}

.btn-sm {
  padding: 0.56rem 0.9rem;
}

.hero {
  padding: 3rem 0 2.5rem;
  display: grid;
  grid-template-columns: 1.24fr 0.9fr;
  gap: 2rem;
  align-items: flex-start;
}

.tagline {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--accent-soft);
  margin-bottom: 0.9rem;
  text-transform: uppercase;
  font-size: 0.79rem;
}

.hero h1 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 5vw, 3.36rem);
  line-height: 1.12;
}

.hero p {
  color: var(--text-soft);
  max-width: 62ch;
}

.hero-actions {
  margin-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.74rem;
}

.note {
  font-size: 0.92rem;
  color: var(--ok);
}

.hero-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
  background:
    linear-gradient(145deg, rgba(255, 158, 68, 0.12), transparent 35%),
    var(--surface);
  box-shadow: var(--shadow);
}

.hero-media {
  margin: 0 0 1rem;
  border: 1px solid var(--line);
}

.hero-media img {
  display: block;
  width: 100%;
  height: auto;
}

.card-kicker {
  font-family: "Sora", sans-serif;
  font-size: 0.78rem;
  color: var(--accent-soft);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
}

.hero-card h2 {
  margin-top: 0.6rem;
  font-family: "Sora", sans-serif;
  font-size: 1.45rem;
  line-height: 1.3;
}

.hero-card ul {
  margin: 1.1rem 0 0;
  padding-left: 1rem;
}

.hero-card li {
  margin-bottom: 0.4rem;
  color: var(--text-soft);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.stats article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem;
  background: var(--surface);
}

.stat-num {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
}

.stat-desc {
  margin: 0.4rem 0 0;
  color: var(--text-soft);
}

.section {
  padding: 4rem 0;
}

.section-alt {
  background: linear-gradient(
    180deg,
    rgba(18, 64, 70, 0.45) 0%,
    rgba(9, 36, 41, 0.72) 100%
  );
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-head {
  margin-bottom: 1.6rem;
}

.section-head h2 {
  font-family: "Sora", sans-serif;
  margin: 0;
  font-size: clamp(1.46rem, 3.4vw, 2.26rem);
  line-height: 1.2;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-card {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 1.2rem;
}

.service-card h3 {
  font-family: "Sora", sans-serif;
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}

.service-card p {
  margin: 0;
  color: var(--text-soft);
}

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.coverage-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-light);
  padding: 1.15rem;
}

.coverage-card h3 {
  margin: 0 0 0.45rem;
  font-family: "Sora", sans-serif;
}

.coverage-card p {
  margin: 0;
  color: var(--text-soft);
}

.city-link {
  display: inline-block;
  margin-top: 0.7rem;
  font-weight: 700;
  color: var(--accent-soft);
  border-bottom: 1px dashed rgba(255, 210, 164, 0.5);
}

.city-link:hover {
  color: #ffe8cd;
  border-bottom-color: #ffe8cd;
}

.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.timeline li {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 1.2rem;
}

.timeline h3 {
  margin: 0 0 0.4rem;
  font-family: "Sora", sans-serif;
  font-size: 1.04rem;
}

.timeline p {
  margin: 0;
  color: var(--text-soft);
}

.faq-list {
  display: grid;
  gap: 0.7rem;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.9rem 1rem;
  background: var(--surface);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-list p {
  margin: 0.72rem 0 0;
  color: var(--text-soft);
}

.cta-section {
  padding-top: 2rem;
}

.cta-wrap {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(130deg, rgba(255, 158, 68, 0.2), transparent 42%),
    var(--surface);
  padding: clamp(1.35rem, 2.5vw, 2.15rem);
  box-shadow: var(--shadow);
}

.cta-wrap h2 {
  margin: 0 0 0.4rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.44rem, 3.5vw, 2.1rem);
}

.cta-wrap p {
  color: var(--text-soft);
  max-width: 64ch;
}

.site-footer {
  border-top: 1px solid var(--line);
  margin-top: 2.2rem;
}

.footer-wrap {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.92rem;
}

.footer-seo-links {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(4, 23, 26, 0.62);
  padding: 0.36rem 0.62rem;
}

.footer-seo-links summary {
  cursor: pointer;
  color: var(--text-soft);
  font-size: 0.8rem;
  font-weight: 700;
}

.footer-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  margin-top: 0.5rem;
  max-width: 500px;
}

.footer-link-list a {
  color: var(--accent-soft);
  font-size: 0.78rem;
  border-bottom: 1px dashed rgba(255, 210, 164, 0.5);
}

.footer-link-list a:hover {
  color: #ffe8cd;
  border-bottom-color: #ffe8cd;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 2.1rem;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .coverage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .brand-logo {
    width: 178px;
  }

  .nav-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    padding: 0.85rem 1.2rem 1rem;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(4, 23, 26, 0.97);
  }

  .nav a {
    width: 100%;
    padding: 0.55rem 0;
  }

  .nav.is-open {
    display: flex;
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .coverage-grid {
    grid-template-columns: 1fr;
  }

  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 1rem 0;
  }

  .footer-link-list {
    max-width: none;
  }
}
