
html.ad-traffic-popup body{overflow:hidden}
html.ad-traffic-popup .assistance-popup-overlay{display:flex}


:root{
  --bg:#07111f;
  --bg2:#0b1728;
  --panel:#0f1c2e;
  --panel-2:#12223a;
  --card:rgba(15,28,46,.85);
  --text:#f8fbff;
  --muted:#94a3b8;
  --line:rgba(255,255,255,.1);
  --line-2:rgba(255,255,255,.16);
  --accent:#38bdf8;
  --accent-2:#818cf8;
  --accent-3:#22c55e;
  --danger:#fb7185;
  --shadow:0 24px 80px rgba(0,0,0,.35);
  --radius-xl:30px;
  --radius-lg:22px;
  --radius-md:16px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',system-ui,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(56,189,248,.16), transparent 22%),
    radial-gradient(circle at 90% 0%, rgba(129,140,248,.14), transparent 18%),
    linear-gradient(180deg,#07111f 0%,#081323 100%);
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size:32px 32px;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.55), transparent 95%);
}
body.popup-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(var(--max), calc(100% - 32px)); margin:0 auto}
.topbar{
  border-bottom:1px solid var(--line);
  background:rgba(4,10,20,.7);
  backdrop-filter:blur(10px);
}
.topbar-inner{
  min-height:44px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  color:var(--muted);
  font-size:13px;
}
.site-header{
  position:sticky;
  top:0;
  z-index:90;
  background:rgba(7,17,31,.76);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(16px);
}
.header-inner{
  min-height:78px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
}
.brand-logo{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.brand-logo img{
  width:210px;
  max-width:100%;
  height:auto;
}
.brand-copy{
  display:flex;
  flex-direction:column;
}
.brand-title{font-size:18px;font-weight:800;letter-spacing:-.03em}
.brand-subtitle{font-size:12px;color:var(--muted);margin-top:4px}
.desktop-nav{
  display:flex;
  gap:24px;
  color:var(--muted);
}
.desktop-nav a:hover,.sidebar-nav a:hover{color:var(--text)}
.header-actions{
  display:flex;
  align-items:center;
  gap:12px;
}
.call-chip,.plan-pill,.metric,.why-item,.faq-item,.note-card,.info-card,.legal-card,.cta-panel,.footer-grid > div,.plan-card,.hero-card,.process-card,.coverage-card{
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  backdrop-filter:blur(12px);
}
.call-chip{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:999px;
}
.call-chip strong{font-size:15px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  border-radius:999px;
  padding:0 20px;
  font-weight:700;
  border:1px solid transparent;
  transition:.2s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  background:linear-gradient(135deg,var(--accent),var(--accent-2));
  color:#07111f;
  box-shadow:0 18px 44px rgba(56,189,248,.24);
}
.btn-secondary{
  border-color:var(--line-2);
  color:var(--text);
}
.menu-toggle,.sidebar-close,.popup-close{
  border:1px solid var(--line);
  background:rgba(255,255,255,.05);
  color:var(--text);
  cursor:pointer;
}
.menu-toggle{
  width:44px;height:44px;border-radius:14px;display:none;
}
.menu-toggle span{
  display:block;width:18px;height:2px;background:#fff;margin:4px auto;
}
.sidebar-overlay{
  position:fixed;inset:0;background:rgba(3,8,17,.64);opacity:0;pointer-events:none;transition:.2s;z-index:94;
}
.sidebar-overlay.show{opacity:1;pointer-events:auto}
.mobile-sidebar{
  position:fixed;top:0;right:-320px;width:min(320px,92vw);height:100vh;background:#081323;border-left:1px solid var(--line);z-index:95;transition:.24s;box-shadow:var(--shadow);
  padding:18px;
}
.mobile-sidebar.open{right:0}
.sidebar-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
.sidebar-close{width:36px;height:36px;border-radius:12px}
.sidebar-nav{display:grid;gap:8px}
.sidebar-nav a{
  padding:14px 12px;border-radius:14px;color:var(--muted);border:1px solid transparent
}
.sidebar-nav a:hover{background:rgba(255,255,255,.04);border-color:var(--line)}
.hero{padding:72px 0 28px}
.hero-grid{
  display:grid;
  grid-template-columns:1.06fr .94fr;
  gap:28px;
  align-items:center;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.05);
  color:#dbeafe;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:800;
}
.hero h1,.section-title{
  letter-spacing:-.05em;
  line-height:1.02;
}
.hero h1{
  font-size:clamp(38px,5vw,68px);
  margin:18px 0 16px;
}
.hero p,.section-copy p,.footer p,.footer li,.footer a,.legal-card p,.legal-card li,.hero-list li,.support-text,.faq-item p,.mini-note,.process-card p,.coverage-card p{
  color:var(--muted);
  line-height:1.72;
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-list{
  display:grid;
  gap:10px;
  padding:0;
  list-style:none;
  margin:22px 0 0;
}
.hero-list li{
  position:relative;
  padding-left:26px;
}
.hero-list li::before{
  content:"";
  position:absolute;left:0;top:11px;width:12px;height:12px;border-radius:50%;
  background:linear-gradient(135deg,var(--accent),var(--accent-3));
}
.hero-card{
  border-radius:var(--radius-xl);
  padding:26px;
  box-shadow:var(--shadow);
}
.hero-card-grid{
  display:grid;
  gap:16px;
}
.metric{
  display:flex;justify-content:space-between;align-items:center;
  border-radius:18px;padding:14px 16px;
}
.metric strong{font-size:20px}
.logo-upload{
  display:flex;align-items:center;gap:14px;padding:16px;border-radius:20px;border:1px dashed rgba(255,255,255,.22);background:rgba(255,255,255,.025)
}
.logo-upload-icon{
  width:54px;height:54px;border-radius:16px;background:rgba(56,189,248,.15);display:grid;place-items:center;font-size:26px;color:var(--accent)
}
.logo-upload small{display:block;color:var(--muted);margin-top:4px}
.section{padding:28px 0}
.section-head{
  display:flex;justify-content:space-between;gap:18px;align-items:end;flex-wrap:wrap;margin-bottom:22px
}
.section-title{font-size:clamp(28px,4vw,46px);margin:10px 0 0}
.plan-grid,.why-grid,.process-grid,.faq-grid,.info-grid,.legal-grid{
  display:grid;
  gap:18px;
}
.plan-grid{grid-template-columns:repeat(4,1fr)}
.plan-card{
  border-radius:24px;
  padding:22px;
  position:relative;
  overflow:hidden;
}
.plan-card.featured{
  border-color:rgba(56,189,248,.35);
  box-shadow:0 24px 60px rgba(56,189,248,.12);
}
.plan-badge{
  position:absolute;top:14px;right:14px;
  padding:8px 10px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;background:rgba(34,197,94,.15);color:#dcfce7;border:1px solid rgba(34,197,94,.25);
}
.plan-provider{
  font-size:14px;color:#cbd5e1;font-weight:700;letter-spacing:.04em;text-transform:uppercase;
}
.plan-price{
  font-size:42px;font-weight:900;letter-spacing:-.06em;margin:12px 0 8px
}
.plan-price span{font-size:18px;font-weight:700;color:var(--muted)}
.plan-sub{
  color:var(--muted);font-size:14px;min-height:48px
}
.plan-meta{
  display:grid;gap:10px;margin:18px 0 20px
}
.plan-pill{
  padding:10px 12px;border-radius:14px;color:#dbeafe;font-size:14px
}
.card-actions{display:flex;gap:10px;flex-wrap:wrap}
.why-grid{grid-template-columns:repeat(3,1fr)}
.why-item,.process-card,.coverage-card,.faq-item,.info-card,.legal-card,.footer-grid > div{
  border-radius:22px;padding:22px
}
.why-item h3,.process-card h3,.coverage-card h3,.faq-item h3,.info-card h3,.legal-card h3{margin:0 0 10px;font-size:22px;letter-spacing:-.03em}
.process-grid{grid-template-columns:repeat(3,1fr)}
.process-number{
  width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#07111f;font-weight:900;margin-bottom:16px
}
.coverage-banner{
  margin-top:18px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:18px;
}
.faq-grid{grid-template-columns:repeat(2,1fr)}
.info-grid{grid-template-columns:repeat(2,1fr)}
.cta-panel{
  margin-top:12px;
  border-radius:28px;
  padding:24px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}
.cta-panel h3{margin:0 0 8px;font-size:30px;letter-spacing:-.04em}
.footer{padding:28px 0 34px}
.footer-cta{
  border:1px solid var(--line);
  background:rgba(255,255,255,.045);
  border-radius:28px;
  padding:24px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  margin-bottom:18px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr;
  gap:18px;
}
.footer-grid h4{margin:0 0 12px;font-size:18px}
.footer-grid ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.footer-bottom{
  margin-top:18px;
  color:var(--muted);
  border-top:1px solid var(--line);
  padding-top:16px;
  font-size:14px;
}
.legal-shell{padding:44px 0 28px}
.legal-grid{grid-template-columns:1fr}
.floating-call{
  position:fixed;
  right:16px;
  bottom:16px;
  z-index:92;
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:12px 14px;
  border-radius:999px;
  border:1px solid rgba(56,189,248,.35);
  background:rgba(7,17,31,.92);
  box-shadow:0 18px 44px rgba(0,0,0,.32);
}
.floating-call small{display:block;color:var(--muted);font-size:11px}
.floating-call strong{display:block;font-size:14px}

.assistance-popup-overlay{
  position:fixed;
  inset:0;
  z-index:120;
  background:rgba(3,10,23,.68);
  backdrop-filter:blur(8px);
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
}
.assistance-popup-overlay.show{display:flex}
.assistance-popup{
  position:relative;
  width:min(380px,100%);
  border-radius:30px;
  border:1px solid rgba(183,205,240,.45);
  background:linear-gradient(115deg, rgba(251,252,255,.98) 8%, rgba(239,244,252,.98) 58%, rgba(221,234,249,.98) 100%);
  box-shadow:0 40px 100px rgba(0,10,32,.42);
  padding:18px 18px 22px;
  overflow:hidden;
}
.assistance-popup::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top right, rgba(180,208,246,.55), transparent 34%);
  pointer-events:none;
}
.popup-close{
  position:relative;
  z-index:1;
  width:40px;
  height:40px;
  border-radius:14px;
  border:1px solid rgba(191,208,233,.8);
  background:linear-gradient(180deg, rgba(247,249,253,.95), rgba(228,236,247,.92));
  color:#425270;
  cursor:pointer;
  font-size:24px;
  line-height:1;
}
.popup-brand{
  position:relative;
  z-index:1;
  width:130px;
  height:130px;
  margin:12px auto 8px;
  border-radius:28px;
  border:1px solid rgba(207,220,240,.92);
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(241,246,253,.95));
  display:flex;
  align-items:center;
  justify-content:center;
  color:#12307f;
}
.popup-brand-o{
  font-size:62px;
  line-height:1;
  font-weight:500;
  margin-right:2px;
}
.popup-brand-two{
  font-size:38px;
  font-weight:700;
  transform:translateY(18px);
}
.popup-body{
  position:relative;
  z-index:1;
  padding:10px 12px 0;
}
.popup-body-centered{text-align:center}
.popup-body h3{
  margin:18px 0 8px;
  font-size:28px;
  line-height:1.15;
  letter-spacing:-.04em;
  color:#182d57;
}
.popup-body p{
  margin:0 auto;
  max-width:290px;
  font-size:15px;
  line-height:1.7;
  color:#657997;
}
.popup-number-box{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:60px;
  margin:24px 0 0;
  border-radius:18px;
  border:1px solid rgba(199,213,236,.95);
  background:linear-gradient(180deg, rgba(247,250,254,.98), rgba(235,241,249,.95));
  font-size:20px;
  font-weight:800;
  letter-spacing:.02em;
  color:#182d57;
}
.popup-footer{
  position:relative;
  z-index:1;
  padding:18px 12px 10px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.popup-footer-stacked .btn{width:100%}
.popup-call-btn{
  min-height:52px;
  border:none;
  background:linear-gradient(90deg, #77c6f4 0%, #b7a4f7 100%);
  color:#12203f;
  font-size:16px;
  font-weight:800;
  box-shadow:none;
}
.mobile-only{display:none}
@media (max-width:1080px){
  .plan-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:920px){
  .desktop-nav,.call-chip.desktop-only{display:none}
  .menu-toggle{display:block}
  .hero-grid,.coverage-banner,.process-grid,.why-grid,.faq-grid,.info-grid{grid-template-columns:1fr}
  .hero{padding-top:52px}
}
@media (max-width:640px){
  .container{width:min(var(--max), calc(100% - 22px))}
  .topbar-inner{font-size:12px}
  .brand-logo img{width:170px}
  .hero h1{font-size:36px}
  .plan-grid,.footer-grid{grid-template-columns:1fr}
  .plan-price{font-size:36px}
  .popup-body h3{font-size:26px}
  .popup-number-box{font-size:18px;min-height:56px}
  .footer-cta,.cta-panel{padding:20px}
  .floating-call{left:12px;right:12px;justify-content:center}
}
