:root{
  --bg0:#06070b;
  --bg1:#0b1220;
  --bg2:#0a0a0a;
  --card: rgba(255,255,255,.08);
  --card2: rgba(255,255,255,.06);
  --stroke: rgba(255,255,255,.14);
  --text:#eaf0ff;
  --muted: rgba(234,240,255,.72);
  --yellow:#ffc107;
  --yellow2:#ffdf6d;
  --blue:#0b2c5f;
  --blue2:#123e7a;
  --shadow: 0 18px 60px rgba(0,0,0,.55);
  --radius: 18px;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  background: radial-gradient(900px 600px at 20% 0%, rgba(255,193,7,.12), transparent 60%),
              radial-gradient(800px 500px at 80% 20%, rgba(11,44,95,.35), transparent 55%),
              var(--bg0);
  color: var(--text);
  overflow-x:hidden;
}

a{ color:inherit; text-decoration:none; }
a:hover{ color:inherit; }

/* Loading overlay */
.js-loader{
  position:fixed;
  inset:0;
  z-index:2000;
  background: linear-gradient(180deg, rgba(0,0,0,.95), rgba(11,18,32,.95));
  display:flex;
  align-items:center;
  justify-content:center;
  transition: opacity .4s ease, visibility .4s ease;
}
.js-loader.is-hidden{ opacity:0; visibility:hidden; }
.js-loader .loader-inner{
  width:92px;
  height:92px;
  border-radius:50%;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.js-loader img{ width:52px; height:52px; }

/* Navbar */
.navbar{
  position:sticky;
  top:0;
  z-index:1200;
  background: rgba(0,0,0,.35) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background .25s ease, border-color .25s ease;
}
.navbar.navbar--solid{
  background: rgba(0,0,0,.78) !important;
  border-color: rgba(255,255,255,.14);
}

.navbar-brand img{ height:54px; }
.nav-link{
  color: rgba(234,240,255,.85) !important;
  font-weight:600;
  letter-spacing:.2px;
}
.nav-link:hover{ color: var(--yellow) !important; }

.navbar .btn-cta{
  border-radius: 999px;
  padding: 10px 16px;
  font-weight:800;
}

/* Sections */
.section{
  position:relative;
  padding: 72px 0;
}

/* Glass helper */
.glass{
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.05));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 20px 70px rgba(0,0,0,.45);
  backdrop-filter: blur(14px);
}

/* Hero */
.hero{
  min-height: 92vh;
  display:flex;
  align-items:center;
  position:relative;
  background:
    linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.2) 50%, rgba(0,0,0,.72)),
    radial-gradient(900px 600px at 10% 20%, rgba(255,193,7,.16), transparent 60%),
    radial-gradient(700px 480px at 90% 10%, rgba(18,62,122,.55), transparent 55%),
    url('../images/hero-bg.jpg');
  background-size: cover;
  background-position: center;
}

.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.78));
  pointer-events:none;
}

.hero .container{ position:relative; z-index:2; }

.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255,193,7,.12);
  border: 1px solid rgba(255,193,7,.35);
  color: var(--yellow2);
  font-weight:900;
}

.hero h1{
  font-size: clamp(2.05rem, 4.5vw, 3.35rem);
  line-height:1.08;
  font-weight: 950;
  letter-spacing:-.8px;
  margin-top: 14px;
}
.hero h1 .accent{ color: var(--yellow); }

.hero p{
  color: rgba(234,240,255,.78);
  font-size: 1.05rem;
  line-height:1.7;
  max-width: 52ch;
}

.hero .btn{
  border-radius: 14px;
  padding: 12px 16px;
  font-weight: 900;
  letter-spacing:.2px;
}

.btn-cta{
  background: linear-gradient(180deg, #ffd54a, #ffc107);
  color: #0a0a0a;
  border: 1px solid rgba(255,193,7,.45);
}
.btn-ghost{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(234,240,255,.92);
}
.btn-ghost:hover{ border-color: rgba(255,193,7,.55); color: var(--yellow); }

.hero .hero-panel{
  border-radius: var(--radius);
  padding: 18px;
}

.hero-img{
  width:100%;
  max-width: 520px;
  border-radius: 22px;
  filter: drop-shadow(0 35px 65px rgba(0,0,0,.55));
}

/* Stats */
.stats-card{
  padding: 18px;
  border-radius: var(--radius);
}
.stats-number{
  font-weight: 950;
  letter-spacing: -.6px;
  font-size: clamp(1.7rem, 3.6vw, 2.25rem);
}
.stats-label{ color: var(--muted); font-weight: 700; }

.icon-bubble{
  width:48px;
  height:48px;
  border-radius: 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,193,7,.12);
  border: 1px solid rgba(255,193,7,.25);
}

