:root{
  --brand:#eb1503;
  --brand-dark:#c91202;
  --accent:#0ea5e9;
  --ink:#101828;
  --text:#1f2937;
  --muted:#667085;
  --soft:#fdf2f1;
  --surface:#ffffff;
  --line:#e2f0e9;
  --shadow:0 18px 44px rgba(235,21,3,.08);
  --radius:28px;
  --maxw:1180px;
}
*{box-sizing:border-box}
html,body{min-height:100%}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:
    linear-gradient(180deg,#fff 0%,#fff 120px,var(--soft) 120px,var(--soft) 100%);
  letter-spacing:-.01em;
}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:none}
.topbar{
  color:#fff;
  background:linear-gradient(90deg,#240300 0%,#380501 65%,#520701 100%);
  font-size:14px;
}
.topbar .inner{
  max-width:var(--maxw);
  margin:0 auto;
  padding:11px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.badge{display:inline-flex;align-items:center;gap:10px;font-weight:650}
.badge .dot{
  width:9px;height:9px;border-radius:50%;
  background:#ff4f3d;
  box-shadow:0 0 0 7px rgba(255,79,61,.18);
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:46px;
  padding:13px 19px;
  border-radius:14px;
  border:1px solid transparent;
  background:linear-gradient(135deg,var(--brand),#ff3624);
  color:#fff;
  font-weight:850;
  letter-spacing:-.015em;
  box-shadow:0 16px 30px rgba(235,21,3,.24);
  transition:transform .14s ease, box-shadow .14s ease, filter .14s ease;
  white-space:nowrap;
}
.btn:hover{filter:brightness(.98);box-shadow:0 20px 40px rgba(235,21,3,.30)}
.btn:active{transform:translateY(1px)}
.btn.secondary{
  background:#fff;
  color:var(--ink);
  border-color:#e7e0d8;
  box-shadow:0 12px 26px rgba(16,24,40,.07);
}
.btn.secondary:hover{background:#fcedec}
header.site-header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(234,223,214,.88);
}
header .inner{
  max-width:var(--maxw);
  margin:0 auto;
  padding:18px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.brand{
  display:inline-flex;
  align-items:center;
  gap:13px;
  font-weight:950;
  color:var(--ink);
  line-height:1.05;
}
.logo{
  width:48px;
  height:48px;
  border-radius:50% 50% 50% 16%;
  background:conic-gradient(from 230deg,#eb1503,#0ea5e9,#101828,#eb1503);
  box-shadow:0 16px 34px rgba(235,21,3,.22);
  position:relative;
}
.logo:after{
  content:"";
  position:absolute;
  left:14px;top:13px;
  width:19px;height:21px;
  border-radius:6px 6px 9px 9px;
  background:#fff;
  transform:skewX(-8deg);
}
nav{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
nav a{
  padding:10px 13px;
  border-radius:12px;
  color:#5f6b7a;
  font-weight:760;
  font-size:14px;
}
nav a:hover{background:#fce8e6;color:var(--brand)}
nav a.active{background:#171b27;color:#fff}
main .wrap{
  max-width:var(--maxw);
  margin:0 auto;
  padding:42px 22px 72px;
}
.hero{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(330px,.72fr);
  gap:34px;
  align-items:stretch;
  padding:42px;
  border:1px solid rgba(234,223,214,.95);
  border-radius:38px;
  background:
    radial-gradient(650px 340px at 100% 0%,rgba(235,21,3,.10),transparent 58%),
    linear-gradient(135deg,#fff 0%,#fdf2f1 100%);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.hero:before{
  content:"";
  position:absolute;
  width:240px;height:240px;
  right:-70px;bottom:-90px;
  border-radius:50%;
  background:rgba(235,21,3,.07);
}
.hero>div:first-child{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center}
.hero h1{
  margin:0;
  font-size:clamp(34px,5vw,64px);
  line-height:.96;
  color:var(--ink);
  max-width:760px;
}
.hero p{
  margin:18px 0 0;
  color:var(--muted);
  font-size:18px;
  line-height:1.62;
  max-width:720px;
}
.hero .cta{margin-top:26px;display:flex;gap:12px;flex-wrap:wrap}
.hero .panel{
  position:relative;
  z-index:1;
  border:0;
  border-radius:30px;
  padding:30px;
  background:#171b27;
  color:#fff;
  box-shadow:0 24px 48px rgba(16,24,40,.20);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hero .panel h2{color:#fff!important;font-size:27px;line-height:1.1}
.hero .panel p{color:rgba(255,255,255,.78)!important;font-size:16px}
.hero .panel .btn.secondary{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.18);color:#fff;box-shadow:none}
.kpi{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:30px;
}
.kpi .item{
  border:1px solid rgba(234,223,214,.9);
  border-radius:22px;
  padding:16px 14px;
  background:rgba(255,255,255,.78);
}
.kpi .item strong{display:block;color:var(--ink);font-size:19px}
.kpi .item span{display:block;margin-top:5px;color:var(--muted);font-size:13px}
.section{margin-top:38px}
.section h2{margin:0 0 18px;font-size:32px;line-height:1.05;color:var(--ink)}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:16px}
.card{
  border:1px solid rgba(234,223,214,.98);
  border-radius:28px;
  background:#fff;
  padding:26px;
  box-shadow:0 12px 30px rgba(16,24,40,.06);
  position:relative;
  overflow:hidden;
}
.card:before{
  content:"";
  display:block;
  width:44px;height:5px;
  border-radius:99px;
  background:linear-gradient(90deg,var(--brand),var(--accent));
  margin-bottom:18px;
}
.card h3{margin:0 0 10px;color:var(--ink);font-size:22px}
.card p{margin:0;color:var(--muted);line-height:1.65}
.provider-list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.provider{
  display:flex;
  flex-direction:column;
  gap:8px;
  border:1px solid rgba(234,223,214,.95);
  border-radius:24px;
  padding:20px;
  background:#fff;
  box-shadow:0 10px 24px rgba(16,24,40,.05);
}
.provider:hover{box-shadow:0 18px 44px rgba(16,24,40,.10);transform:translateY(-1px)}
.provider .meta{color:var(--muted);font-size:13px;line-height:1.5}
.provider .actions{margin-top:8px;display:flex;gap:10px;flex-wrap:wrap}
.scroll-hint{margin-top:20px;display:inline-flex;align-items:center;gap:10px;color:var(--brand);font-weight:850}
.scroll-hint .arrow{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:#fff;border:1px solid var(--line)}
.provider-contact{margin-top:48px;padding-top:36px;border-top:1px solid rgba(234,223,214,.95)}
.big-callout{
  border-radius:34px;
  border:1px solid rgba(235,21,3,.18);
  background:linear-gradient(135deg,#240300 0%,#520701 100%);
  color:#fff;
  padding:34px;
  box-shadow:0 22px 54px rgba(13,30,26,.22);
}
.big-callout h2{margin:0;color:#fff}
.big-callout p{margin:12px 0 0;color:rgba(255,255,255,.78);line-height:1.62}
.notice{
  margin-top:16px;
  padding:15px 17px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  color:rgba(255,255,255,.80);
  font-size:14px;
  line-height:1.55;
}
.hero .notice{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:rgba(255,255,255,.8)}
.table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(234,223,214,.95);
  background:#fff;
  box-shadow:0 10px 28px rgba(16,24,40,.05);
}
.table th,.table td{text-align:left;padding:15px 16px;border-bottom:1px solid rgba(234,223,214,.8);vertical-align:top}
.table th{background:#171b27;color:#fff;font-size:13px}
.table tr:last-child td{border-bottom:0}
footer{border-top:1px solid rgba(234,223,214,.95);background:#fff;color:#475467}
footer .inner{max-width:var(--maxw);margin:0 auto;padding:28px 22px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;flex-wrap:wrap}
footer strong{color:var(--ink)}
footer .links{display:flex;gap:14px;flex-wrap:wrap;color:#667085;font-weight:650}
small.muted{color:var(--muted)}
.menu-btn{display:none;padding:11px 14px}
.menu-icon{width:18px;height:12px;display:inline-block;position:relative}
.menu-icon::before,.menu-icon::after,.menu-icon span{content:"";position:absolute;left:0;right:0;height:2px;border-radius:2px;background:currentColor}
.menu-icon::before{top:0}.menu-icon span{top:5px}.menu-icon::after{bottom:0}
@media (max-width:1060px){
  .hero{grid-template-columns:1fr;padding:32px}
  .kpi{grid-template-columns:repeat(2,1fr)}
  .grid{grid-template-columns:1fr}
  .provider-list{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:960px){
  .topbar .inner{padding:9px 14px}.topbar .btn{display:none}
  header .inner{position:relative;padding:12px 14px}
  .menu-btn{display:inline-flex;min-height:42px}
  .logo{width:38px;height:38px}.brand{gap:10px}.brand small{display:none}.brand span{line-height:1.04}
  nav{display:none}
  body.nav-open nav{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:8px;
    position:absolute;
    top:calc(100% + 8px);
    left:14px;
    right:14px;
    padding:12px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:22px;
    box-shadow:0 22px 44px rgba(16,24,40,.18);
    z-index:50;
  }
  body.nav-open nav a{width:100%;padding:13px 14px}
  main .wrap{padding:28px 14px 54px}
  .hero{border-radius:28px;padding:24px;gap:22px}
  .hero h1{font-size:42px}
  .hero p{font-size:16px}
  .hero .panel{border-radius:24px;padding:22px}
  .kpi{grid-template-columns:1fr 1fr;gap:10px}
  .provider-list{grid-template-columns:1fr}
  footer .inner{padding:24px 14px}
}
@media (max-width:520px){
  .badge span:last-child{font-size:13px}.hero h1{font-size:36px}.section h2{font-size:28px}.kpi{grid-template-columns:1fr}.hero .cta .btn{width:100%}
}

/* Premium mobile popup - EON styled, single number, instant open */
body.wb-popup-open{overflow:hidden}
#wbPremiumPopup{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(16,24,40,.50);
  backdrop-filter:blur(7px);
}
#wbPremiumPopup.is-open{display:flex}
#wbPremiumPopup .wb-premium-card{
  width:min(100%,430px);
  margin:0 14px;
  padding:24px 20px 20px;
  border-radius:30px;
  background:linear-gradient(180deg,#fff 0%,#f6fcf9 100%);
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 28px 72px rgba(16,24,40,.25);
  position:relative;
  overflow:hidden;
}
#wbPremiumPopup .wb-premium-card:before{
  content:"";
  position:absolute;
  top:0;left:0;right:0;height:6px;
  background:linear-gradient(90deg,#eb1503,#ff3624,#0ea5e9);
}
#wbPremiumPopup .wb-premium-close{
  position:absolute;
  top:14px;right:14px;
  width:42px;height:42px;
  border:0;border-radius:50%;
  background:#fff;
  color:#667085;
  font-size:25px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 12px 22px rgba(16,24,40,.10);
}
#wbPremiumPopup .wb-premium-logo{max-width:210px;max-height:82px;width:auto;height:auto;object-fit:contain;display:block;margin:8px auto 14px}
#wbPremiumPopup .wb-premium-title{margin:0;text-align:center;font-size:29px;line-height:1.08;font-weight:950;color:#101828}
#wbPremiumPopup .wb-premium-subtitle{margin:11px auto 0;text-align:center;color:#667085;font-size:15px;line-height:1.55;max-width:340px}
#wbPremiumPopup .wb-premium-number{margin:16px 0 0;text-align:center;font-size:15px;font-weight:900;letter-spacing:.13em;color:#eb1503}
#wbPremiumPopup .wb-premium-call{
  margin-top:18px;
  width:100%;
  min-height:62px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#eb1503,#ff3624);
  color:#fff;
  font-size:18px;
  font-weight:950;
  box-shadow:0 18px 36px rgba(235,21,3,.30);
}
#wbPremiumPopup .wb-premium-call:hover{text-decoration:none;filter:brightness(.98)}
#wbPremiumPopup .wb-premium-note{display:none}
@supports (padding:env(safe-area-inset-bottom)){
  #wbPremiumPopup .wb-premium-card{padding-bottom:calc(20px + env(safe-area-inset-bottom))}
}
@media (min-width:769px){#wbPremiumPopup{display:none!important}}
