:root {
  --bg: #070707;
  --surface: #121212;
  --surface-2: #1a1a1a;
  --text: #f7f3dc;
  --muted: #b7b0a0;
  --red: #ff2336;
  --yellow: #f4c400;
  --yellow-soft: #ffd84d;
  --line: rgba(255,255,255,0.08);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at top right, rgba(244, 196, 0, 0.16), transparent 30%),
    radial-gradient(circle at top left, rgba(255, 35, 54, 0.18), transparent 30%),
    var(--bg);
  color: var(--text);
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(16px);
  background: rgba(7,7,7,0.72);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(255,35,54,0.45));
}
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
}
.brand-text strong {
  color: var(--yellow);
  font-size: 1rem;
  letter-spacing: 0.08em;
}
.brand-text span {
  color: #fff;
  font-size: 0.92rem;
  letter-spacing: 0.12em;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #efe8d0;
}
.nav-links a:hover { color: var(--yellow); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--red), var(--yellow));
  color: #111;
  box-shadow: 0 16px 30px rgba(255, 35, 54, 0.2);
}
.btn-outline {
  border: 1px solid rgba(255,255,255,0.18);
  color: var(--text);
  background: rgba(255,255,255,0.02);
}
.btn-outline.dark {
  border-color: rgba(0,0,0,0.2);
  color: #222;
  background: rgba(0,0,0,0.03);
}

.hero {
  padding: 72px 0 40px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 38px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  color: var(--yellow-soft);
  background: rgba(255,255,255,0.03);
  font-size: 0.92rem;
  margin-bottom: 16px;
}
.hero-copy h1,
.section-head h2,
.coverage h2,
.contact h2 {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.07;
  margin: 0;
}
.hero-copy h1 { font-size: clamp(2.5rem, 5vw, 4.6rem); max-width: 12ch; }
.hero-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 60ch;
  margin: 22px 0 28px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}
.badge-card {
  padding: 16px 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  min-width: 180px;
}
.badge-card strong { display: block; color: var(--yellow-soft); }
.badge-card span { color: #f4efe1; font-size: .95rem; }

.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(24px);
}
.glow-red { width: 240px; height: 240px; background: rgba(255, 35, 54, 0.35); left: 15%; top: 10%; }
.glow-yellow { width: 200px; height: 200px; background: rgba(244, 196, 0, 0.2); right: 8%; bottom: 10%; }
.visual-card {
  position: relative;
  width: min(480px, 100%);
  min-height: 520px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.hero-logo {
  width: min(320px, 72%);
  object-fit: contain;
  filter: drop-shadow(0 0 34px rgba(255,35,54,0.45));
}
.visual-lines {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(transparent, rgba(0,0,0,0.9), transparent);
}
.visual-caption {
  position: relative;
  z-index: 2;
  text-align: center;
}
.visual-caption span {
  display: block;
  letter-spacing: 0.25em;
  color: var(--yellow);
  font-size: 0.76rem;
  margin-bottom: 8px;
}
.visual-caption strong { font-size: 1.35rem; }

.stats-section,
.packages,
.features,
.coverage,
.contact,
.site-footer { padding: 34px 0 42px; }
.stats-grid,
.package-grid,
.feature-grid,
.coverage-grid,
.footer-grid {
  display: grid;
  gap: 20px;
}
.stats-grid { grid-template-columns: repeat(3, 1fr); }
.stat-card,
.feature-card,
.mini-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  padding: 22px;
}
.stat-label {
  display: inline-block;
  color: var(--yellow-soft);
  margin-bottom: 12px;
}
.stat-card h3 { margin: 0 0 10px; font-family: 'Montserrat', sans-serif; }
.stat-card p, .feature-card p, .coverage p, .contact p, .site-footer p { color: var(--muted); }

.section-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 28px;
}
.section-head.left { text-align: left; margin-left: 0; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 14px; }
.section-head p { color: var(--muted); margin: 0; }

.package-grid { grid-template-columns: repeat(2, 1fr); }
.package-card {
  position: relative;
  background: linear-gradient(180deg, #fff7d6, #f3ebc9);
  color: #171717;
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.package-card.featured {
  background: linear-gradient(180deg, rgba(255,35,54,0.98), rgba(184,16,32,0.98));
  color: #fff8df;
  border: 1px solid rgba(255,255,255,0.18);
}
.package-ribbon {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #111;
  color: var(--yellow);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
}
.package-top h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  margin: 10px 0;
}
.package-badge {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,0.08);
  font-weight: 700;
  font-size: 0.88rem;
}
.package-card.featured .package-badge { background: rgba(255,255,255,0.12); }
.price {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 800;
}
.price span { font-size: 1rem; font-weight: 600; }
.package-card ul { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 12px; }
.package-card li { position: relative; padding-left: 28px; line-height: 1.55; }
.package-card li::before {
  content: '•';
  position: absolute;
  left: 10px;
  color: var(--red);
  font-size: 1.2rem;
}
.package-card.featured li::before { color: var(--yellow); }


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

.b2b-section {
  background:
    radial-gradient(circle at top left, rgba(255, 193, 7, 0.12), transparent 32%),
    radial-gradient(circle at bottom right, rgba(220, 38, 38, 0.12), transparent 34%),
    #0f172a;
  color: #ffffff;
}

.b2b-section .section-head h2,
.b2b-section .section-head p,
.b2b-section .feature-card h3,
.b2b-section .feature-card p {
  color: #ffffff;
}

.b2b-section .feature-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

@media (max-width: 1100px) {
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .package-grid {
    grid-template-columns: 1fr;
  }
}

.feature-grid { grid-template-columns: repeat(4, 1fr); }
.feature-card h3,
.coverage h2,
.contact h2,
.site-footer h4 { font-family: 'Montserrat', sans-serif; }
.feature-card h3 { margin-top: 0; color: #fff2b7; }

.coverage-grid { grid-template-columns: 1.1fr .9fr; align-items: start; }
.coverage-cards { display: grid; gap: 16px; }
.mini-card strong { display: block; margin-bottom: 8px; color: var(--yellow); }
.mini-card span { color: #f3ebd2; line-height: 1.6; }

.contact-box {
  background: linear-gradient(135deg, rgba(244,196,0,0.16), rgba(255,35,54,0.18));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 30px;
  padding: 28px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}
.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.site-footer {
  border-top: 1px solid rgba(255,255,255,0.06);
  margin-top: 16px;
}
.footer-grid { grid-template-columns: 1.1fr .9fr .9fr; }
.footer-brand {
  display: flex;
  gap: 14px;
  align-items: center;
}
.footer-brand img {
  width: 66px;
  filter: drop-shadow(0 0 20px rgba(255,35,54,0.35));
}
.footer-brand strong { display: block; font-family: 'Montserrat', sans-serif; color: var(--yellow); margin-bottom: 4px; }
.footer-brand span { color: var(--muted); }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero-grid,
  .stats-grid,
  .package-grid,
  .feature-grid,
  .coverage-grid,
  .footer-grid,
  .contact-box {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
  .hero-copy h1 { max-width: none; }
  .hero-visual { min-height: auto; }
  .visual-card { min-height: 420px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 20px, 1180px); }
  .nav-wrap { min-height: 74px; }
  .brand-logo { width: 48px; height: 48px; }
  .brand-text strong { font-size: .86rem; }
  .brand-text span { font-size: .78rem; }
  .site-header .btn { display: none; }
  .hero { padding-top: 34px; }
  .visual-card { min-height: 340px; }
  .price { font-size: 2.4rem; }
  .contact-box { padding: 22px; }
}
