:root {
  --bg: #f4f8fd;
  --surface: #ffffff;
  --surface-soft: #edf4ff;
  --text: #0d1a2b;
  --muted: #5e6f85;
  --line: #d4e2f8;
  --primary: #0065d9;
  --primary-strong: #0048a1;
  --shadow: 0 18px 38px rgba(13, 36, 67, 0.12);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(1000px 320px at 10% -10%, #dbeafe 0%, transparent 60%),
    radial-gradient(900px 300px at 100% 0%, #e0f2ff 0%, transparent 55%),
    var(--bg);
  line-height: 1.5;
}

img {
  max-width: 100%;
}

.container {
  width: min(1120px, 92vw);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(244, 248, 253, 0.92);
  border-bottom: 1px solid #e4edf9;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text);
  font-weight: 800;
  letter-spacing: 0.2px;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  background: linear-gradient(140deg, #0074ef, #00439c);
}

.nav-links {
  display: flex;
  gap: 22px;
}

.nav-links a {
  text-decoration: none;
  color: #2a3e59;
  font-weight: 600;
}

.nav-links a:hover {
  color: var(--primary-strong);
}

.hero {
  padding: 74px 0 42px;
  position: relative;
  overflow: clip;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 32px;
}

.hero h1 {
  margin: 10px 0 12px;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  line-height: 1.08;
  font-size: clamp(2rem, 4.4vw, 3.7rem);
  letter-spacing: -0.02em;
}

.lead {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 58ch;
}

.eyebrow {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  color: #2b66b1;
  margin: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  text-decoration: none;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  font-family: inherit;
  color: #ffffff;
  background: linear-gradient(130deg, #006de7, #0048a2);
  box-shadow: 0 10px 22px rgba(2, 85, 185, 0.25);
}

.button:hover {
  filter: brightness(1.04);
}

.button-sm {
  padding: 10px 16px;
}

.button-ghost {
  background: #e7f0fd;
  color: #1f3f6b;
  box-shadow: none;
}

.button-full {
  width: 100%;
  text-align: center;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: #355273;
  font-weight: 600;
}

.hero-points li {
  background: #eaf2ff;
  border-radius: 999px;
  padding: 6px 12px;
  border: 1px solid #d0e0f8;
}

.hero-panel {
  background: var(--surface);
  border: 1px solid #dae8fb;
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: var(--shadow);
}

.hero-panel h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 1.25rem;
}

.stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.stat-card {
  border: 1px solid #e4edfa;
  border-radius: var(--radius-md);
  background: #f9fbff;
  padding: 14px;
}

.stat-number {
  margin: 0;
  font-size: 1.55rem;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-weight: 700;
}

.stat-label {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.packages {
  padding: 40px 0 22px;
}

.section-head h2 {
  margin: 8px 0 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.package-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 20px;
  box-shadow: 0 10px 24px rgba(13, 36, 67, 0.08);
}

.package-card ul {
  list-style: none;
  margin: 14px 0 18px;
  padding: 0;
  color: #314c6b;
}

.package-card li {
  margin: 8px 0;
}

.package-card li::before {
  content: "\2022";
  color: #0a61cc;
  margin-right: 8px;
}

.plan-name {
  margin: 0;
  font-weight: 800;
  font-size: 1.15rem;
}

.plan-speed {
  margin: 6px 0 0;
  color: #3f5f83;
  font-weight: 600;
}

.plan-price {
  margin: 14px 0 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
}

.plan-price span {
  font-size: 1rem;
  color: #5a718f;
}

.featured {
  border: 2px solid #6aa8ef;
  transform: translateY(-6px);
}

.badge {
  position: absolute;
  top: -12px;
  right: 14px;
  margin: 0;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: #0f6edf;
  color: #ffffff;
  font-weight: 800;
}

.availability {
  padding: 52px 0;
}

.availability-wrap {
  background: linear-gradient(140deg, #f7faff 0%, #f0f6ff 58%, #e9f4ff 100%);
  border: 1px solid #d3e4fc;
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 30px rgba(13, 36, 67, 0.1);
  padding: clamp(18px, 2.4vw, 34px);
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 26px;
}

.availability-wrap h2 {
  margin: 10px 0 10px;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
}

.availability-wrap p {
  color: #3a587a;
}

.availability-form {
  display: grid;
  gap: 12px;
  align-content: start;
}

.availability-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
}

.availability-form input {
  border-radius: var(--radius-sm);
  border: 1px solid #b9d0ef;
  padding: 12px;
  font: inherit;
}

.availability-form input:focus {
  outline: 2px solid #70aef5;
  border-color: #6aa6eb;
}

.site-footer {
  border-top: 1px solid #e0e9f8;
  padding: 20px 0 34px;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  color: #4f6380;
}

.hero-glow {
  position: absolute;
  pointer-events: none;
}

.hero-glow-a {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  left: -180px;
  top: -120px;
  background: radial-gradient(circle at center, rgba(64, 149, 255, 0.28), rgba(64, 149, 255, 0));
}

.hero-glow-b {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  right: -180px;
  bottom: -220px;
  background: radial-gradient(circle at center, rgba(0, 114, 232, 0.22), rgba(0, 114, 232, 0));
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: reveal-up 680ms ease forwards;
}

.delay-1 {
  animation-delay: 90ms;
}

.delay-2 {
  animation-delay: 170ms;
}

.delay-3 {
  animation-delay: 250ms;
}

@keyframes reveal-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .availability-wrap {
    grid-template-columns: 1fr;
  }

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

  .featured {
    transform: none;
  }
}

@media (max-width: 740px) {
  .nav-links {
    display: none;
  }

  .hero {
    padding-top: 54px;
  }

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

  .site-header .button-sm {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