/* Headings */
.kicker{
  color: var(--yellow);
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: .8rem;
}
.section h2{
  font-weight: 950;
  letter-spacing: -.6px;
  font-size: clamp(1.7rem, 3.6vw, 2.25rem);
}
.section p.lead{
  color: rgba(234,240,255,.76);
  line-height:1.7;
}

/* Packages */
.package-card{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(400px 220px at 10% 0%, rgba(255,193,7,.20), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.05));
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  overflow:hidden;
  transition: transform .25s ease, border-color .25s ease;
}
.package-card:hover{
  transform: translateY(-10px);
  border-color: rgba(255,193,7,.45);
}

.package-card .top{
  padding: 22px;
}
.package-card .name{
  font-weight: 950;
  letter-spacing: .4px;
}
.package-price{
  font-weight: 980;
  font-size: 2rem;
  margin-top: 10px;
}
.package-through{
  color: rgba(234,240,255,.75);
  font-weight: 700;
}

.package-card ul{
  margin:0;
  padding: 0 22px 22px 22px;
  list-style:none;
}
.package-card li{
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  display:flex;
  gap:10px;
  align-items:flex-start;
  color: rgba(234,240,255,.86);
}
.package-card li:first-child{ border-top: none; }

.check-dot{
  width:20px;
  height:20px;
  border-radius: 8px;
  background: rgba(255,193,7,.16);
  border: 1px solid rgba(255,193,7,.35);
  display:flex;
  align-items:center;
  justify-content:center;
  flex: 0 0 auto;
  margin-top: 2px;
}

/* Coverage */
.map-placeholder{
  height: 320px;
  border-radius: 22px;
  border: 1px dashed rgba(255,255,255,.22);
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
    radial-gradient(420px 220px at 50% 30%, rgba(255,193,7,.15), transparent 60%);
  display:flex;
  align-items:center;
  justify-content:center;
  color: rgba(234,240,255,.65);
}

.form-control, .form-select{
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  color: rgba(234,240,255,.95) !important;
  border-radius: 14px !important;
}
.form-control::placeholder{ color: rgba(234,240,255,.45) !important; }

/* JOSH Speed Test */
.speedtest-panel{
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  border-radius: 22px;
  padding: 18px;
}
.speedtest-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.speedtest-value{
  font-weight: 980;
  letter-spacing: -.8px;
  font-size: 1.65rem;
  margin-top: 6px;
  color: var(--yellow);
}

@media (max-width: 576px){
  .speedtest-grid{ grid-template-columns: 1fr; }
  .speedtest-value{ font-size: 1.35rem; }
}


/* Download cards */
.download-card{
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.14);
  transition: transform .25s ease, border-color .25s ease;
}
.download-card:hover{
  transform: translateY(-8px);
  border-color: rgba(255,193,7,.45);
}
.download-icon{
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,193,7,.12);
  border: 1px solid rgba(255,193,7,.25);
}
.download-icon i{ color: var(--yellow); font-size: 1.6rem; }


/* Reviews */
.review-card{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(12px);
  padding: 22px;
  box-shadow: var(--shadow);
}
.review-quote{
  color: rgba(234,240,255,.78);
  line-height:1.7;
}

/* FAQ */
.accordion-item{
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 16px !important;
  margin-bottom: 10px;
  overflow:hidden;
}

.accordion-button{
  background: rgba(255,255,255,.02) !important;
  color: rgba(234,240,255,.95) !important;
  font-weight: 850;
}
.accordion-button:not(.collapsed){
  color: var(--yellow) !important;
  box-shadow: none !important;
}

/* Buttons */
.btn-warning{ background: linear-gradient(180deg, #ffd54a, #ffc107) !important; border:none; color:#0a0a0a; font-weight:950; }

/* WhatsApp floating */
.whatsapp-btn{
  position:fixed;
  right: 16px;
  bottom: 16px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  display:flex;
  justify-content:center;
  align-items:center;
  z-index: 1600;
  box-shadow: 0 18px 60px rgba(0,0,0,.55);
  border: 1px solid rgba(255,255,255,.18);
  transition: transform .2s ease;
}
.whatsapp-btn:hover{ transform: translateY(-3px); }

/* Scroll top */
.js-scroll-top{
  position:fixed;
  right: 16px;
  bottom: 92px;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(14px);
  z-index: 1600;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  pointer-events:none;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease;
}
.js-scroll-top.is-visible{
  opacity:1;
  pointer-events:auto;
  transform: translateY(0);
}

/* Premium Footer */
.footer{
  background: radial-gradient(1200px 300px at 20% 0%, rgba(255,193,7,.16), transparent 50%),
              radial-gradient(900px 280px at 80% 0%, rgba(11,44,95,.55), transparent 55%),
              linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.78));
  border-top: 1px solid rgba(255,193,7,.30);
  padding: 58px 0 40px;
  position: relative;
}

