/* =============================================
   TV INTERNET HUB — Main Stylesheet
   ============================================= */

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

:root {
  --red: #e31837;
  --red-dark: #b5102a;
  --navy: #0a1f44;
  --navy-light: #1a3a6e;
  --white: #ffffff;
  --light-gray: #f5f7fa;
  --mid-gray: #e8eaf0;
  --text-dark: #111827;
  --text-mid: #374151;
  --text-light: #6b7280;
  --shadow: 0 4px 24px rgba(0,0,0,0.10);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.15);
  --radius: 12px;
  --radius-sm: 8px;
  --transition: all 0.25s ease;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Open Sans', sans-serif;
  color: var(--text-dark);
  background: var(--white);
  line-height: 1.6;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.25;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* ─── BUTTONS ─── */
.btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: var(--transition);
  border: 2px solid transparent;
  text-align: center;
}

.btn-primary {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}
.btn-primary:hover { background: var(--red-dark); border-color: var(--red-dark); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(227,24,55,0.35); }

.btn-outline {
  background: transparent;
  color: var(--red);
  border-color: var(--red);
}
.btn-outline:hover { background: var(--red); color: var(--white); transform: translateY(-2px); }

.btn-white {
  background: var(--white);
  color: var(--red);
  border-color: var(--white);
}
.btn-white:hover { background: var(--light-gray); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); }

.btn-lg { padding: 16px 36px; font-size: 16px; }

/* ─── TOPBAR ─── */
.topbar {
  background: var(--navy);
  color: rgba(255,255,255,0.8);
  font-size: 13px;
  padding: 8px 0;
}
.topbar-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.topbar a { color: rgba(255,255,255,0.8); transition: var(--transition); }
.topbar a:hover { color: var(--white); }
.topbar-icons { display: flex; gap: 12px; margin-left: auto; }
.topbar-icons a { display: flex; align-items: center; }

/* ─── NAVBAR ─── */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--white);
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  padding: 0;
  transition: var(--transition);
}
.navbar.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.14); }

.nav-inner {
  display: flex;
  align-items: center;
  height: 70px;
  gap: 32px;
}

/* Logo */
.logo { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 22px; letter-spacing: -0.5px; display: flex; align-items: center; gap: 2px; }
.logo-tv { color: var(--red); }
.logo-internet { color: var(--navy); }
.logo-hub { color: var(--red); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  list-style: none;
}

.nav-links > li > a {
  display: block;
  padding: 8px 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--text-dark);
  border-radius: 6px;
  transition: var(--transition);
  white-space: nowrap;
}
.nav-links > li > a:hover, .nav-links > li > a.active { color: var(--red); }
.nav-links > li > a .arrow { font-size: 11px; }

/* Dropdown */
.dropdown { position: relative; }
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  min-width: 160px;
  padding: 8px 0;
  z-index: 200;
}
.dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu li a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: var(--text-mid);
  transition: var(--transition);
}
.dropdown-menu li a:hover { color: var(--red); background: var(--light-gray); }

.nav-cta {
  background: var(--red) !important;
  color: var(--white) !important;
  border-radius: 50px !important;
  padding: 10px 20px !important;
}
.nav-cta:hover { background: var(--red-dark) !important; transform: translateY(-1px); }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 8px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: var(--transition); }

