@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

:root {
  --primary: #1f1458;
  --primary-2: #0d1f52;
  --accent: #00a3ff;
  --accent-2: #31d0ff;
  --dark: #060815;
  --text: #12172a;
  --muted: #667085;
  --line: rgba(15, 23, 42, .10);
  --white: #ffffff;
  --soft: #f4f7fb;
  --radius: 24px;
  --shadow: 0 24px 80px rgba(15, 23, 42, .12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', Arial, sans-serif; background: var(--soft); color: var(--text); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.84); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.navbar { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { font-size: 30px; font-weight: 800; color: var(--primary); letter-spacing: -.04em; }
.brand span { color: var(--accent); }
.nav-menu { display: flex; gap: 26px; list-style: none; font-weight: 700; color: #344054; }
.nav-menu a:hover { color: var(--accent); }
.menu-toggle { display: none; border: 0; background: var(--primary); color: white; width: 44px; height: 44px; border-radius: 12px; font-size: 24px; }

.hero { position: relative; overflow: hidden; padding: 96px 0 64px; background: radial-gradient(circle at top right, rgba(0,163,255,.22), transparent 34%), linear-gradient(135deg, #f8fbff 0%, #edf3ff 100%); }
.hero-bg { position: absolute; inset: auto -10% -25% auto; width: 520px; height: 520px; background: linear-gradient(135deg, var(--accent), var(--primary)); filter: blur(80px); opacity: .22; border-radius: 50%; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.eyebrow { display: inline-block; color: var(--accent); font-weight: 800; letter-spacing: .09em; text-transform: uppercase; font-size: 12px; margin-bottom: 16px; }
h1, h2, h3 { line-height: 1.1; color: var(--primary); }
h1 { font-size: clamp(38px, 6vw, 68px); letter-spacing: -.05em; margin-bottom: 22px; }
h2 { font-size: clamp(28px, 4vw, 44px); letter-spacing: -.04em; margin-bottom: 18px; }
h3 { font-size: 22px; margin-bottom: 12px; }
.hero-content p { font-size: 19px; color: var(--muted); max-width: 720px; }
.hero-actions { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 14px 22px; border-radius: 999px; font-weight: 800; border: 2px solid transparent; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(0,163,255,.22); }
.btn-primary { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: white; }
.btn-outline { border-color: rgba(31,20,88,.25); color: var(--primary); background: white; }
.btn-light { background: white; color: var(--primary); }

.glass-card, .service-card, .contact-form, .about-card, .coverage-fixed-card { background: rgba(255,255,255,.86); border: 1px solid rgba(255,255,255,.7); box-shadow: var(--shadow); border-radius: var(--radius); }
.hero-panel { padding: 34px; }
.hero-panel p { color: var(--muted); }
.panel-list { display: grid; gap: 12px; margin-top: 24px; }
.panel-list span { padding: 14px 16px; background: #f1f7ff; border: 1px solid rgba(0,163,255,.16); border-radius: 16px; font-weight: 700; color: var(--primary); }

.metrics { margin-top: -24px; position: relative; z-index: 3; }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.metrics-grid div { background: var(--dark); color: white; border-radius: 22px; padding: 24px; }
.metrics-grid strong { display: block; font-size: 30px; line-height: 1; margin-bottom: 8px; }
.metrics-grid span { color: rgba(255,255,255,.72); }

.section { padding: 84px 0; }
.section-head { max-width: 820px; margin-bottom: 36px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { padding: 30px; min-height: 250px; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover, .coverage-fixed-card:hover { transform: translateY(-6px); box-shadow: 0 30px 90px rgba(15,23,42,.16); }
.icon { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(0,163,255,.14), rgba(31,20,88,.12)); color: var(--accent); font-weight: 800; margin-bottom: 20px; }
.service-card p, .about-grid p, .contact-grid p { color: var(--muted); }

.coverage-section {
  background: linear-gradient(135deg, #071026 0%, #111b46 100%);
  color: white;
}

.coverage-section h2,
.coverage-section p {
  color: white;
}

.coverage-fixed-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 36px;
  align-items: start;
}

.coverage-intro {
  position: sticky;
  top: 104px;
}

.coverage-intro p {
  color: rgba(255,255,255,.74);
  margin-bottom: 28px;
}

.coverage-fixed-list {
  display: grid;
  gap: 16px;
}

.coverage-fixed-card {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px;
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.14);
  box-shadow: none;
  transition: transform .2s ease, background .2s ease;
}

.coverage-fixed-card:hover {
  background: rgba(255,255,255,.15);
}

.coverage-flag {
  width: 82px;
  height: 62px;
  border-radius: 18px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(0,163,255,.35), rgba(49,208,255,.16));
  border: 1px solid rgba(255,255,255,.22);
}

.coverage-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coverage-flag span {
  color: white;
  font-weight: 800;
  font-size: 22px;
}

.coverage-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.coverage-card-top h3 {
  color: white;
  margin: 0;
}

.coverage-card-content p {
  color: rgba(255,255,255,.72);
}

.coverage-status {
  white-space: nowrap;
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(49,208,255,.16);
  color: #8ee7ff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 38px; align-items: center; }
.about-card { padding: 34px; }
.about-grid p + p { margin-top: 18px; }
.cta { padding: 40px 0 0; }
.cta-box { text-align: center; color: white; padding: 58px 32px; border-radius: 32px; background: radial-gradient(circle at top left, rgba(49,208,255,.35), transparent 28%), linear-gradient(135deg, var(--primary), var(--primary-2)); }
.cta-box h2 { color: white; }
.cta-box p { color: rgba(255,255,255,.76); margin: 0 auto 26px; max-width: 700px; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: start; }
.contact-form { padding: 30px; display: grid; gap: 14px; }
input, select, textarea { width: 100%; border: 1px solid #d6dce8; background: white; border-radius: 16px; padding: 16px; font: inherit; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(0,163,255,.12); }
.alert { margin-top: 20px; padding: 14px 16px; border-radius: 14px; font-weight: 700; }
.alert.success { background: #ecfdf3; color: #027a48; }
.alert.error { background: #fff1f3; color: #b42318; }

.footer { background: var(--dark); color: white; padding-top: 44px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 32px; }
.footer p { color: rgba(255,255,255,.68); margin-top: 8px; }
.footer-brand { display: block; color: white; margin-bottom: 10px; }
.footer h4 { margin-bottom: 12px; }
.copyright { text-align: center; color: rgba(255,255,255,.54); border-top: 1px solid rgba(255,255,255,.10); margin-top: 34px; padding: 20px; }

@media (max-width: 980px) {
  .menu-toggle { display: grid; place-items: center; }
  .nav-menu { position: absolute; top: 76px; right: 20px; left: 20px; display: none; flex-direction: column; background: white; padding: 22px; border-radius: 20px; box-shadow: var(--shadow); }
  .nav-menu.active { display: flex; }
  .hero-grid, .coverage-fixed-grid, .about-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .coverage-intro { position: static; }
  .metrics-grid, .services-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { padding-top: 68px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .metrics-grid, .services-grid { grid-template-columns: 1fr; }
  .hero-actions, .btn { width: 100%; }
  .btn { text-align: center; }
  .section { padding: 64px 0; }
  .coverage-fixed-card {
    grid-template-columns: 1fr;
  }
  .coverage-flag {
    width: 76px;
    height: 56px;
  }
  .coverage-card-top {
    align-items: flex-start;
    flex-direction: column;
  }
}