.footer::before{
  content:"";
  position:absolute;
  left:0; right:0; top:0;
  height:1px;
  background: linear-gradient(90deg, rgba(255,193,7,.0), rgba(255,193,7,.85), rgba(255,193,7,.0));
  opacity: .9;
}

.footer-brand img{ height: 64px; }
.footer .footer-title{
  color: rgba(255,255,255,.95);
  font-weight: 950;
  letter-spacing: -.2px;
}

.footer p{ color: var(--muted); margin-top: 14px; }

.footer a{
  color: rgba(234,240,255,.78);
  transition: color .2s ease, transform .2s ease, text-shadow .2s ease;
}

.footer a:hover{
  color: var(--yellow);
  text-shadow: 0 0 18px rgba(255,193,7,.20);
  transform: translateY(-1px);
}

.footer-links{
  display:flex;
  flex-direction:column;
  gap: 10px;
  margin-top: 14px;
}

.footer-links a{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(255,255,255,.08);
}

.footer-links a:hover{
  background: rgba(255,255,255,.05);
  border-color: rgba(255,193,7,.30);
}

.footer-social{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.social-icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 14px 40px rgba(0,0,0,.35);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.social-icon i{ color: rgba(234,240,255,.88); }

.social-icon:hover{
  transform: translateY(-2px);
  border-color: rgba(255,193,7,.50);
  background: rgba(255,193,7,.08);
}

.footer-bottom{
  border-top: 1px solid rgba(255,255,255,.10);
  margin-top: 26px;
  padding-top: 18px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-bottom .copyright{ color: rgba(234,240,255,.72); font-weight: 700; }

.footer-glow{
  position:absolute;
  inset:auto -10% -30% -10%;
  height: 260px;
  background: radial-gradient(closest-side, rgba(255,193,7,.22), transparent 70%);
  filter: blur(16px);
  pointer-events:none;
}

@media (max-width: 576px){
  .footer{ padding-top: 44px; }
  .footer-bottom{ justify-content: center; text-align:center; }
}

/* Back to top (uses js-scroll-top existing styles) */
.js-scroll-top{ box-shadow: 0 22px 70px rgba(0,0,0,.55); }



/* FIFA / FTP / Live Match Glass Styles */
.fifa-glass{
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.14);
  background: radial-gradient(600px 260px at 20% 0%, rgba(255,193,7,.20), transparent 60%), rgba(255,255,255,.05);
  backdrop-filter: blur(14px);
  box-shadow: 0 28px 90px rgba(0,0,0,.6);
}
.fifa-title{ font-weight: 980; letter-spacing: -.6px; font-size: 1.35rem; }
.fifa-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  border-radius: 999px;
  padding: 10px 14px;
  border: 1px solid rgba(255,193,7,.40);
  background: rgba(255,193,7,.12);
  color: var(--yellow);
  font-weight: 950;
}
.fifa-timer{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.timer-unit{
  flex: 1 1 120px;
  min-width: 110px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.18);
  padding: 14px;
}
.timer-value{
  font-weight: 990;
  letter-spacing: -.8px;
  font-size: 2rem;
  color: var(--yellow);
  line-height: 1;
}
.timer-label{ margin-top: 8px; color: rgba(234,240,255,.75); font-weight: 800; font-size: .92rem; }

.fifa-match-card{
  border-radius: 26px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  backdrop-filter: blur(14px);
  box-shadow: 0 30px 90px rgba(0,0,0,.6);
}
.fifa-ftp-card{ border-radius: 26px; padding: 22px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.04); backdrop-filter: blur(14px); box-shadow: var(--shadow); }
.ftp-feature{
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  color: rgba(234,240,255,.88);
  font-weight: 800;
}
.ftp-speed-badge{ display:inline-flex; align-items:center; gap:10px; border-radius:999px; padding: 10px 14px; border: 1px solid rgba(255,193,7,.40); background: rgba(255,193,7,.12); color: var(--yellow); font-weight: 950; }
.ftp-feature i, .ftp-speed-badge i{ color: var(--yellow); }
.fifa-ftp-side{ border-radius: 26px; }

/* Responsive */
@media (max-width: 390px){

  /* Mobile-tuned ultra small screens */
  .hero-badge{ display:inline-flex; max-width: 100%; white-space: normal; padding: 9px 12px; }
  .hero{ min-height: 88vh; }
  .hero p{ font-size: .98rem; }
  .hero .btn{ min-height: 50px; padding: 12px 14px; }
  .hero h1{ font-size: clamp(1.75rem, 7.5vw, 2.25rem); }
  .hero-img{ max-width: 88% !important; }
  .section{ padding: 54px 0; }
}

@media (max-width: 576px){
  .hero{ min-height: 88vh; }
  .hero p{ font-size: 1rem; }
  .hero .btn{ min-height: 50px; }
}