/* ─── HERO ─── */
.hero {
  position: relative;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  color: var(--white);
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-overlay { position: absolute; inset: 0; background: rgba(10,31,68,0.4); }

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-badge {
  display: inline-block;
  background: var(--red);
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.hero-text h1 {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 24px;
}

.hero-bullets {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
  list-style: none;
}
.hero-bullets li {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
}

.hero-price-tag {
  margin-top: 28px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius);
  padding: 16px 24px;
  display: inline-block;
}
.price-label { display: block; font-size: 13px; color: rgba(255,255,255,0.75); margin-bottom: 4px; }
.price-amount { font-family: 'Montserrat', sans-serif; font-size: 36px; font-weight: 800; color: var(--white); }
.price-amount span { font-size: 16px; font-weight: 500; color: rgba(255,255,255,0.75); }

.hero-image { display: flex; justify-content: center; align-items: center; }
.hero-img-placeholder {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(255,255,255,0.07);
  border: 2px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120px;
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* ─── SERVICES STRIP ─── */
.services-strip {
  background: var(--white);
  box-shadow: var(--shadow);
  position: relative;
  z-index: 10;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 20px;
  gap: 10px;
  border-right: 1px solid var(--mid-gray);
  transition: var(--transition);
  cursor: pointer;
}
.service-card:last-child { border-right: none; }
.service-card:hover { background: var(--light-gray); }
.service-card:hover h3 { color: var(--red); }
.service-icon { font-size: 36px; }
.service-card h3 { font-size: 15px; font-weight: 700; color: var(--navy); text-align: center; }

/* ─── ABOUT SECTION ─── */
.about-section {
  background: var(--light-gray);
  padding: 64px 0;
  text-align: center;
}
.about-section h2 {
  font-size: clamp(22px, 3vw, 32px);
  color: var(--navy);
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.about-section p {
  color: var(--text-mid);
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
}

/* ─── PROVIDERS ─── */
.providers-section { padding: 64px 0; background: var(--white); }
.providers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.provider-card {
  border: 1px solid var(--mid-gray);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.provider-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); border-color: var(--red); }

.provider-logo {
  width: 120px;
  height: 56px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: white;
  margin: 0 auto;
}
.provider-logo.att { background: #00a8e0; }
.provider-logo.hughes { background: #005daa; }
.provider-logo.bright { background: #6c1d8e; }
.provider-logo.frontier { background: #e31837; }

.provider-card p { font-size: 13px; color: var(--text-light); line-height: 1.6; flex: 1; }

/* ─── INFO SECTIONS ─── */
.info-section { padding: 80px 0; }
.info-section.alt-bg { background: var(--light-gray); }

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.info-grid.reverse { direction: rtl; }
.info-grid.reverse > * { direction: ltr; }

.info-text h2 {
  font-size: clamp(24px, 3vw, 36px);
  color: var(--navy);
  margin-bottom: 20px;
}
.info-text p { color: var(--text-mid); margin-bottom: 16px; line-height: 1.8; }

.feature-list { margin: 12px 0 20px; display: flex; flex-direction: column; gap: 8px; }
.feature-list li { color: var(--text-mid); font-size: 15px; }

.info-btns { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 28px; }

.info-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.speed-badge {
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius);
  padding: 28px 36px;
  text-align: center;
  box-shadow: var(--shadow-lg);
}
.speed-icon { font-size: 40px; margin-bottom: 8px; }
.speed-text { font-family: 'Montserrat', sans-serif; font-size: 15px; line-height: 1.5; }
.speed-text strong { font-size: 52px; display: block; color: var(--red); line-height: 1; }
.speed-text span { font-size: 14px; color: rgba(255,255,255,0.7); }

.info-img-placeholder, .section-icon-large {
  font-size: 120px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: var(--mid-gray);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ─── CTA BANNER ─── */
.cta-banner {
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  color: var(--white);
  padding: 64px 0;
}
.cta-inner {
  display: flex;
  align-items: center;
  gap: 48px;
  justify-content: center;
  text-align: center;
}
.cta-person { font-size: 80px; }
.cta-text h2 {
  font-size: clamp(20px, 3vw, 32px);
  margin-bottom: 24px;
  color: var(--white);
}

/* ─── BUNDLES ─── */
.bundles-section { padding: 80px 0; background: var(--light-gray); }
.bundles-section > .container > h2 {
  text-align: center;
  font-size: clamp(24px, 3vw, 36px);
  color: var(--navy);
  margin-bottom: 48px;
}
.bundles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.bundle-card {
  background: var(--white);
  border: 2px solid var(--mid-gray);
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
  transition: var(--transition);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bundle-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); border-color: var(--red); }
.bundle-card.featured { border-color: var(--red); box-shadow: var(--shadow); }

.bundle-card h3 {
  font-size: 18px;
  color: var(--navy);
  font-weight: 700;
}
.bundle-card ul { text-align: left; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.bundle-card ul li { font-size: 14px; color: var(--text-mid); }

.popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--red);
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 4px 20px;
  border-radius: 50px;
  white-space: nowrap;
}

/* ─── WHY SECTION ─── */
.why-section { padding: 80px 0; background: var(--white); }
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.section-tag {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--red);
  margin-bottom: 12px;
}
.why-text h2 { font-size: clamp(24px, 3vw, 36px); color: var(--navy); margin-bottom: 16px; }
.why-text > p { color: var(--text-mid); margin-bottom: 32px; line-height: 1.8; }
.why-cards { display: flex; flex-direction: column; gap: 24px; }
.why-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.why-icon { font-size: 32px; flex-shrink: 0; }
.why-card h4 { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.why-card p { font-size: 14px; color: var(--text-light); line-height: 1.7; }

.why-image { display: flex; justify-content: center; align-items: center; }
.why-img-placeholder {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: var(--light-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120px;
  border: 6px solid var(--mid-gray);
}

/* ─── FOOTER ─── */
.footer {
  background: var(--navy);
  color: rgba(255,255,255,0.8);
  padding: 64px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
}
.footer-brand p { font-size: 13px; line-height: 1.7; margin: 16px 0 24px; }
.footer-phone { font-size: 14px; }
.footer-phone a { color: var(--red); font-size: 20px; font-family: 'Montserrat', sans-serif; font-weight: 700; }
.footer-logo { margin-bottom: 4px; }

.footer-col h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { font-size: 14px; color: rgba(255,255,255,0.7); transition: var(--transition); }
.footer-col ul li a:hover { color: var(--red); }
.footer-col ul li { font-size: 14px; color: rgba(255,255,255,0.7); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .providers-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 768px) {
  .hamburger { display: flex; }
  .nav-links {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--white);
    flex-direction: column;
    padding: 24px;
    gap: 4px;
    overflow-y: auto;
    z-index: 999;
  }
  .nav-links.open { display: flex; }
  .nav-links > li > a { font-size: 16px; padding: 14px 16px; border-bottom: 1px solid var(--mid-gray); }
  .nav-cta { text-align: center; border-radius: 50px !important; }
  .dropdown-menu { position: static; box-shadow: none; padding-left: 16px; display: block; }

  .hero-content { grid-template-columns: 1fr; text-align: center; }
  .hero-image { display: none; }
  .hero-bullets { align-items: center; }
  .hero-price-tag { width: 100%; }

  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { border-right: none; border-bottom: 1px solid var(--mid-gray); }

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

  .info-grid, .info-grid.reverse { grid-template-columns: 1fr; direction: ltr; }
  .info-visual { display: none; }

  .cta-inner { flex-direction: column; gap: 24px; }

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

  .why-grid { grid-template-columns: 1fr; }
  .why-image { display: none; }

  .footer-grid { grid-template-columns: 1fr; gap: 32px; }

  .topbar-inner { justify-content: center; }
}

@media (max-width: 480px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .providers-grid { grid-template-columns: 1fr; }
  .info-btns { flex-direction: column; }
}
