:root{
  --bg:#03060b;
  --bg2:#07111c;
  --card:#0c1420;
  --card2:#101a28;
  --text:#f7fbff;
  --muted:#b8cad8;
  --soft:#8ba3b6;
  --border:rgba(255,255,255,.12);
  --blue:#2b9bed;
  --blue2:#0c65d8;
  --orange:#ff7b22;
  --orange2:#ffac3f;
  --purple:#8f6dff;
  --success:#2ef0a7;
  --shadow:0 24px 70px rgba(0,0,0,.45);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;background:radial-gradient(circle at 40% -10%,rgba(33,105,183,.2),transparent 36%),linear-gradient(180deg,#050914 0%,#060b13 36%,#04070d 100%);color:var(--text);line-height:1.6;overflow-x:hidden}
a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}button,input,textarea{font:inherit}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.narrow{max-width:920px}.center{text-align:center}.skip{position:absolute;left:-999px;top:10px;background:#fff;color:#000;padding:10px 15px;z-index:9999}.skip:focus{left:10px}.topline{background:#060910;border-bottom:1px solid rgba(255,255,255,.07);font-size:13px;color:#bcd1df}.top-inner{height:34px;display:flex;align-items:center;justify-content:space-between}.top-inner a{color:#fff;font-weight:800;background:rgba(255,123,34,.18);border:1px solid rgba(255,123,34,.28);padding:4px 12px;border-radius:999px}.site-header{position:sticky;top:0;z-index:1000;background:rgba(3,6,11,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 8px 28px rgba(0,0,0,.24)}.nav-wrap{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:10px;font-weight:300;letter-spacing:.5px}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#f15b19,#ffb240);box-shadow:0 0 26px rgba(255,123,34,.4)}.brand-word{font-size:28px;line-height:1;color:#fff;white-space:nowrap}.brand-word span{color:var(--orange);font-weight:700}.main-nav{display:flex;align-items:center;gap:22px;font-size:15px;font-weight:700}.main-nav>a:not(.nav-cta),.dropdown>button{color:#e8f2fa;opacity:.9}.main-nav>a:hover,.dropdown>button:hover{color:#fff;opacity:1}.dropdown{position:relative}.dropdown>button{background:transparent;border:0;cursor:pointer;padding:25px 0}.dropdown-menu{position:absolute;right:0;top:100%;min-width:210px;background:rgba(7,12,20,.98);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:14px;padding:10px;display:none}.dropdown:hover .dropdown-menu,.dropdown.open .dropdown-menu{display:grid}.dropdown-menu a{padding:10px 12px;border-radius:9px;color:#d6e6f2}.dropdown-menu a:hover{background:rgba(255,255,255,.07)}.nav-cta{background:linear-gradient(135deg,var(--orange),var(--orange2));color:#1b0b02!important;border-radius:999px;padding:11px 19px;font-weight:900;box-shadow:0 12px 30px rgba(255,123,34,.23)}.nav-toggle{display:none;background:transparent;border:0;padding:8px;cursor:pointer}.nav-toggle span{display:block;width:28px;height:2px;background:#fff;margin:6px 0;border-radius:4px}.section{padding:82px 0;position:relative}.section-dark{background:linear-gradient(180deg,#060b14,#03060b)}.hero{min-height:740px;display:grid;align-items:center;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,6,11,.97) 0%,rgba(3,6,11,.78) 45%,rgba(3,6,11,.92) 100%),url('../img/flame-mask.svg') center/cover no-repeat;opacity:.92}.hero:after{content:"";position:absolute;right:-12%;top:3%;width:48vw;height:48vw;border-radius:50%;background:radial-gradient(circle,rgba(255,123,34,.34),rgba(255,123,34,.05) 42%,transparent 66%);filter:blur(14px)}.hero-glow{position:absolute;pointer-events:none;border-radius:999px;filter:blur(30px)}.hero-glow-one{width:300px;height:300px;left:-80px;top:160px;background:rgba(43,155,237,.2)}.hero-glow-two{width:360px;height:360px;right:70px;bottom:80px;background:rgba(255,123,34,.16)}.flame-bg{position:absolute;right:-80px;bottom:-40px;width:390px;height:550px;background:linear-gradient(180deg,#ff9d2a,#b74105);clip-path:polygon(47% 0,65% 22%,61% 41%,83% 26%,73% 55%,100% 70%,74% 68%,82% 100%,52% 84%,25% 100%,30% 74%,0 82%,24% 56%,6% 38%,34% 45%);opacity:.45}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.eyebrow{display:inline-block;margin:0 0 15px;color:#8fd1ff;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.2em}.eyebrow.orange{color:#ffb266}.eyebrow.purple{color:#c0b2ff}h1,h2,h3{line-height:1.06;margin:0 0 18px}h1{font-size:clamp(42px,6vw,78px);letter-spacing:-.055em;max-width:760px}h2{font-size:clamp(34px,4.1vw,56px);letter-spacing:-.035em}h3{font-size:24px}.lead{font-size:22px;color:#e7f3ff}.hero-copy p:not(.eyebrow){font-size:18px;color:var(--muted);max-width:710px}.hero-actions{display:flex;align-items:center;gap:20px;margin:32px 0 18px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;min-height:48px;padding:13px 22px;border:0;cursor:pointer;font-weight:900;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--orange),var(--orange2));color:#150803;box-shadow:0 14px 34px rgba(255,123,34,.28)}.btn-outline{background:rgba(255,255,255,.055);color:#fff;border:1px solid rgba(255,255,255,.22)}.btn-outline:hover{background:rgba(255,255,255,.1)}.btn-discord{background:#5865f2;color:white}.price-badge{display:flex;align-items:baseline;gap:8px;background:rgba(255,255,255,.07);border:1px solid var(--border);border-radius:18px;padding:14px 18px;box-shadow:0 12px 32px rgba(0,0,0,.16)}.price-badge span{color:var(--muted);font-size:13px;text-transform:uppercase}.price-badge strong{font-size:32px;color:#fff}.price-badge small{color:var(--muted)}.device-pills{display:flex;gap:10px;flex-wrap:wrap}.device-pills span{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.055);color:#dcecff;border-radius:999px;padding:8px 12px;font-weight:800;font-size:13px}.hero-art{display:grid;place-items:center}.product-orbit{position:relative;min-height:500px;display:grid;place-items:center;width:100%}.product-orbit:before{content:"";position:absolute;width:min(480px,95%);aspect-ratio:1;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:inset 0 0 60px rgba(255,255,255,.04),0 0 80px rgba(255,123,34,.1)}.product-orbit img{position:relative;z-index:2;max-height:470px;filter:drop-shadow(0 35px 60px rgba(0,0,0,.48))}.orbit-card{position:absolute;z-index:3;min-width:185px;padding:14px 16px;background:rgba(10,18,29,.78);border:1px solid rgba(255,255,255,.16);box-shadow:var(--shadow);backdrop-filter:blur(14px);border-radius:18px}.orbit-card b{display:block;color:#fff}.orbit-card span{display:block;color:#aecaDE;font-size:13px}.card-top{right:6%;top:17%}.card-bottom{left:3%;bottom:16%}.section-title{text-align:center;max-width:850px;margin:0 auto 34px}.section-title p{color:var(--muted);font-size:18px}.feature-strip{display:flex;gap:9px;justify-content:center;flex-wrap:wrap;margin:0 auto 34px}.feature-strip span{padding:9px 13px;border-radius:999px;background:rgba(43,155,237,.12);border:1px solid rgba(43,155,237,.25);font-weight:900;color:#cfeaff;font-size:12px}.comparison-wrap{overflow:auto;margin-bottom:28px;border:1px solid rgba(255,255,255,.12);border-radius:22px;box-shadow:0 18px 48px rgba(0,0,0,.24);background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))}.comparison-table{width:100%;min-width:800px;border-collapse:collapse;text-align:center}.comparison-table th,.comparison-table td{padding:17px 16px;border-bottom:1px solid rgba(255,255,255,.08)}.comparison-table th{background:rgba(255,123,34,.13);font-size:15px;color:#fff}.comparison-table td:first-child,.comparison-table th:first-child{text-align:left;color:#dbeefd;font-weight:900}.comparison-table tr:last-child td{border-bottom:0}.plan-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;align-items:stretch}.plan-card{position:relative;overflow:hidden;display:flex;flex-direction:column;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));border:1px solid var(--border);border-radius:26px;padding:24px 20px;box-shadow:0 20px 45px rgba(0,0,0,.24);min-height:100%;transition:transform .2s ease,border-color .2s ease}.plan-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% -10%,rgba(255,123,34,.2),transparent 35%);opacity:.7;pointer-events:none}.plan-card:hover{transform:translateY(-5px);border-color:rgba(255,123,34,.45)}.plan-card img{height:108px;object-fit:contain;margin:0 auto 12px;position:relative;z-index:2}.plan-card h3{font-size:25px;text-align:center}.plan-card ul{list-style:none;padding:0;margin:0 0 18px;color:#d2e4f0;font-size:14px;position:relative;z-index:2}.plan-card li{padding:8px 0;border-bottom:1px dashed rgba(255,255,255,.1)}.plan-card li:before{content:"✓";color:var(--success);font-weight:900;margin-right:7px}.plan-price{text-align:center;margin:auto 0 16px;color:#c6d5e1}.plan-price strong{font-size:28px;color:white}.plan-card .btn{width:100%;margin:5px 0}.plan-card small{text-align:center;color:#9fb4c3;margin-top:9px}.ribbon{position:absolute;top:16px;right:-38px;transform:rotate(38deg);background:linear-gradient(135deg,var(--blue),#76c7ff);color:#06101a;padding:6px 38px;font-weight:1000;font-size:11px;z-index:3}.section-video{background:linear-gradient(135deg,rgba(8,16,28,.95),rgba(17,10,4,.96));border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.reverse{direction:rtl}.reverse>*{direction:ltr}.video-frame,.mini-video{position:relative;background:#05070b;border:1px solid rgba(255,255,255,.13);border-radius:28px;padding:10px;box-shadow:var(--shadow)}.video-frame:before,.mini-video:before{content:"";position:absolute;inset:-2px;background:linear-gradient(135deg,rgba(43,155,237,.42),rgba(255,123,34,.42));border-radius:30px;z-index:-1;filter:blur(10px);opacity:.65}.video-frame video,.mini-video video{width:100%;aspect-ratio:16/9;border-radius:20px;background:#000;object-fit:cover}.astro-section{background:radial-gradient(circle at 80% 20%,rgba(255,123,34,.16),transparent 36%),linear-gradient(180deg,#07111c,#060b12)}.media-stack{display:grid;gap:18px}.main-img{max-height:420px;margin-inline:auto;filter:drop-shadow(0 26px 54px rgba(0,0,0,.42))}.mini-video{max-width:520px;margin:0 auto}.astro-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:52px}.astro-gallery figure{margin:0;background:rgba(255,255,255,.055);border:1px solid var(--border);border-radius:22px;overflow:hidden;box-shadow:0 16px 38px rgba(0,0,0,.28)}.astro-gallery img{width:100%;aspect-ratio:16/9;object-fit:cover}.astro-gallery figcaption{padding:15px 16px;color:#d5e4ee;font-size:14px}.vpn-section{background:linear-gradient(135deg,rgba(16,10,30,.9),rgba(6,9,16,.96))}.vpn-card-img{display:grid;place-items:center;background:radial-gradient(circle at 50% 35%,rgba(143,109,255,.22),transparent 55%);border:1px solid var(--border);border-radius:30px;min-height:370px;padding:30px;box-shadow:var(--shadow)}.vpn-card-img img{max-height:310px;object-fit:contain}.faq-section{background:#050911}.tiny-flame{height:74px;object-fit:contain;margin:0 auto 12px}.accordion{display:grid;gap:12px}.accordion-item{border:1px solid var(--border);background:rgba(255,255,255,.045);border-radius:18px;overflow:hidden}.accordion-item button{width:100%;text-align:left;background:transparent;border:0;color:white;padding:18px 22px;font-weight:900;cursor:pointer;display:flex;justify-content:space-between;gap:20px}.accordion-item button:after{content:"+";font-size:24px;color:var(--orange)}.accordion-item.active button:after{content:"−"}.accordion-item>div{display:none;padding:0 22px 20px;color:var(--muted)}.accordion-item.active>div{display:block}.contact-section{background:radial-gradient(circle at 20% 20%,rgba(43,155,237,.14),transparent 34%),#060b13}.contact-form{display:grid;gap:14px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));border:1px solid var(--border);border-radius:24px;padding:24px;box-shadow:var(--shadow)}.contact-form label{display:grid;gap:7px;color:#fff;font-weight:900}.contact-form label span{color:#94aabd;font-size:12px;font-weight:700}.contact-form input,.contact-form textarea{width:100%;border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.25);border-radius:13px;color:#fff;padding:13px 14px;outline:none}.contact-form input:focus,.contact-form textarea:focus{border-color:rgba(43,155,237,.8);box-shadow:0 0 0 4px rgba(43,155,237,.13)}.form-note{font-size:12px;color:var(--soft);margin:0}.reviews-section{background:linear-gradient(180deg,#07111c,#050911)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.reviews-grid article{background:rgba(255,255,255,.055);border:1px solid var(--border);border-radius:24px;padding:26px;color:#ffd15a;box-shadow:0 16px 38px rgba(0,0,0,.24)}.reviews-grid p{color:#dcecf8}.reviews-grid strong{color:white}.signup-section{background:radial-gradient(circle at 50% 10%,rgba(255,123,34,.12),transparent 40%),#050911}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:30px 0 44px}.steps div{background:rgba(255,255,255,.055);border:1px solid var(--border);border-radius:22px;padding:24px}.steps span{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;margin:0 auto 14px;background:linear-gradient(135deg,var(--orange),var(--orange2));color:#190a00;font-weight:1000}.steps p{color:var(--muted)}.payment{max-width:460px;margin:20px auto 26px}.signup-buttons{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.modal{position:fixed;inset:0;z-index:2000;display:none}.modal.show{display:block}.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.75);backdrop-filter:blur(8px)}.modal-panel{position:relative;width:min(980px,calc(100% - 28px));max-height:calc(100vh - 40px);overflow:auto;margin:20px auto;background:#07101b;border:1px solid rgba(255,255,255,.13);border-radius:28px;padding:26px;box-shadow:var(--shadow)}.modal-close{position:absolute;right:18px;top:18px;width:42px;height:42px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.06);color:white;border-radius:50%;cursor:pointer;font-size:28px;line-height:1}.modal-head{display:flex;gap:18px;align-items:center;margin-bottom:20px}.modal-head img{width:94px;height:94px;object-fit:contain}.connection-tabs{display:flex;gap:9px;flex-wrap:wrap;margin:16px 0}.connection-tabs button{border:1px solid var(--border);background:rgba(255,255,255,.06);color:#fff;border-radius:999px;padding:10px 14px;cursor:pointer;font-weight:900}.connection-tabs button.active{background:var(--blue);border-color:var(--blue)}.pricing-table{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.price-card{border:1px solid var(--border);border-radius:18px;background:rgba(255,255,255,.045);padding:18px;text-align:center}.price-card h3{font-size:19px}.price-card strong{display:block;font-size:38px;margin:10px 0}.price-card small{display:block;color:var(--muted);margin-bottom:14px}.price-card .save{color:#ffd45c;font-weight:1000}.page-hero{padding:120px 0 70px;overflow:hidden}.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,6,11,.96),rgba(3,6,11,.85)),url('../img/flame-mask.svg') center/cover no-repeat;opacity:.9}.page-hero .container{position:relative;z-index:2}.guide-layout{display:grid;grid-template-columns:270px 1fr;gap:36px;align-items:start}.guide-toc{position:sticky;top:130px;display:grid;gap:8px;background:rgba(255,255,255,.055);border:1px solid var(--border);border-radius:20px;padding:14px}.guide-toc a{padding:10px 12px;border-radius:12px;color:#d7e7f5;font-weight:800}.guide-toc a:hover{background:rgba(255,255,255,.07)}.guide-content h2{margin-top:34px;padding-top:8px}.guide-content p,.guide-content li{color:var(--muted)}.img-grid{display:grid;gap:14px;margin:18px 0 30px}.img-grid.two{grid-template-columns:repeat(2,1fr)}.img-grid img{border-radius:16px;border:1px solid var(--border);background:#111;box-shadow:0 12px 34px rgba(0,0,0,.22);width:100%;aspect-ratio:16/9;object-fit:cover}.guide-card,.guide-support{border:1px solid var(--border);background:rgba(255,255,255,.045);border-radius:22px;padding:22px;margin:24px 0}.download-list.compact{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.download-list a{padding:14px;border-radius:12px;background:rgba(43,155,237,.11);border:1px solid rgba(43,155,237,.25);font-weight:900;color:#c9e7ff}.intro{max-width:850px;margin:0 auto 40px!important}.codes-section h2{margin-top:36px}.codes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:18px 0 36px}.code-card{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));border:1px solid var(--border);border-radius:22px;padding:24px;box-shadow:0 16px 40px rgba(0,0,0,.22)}.code-card strong{display:inline-block;font-size:34px;color:#fff;background:linear-gradient(135deg,var(--blue),var(--orange));border-radius:14px;padding:4px 12px;margin:5px 0 12px}.code-card a{color:#9bd3ff;font-weight:900}.contact-center{max-width:560px;margin:20px auto 0}.site-footer{background:#03060b;border-top:1px solid var(--border);padding:28px 0;text-align:center;color:var(--muted)}.site-footer a{color:#ddecff}.back-top{display:inline-block;margin-bottom:8px;color:#7fbff4!important}.reveal{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s ease}.reveal.in{opacity:1;transform:none}
@media (max-width:1180px){.main-nav{gap:13px;font-size:14px}.plan-grid{grid-template-columns:repeat(3,1fr)}.plan-card{min-height:auto}.astro-gallery,.codes-grid{grid-template-columns:repeat(2,1fr)}.pricing-table{grid-template-columns:repeat(2,1fr)}}
@media (max-width:860px){.topline{display:none}.nav-toggle{display:block}.nav-wrap{height:70px}.brand-word{font-size:23px}.main-nav{position:absolute;top:70px;left:0;right:0;background:#050912;border-bottom:1px solid var(--border);display:none;flex-direction:column;align-items:stretch;padding:14px 20px}.main-nav.show{display:flex}.dropdown>button{padding:0;text-align:left}.dropdown-menu{position:static;display:none;box-shadow:none;margin:8px 0}.dropdown.open .dropdown-menu{display:grid}.hero,.page-hero{min-height:auto;padding:90px 0 60px}.hero-grid,.split-grid,.reverse,.guide-layout{grid-template-columns:1fr;gap:34px}.product-orbit{min-height:350px}.product-orbit img{max-height:310px}.orbit-card{display:none}.plan-grid,.astro-gallery,.reviews-grid,.steps,.img-grid.two,.codes-grid,.download-list.compact,.pricing-table{grid-template-columns:1fr}.guide-toc{position:static}.section{padding:60px 0}h1{font-size:42px}.lead{font-size:18px}.modal-panel{margin:15px auto;max-height:calc(100vh - 30px);padding:20px}.modal-head{align-items:flex-start}.modal-head img{width:70px;height:70px}.comparison-wrap{margin-inline:-10px;border-radius:16px}.flame-bg{opacity:.2;width:300px;height:400px}.reviews-grid,.steps{gap:14px}}
@media (max-width:520px){.container{width:min(var(--max),calc(100% - 24px))}.hero-actions{align-items:stretch}.hero-actions .btn,.price-badge{width:100%;justify-content:center}.plan-card{border-radius:20px;padding:20px 16px}.video-frame,.mini-video{border-radius:20px;padding:6px}.video-frame video,.mini-video video{border-radius:15px}.pricing-table{grid-template-columns:1fr}.main-img{max-height:260px}}

/* === Updated homepage banner: UnlockedFIRE video hero === */
.topline{display:none!important}
.site-header{background:#000!important;backdrop-filter:none!important;border-bottom:0!important;box-shadow:none!important}
.nav-wrap{height:96px;width:calc(100% - 56px);max-width:100%;gap:28px}
.brand{flex:0 0 auto}.brand-logo-img{width:304px;max-width:32vw;height:auto;display:block}.brand-mark,.brand-word{display:none!important}
.main-nav{margin-left:auto;gap:28px;text-transform:uppercase;letter-spacing:2px;font-size:15px;font-weight:700}.main-nav>a:not(.nav-cta),.dropdown>button{color:#78b8e5!important;opacity:1!important}.main-nav>a:hover,.dropdown>button:hover{color:#bfe5ff!important}.dropdown>button{letter-spacing:2px;text-transform:uppercase}.nav-cta{border-radius:4px!important;background:#4fa2dc!important;color:#020913!important;padding:19px 43px!important;box-shadow:none!important;letter-spacing:2px}.nav-cta:hover{background:#69b9ec!important}
.hero.hero-video{min-height:calc(100vh - 96px);padding:0;display:flex;align-items:stretch;background:#000;isolation:isolate}.hero.hero-video:before,.hero.hero-video:after{display:none!important}.hero.hero-video .hero-glow,.hero.hero-video .flame-bg{display:none!important}
.hero-bg-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:-4;filter:saturate(1.05) contrast(1.04)}
.hero-video-overlay{position:absolute;inset:0;z-index:-3;background:linear-gradient(90deg,#000 0%,#000 26%,rgba(0,0,0,.86) 34%,rgba(0,0,0,.45) 58%,rgba(0,0,0,.18) 100%),linear-gradient(0deg,rgba(0,0,0,.18),rgba(0,0,0,.18))}
.hero-banner-wrap{position:relative;z-index:2;width:100%;max-width:none;margin:0;min-height:calc(100vh - 96px);display:flex;align-items:center;padding:60px 0 44px}.hero-panel-shape{position:absolute;left:0;top:0;bottom:0;width:min(780px,54vw);background:linear-gradient(90deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.96) 66%,rgba(0,0,0,.7) 100%);clip-path:polygon(0 0,78% 0,100% 100%,0% 100%);z-index:-1}.hero-banner-copy{width:min(720px,51vw);padding-left:clamp(28px,3.2vw,56px);padding-right:30px}.hero-banner-copy h1{font-size:clamp(45px,4.15vw,68px);line-height:1.12;letter-spacing:0;font-weight:800;color:#277bb5;margin:0 0 28px;max-width:690px}.hero-banner-copy .lead{font-size:24px;line-height:1.5;color:#e7e7e7;margin:0 0 6px;max-width:660px}.hero-banner-copy p:not(.lead){font-size:24px;line-height:1.5;color:#e7e7e7;max-width:660px;margin:0 0 22px}.hero-banner-copy .hero-bold{font-weight:900;color:#fff!important;margin-top:34px}.hero-cta{width:min(900px,calc(100vw - 100px));max-width:860px;min-height:84px;border-radius:3px!important;background:#64afe5!important;color:#020913!important;text-transform:uppercase;letter-spacing:3px;font-size:22px;box-shadow:none!important;justify-content:center}.hero-cta .play-icon{font-size:28px;line-height:1;margin-right:10px;color:#020913}.hero-price-bubble{position:absolute;z-index:4;top:0;left:45.5%;transform:translateX(-50%);width:168px;height:168px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#5aa4da;color:#05090d;text-align:center;box-shadow:0 0 0 4px rgba(255,255,255,.06),0 16px 34px rgba(0,0,0,.18)}.hero-price-bubble span{font-size:17px;font-weight:800;line-height:1.1}.hero-price-bubble strong{font-size:40px;line-height:1.05;letter-spacing:4px;font-weight:900}.hero-price-bubble small{font-size:18px;font-weight:900;line-height:1.1}
@media (max-width:1200px){.nav-wrap{width:calc(100% - 32px)}.main-nav{gap:16px;font-size:13px;letter-spacing:1.4px}.nav-cta{padding:17px 30px!important}.brand-logo-img{width:260px}.hero-banner-copy h1{font-size:clamp(40px,4.3vw,58px)}.hero-banner-copy .lead,.hero-banner-copy p:not(.lead){font-size:21px}.hero-cta{min-height:72px}}
@media (max-width:860px){.nav-wrap{height:76px;width:calc(100% - 24px)}.brand-logo-img{width:220px;max-width:72vw}.main-nav{top:76px;background:#000!important}.hero.hero-video{min-height:auto}.hero-video-overlay{background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.66)),linear-gradient(0deg,rgba(0,0,0,.35),rgba(0,0,0,.35))}.hero-banner-wrap{min-height:auto;padding:88px 0 58px}.hero-panel-shape{width:100%;clip-path:none;background:rgba(0,0,0,.72)}.hero-banner-copy{width:100%;padding:0 24px}.hero-banner-copy h1{font-size:42px;line-height:1.13}.hero-banner-copy .lead,.hero-banner-copy p:not(.lead){font-size:18px}.hero-price-bubble{top:14px;right:20px;left:auto;transform:none;width:112px;height:112px}.hero-price-bubble strong{font-size:27px;letter-spacing:1.5px}.hero-price-bubble span,.hero-price-bubble small{font-size:13px}.hero-cta{width:100%;min-height:64px;font-size:17px;letter-spacing:2px}}
@media (max-width:520px){.hero-banner-copy h1{font-size:34px}.hero-banner-copy{padding:0 18px}.hero-price-bubble{width:92px;height:92px}.hero-price-bubble strong{font-size:22px}.hero-cta{font-size:15px;letter-spacing:1.4px}.hero-cta .play-icon{font-size:20px}}


/* === Final banner proportion fixes: match UnlockedFIRE reference more closely === */
.hero-bg-video{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}
.hero-video-overlay{
  background:
    linear-gradient(90deg,#000 0%,#000 25%,rgba(0,0,0,.88) 34%,rgba(0,0,0,.42) 56%,rgba(0,0,0,.16) 100%),
    linear-gradient(0deg,rgba(0,0,0,.22),rgba(0,0,0,.22))!important;
}
.hero-banner-wrap{
  min-height:calc(100vh - 96px)!important;
  align-items:center!important;
  padding:48px 0 30px!important;
}
.hero-panel-shape{
  width:min(750px,52vw)!important;
  clip-path:polygon(0 0,80% 0,100% 100%,0 100%)!important;
  background:linear-gradient(90deg,rgba(0,0,0,.99) 0%,rgba(0,0,0,.96) 68%,rgba(0,0,0,.62) 100%)!important;
}
.hero-banner-copy{
  width:min(760px,52vw)!important;
  padding-left:clamp(44px,2.8vw,56px)!important;
  padding-right:18px!important;
}
.hero-banner-copy h1{
  font-size:clamp(40px,3.08vw,52px)!important;
  line-height:1.22!important;
  letter-spacing:.2px!important;
  font-weight:700!important;
  color:#2b85bf!important;
  margin:0 0 24px!important;
  max-width:760px!important;
}
.hero-banner-copy .lead,
.hero-banner-copy p:not(.lead){
  font-size:21px!important;
  line-height:1.55!important;
  font-weight:400!important;
  color:#e9e9e9!important;
  max-width:735px!important;
  margin:0 0 2px!important;
}
.hero-banner-copy p:not(.lead){
  margin-bottom:20px!important;
}
.hero-banner-copy .hero-bold{
  font-size:21px!important;
  line-height:1.5!important;
  font-weight:800!important;
  color:#fff!important;
  margin-top:26px!important;
  margin-bottom:26px!important;
}
.hero-price-bubble{
  top:0!important;
  left:45.6%!important;
  width:148px!important;
  height:148px!important;
  color:#000!important;
  background:#5aa7de!important;
  box-shadow:0 0 0 3px rgba(255,255,255,.06),0 12px 28px rgba(0,0,0,.18)!important;
}
.hero-price-bubble span,
.hero-price-bubble strong,
.hero-price-bubble small{
  color:#000!important;
}
.hero-price-bubble span{
  font-size:14px!important;
  line-height:1.05!important;
  font-weight:700!important;
}
.hero-price-bubble strong{
  font-size:32px!important;
  line-height:1.05!important;
  letter-spacing:2.2px!important;
  font-weight:800!important;
}
.hero-price-bubble small{
  font-size:14px!important;
  line-height:1.05!important;
  font-weight:800!important;
}
.hero-cta{
  width:min(745px,calc(100vw - 100px))!important;
  max-width:745px!important;
  min-height:72px!important;
  border-radius:3px!important;
  background:#66afe4!important;
  color:#000!important;
  font-size:20px!important;
  line-height:1!important;
  letter-spacing:2.7px!important;
  font-weight:800!important;
  text-transform:uppercase!important;
  justify-content:center!important;
  padding:0 28px!important;
}
.hero-cta .play-icon{
  color:#000!important;
  font-size:25px!important;
  margin-right:14px!important;
}
@media (max-width:1200px){
  .hero-banner-copy h1{font-size:clamp(36px,3.3vw,46px)!important;line-height:1.22!important}
  .hero-banner-copy .lead,.hero-banner-copy p:not(.lead),.hero-banner-copy .hero-bold{font-size:19px!important}
  .hero-price-bubble{width:132px!important;height:132px!important}
  .hero-price-bubble strong{font-size:28px!important}
  .hero-cta{min-height:66px!important;font-size:18px!important}
}
@media (max-width:860px){
  .hero-banner-wrap{padding:86px 0 58px!important;min-height:auto!important}
  .hero-panel-shape{width:100%!important;clip-path:none!important;background:rgba(0,0,0,.75)!important}
  .hero-banner-copy{width:100%!important;padding:0 24px!important}
  .hero-banner-copy h1{font-size:38px!important;line-height:1.15!important}
  .hero-banner-copy .lead,.hero-banner-copy p:not(.lead),.hero-banner-copy .hero-bold{font-size:18px!important}
  .hero-price-bubble{top:14px!important;right:20px!important;left:auto!important;transform:none!important;width:106px!important;height:106px!important}
  .hero-price-bubble strong{font-size:24px!important;letter-spacing:1.2px!important}
  .hero-price-bubble span,.hero-price-bubble small{font-size:12px!important}
  .hero-cta{width:100%!important;max-width:100%!important;min-height:62px!important;font-size:16px!important;letter-spacing:1.8px!important}
}
@media (max-width:520px){
  .hero-banner-copy h1{font-size:32px!important}
  .hero-banner-copy{padding:0 18px!important}
  .hero-price-bubble{width:88px!important;height:88px!important}
  .hero-price-bubble strong{font-size:21px!important}
  .hero-cta{font-size:14px!important;letter-spacing:1.2px!important}
  .hero-cta .play-icon{font-size:18px!important;margin-right:8px!important}
}

/* === User requested banner correction: closer to original UnlockedFIRE hero === */
.hero.hero-video{
  min-height:calc(100vh - 96px)!important;
  background:#000!important;
}
.hero-bg-video{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}
.hero-video-overlay{
  background:
    linear-gradient(90deg,#000 0%,#000 24%,rgba(0,0,0,.91) 33%,rgba(0,0,0,.52) 52%,rgba(0,0,0,.23) 100%),
    linear-gradient(0deg,rgba(0,0,0,.20),rgba(0,0,0,.20))!important;
}
.hero-banner-wrap{
  min-height:calc(100vh - 96px)!important;
  padding:58px 0 38px!important;
  align-items:center!important;
}
.hero-panel-shape{
  width:min(705px,49vw)!important;
  clip-path:polygon(0 0,78% 0,100% 100%,0 100%)!important;
  background:linear-gradient(90deg,rgba(0,0,0,1) 0%,rgba(0,0,0,.98) 64%,rgba(0,0,0,.66) 100%)!important;
}
.hero-banner-copy{
  width:min(640px,48vw)!important;
  padding-left:clamp(42px,2.7vw,52px)!important;
  padding-right:12px!important;
  transform:translateY(34px)!important;
}
.hero-banner-copy h1{
  font-size:clamp(36px,2.75vw,46px)!important;
  line-height:1.23!important;
  font-weight:650!important;
  letter-spacing:.1px!important;
  color:#2f88bf!important;
  max-width:650px!important;
  margin:0 0 24px!important;
}
.hero-banner-copy .lead,
.hero-banner-copy p:not(.lead){
  font-size:18.5px!important;
  line-height:1.55!important;
  font-weight:400!important;
  color:#eeeeee!important;
  max-width:640px!important;
  margin:0 0 2px!important;
}
.hero-banner-copy p:not(.lead){
  margin-bottom:20px!important;
}
.hero-banner-copy .hero-bold{
  font-size:18.5px!important;
  line-height:1.5!important;
  font-weight:800!important;
  color:#fff!important;
  margin-top:24px!important;
  margin-bottom:24px!important;
}
.hero-price-bubble{
  top:34px!important;
  left:45.5%!important;
  transform:translateX(-50%)!important;
  width:118px!important;
  height:118px!important;
  background:#5da9df!important;
  color:#000!important;
  border-radius:50%!important;
  box-shadow:0 0 0 3px rgba(255,255,255,.05),0 10px 24px rgba(0,0,0,.18)!important;
}
.hero-price-bubble span,
.hero-price-bubble strong,
.hero-price-bubble small{
  color:#000!important;
}
.hero-price-bubble span{
  font-size:12px!important;
  line-height:1.05!important;
  font-weight:700!important;
}
.hero-price-bubble strong{
  font-size:27px!important;
  line-height:1.04!important;
  letter-spacing:1.5px!important;
  font-weight:800!important;
}
.hero-price-bubble small{
  font-size:12px!important;
  line-height:1.05!important;
  font-weight:800!important;
}
.hero-cta{
  width:595px!important;
  max-width:calc(100vw - 90px)!important;
  min-height:58px!important;
  border-radius:3px!important;
  background:#68b2e7!important;
  color:#000!important;
  font-size:17px!important;
  line-height:1!important;
  letter-spacing:2.1px!important;
  font-weight:800!important;
  text-transform:uppercase!important;
  justify-content:center!important;
  padding:0 28px!important;
  box-shadow:none!important;
}
.hero-cta .play-icon{
  color:#000!important;
  font-size:22px!important;
  margin-right:12px!important;
}
@media (max-width:1200px){
  .hero-banner-copy{width:min(600px,49vw)!important;transform:translateY(28px)!important}
  .hero-banner-copy h1{font-size:clamp(34px,3vw,42px)!important;line-height:1.22!important}
  .hero-banner-copy .lead,.hero-banner-copy p:not(.lead),.hero-banner-copy .hero-bold{font-size:17px!important}
  .hero-price-bubble{top:26px!important;width:108px!important;height:108px!important}
  .hero-price-bubble strong{font-size:24px!important;letter-spacing:1.1px!important}
  .hero-cta{width:560px!important;min-height:54px!important;font-size:16px!important}
}
@media (max-width:860px){
  .hero-banner-wrap{padding:88px 0 58px!important;min-height:auto!important}
  .hero-panel-shape{width:100%!important;clip-path:none!important;background:rgba(0,0,0,.78)!important}
  .hero-banner-copy{width:100%!important;padding:0 24px!important;transform:none!important}
  .hero-banner-copy h1{font-size:36px!important;line-height:1.15!important;font-weight:700!important}
  .hero-banner-copy .lead,.hero-banner-copy p:not(.lead),.hero-banner-copy .hero-bold{font-size:17px!important}
  .hero-price-bubble{top:14px!important;right:20px!important;left:auto!important;transform:none!important;width:96px!important;height:96px!important}
  .hero-price-bubble strong{font-size:22px!important;letter-spacing:1px!important}
  .hero-price-bubble span,.hero-price-bubble small{font-size:11px!important}
  .hero-cta{width:100%!important;max-width:100%!important;min-height:58px!important;font-size:15px!important;letter-spacing:1.6px!important}
}
@media (max-width:520px){
  .hero-banner-copy h1{font-size:31px!important}
  .hero-banner-copy{padding:0 18px!important}
  .hero-price-bubble{width:84px!important;height:84px!important}
  .hero-price-bubble strong{font-size:20px!important}
  .hero-cta{font-size:14px!important;letter-spacing:1.2px!important}
  .hero-cta .play-icon{font-size:18px!important;margin-right:8px!important}
}

/* === AWC FINAL HEADER + HERO FIX (2026-06-27) ===
   Fixes: header sizing, CTA button wrap/height, hero absolute-position bug,
   stable poster/background image behind video, correct video crop, original-style black banner shape.
*/
.site-header{
  position:sticky!important;
  top:0!important;
  z-index:1000!important;
  height:104px!important;
  background:#000!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
.topline{display:none!important;height:0!important;overflow:hidden!important}
.nav-wrap{
  width:100%!important;
  max-width:none!important;
  height:104px!important;
  margin:0!important;
  padding:0 44px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
}
.brand{display:flex!important;align-items:center!important;flex:0 0 auto!important;min-width:300px!important}
.brand-logo-img{width:306px!important;max-width:31vw!important;height:auto!important;display:block!important}
.main-nav{
  margin-left:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:24px!important;
  text-transform:uppercase!important;
  letter-spacing:2.25px!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.2!important;
}
.main-nav>a:not(.nav-cta),
.dropdown>button{
  color:#72b7e9!important;
  opacity:1!important;
  white-space:nowrap!important;
}
.dropdown>button{
  min-height:54px!important;
  padding:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  line-height:1.2!important;
}
.dropdown>button span{font-size:10px!important;transform:translateY(2px)!important}
.nav-cta{
  width:148px!important;
  min-width:148px!important;
  height:55px!important;
  min-height:55px!important;
  padding:0!important;
  border-radius:4px!important;
  background:#4fa3dd!important;
  color:#02080d!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  white-space:nowrap!important;
  line-height:1!important;
  letter-spacing:2.1px!important;
  font-size:15px!important;
  font-weight:900!important;
  box-shadow:none!important;
}
.nav-cta:hover{background:#65b5e8!important;color:#000!important}

.hero.hero-video{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  min-height:calc(100vh - 104px)!important;
  padding:0!important;
  display:flex!important;
  align-items:stretch!important;
  background:#000 url('../img/iptv-comp-poster.jpg') right center/auto 100% no-repeat!important;
}
.hero.hero-video:before,
.hero.hero-video:after{display:none!important;content:none!important}
.hero-bg-video{
  position:absolute!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:clamp(405px,26.5vw,455px)!important;
  width:calc(100% - clamp(405px,26.5vw,455px))!important;
  height:100%!important;
  z-index:0!important;
  object-fit:cover!important;
  object-position:center center!important;
  opacity:.94!important;
  filter:saturate(1.04) contrast(1.02) brightness(.93)!important;
  background:#000 url('../img/iptv-comp-poster.jpg') center center/cover no-repeat!important;
}
.hero-video-overlay{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  pointer-events:none!important;
  background:
    linear-gradient(90deg,#000 0%,#000 25.5%,rgba(0,0,0,.82) 34%,rgba(0,0,0,.48) 52%,rgba(0,0,0,.22) 100%),
    linear-gradient(0deg,rgba(0,0,0,.12),rgba(0,0,0,.12))!important;
}
.hero-banner-wrap{
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  min-height:calc(100vh - 104px)!important;
  display:flex!important;
  align-items:center!important;
  padding:42px 0 34px!important;
}
.hero-panel-shape{
  position:absolute!important;
  left:0!important;
  top:0!important;
  bottom:0!important;
  width:clamp(640px,42vw,710px)!important;
  z-index:-1!important;
  clip-path:polygon(0 0,63% 0,100% 100%,0 100%)!important;
  background:linear-gradient(90deg,#000 0%,#000 60%,rgba(0,0,0,.86) 75%,rgba(0,0,0,.58) 100%)!important;
}
.hero-banner-copy{
  width:min(705px,45vw)!important;
  padding-left:clamp(44px,3.25vw,56px)!important;
  padding-right:12px!important;
  transform:translateY(18px)!important;
}
.hero-banner-copy h1{
  font-size:clamp(42px,3.15vw,54px)!important;
  line-height:1.18!important;
  letter-spacing:.5px!important;
  font-weight:800!important;
  color:#2e86bd!important;
  max-width:720px!important;
  margin:0 0 28px!important;
}
.hero-banner-copy .lead,
.hero-banner-copy p:not(.lead){
  font-size:21px!important;
  line-height:1.55!important;
  color:#f1f1f1!important;
  max-width:720px!important;
  margin:0 0 3px!important;
  font-weight:400!important;
}
.hero-banner-copy p:not(.lead){margin-bottom:20px!important}
.hero-banner-copy .hero-bold{
  margin-top:27px!important;
  margin-bottom:27px!important;
  color:#fff!important;
  font-size:21px!important;
  font-weight:900!important;
}
.hero-cta{
  width:738px!important;
  max-width:calc(100vw - 110px)!important;
  min-height:68px!important;
  height:68px!important;
  padding:0 28px!important;
  border-radius:3px!important;
  background:#64afe5!important;
  color:#000!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-shadow:none!important;
  text-transform:uppercase!important;
  letter-spacing:2.6px!important;
  font-size:19px!important;
  line-height:1!important;
  font-weight:900!important;
}
.hero-cta .play-icon{font-size:24px!important;color:#000!important;margin-right:12px!important;line-height:1!important}
.hero-price-bubble{
  position:absolute!important;
  z-index:3!important;
  top:8px!important;
  left:45.5%!important;
  transform:translateX(-50%)!important;
  width:154px!important;
  height:154px!important;
  border-radius:50%!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  background:#5aa8df!important;
  color:#000!important;
  text-align:center!important;
  box-shadow:0 0 0 4px rgba(255,255,255,.05),0 13px 28px rgba(0,0,0,.22)!important;
}
.hero-price-bubble span,
.hero-price-bubble strong,
.hero-price-bubble small{color:#000!important}
.hero-price-bubble span{font-size:15px!important;line-height:1.05!important;font-weight:800!important}
.hero-price-bubble strong{font-size:34px!important;line-height:1.05!important;letter-spacing:2.4px!important;font-weight:900!important}
.hero-price-bubble small{font-size:15px!important;line-height:1.05!important;font-weight:900!important}

.section-video .video-frame{max-width:690px!important;margin-left:auto!important;margin-right:auto!important}
.section-video .video-frame video{object-fit:contain!important;background:#000!important}

@media (max-width:1320px){
  .nav-wrap{padding:0 34px!important}
  .brand{min-width:270px!important}
  .brand-logo-img{width:278px!important}
  .main-nav{gap:18px!important;font-size:13px!important;letter-spacing:1.7px!important}
  .nav-cta{width:136px!important;min-width:136px!important;height:54px!important;font-size:14px!important}
  .hero-panel-shape{width:clamp(585px,44vw,665px)!important}
  .hero-bg-video{left:clamp(370px,28vw,430px)!important;width:calc(100% - clamp(370px,28vw,430px))!important}
  .hero-banner-copy{width:min(650px,48vw)!important;transform:translateY(16px)!important}
  .hero-banner-copy h1{font-size:clamp(38px,3.25vw,48px)!important}
  .hero-banner-copy .lead,.hero-banner-copy p:not(.lead),.hero-banner-copy .hero-bold{font-size:19px!important}
  .hero-cta{width:645px!important;height:62px!important;min-height:62px!important;font-size:17px!important}
  .hero-price-bubble{width:132px!important;height:132px!important;top:8px!important}
  .hero-price-bubble strong{font-size:29px!important;letter-spacing:1.8px!important}
}
@media (max-width:980px){
  .site-header{height:82px!important}
  .nav-wrap{height:82px!important;padding:0 22px!important}
  .brand{min-width:auto!important}.brand-logo-img{width:230px!important;max-width:70vw!important}
  .nav-toggle{display:block!important}
  .main-nav{top:82px!important;background:#000!important;letter-spacing:1px!important}
  .hero.hero-video{min-height:auto!important;background:#000 url('../img/iptv-comp-poster.jpg') center center/cover no-repeat!important}
  .hero-bg-video{left:0!important;width:100%!important;opacity:.55!important;object-position:center center!important}
  .hero-video-overlay{background:linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.68)),linear-gradient(0deg,rgba(0,0,0,.18),rgba(0,0,0,.18))!important}
  .hero-banner-wrap{min-height:auto!important;padding:92px 0 58px!important}
  .hero-panel-shape{width:100%!important;clip-path:none!important;background:rgba(0,0,0,.76)!important}
  .hero-banner-copy{width:100%!important;padding:0 24px!important;transform:none!important}
  .hero-banner-copy h1{font-size:38px!important;line-height:1.15!important}
  .hero-banner-copy .lead,.hero-banner-copy p:not(.lead),.hero-banner-copy .hero-bold{font-size:18px!important}
  .hero-price-bubble{top:14px!important;right:20px!important;left:auto!important;transform:none!important;width:100px!important;height:100px!important}
  .hero-price-bubble strong{font-size:23px!important;letter-spacing:1px!important}
  .hero-price-bubble span,.hero-price-bubble small{font-size:11px!important}
  .hero-cta{width:100%!important;max-width:100%!important;height:60px!important;min-height:60px!important;font-size:15px!important;letter-spacing:1.6px!important}
}
@media (max-width:540px){
  .brand-logo-img{width:218px!important}
  .hero-banner-copy{padding:0 18px!important}
  .hero-banner-copy h1{font-size:31px!important}
  .hero-banner-copy .lead,.hero-banner-copy p:not(.lead),.hero-banner-copy .hero-bold{font-size:16px!important}
  .hero-price-bubble{width:86px!important;height:86px!important}
  .hero-price-bubble strong{font-size:20px!important}
  .hero-cta{font-size:14px!important;letter-spacing:1.1px!important}
}

/* === FINAL USER UPDATE: normalize hero typography to live-site reference === */
.hero-banner-copy h1{
  font-size:clamp(34px,2.55vw,42px)!important;
  line-height:1.2!important;
  letter-spacing:0!important;
  font-weight:700!important;
  max-width:680px!important;
  margin:0 0 22px!important;
}
.hero-banner-copy .lead,
.hero-banner-copy p:not(.lead){
  font-size:16px!important;
  line-height:1.52!important;
  font-weight:400!important;
  letter-spacing:0!important;
  max-width:660px!important;
  margin:0 0 2px!important;
}
.hero-banner-copy p:not(.lead){
  margin-bottom:16px!important;
}
.hero-banner-copy .hero-bold{
  font-size:16px!important;
  line-height:1.48!important;
  font-weight:700!important;
  letter-spacing:0!important;
  margin-top:20px!important;
  margin-bottom:22px!important;
}
.hero-cta{
  font-weight:700!important;
}
.hero-price-bubble span{font-weight:700!important;}
.hero-price-bubble strong{font-weight:800!important;}
.hero-price-bubble small{font-weight:700!important;}
@media (max-width:1320px){
  .hero-banner-copy h1{font-size:clamp(32px,2.45vw,39px)!important;font-weight:700!important;}
  .hero-banner-copy .lead,
  .hero-banner-copy p:not(.lead),
  .hero-banner-copy .hero-bold{font-size:15px!important;}
}
@media (max-width:980px){
  .hero-banner-copy h1{font-size:33px!important;line-height:1.16!important;font-weight:700!important;}
  .hero-banner-copy .lead,
  .hero-banner-copy p:not(.lead),
  .hero-banner-copy .hero-bold{font-size:15px!important;}
}
@media (max-width:540px){
  .hero-banner-copy h1{font-size:27px!important;font-weight:700!important;}
  .hero-banner-copy .lead,
  .hero-banner-copy p:not(.lead),
  .hero-banner-copy .hero-bold{font-size:14px!important;}
}


/* === 2026-06-27 banner text size update per measured reference === */
.hero-banner-copy h1{
  font-family: Roboto, Arial, sans-serif!important;
  font-size:46px!important;
  line-height:55.2px!important;
  font-weight:700!important;
  letter-spacing:0!important;
  margin:0 0 22px!important;
}
.hero-banner-copy .lead,
.hero-banner-copy p:not(.lead){
  font-family: Raleway, Arial, sans-serif!important;
  font-size:17px!important;
  line-height:29.24px!important;
  font-weight:400!important;
  letter-spacing:0!important;
}
.hero-banner-copy .hero-bold{
  font-family: Raleway, Arial, sans-serif!important;
  font-size:19px!important;
  line-height:32.68px!important;
  font-weight:700!important;
  letter-spacing:0!important;
}
@media (max-width:1320px){
  .hero-banner-copy h1{font-size:42px!important;line-height:50px!important;}
  .hero-banner-copy .lead,.hero-banner-copy p:not(.lead){font-size:16px!important;line-height:27px!important;}
  .hero-banner-copy .hero-bold{font-size:18px!important;line-height:30px!important;}
}
@media (max-width:980px){
  .hero-banner-copy h1{font-size:36px!important;line-height:43px!important;}
  .hero-banner-copy .lead,.hero-banner-copy p:not(.lead){font-size:15px!important;line-height:25px!important;}
  .hero-banner-copy .hero-bold{font-size:17px!important;line-height:28px!important;}
}
@media (max-width:540px){
  .hero-banner-copy h1{font-size:29px!important;line-height:35px!important;}
  .hero-banner-copy .lead,.hero-banner-copy p:not(.lead){font-size:14px!important;line-height:23px!important;}
  .hero-banner-copy .hero-bold{font-size:16px!important;line-height:26px!important;}
}


/* === 2026-06-27 hero video clarity update === */
.hero.hero-video{
  background:#000 url('../img/iptv-comp-poster.jpg') right center/cover no-repeat!important;
}
.hero-bg-video{
  opacity:1!important;
  filter:saturate(1.12) contrast(1.08) brightness(1.12)!important;
  object-position:center center!important;
}
.hero-video-overlay{
  background:
    linear-gradient(90deg,#000 0%,#000 25.5%,rgba(0,0,0,.74) 34%,rgba(0,0,0,.30) 52%,rgba(0,0,0,.10) 100%),
    linear-gradient(0deg,rgba(0,0,0,.05),rgba(0,0,0,.05))!important;
}
@media (max-width:1320px){
  .hero-bg-video{filter:saturate(1.1) contrast(1.07) brightness(1.08)!important;}
}
@media (max-width:980px){
  .hero-bg-video{opacity:.9!important;filter:saturate(1.08) contrast(1.05) brightness(1.04)!important;}
  .hero-video-overlay{background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.48)),linear-gradient(0deg,rgba(0,0,0,.08),rgba(0,0,0,.08))!important;}
}


/* === 2026-06-27 pricing section redesign to match original comparison layout === */
#plans.section{background:radial-gradient(circle at 50% 0,rgba(255,255,255,.04),transparent 28%),linear-gradient(90deg,#1f1f22 0%,#2a2a2c 8%,#171717 22%,#171717 78%,#2a2a2c 92%,#1f1f22 100%)!important;padding-top:84px!important}
#plans .container{width:min(1560px,calc(100% - 44px))!important}
#plans .section-title{margin-bottom:46px!important}
#plans .section-title h2{font-size:clamp(42px,4vw,64px)!important;color:#65b5ff!important;margin-bottom:16px!important}
#plans .section-title p{max-width:920px!important;font-size:18px!important;line-height:1.55!important;color:#d6d6d8!important}
.pricing-compare-shell{margin-top:6px}
.pricing-compare-wrap{overflow:auto;padding-bottom:10px}
.pricing-compare-table{width:100%;min-width:1380px;border-collapse:separate;border-spacing:0;table-layout:fixed;background:transparent}
.pricing-compare-table th,.pricing-compare-table td{text-align:center;vertical-align:middle}
.pricing-compare-table thead th.feature-head{width:240px;background:transparent}
.plan-head{color:#fff;padding:28px 14px 30px;position:relative}
.premium-col{background:#2d8ac3}.prime-col{background:#6fb10d}.pro-col{background:#0d8f92}.flix-col{background:#f10313;border-top-right-radius:18px}
.premium-col{border-top-left-radius:18px}
.plan-badge-circle{width:126px;height:126px;border-radius:50%;background:#fff;display:grid;place-items:center;margin:0 auto 18px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.12)}
.plan-badge-circle img{max-width:88px;max-height:88px;object-fit:contain}
.plan-brand{font-size:18px;font-weight:500;margin-bottom:6px}
.plan-name{font-size:38px;line-height:1.08;font-weight:500}
.plan-ribbon-top{position:absolute;right:18px;top:12px;background:#fff;color:#f10313;padding:7px 16px;border-radius:8px;font-size:15px;font-weight:900}
.feature-name{background:#050505;color:#fff;text-align:left!important;padding:18px 20px;font-size:22px;font-weight:900;letter-spacing:.2px;border-bottom:2px solid #141414}
.feature-name.feature-empty{background:transparent!important;border-bottom:0!important}
.mini-q{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;border:2px solid rgba(255,255,255,.65);font-size:18px;line-height:1;margin-left:4px;color:#fff}
.pricing-compare-table tbody td{background:#ebebeb;color:#394a5f;font-size:18px;padding:20px 12px;border-left:1px solid rgba(0,0,0,.08);border-right:1px solid rgba(0,0,0,.04)}
.pricing-compare-table tbody tr:nth-child(even) td{background:#e2e2e2}
.pricing-compare-table tbody tr:nth-child(odd) td{background:#ececec}
.mark{font-size:30px;font-weight:900;line-height:1;display:inline-block}
.mark.yes{font-size:34px}.mark.no{font-size:34px}.mark.dash{font-size:40px;color:#111}
.premium-mark{color:#2d8ac3}.prime-mark{color:#6ea90d}.pro-mark{color:#0d8f92}.flix-mark{color:#f10313}
.plan-actions-row td{padding:26px 18px 22px;background:#ececec!important}
.plan-price-box{margin-bottom:18px;color:#44526a;font-size:22px}
.plan-price-box span{font-size:22px}
.plan-price-box strong{font-size:56px;line-height:1;color:#0c1d35;font-weight:500}
.plan-price-box small{font-size:18px;color:#4b5d72}
.pricing-link{display:inline-block;background:transparent;border:0;cursor:pointer;margin-bottom:22px;font-size:18px;font-weight:500}
.premium-link{color:#2d8ac3}.prime-link{color:#6fb10d}.pro-link{color:#0d8f92}.flix-link{color:#f10313}
.signup-btn{display:flex;align-items:center;justify-content:center;height:60px;border-radius:14px;color:#fff;font-size:18px;font-weight:900;text-decoration:none;max-width:330px;margin:0 auto 16px}
.premium-btn{background:#2d8ac3}.prime-btn{background:#6fb10d}.pro-btn{background:#0d8f92}.flix-btn{background:#f10313}
.activation-note{font-size:16px;color:#5c6775}
@media (max-width:1100px){
  #plans .container{width:calc(100% - 20px)!important}
  .pricing-compare-table{min-width:1180px}
  .plan-badge-circle{width:100px;height:100px}.plan-badge-circle img{max-width:70px;max-height:70px}
  .plan-name{font-size:30px}.feature-name{font-size:18px;padding:16px 14px}.pricing-compare-table tbody td{font-size:16px;padding:16px 10px}
  .plan-price-box strong{font-size:42px}
}


/* === 2026-06-27 compact pricing table sizing update === */
#plans.section{padding-top:58px!important;padding-bottom:58px!important}
#plans .container{width:min(1360px,calc(100% - 36px))!important}
#plans .section-title{margin-bottom:28px!important}
#plans .section-title h2{font-size:clamp(34px,3vw,50px)!important;margin-bottom:10px!important}
#plans .section-title p{max-width:820px!important;font-size:16px!important;line-height:1.45!important}
.pricing-compare-shell{margin-top:0!important}
.pricing-compare-wrap{overflow:auto hidden;padding-bottom:8px}
.pricing-compare-table{min-width:1220px!important}
.pricing-compare-table thead th.feature-head{width:210px!important}
.plan-head{padding:14px 10px 16px!important}
.plan-badge-circle{width:88px!important;height:88px!important;margin:0 auto 10px!important}
.plan-badge-circle img{max-width:60px!important;max-height:60px!important}
.plan-brand{font-size:13px!important;margin-bottom:2px!important}
.plan-name{font-size:26px!important;line-height:1.08!important}
.plan-ribbon-top{right:12px!important;top:8px!important;padding:5px 12px!important;font-size:12px!important;border-radius:6px!important}
.feature-name{padding:12px 16px!important;font-size:16px!important;line-height:1.15!important;border-bottom:1px solid #141414!important}
.mini-q{width:22px!important;height:22px!important;font-size:14px!important;border-width:1.5px!important;margin-left:2px!important}
.pricing-compare-table tbody td{font-size:16px!important;padding:13px 8px!important}
.mark{font-size:22px!important}.mark.yes,.mark.no{font-size:24px!important}.mark.dash{font-size:28px!important}
.plan-actions-row td{padding:18px 12px 14px!important}
.plan-price-box{margin-bottom:10px!important;font-size:14px!important}
.plan-price-box span{font-size:14px!important}
.plan-price-box strong{font-size:38px!important}
.plan-price-box small{font-size:14px!important}
.pricing-link{margin-bottom:12px!important;font-size:15px!important}
.signup-btn{height:48px!important;max-width:235px!important;border-radius:10px!important;font-size:15px!important;margin:0 auto 10px!important}
.activation-note{font-size:13px!important}
@media (max-width:1100px){
  #plans .container{width:calc(100% - 18px)!important}
  .pricing-compare-table{min-width:1100px!important}
  .pricing-compare-table thead th.feature-head{width:190px!important}
  .plan-badge-circle{width:74px!important;height:74px!important}
  .plan-badge-circle img{max-width:52px!important;max-height:52px!important}
  .plan-name{font-size:22px!important}
  .feature-name{font-size:14px!important;padding:10px 12px!important}
  .pricing-compare-table tbody td{font-size:14px!important;padding:11px 6px!important}
  .plan-price-box strong{font-size:32px!important}
  .signup-btn{max-width:200px!important;height:44px!important}
}


/* === 2026-06-27 final pricing original-match tuning === */
#plans .section-title h2{font-size:clamp(32px,2.9vw,48px)!important;line-height:1.08!important;margin-bottom:8px!important}
#plans .section-title p{font-size:15px!important;line-height:1.45!important;max-width:860px!important}
.pricing-compare-shell{max-width:1510px!important;margin:0 auto!important}
.pricing-compare-wrap{padding:0 0 10px!important}
.pricing-compare-table{min-width:1290px!important}
.pricing-compare-table thead th.feature-head{width:250px!important}
.plan-head{padding:22px 16px 18px!important;border-top-left-radius:24px!important;border-top-right-radius:24px!important;overflow:hidden!important}
.premium-col,.prime-col,.pro-col,.flix-col{border-top-left-radius:24px!important;border-top-right-radius:24px!important}
.plan-badge-circle{width:104px!important;height:104px!important;margin:0 auto 14px!important;box-shadow:none!important}
.plan-badge-circle img{max-width:72px!important;max-height:72px!important}
.plan-brand{font-size:16px!important;line-height:19px!important;font-weight:400!important;margin-bottom:4px!important}
.plan-name{font-size:31px!important;line-height:1.02!important;font-weight:400!important;letter-spacing:-.02em!important}
.plan-ribbon-top{right:16px!important;top:10px!important;padding:6px 14px!important;font-size:13px!important;border-radius:8px!important;font-weight:700!important}
.feature-name{padding:14px 18px!important;font-size:14px!important;line-height:18.2px!important;font-weight:900!important;letter-spacing:0!important}
.pricing-compare-table tbody tr:first-child .feature-name{border-top-left-radius:20px!important}
.pricing-compare-table tbody tr:nth-last-child(2) .feature-name{border-bottom-left-radius:20px!important}
.mini-q{width:18px!important;height:18px!important;font-size:12px!important;line-height:1!important;border-width:1px!important;margin-left:3px!important;vertical-align:middle!important}
.pricing-compare-table tbody td{font-size:14px!important;line-height:18px!important;font-weight:400!important;color:#4d596b!important;padding:15px 10px!important}
.pricing-compare-table tbody tr:nth-child(even) td{background:#e9e9e9!important}
.pricing-compare-table tbody tr:nth-child(odd) td{background:#efefef!important}
.mark{font-size:22px!important;line-height:1!important;font-weight:700!important}
.mark.yes,.mark.no{font-size:24px!important}
.mark.dash{font-size:28px!important}
.plan-actions-row td{padding:22px 14px 18px!important;background:#efefef!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}
.plan-actions-row td:nth-child(2){border-bottom-left-radius:22px!important}
.plan-actions-row td:last-child{border-bottom-right-radius:22px!important}
.plan-price-box{margin-bottom:12px!important;color:#536176!important;font-size:16px!important;line-height:1.2!important}
.plan-price-box span{font-size:16px!important;color:#536176!important}
.plan-price-box strong{font-size:24px!important;line-height:41.28px!important;font-weight:400!important;color:#0f223c!important;letter-spacing:-.01em!important}
.plan-price-box small{font-size:16px!important;color:#536176!important}
.pricing-link{margin-bottom:14px!important;font-size:13px!important;line-height:22px!important;font-weight:400!important}
.signup-btn{height:48px!important;max-width:325px!important;border-radius:14px!important;font-size:14px!important;font-weight:700!important;margin:0 auto 12px!important;box-shadow:none!important}
.activation-note{font-size:13px!important;line-height:22.8px!important;color:#6f7782!important}
@media (max-width:1100px){
  .pricing-compare-table{min-width:1180px!important}
  .pricing-compare-table thead th.feature-head{width:225px!important}
  .plan-badge-circle{width:90px!important;height:90px!important}
  .plan-badge-circle img{max-width:64px!important;max-height:64px!important}
  .plan-name{font-size:28px!important}
  .plan-brand{font-size:15px!important}
}


/* === 2026-06-27 final pricing price-row refinement === */
.pricing-compare-table tbody tr:nth-child(odd) td{background:#f4f4f4!important}
.pricing-compare-table tbody tr:nth-child(even) td{background:#ededed!important}
.pricing-compare-table tbody tr.plan-actions-row td{background:#fafafa!important;padding:18px 12px 16px!important;border-top:1px solid rgba(0,0,0,.05)!important}
.pricing-compare-table tbody tr.plan-actions-row td:nth-child(2),
.pricing-compare-table tbody tr.plan-actions-row td:nth-child(3),
.pricing-compare-table tbody tr.plan-actions-row td:nth-child(4),
.pricing-compare-table tbody tr.plan-actions-row td:nth-child(5){box-shadow:inset 1px 0 0 rgba(0,0,0,.06)!important}
.pricing-compare-table tbody tr.plan-actions-row th.feature-name{background:#000!important;border-bottom-left-radius:24px!important}
.pricing-compare-table tbody tr.plan-actions-row td:nth-child(2){border-bottom-left-radius:24px!important}
.pricing-compare-table tbody tr.plan-actions-row td:last-child{border-bottom-right-radius:24px!important}
.plan-price-box{margin-bottom:8px!important;color:#6a7380!important;font-size:12px!important;line-height:1.1!important}
.plan-price-box span{font-size:12px!important;color:#6a7380!important;font-weight:400!important;vertical-align:baseline!important}
.plan-price-box strong{font-size:20px!important;line-height:1.08!important;font-weight:500!important;color:#12233d!important;letter-spacing:0!important;vertical-align:baseline!important}
.plan-price-box small{font-size:12px!important;color:#6a7380!important;font-weight:400!important}
.pricing-link{margin-bottom:10px!important;font-size:12px!important;line-height:1.3!important;font-weight:400!important}
.signup-btn{height:42px!important;max-width:308px!important;border-radius:12px!important;font-size:14px!important;font-weight:700!important;margin:0 auto 10px!important}
.activation-note{font-size:12px!important;line-height:1.35!important;color:#767d87!important}
@media (max-width:1100px){
  .plan-price-box strong{font-size:18px!important}
  .signup-btn{height:40px!important}
}


/* === 2026-06-27 final pricing compact centering refinement === */
#plans.section{padding-top:52px!important;padding-bottom:56px!important}
#plans .container{width:min(1280px,calc(100% - 42px))!important;margin:0 auto!important}
#plans .section-title{margin-bottom:22px!important}
#plans .section-title h2{font-size:clamp(30px,2.7vw,44px)!important;margin-bottom:8px!important}
#plans .section-title p{max-width:900px!important;
  font-family:"Roboto",sans-serif!important;font-size:15px!important;line-height:1.45!important}
.pricing-compare-shell{max-width:1280px!important;margin:0 auto!important}
.pricing-compare-wrap{overflow:visible!important;padding:0!important}
.pricing-compare-table{width:100%!important;min-width:0!important;max-width:100%!important;table-layout:fixed!important}
.pricing-compare-table thead th.feature-head{width:255px!important}
.plan-head{padding:18px 10px 16px!important;border-top-left-radius:20px!important;border-top-right-radius:20px!important}
.premium-col,.prime-col,.pro-col,.flix-col{border-top-left-radius:20px!important;border-top-right-radius:20px!important}
.plan-badge-circle{width:84px!important;height:84px!important;margin:0 auto 10px!important}
.plan-badge-circle img{max-width:58px!important;max-height:58px!important}
.plan-brand{font-size:13px!important;line-height:1.2!important;margin-bottom:3px!important}
.plan-name{font-size:24px!important;line-height:1.05!important}
.plan-ribbon-top{top:10px!important;right:14px!important;padding:5px 12px!important;font-size:12px!important;border-radius:8px!important}
.feature-name{padding:12px 16px!important;font-size:14px!important;line-height:18px!important}
.mini-q{width:18px!important;height:18px!important;font-size:11px!important}
.pricing-compare-table tbody td{font-size:13px!important;line-height:17px!important;padding:11px 8px!important}
.mark{font-size:20px!important}.mark.yes,.mark.no{font-size:22px!important}.mark.dash{font-size:24px!important}
.pricing-compare-table tbody tr.plan-actions-row td{background:#fafafa!important;padding:14px 10px 14px!important}
.pricing-compare-table tbody tr.plan-actions-row th.feature-name{border-bottom-left-radius:20px!important}
.pricing-compare-table tbody tr.plan-actions-row td:nth-child(2){border-bottom-left-radius:20px!important}
.pricing-compare-table tbody tr.plan-actions-row td:last-child{border-bottom-right-radius:20px!important}
.plan-price-box{margin-bottom:6px!important;font-size:11px!important;line-height:1.1!important}
.plan-price-box span{font-size:11px!important}
.plan-price-box strong{font-size:18px!important;line-height:1.05!important;font-weight:500!important}
.plan-price-box small{font-size:11px!important}
.pricing-link{margin-bottom:9px!important;font-size:11px!important;line-height:1.2!important}
.signup-btn{height:38px!important;max-width:220px!important;border-radius:10px!important;font-size:13px!important;margin:0 auto 8px!important}
.activation-note{font-size:11px!important;line-height:1.3!important}
@media (max-width:1360px){
  #plans .container{width:min(1220px,calc(100% - 26px))!important}
  .pricing-compare-shell{max-width:1220px!important}
  .pricing-compare-table thead th.feature-head{width:225px!important}
  .plan-name{font-size:22px!important}
  .plan-badge-circle{width:78px!important;height:78px!important}
  .plan-badge-circle img{max-width:54px!important;max-height:54px!important}
}/* === 2026-06-27 final original-like section fit pass === */
#plans.section{padding:20px 0 34px!important;overflow:hidden!important;background:#1f1f1f!important}
#plans .container{width:min(1310px,calc(100% - 26px))!important;margin:0 auto!important}
#plans .section-title{margin:0 auto 10px!important;text-align:center!important}
#plans .section-title .plans-flame{width:54px!important;height:54px!important;margin:0 auto 6px!important;display:flex!important;align-items:center!important;justify-content:center!important;opacity:.95}
#plans .section-title .plans-flame img{width:42px!important;height:42px!important;object-fit:contain!important;filter:hue-rotate(180deg) saturate(1.25) brightness(1.05)!important}
#plans .section-title h2{font-size:clamp(32px,2.55vw,44px)!important;line-height:1.08!important;margin:0 0 6px!important}
#plans .section-title p{max-width:810px!important;margin:0 auto!important;font-size:14px!important;line-height:1.42!important;color:rgba(255,255,255,.84)!important}
.pricing-compare-shell{max-width:1260px!important;width:100%!important;margin:100px auto 0!important}
.pricing-compare-wrap{overflow:visible!important;padding:0!important}
.pricing-compare-table{width:100%!important;min-width:0!important;max-width:100%!important;table-layout:fixed!important}
.pricing-compare-table thead th.feature-head{width:240px!important}
.plan-head{padding:14px 8px 10px!important;border-top-left-radius:18px!important;border-top-right-radius:18px!important;vertical-align:bottom!important}
.premium-col,.prime-col,.pro-col,.flix-col{border-top-left-radius:18px!important;border-top-right-radius:18px!important}
.plan-badge-circle{width:74px!important;height:74px!important;margin:0 auto 8px!important}
.plan-badge-circle img{max-width:50px!important;max-height:50px!important}
.plan-brand{font-size:13px!important;line-height:1.15!important;margin-bottom:4px!important;font-weight:400!important}
.plan-name{font-size:22px!important;line-height:1.03!important;font-weight:400!important;letter-spacing:0!important}
.plan-ribbon-top{top:8px!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;padding:4px 16px!important;font-size:11px!important;border-radius:10px!important;line-height:1.2!important;white-space:nowrap!important}
.feature-name{padding:11px 16px!important;font-size:13px!important;line-height:17px!important;font-weight:900!important;letter-spacing:0!important;border-left:none!important}
.mini-q{width:18px!important;height:18px!important;font-size:11px!important;margin-left:4px!important}
.pricing-compare-table tbody td{font-size:13px!important;line-height:17px!important;padding:10px 8px!important;color:#4b5968!important;font-weight:400!important}
.pricing-compare-table tbody tr:nth-child(odd) td{background:#f3f3f3!important}
.pricing-compare-table tbody tr:nth-child(even) td{background:#ebebeb!important}
.pricing-compare-table tbody tr:first-child .feature-name{border-top-left-radius:18px!important}
.pricing-compare-table tbody tr:nth-last-child(2) .feature-name{border-bottom-left-radius:18px!important}
.mark{font-size:18px!important;line-height:1!important}.mark.yes,.mark.no{font-size:21px!important}.mark.dash{font-size:22px!important}
.pricing-compare-table tbody tr.plan-actions-row td{background:#f8f8f8!important;padding:12px 10px 14px!important;border-top:1px solid rgba(0,0,0,.05)!important}
.pricing-compare-table tbody tr.plan-actions-row th.feature-name{background:#000!important;border-bottom-left-radius:18px!important}
.pricing-compare-table tbody tr.plan-actions-row th.feature-name.feature-empty{background:transparent!important;color:transparent!important;border:none!important;padding:0!important;box-shadow:none!important}
.pricing-compare-table tbody tr.plan-actions-row td:nth-child(2){border-bottom-left-radius:18px!important}
.pricing-compare-table tbody tr.plan-actions-row td:last-child{border-bottom-right-radius:18px!important}
.plan-price-box{margin-bottom:5px!important;font-size:11px!important;line-height:1.02!important;color:#6c7889!important}
.plan-price-box span{font-size:11px!important;color:#6c7889!important}
.plan-price-box strong{font-size:18px!important;line-height:1!important;font-weight:500!important;color:#16243b!important}
.plan-price-box small{font-size:11px!important;color:#6c7889!important}
.pricing-link{margin-bottom:8px!important;font-size:11px!important;line-height:1.2!important;font-weight:400!important}
.signup-btn{height:37px!important;max-width:220px!important;border-radius:10px!important;font-size:13px!important;font-weight:700!important;margin:0 auto 8px!important}
.activation-note{font-size:11px!important;line-height:1.22!important;color:#7e8693!important}
@media (max-width:1365px){
  #plans .container{width:min(1220px,calc(100% - 20px))!important}
  .pricing-compare-shell{max-width:1210px!important}
  .pricing-compare-table thead th.feature-head{width:220px!important}
  .plan-name{font-size:21px!important}
}


/* === 2026-06-27 action section redesign to match reference screenshots === */
.section-video{
  background:#1f1f1f!important;
  border-top:1px solid rgba(255,255,255,.05)!important;
  border-bottom:none!important;
  padding:0 0 80px!important;
  overflow:hidden!important;
}
.section-video .action-layout{
  width:min(1340px,calc(100% - 48px))!important;
  margin:0 auto!important;
}
.section-video .action-heading{
  text-align:center!important;
  padding:74px 0 76px!important;
  border-top:1px solid rgba(255,255,255,.06)!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  margin-bottom:72px!important;
}
.section-video .action-heading h2{
  margin:0 auto!important;
  max-width:760px!important;
  color:#66b6ff!important;
  font-size:19px!important;
  line-height:22.8px!important;
  font-weight:400!important;
  font-family:"Raleway",sans-serif!important;
  letter-spacing:0!important;
}
.section-video .action-intro{
  text-align:center!important;
  max-width:760px!important;
  margin:0 auto 22px!important;
}
.section-video .action-icon{
  width:92px!important;
  height:92px!important;
  margin:0 auto 20px!important;
  border-radius:50%!important;
  background:#68b5f3!important;
  color:#1f1f1f!important;
  display:grid!important;
  place-items:center!important;
  font-size:46px!important;
  line-height:1!important;
  box-shadow:none!important;
  font-family:"Segoe UI Symbol","Apple Color Emoji",sans-serif!important;
  transition:background-color .2s ease,color .2s ease,transform .2s ease!important;
}
.section-video .action-icon:hover{
  background:#84c7f6!important;
  color:#1f1f1f!important;
  transform:translateY(-1px)!important;
}
.section-video .action-intro h3{
  margin:0!important;
  color:#fff!important;
  font-size:26px!important;
  line-height:31.2px!important;
  font-weight:400!important;
  font-family:"Roboto",sans-serif!important;
}
.section-video .action-intro p{display:none!important;}
.section-video .action-video-wrap{
  width:min(980px,calc(100% - 140px))!important;
  margin:24px auto 30px!important;
}
.section-video .action-video-frame{
  max-width:940px!important;
  margin:0 auto!important;
  background:#000!important;
  border:none!important;
  border-radius:0!important;
  padding:0!important;
  box-shadow:none!important;
}
.section-video .action-video-frame:before{display:none!important}
.section-video .action-video-frame video{
  width:100%!important;
  aspect-ratio:16/9!important;
  object-fit:contain!important;
  background:#000!important;
  border-radius:0!important;
}
.section-video .action-cta-wrap{
  text-align:center!important;
  margin-top:34px!important;
}
.section-video .action-btn{
  min-width:246px!important;
  min-height:58px!important;
  padding:14px 32px!important;
  border-radius:8px!important;
  background:#68b5f3!important;
  color:#000!important;
  font-size:18px!important;
  font-weight:700!important;
  text-transform:uppercase!important;
  box-shadow:none!important;
}
.section-video .action-btn .play-icon{
  font-size:18px!important;
  line-height:1!important;
}
@media (max-width:980px){
  .section-video{padding:0 0 62px!important}
  .section-video .action-layout{width:min(100%,calc(100% - 24px))!important}
  .section-video .action-heading{padding:52px 0 54px!important;margin-bottom:46px!important}
  .section-video .action-heading h2{font-size:19px!important;line-height:22.8px!important;font-family:"Raleway",sans-serif!important}
  .section-video .action-icon{width:90px!important;height:90px!important;font-size:44px!important;margin-bottom:18px!important}
  .section-video .action-intro h3{font-size:26px!important;line-height:31.2px!important;font-family:"Roboto",sans-serif!important}
  .section-video .action-intro p{display:none!important}
  .section-video .action-video-wrap{width:min(980px,calc(100% - 36px))!important}
  .section-video .action-video-frame{padding:8px!important}
  .section-video .action-btn{min-width:220px!important;min-height:52px!important;font-size:16px!important}
}
@media (max-width:600px){
  .section-video .action-heading{padding:42px 0 42px!important;margin-bottom:36px!important}
  .section-video .action-heading h2{font-size:18px!important;line-height:22px!important;font-family:"Raleway",sans-serif!important}
  .section-video .action-icon{width:82px!important;height:82px!important;font-size:40px!important}
  .section-video .action-intro h3{font-size:26px!important;line-height:31.2px!important;font-family:"Roboto",sans-serif!important}
  .section-video .action-intro p{display:none!important}
  .section-video .action-video-wrap{width:min(100%,calc(100% - 24px))!important}
  .section-video .action-video-frame{padding:6px!important}
  .section-video .action-btn{width:100%!important;max-width:280px!important}
}


/* === 2026-06-27 final pricing heading / background styling update === */
#plans.section{
  position:relative!important;
  overflow:hidden!important;
  background:#1f1f1f!important;
}
#plans.section::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:100%;
  height:195px;
  background:#222224;
  clip-path:polygon(0 34%,18% 26%,36% 16%,47% 0,68% 0,83% 12%,100% 24%,100% 100%,0 100%);
  z-index:0;
  pointer-events:none;
}
#plans.section::after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:180px;
  background:linear-gradient(180deg,rgba(255,255,255,.055) 0%,rgba(255,255,255,.018) 42%,rgba(255,255,255,0) 100%);
  clip-path:polygon(0 33%,18% 25%,36% 15%,47% 0,68% 0,83% 11%,100% 23%,100% 34%,84% 22%,68% 10%,47% 10%,36% 22%,18% 32%,0 40%);
  z-index:0;
  pointer-events:none;
  opacity:.9;
}
#plans .container{
  position:relative!important;
  z-index:1!important;
}
#plans .section-title{
  position:relative!important;
  z-index:1!important;
}
#plans .plans-flame img{
  width:58px!important;
  height:auto!important;
  filter:brightness(0) saturate(100%) invert(50%) sepia(43%) saturate(907%) hue-rotate(171deg) brightness(93%) contrast(87%)!important;
}
#plans .section-title h2{
  color:#67a8dd!important;
}
#plans .section-title p{
  max-width:910px!important;
  margin:20px auto 0!important;
  color:#f2f2f2!important;
  font-family:Raleway, Arial, sans-serif!important;
  font-size:17px!important;
  line-height:28px!important;
  font-weight:400!important;
  letter-spacing:0!important;
}
#plans .section-title p span{
  display:block!important;
}
#plans .section-title p span + span{
  margin-top:8px!important;
}
#plans .pricing-compare-shell{
  margin:100px auto 0!important;
}
@media (max-width:980px){
  #plans.section::before{height:135px!important;clip-path:polygon(0 36%,18% 30%,38% 18%,50% 0,67% 0,83% 12%,100% 24%,100% 100%,0 100%)!important;}
  #plans.section::after{height:122px!important;clip-path:polygon(0 35%,18% 29%,38% 17%,50% 0,67% 0,83% 11%,100% 23%,100% 35%,82% 24%,66% 11%,50% 11%,38% 23%,18% 33%,0 42%)!important;opacity:.65!important;}
  #plans .plans-flame img{width:48px!important;}
  #plans .section-title p{font-size:15px!important;line-height:24px!important;max-width:92%!important;}
}

/* === 2026-06-27 FINAL: pricing section original-style angular top border === */
#plans.section{
  background:#1f1f1f!important;
  position:relative!important;
  overflow:hidden!important;
}
#plans.section::before{
  content:""!important;
  position:absolute!important;
  inset:auto!important;
  left:0!important;
  top:0!important;
  width:100%!important;
  height:235px!important;
  background:#252525!important;
  clip-path:polygon(0 74px,16% 63px,33% 44px,47% 13px,54% 0,69% 0,84% 22px,100% 58px,100% 100%,0 100%)!important;
  z-index:0!important;
  pointer-events:none!important;
  opacity:1!important;
}
#plans.section::after{
  content:""!important;
  position:absolute!important;
  inset:auto!important;
  left:0!important;
  top:0!important;
  width:100%!important;
  height:132px!important;
  background:linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.52) 31%,rgba(0,0,0,.22) 58%,rgba(0,0,0,.08) 100%)!important;
  clip-path:polygon(0 52px,17% 43px,34% 27px,47% 4px,54% 0,69% 0,84% 19px,100% 42px,100% 70px,84% 44px,69% 22px,55% 22px,47% 31px,34% 53px,17% 70px,0 88px)!important;
  z-index:0!important;
  pointer-events:none!important;
  opacity:1!important;
}
#plans .container,
#plans .section-title,
#plans .pricing-compare-shell{
  position:relative!important;
  z-index:1!important;
}
@media (max-width:980px){
  #plans.section::before{height:175px!important;clip-path:polygon(0 54px,18% 48px,36% 34px,48% 10px,55% 0,70% 0,85% 18px,100% 42px,100% 100%,0 100%)!important;}
  #plans.section::after{height:100px!important;clip-path:polygon(0 39px,18% 33px,36% 22px,48% 3px,55% 0,70% 0,85% 15px,100% 31px,100% 53px,85% 34px,70% 18px,56% 18px,48% 24px,36% 39px,18% 51px,0 64px)!important;}
}

/* === USER FINAL FIX: pricing section top border only, no filled roof/background shape === */
#plans.section{
  background:#1f1f1f!important;
  position:relative!important;
  overflow:hidden!important;
}
#plans.section::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:0!important;
  width:100%!important;
  height:135px!important;
  z-index:0!important;
  pointer-events:none!important;
  opacity:1!important;
  clip-path:none!important;
  border:0!important;
  background:none!important;
  background-color:transparent!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 135' preserveAspectRatio='none'%3E%3Cpath d='M0 82 L155 72 L325 54 L465 18 L545 2 L695 2 L835 30 L1000 66' fill='none' stroke='%232f2f2f' stroke-width='2.6' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E")!important;
  background-repeat:no-repeat!important;
  background-position:top left!important;
  background-size:100% 135px!important;
}
#plans.section::after{
  content:none!important;
  display:none!important;
  background:none!important;
  clip-path:none!important;
}
#plans .container,
#plans .section-title,
#plans .pricing-compare-shell{
  position:relative!important;
  z-index:1!important;
}

@media (max-width:980px){
  #plans.section::before{
    height:95px!important;
    background-size:100% 95px!important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 95' preserveAspectRatio='none'%3E%3Cpath d='M0 58 L160 51 L330 38 L470 12 L548 2 L698 2 L842 22 L1000 48' fill='none' stroke='%232f2f2f' stroke-width='2.4' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E")!important;
  }
}

/* === 2026-06-27 FINAL NORMAL UPDATE: plain pricing background, keep table borders === */
#plans.section{
  background:#1f1f1f!important;
  position:relative!important;
  overflow:hidden!important;
}
#plans.section::before,
#plans.section::after{
  display:none!important;
  content:none!important;
  background:none!important;
  clip-path:none!important;
}
#plans .container,
#plans .section-title,
#plans .pricing-compare-shell{
  position:relative!important;
  z-index:1!important;
}
/* keep the pricing box/table border-radius and original plan/table colors unchanged */


/* === Astro section redesign based on provided app screenshots === */
.astro-section-redesign{
  background:#070707;
  position:relative;
  overflow:hidden;
}
.astro-section-redesign::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(5,5,5,.90), rgba(5,5,5,.92)),
    url('../img/astro-section-bg.svg') center top/cover no-repeat;
  opacity:1;
  pointer-events:none;
}
.astro-section-redesign::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:180px;
  background:linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.34));
  pointer-events:none;
}
.astro-pattern-layer{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 22%, rgba(255,124,34,.10), transparent 22%),
    radial-gradient(circle at 15% 82%, rgba(60,110,180,.08), transparent 20%);
  pointer-events:none;
}
.astro-section-redesign .container{
  position:relative;
  z-index:2;
}
.astro-intro{
  max-width:820px;
  margin:0 auto 44px;
  text-align:center;
}
.astro-flame-badge{
  width:min(140px, 24vw);
  margin:0 auto 14px;
  filter:drop-shadow(0 18px 40px rgba(255,123,34,.16));
}
.astro-intro .eyebrow.orange{
  color:#ffb266;
  margin-bottom:12px;
}
.astro-intro h2{
  color:#ffffff;
  margin-bottom:14px;
}
.astro-intro p{
  color:#d6d7db;
  font-size:18px;
  line-height:1.7;
  max-width:760px;
  margin:0 auto 22px;
}
.astro-view-btn{
  background:linear-gradient(135deg,#e17b26,#c86111);
  color:#fff !important;
  border:1px solid rgba(255,168,95,.35);
  box-shadow:0 16px 40px rgba(198,97,17,.22);
}
.astro-view-btn:hover{
  background:linear-gradient(135deg,#ee8c3a,#d96e1c);
}
.astro-screen-grid{
  display:grid;
  grid-template-columns:1.35fr .9fr;
  gap:22px;
  align-items:start;
}
.astro-card{
  margin:0;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(19,19,19,.84);
  box-shadow:0 22px 60px rgba(0,0,0,.34);
  backdrop-filter:blur(4px);
}
.astro-card img{
  width:100%;
  display:block;
  object-fit:cover;
  background:#0b0b0b;
}
.astro-card figcaption{
  padding:16px 18px 18px;
  color:#ddd;
}
.astro-card figcaption strong{
  display:block;
  font-size:17px;
  color:#fff;
  margin-bottom:6px;
}
.astro-card figcaption span{
  display:block;
  color:#c6c7cc;
  font-size:14px;
  line-height:1.6;
}
.astro-card-large{
  grid-row:span 2;
}
.astro-card-large img{
  aspect-ratio:16/10;
}
.astro-card-tall img{
  aspect-ratio:9/14;
  object-fit:cover;
}
.astro-screen-grid > .astro-card:nth-child(n+3) img{
  aspect-ratio:16/9;
}
@media (min-width:861px){
  .astro-screen-grid > .astro-card:nth-child(3),
  .astro-screen-grid > .astro-card:nth-child(4),
  .astro-screen-grid > .astro-card:nth-child(5),
  .astro-screen-grid > .astro-card:nth-child(6){
    grid-column:span 1;
  }
}
@media (max-width:1180px){
  .astro-screen-grid{
    grid-template-columns:1fr 1fr;
  }
  .astro-card-large{
    grid-column:span 2;
    grid-row:auto;
  }
}
@media (max-width:860px){
  .astro-section-redesign{
    padding-top:62px;
    padding-bottom:62px;
  }
  .astro-intro{
    margin-bottom:30px;
  }
  .astro-intro p{
    font-size:16px;
  }
  .astro-screen-grid{
    grid-template-columns:1fr;
    gap:18px;
  }
  .astro-card-large,
  .astro-card-tall{
    grid-column:auto;
    grid-row:auto;
  }
  .astro-card figcaption{
    padding:14px 15px 16px;
  }
}


/* === Final Astro slider section redesign === */
.astro-section-slider{
  position:relative;
  overflow:hidden;
  padding:52px 0 42px !important;
  background-color:#090909;
  background-image:
    linear-gradient(180deg, rgba(7,7,7,.06) 0%, rgba(7,7,7,.12) 22%, rgba(7,7,7,.24) 100%),
    url('../img/astro-section-bg.svg');
  background-repeat:no-repeat, repeat;
  background-position:center top, center top;
  background-size:cover, 400px auto;
}
.astro-section-slider::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,.08)),
    radial-gradient(circle at 50% 23%, rgba(179,84,19,.08), transparent 34%);
  pointer-events:none;
}
.astro-slider-shell{position:relative;z-index:2;}
.astro-slider-intro{
  max-width:980px;
  margin:0 auto 18px;
  text-align:center;
}
.astro-slider-flame{width:66px;max-width:18vw;margin:0 auto 6px;filter:drop-shadow(0 10px 18px rgba(179,84,19,.14));}
.astro-slider-brand{font-family:'Roboto',sans-serif;font-size:16px;font-weight:400;line-height:1.2;color:rgb(179,84,19);margin-bottom:4px;}
.astro-slider-title{font-family:'Roboto',sans-serif;font-size:44px;line-height:1;font-weight:700;color:rgb(179,84,19);margin:0 0 6px;}
.astro-slider-price{font-family:'Raleway',sans-serif;font-size:13px;font-weight:400;line-height:1.5;color:rgb(179,84,19);margin-bottom:18px;}
.astro-slider-lead{font-family:'Raleway',sans-serif;font-size:16px;font-weight:700;font-style:italic;line-height:1.6;color:rgb(224,224,224);margin:0 auto 12px;}
.astro-slider-copy{font-family:'Raleway',sans-serif;font-size:14px;font-weight:400;line-height:1.7;color:rgb(190,190,190);max-width:940px;margin:0 auto 26px;}
.astro-carousel{position:relative;max-width:930px;margin:0 auto;padding:0;}
.astro-carousel-frame{
  position:relative;
  overflow:hidden;
  max-width:930px;
  margin:0 auto;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.06);
  background:rgba(18,18,18,.16);
  box-shadow:0 10px 24px rgba(0,0,0,.20);
}
.astro-carousel-track{position:relative;min-height:0;}
.astro-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:translateX(12px);transition:opacity .75s ease, transform .75s ease, visibility .75s ease;}
.astro-slide.is-active{position:relative;opacity:1;visibility:visible;transform:translateX(0);z-index:1;}
.astro-slide img{display:block;width:100%;aspect-ratio:16 / 6.95;object-fit:cover;background:#111;}
.astro-nav{
  position:absolute;top:50%;transform:translateY(-50%);width:20px;height:44px;border-radius:2px;border:none;background:rgba(0,0,0,.18);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;line-height:1;z-index:4;transition:background .25s ease, opacity .25s ease;}
.astro-nav span{display:block;transform:translateY(-1px);}
.astro-nav:hover{background:rgba(179,84,19,.78);}
.astro-nav-prev{left:8px;}
.astro-nav-next{right:8px;}
.astro-dots{display:none !important;}
.astro-carousel-meta{max-width:930px;margin:20px auto 0;text-align:center;display:flex;flex-direction:column;align-items:center;gap:30px;}
.astro-carousel-caption{font-family:'Raleway',sans-serif;font-size:14px;font-weight:400;line-height:1.65;color:#b9b9b9;max-width:720px;margin:0 auto;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.astro-carousel-cta{min-width:188px;padding:14px 34px;border-radius:4px;font-size:17px;font-weight:700;line-height:1.2;display:inline-flex;align-items:center;justify-content:center;background:#b55b1f;border-color:#b55b1f;color:#fff;box-shadow:none;letter-spacing:0;}
.astro-carousel-cta:hover,.astro-carousel-cta:focus{background:#c36524;border-color:#c36524;color:#fff;box-shadow:none;}
@media (max-width: 991px){
  .astro-section-slider{padding:44px 0 36px !important;background-size:cover, 350px auto;}
  .astro-slider-intro,.astro-slider-copy{max-width:900px;}
  .astro-slider-flame{width:60px;}
  .astro-slider-title{font-size:39px;}
  .astro-carousel,.astro-carousel-frame,.astro-carousel-meta{max-width:860px;}
  .astro-nav{width:19px;height:40px;font-size:12px;}
  .astro-carousel-caption{max-width:680px;}
}
@media (max-width: 767px){
  .astro-section-slider{padding:34px 0 28px !important;background-size:cover, 280px auto;}
  .astro-slider-intro{margin-bottom:16px;}
  .astro-slider-flame{width:52px;}
  .astro-slider-brand{font-size:15px;}
  .astro-slider-title{font-size:34px;}
  .astro-slider-price{font-size:12px;margin-bottom:16px;}
  .astro-slider-lead{font-size:14px;line-height:1.55;}
  .astro-slider-copy{font-size:13px;line-height:1.6;color:rgb(185,185,185);max-width:100%;padding:0 10px;margin-bottom:22px;}
  .astro-carousel,.astro-carousel-frame,.astro-carousel-meta{max-width:100%;}
  .astro-carousel-frame{border-radius:8px;}
  .astro-slide img{aspect-ratio:16 / 7.7;}
  .astro-nav{width:18px;height:38px;font-size:11px;}
  .astro-nav-prev{left:4px;}
  .astro-nav-next{right:4px;}
  .astro-carousel-meta{margin-top:18px;gap:22px;}
  .astro-carousel-caption{font-size:13px;line-height:1.55;padding:0 8px;max-width:500px;}
  .astro-carousel-cta{min-width:164px;padding:12px 28px;font-size:16px;border-radius:4px;}
}



/* === Final adjustments: larger Astro showcase + centered VPN section === */
.astro-slider-intro{max-width:1040px;}
.astro-slider-copy{max-width:980px;}
.astro-carousel,
.astro-carousel-frame,
.astro-carousel-meta{max-width:1080px;}
.astro-carousel-frame{box-shadow:0 14px 30px rgba(0,0,0,.24);}
.astro-slide img{aspect-ratio:16 / 7.45;}
.astro-carousel-meta{margin-top:22px;gap:34px;}
.astro-carousel-caption{max-width:760px;}
@media (max-width: 991px){
  .astro-carousel,
  .astro-carousel-frame,
  .astro-carousel-meta{max-width:920px;}
  .astro-slide img{aspect-ratio:16 / 7.7;}
}
@media (max-width: 767px){
  .astro-slide img{aspect-ratio:16 / 8.2;}
}

.vpn-section-centered{
  position:relative;
  overflow:hidden;
  padding:72px 0 86px !important;
  background:
    linear-gradient(180deg, rgba(194,177,238,.92) 0%, rgba(154,118,232,.93) 54%, rgba(104,60,200,.96) 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.10) 0 2px, rgba(255,255,255,0) 2px 72px),
    linear-gradient(90deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,.02) 18%, rgba(255,255,255,.08) 48%, rgba(255,255,255,.02) 75%, rgba(255,255,255,.07) 100%);
}
.vpn-section-centered::before,
.vpn-section-centered::after{
  content:"";
  position:absolute;
  left:-2%;
  width:104%;
  height:84px;
  background:#04070d;
  z-index:1;
}
.vpn-section-centered::before{
  top:-40px;
  border-bottom-left-radius:50% 100%;
  border-bottom-right-radius:50% 100%;
}
.vpn-section-centered::after{
  bottom:-40px;
  border-top-left-radius:50% 100%;
  border-top-right-radius:50% 100%;
}
.vpn-section-centered .container{position:relative;z-index:2;}
.vpn-section-centered::marker{display:none;}
.vpn-section-centered .vpn-centered-shell{max-width:1180px;}
.vpn-section-centered .vpn-centered-card{
  text-align:center;
  max-width:1180px;
  margin:0 auto;
}
.vpn-centered-flame{
  width:76px;
  margin:0 auto 10px;
  filter:hue-rotate(218deg) saturate(185%) brightness(.84);
}
.vpn-centered-brand{
  font-family:'Roboto',sans-serif;
  font-size:18px;
  font-weight:400;
  line-height:1.2;
  color:rgb(101, 62, 197);
  margin-bottom:8px;
}
.vpn-centered-title{
  font-family:'Roboto',sans-serif;
  font-size:36px;
  font-weight:700;
  line-height:1.2;
  color:rgb(77, 27, 149);
  margin:0 0 10px;
  letter-spacing:0;
}
.vpn-centered-price{
  font-family:'Raleway',sans-serif;
  font-size:13px;
  font-weight:400;
  line-height:22.36px;
  color:rgb(60, 10, 107);
  margin:0 0 34px;
}
.vpn-centered-copy{
  font-family:'Raleway',sans-serif;
  font-size:16px;
  font-weight:400;
  line-height:27.52px;
  color:rgb(60, 10, 107);
  max-width:1210px;
  margin:0 auto 38px;
}
.vpn-centered-cta{
  min-width:186px;
  min-height:56px;
  padding:16px 30px;
  border-radius:4px;
  background:#dbd2ec;
  color:#1b072d;
  font-family:'Roboto',sans-serif;
  font-size:15px;
  font-weight:600;
  line-height:18px;
  box-shadow:none;
}
.vpn-centered-cta:hover,
.vpn-centered-cta:focus{
  background:#e7def6;
  color:#170628;
  box-shadow:none;
}
@media (max-width: 991px){
  .vpn-section-centered{padding:64px 0 74px !important;}
  .vpn-section-centered::before,
  .vpn-section-centered::after{height:72px;}
  .vpn-centered-copy{max-width:900px;}
}
@media (max-width: 767px){
  .vpn-section-centered{padding:56px 0 68px !important;}
  .vpn-section-centered::before,
  .vpn-section-centered::after{height:64px;}
  .vpn-centered-flame{width:64px;}
  .vpn-centered-brand{font-size:17px;}
  .vpn-centered-title{font-size:31px;}
  .vpn-centered-price{margin-bottom:22px;}
  .vpn-centered-copy{font-size:15px;line-height:1.7;max-width:100%;padding:0 12px;margin-bottom:30px;}
  .vpn-centered-cta{min-width:168px;min-height:52px;padding:14px 24px;}
}


/* === v7 refinement tweaks === */
br.desktop-break{display:block;content:"";}
.astro-section-slider{
  background-image:
    linear-gradient(180deg, rgba(7,7,7,.04) 0%, rgba(7,7,7,.10) 20%, rgba(7,7,7,.20) 100%),
    url('../img/astro-section-bg.svg');
  background-size:cover, 430px auto;
}
.astro-section-slider::before{
  background:
    linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.06)),
    radial-gradient(circle at 50% 23%, rgba(179,84,19,.10), transparent 34%);
}
.astro-slider-copy{max-width:1120px;}
.astro-carousel,
.astro-carousel-frame,
.astro-carousel-meta{max-width:1110px;}
.astro-carousel-frame{
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 18px 36px rgba(0,0,0,.28);
  background:rgba(22,22,22,.22);
}
.astro-slide img{
  aspect-ratio:16 / 8.1;
  object-fit:contain;
  background:#181818;
}
.astro-carousel-caption{max-width:780px;}

.vpn-centered-flame{
  filter:hue-rotate(244deg) saturate(165%) brightness(.72) contrast(1.05);
}
.vpn-centered-brand{color:rgb(98, 45, 183);}
.vpn-centered-title{color:rgb(82, 28, 159);}
.vpn-centered-price{color:rgb(72, 22, 128);margin-bottom:28px;}
.vpn-centered-copy{max-width:1080px;}

@media (max-width: 991px){
  .astro-section-slider{background-size:cover, 380px auto;}
  .astro-carousel,
  .astro-carousel-frame,
  .astro-carousel-meta{max-width:940px;}
  .astro-slide img{aspect-ratio:16 / 8.4;}
  .vpn-centered-copy{max-width:900px;}
}
@media (max-width: 767px){
  br.desktop-break{display:none;}
  .astro-section-slider{background-size:cover, 300px auto;}
  .astro-slider-copy{max-width:100%;}
  .astro-carousel,
  .astro-carousel-frame,
  .astro-carousel-meta{max-width:100%;}
  .astro-slide img{aspect-ratio:16 / 8.8;}
  .vpn-centered-copy{max-width:100%;}
}


/* === v8 refinement tweaks === */
.astro-slider-flame{width:58px;max-width:16vw;}
.astro-carousel,
.astro-carousel-frame,
.astro-carousel-meta{max-width:1020px;}
.astro-carousel-frame{
  border:1px solid rgba(255,255,255,.08);
  background:rgba(18,18,18,.18);
  box-shadow:0 15px 32px rgba(0,0,0,.26);
}
.astro-slide img{
  aspect-ratio:16 / 7.55;
  object-fit:contain;
  background:#161616;
}
.astro-carousel-caption{max-width:760px;}

.vpn-section-centered{
  background:
    linear-gradient(180deg, rgba(194,177,238,.92) 0%, rgba(154,118,232,.93) 54%, rgba(104,60,200,.96) 100%),
    url('../img/vpn-section-bg.svg'),
    repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 2px, rgba(255,255,255,0) 2px 74px);
  background-repeat:no-repeat, no-repeat, repeat;
  background-position:center center, center center, center center;
  background-size:cover, cover, auto;
}
.vpn-centered-flame{width:66px;filter:hue-rotate(242deg) saturate(168%) brightness(.76) contrast(1.04);}
.vpn-centered-copy{max-width:1060px;}
.vpn-centered-cta{
  min-width:184px;
  min-height:56px;
  padding:16px 28px;
  border-radius:4px;
  border:1px solid rgba(255,255,255,.34);
  background:#dfd6ef;
  color:#190728;
  box-shadow:0 10px 18px rgba(54, 20, 99, .12);
}
.vpn-centered-cta:hover,
.vpn-centered-cta:focus{
  background:#e8e0f5;
  border-color:rgba(255,255,255,.42);
  color:#150522;
}

@media (max-width: 991px){
  .astro-carousel,
  .astro-carousel-frame,
  .astro-carousel-meta{max-width:900px;}
  .astro-slide img{aspect-ratio:16 / 7.9;}
  .vpn-centered-copy{max-width:920px;}
}
@media (max-width: 767px){
  .astro-slider-flame{width:50px;}
  .astro-carousel,
  .astro-carousel-frame,
  .astro-carousel-meta{max-width:100%;}
  .astro-slide img{aspect-ratio:16 / 8.25;}
  .vpn-centered-flame{width:58px;}
}

/* === v9 final adjustments requested === */
/* Astro slider: remove empty side space and slightly reduce image box size */
.astro-carousel,
.astro-carousel-frame,
.astro-carousel-meta{max-width:940px;}
.astro-carousel-frame{
  border:1px solid rgba(255,255,255,.08);
  background:#141414;
  box-shadow:0 16px 32px rgba(0,0,0,.28);
}
.astro-slide img{
  width:100%;
  aspect-ratio:854 / 480;
  object-fit:cover;
  background:transparent;
}

/* VPN section: apply requested purple text, smaller grey button, and patterned background */
.vpn-section-centered{
  background:
    linear-gradient(180deg, rgba(194,177,238,.94) 0%, rgba(153,116,232,.95) 56%, rgba(104,60,200,.97) 100%),
    url('../img/vpn-section-bg.svg'),
    linear-gradient(90deg,
      rgba(255,255,255,.12) 0%,
      rgba(255,255,255,0) 14%,
      rgba(255,255,255,.08) 30%,
      rgba(255,255,255,0) 46%,
      rgba(255,255,255,.09) 62%,
      rgba(255,255,255,0) 78%,
      rgba(255,255,255,.07) 100%);
  background-repeat:no-repeat, no-repeat, no-repeat;
  background-position:center center, center center, center center;
  background-size:cover, cover, cover;
}
.vpn-centered-flame{
  width:60px;
  filter:hue-rotate(242deg) saturate(168%) brightness(.78) contrast(1.03);
}
.vpn-centered-brand,
.vpn-centered-title,
.vpn-centered-price,
.vpn-centered-copy{color:#522478;}
.vpn-centered-brand{font-size:17px;}
.vpn-centered-title{font-size:35px; margin-bottom:10px;}
.vpn-centered-price{margin-bottom:26px;}
.vpn-centered-copy{
  max-width:1060px;
  line-height:1.72;
}
.vpn-centered-cta{
  min-width:160px;
  min-height:50px;
  padding:13px 24px;
  border-radius:6px;
  border:1px solid #bcb5c8;
  background:#d3cddc;
  color:#211726;
  font-size:14px;
  font-weight:700;
  box-shadow:0 8px 16px rgba(42,23,66,.10);
}
.vpn-centered-cta:hover,
.vpn-centered-cta:focus{
  background:#dbd6e3;
  border-color:#c6bfd2;
  color:#1d1322;
}

/* FAQ redesign to match requested grey card layout */
.faq-section{
  background:#02070e;
}
.faq-section .container.narrow{
  width:min(1400px, calc(100% - 40px));
  max-width:none;
}
.faq-section .section-title h2{
  color:#58a8f4;
  font-size:clamp(54px, 6vw, 72px);
  margin-bottom:18px;
}
.faq-section .section-title p{
  max-width:1240px;
  margin:0 auto;
  color:#ffffff;
  font-size:16px;
  line-height:1.55;
}
.faq-section .tiny-flame{
  height:110px;
  margin-bottom:16px;
  filter:hue-rotate(190deg) saturate(175%) brightness(1.08);
}
.faq-section .accordion{
  gap:16px;
  margin-top:34px;
}
.faq-section .accordion-item{
  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(90deg, rgba(76,76,76,.92), rgba(65,65,65,.94));
  border-radius:18px;
  box-shadow:none;
}
.faq-section .accordion-item button{
  min-height:84px;
  padding:18px 28px 18px 110px;
  color:#67b0ff;
  font-size:22px;
  font-weight:400;
  line-height:1.25;
  position:relative;
  align-items:center;
}
.faq-section .accordion-item button::before{
  content:"?";
  position:absolute;
  left:42px;
  top:50%;
  transform:translateY(-50%);
  color:#67b0ff;
  font-size:56px;
  line-height:1;
  font-weight:700;
}
.faq-section .accordion-item button::after{
  content:none !important;
  display:none !important;
}
.faq-section .accordion-item > div{
  display:none;
  padding:0 28px 24px 110px;
  color:#ffffff;
  font-size:16px;
  line-height:1.65;
}
.faq-section .accordion-item.active{
  border-color:rgba(255,255,255,.22);
  background:linear-gradient(90deg, rgba(88,88,88,.94), rgba(72,72,72,.96));
}
.faq-section .accordion-item.active > div{display:block;}

@media (max-width: 991px){
  .astro-carousel,
  .astro-carousel-frame,
  .astro-carousel-meta{max-width:880px;}
  .astro-slide img{aspect-ratio:16 / 9;}
  .faq-section .container.narrow{width:min(100%, calc(100% - 28px));}
  .faq-section .accordion-item button{font-size:18px;padding-left:92px;min-height:76px;}
  .faq-section .accordion-item button::before{left:30px;font-size:46px;}
  .faq-section .accordion-item > div{padding-left:92px;}
}

@media (max-width: 767px){
  .astro-carousel,
  .astro-carousel-frame,
  .astro-carousel-meta{max-width:100%;}
  .astro-slide img{aspect-ratio:16 / 9;}
  .vpn-centered-flame{width:54px;}
  .vpn-centered-title{font-size:32px;}
  .vpn-centered-copy{font-size:15px;line-height:1.68;}
  .vpn-centered-cta{min-width:150px;min-height:48px;padding:12px 22px;}
  .faq-section .tiny-flame{height:88px;}
  .faq-section .section-title p{font-size:15px;}
  .faq-section .accordion{gap:12px;}
  .faq-section .accordion-item button{font-size:16px;padding:16px 18px 16px 72px;min-height:68px;}
  .faq-section .accordion-item button::before{left:22px;font-size:34px;}
  .faq-section .accordion-item > div{padding:0 18px 20px 72px;font-size:15px;}
}


/* Final FAQ sizing adjustment requested by user */
.faq-section{
  background:#02070e;
  padding-top:72px;
  padding-bottom:72px;
}
.faq-section .container.narrow{
  width:min(980px, calc(100% - 36px));
  max-width:none;
}
.faq-section .section-title{
  max-width:900px;
  margin:0 auto 22px;
}
.faq-section .tiny-flame{
  height:76px;
  margin:0 auto 10px;
  filter:hue-rotate(190deg) saturate(175%) brightness(1.08);
}
.faq-section .section-title h2{
  color:#58a8f4;
  font-family:Roboto, sans-serif;
  font-size:36px;
  font-weight:700;
  line-height:1.2;
  margin-bottom:10px;
}
.faq-section .section-title p{
  max-width:820px;
  margin:0 auto;
  color:#ffffff;
  font-family:Raleway, sans-serif;
  font-size:16px;
  font-weight:400;
  line-height:1.7;
}
.faq-section .accordion{
  gap:8px;
  margin-top:22px;
}
.faq-section .accordion-item{
  border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(90deg, rgba(82,82,82,.92), rgba(71,71,71,.94));
  border-radius:10px;
  box-shadow:none;
}
.faq-section .accordion-item button{
  min-height:56px;
  padding:12px 18px 12px 60px;
  color:#70afde;
  font-family:Raleway, sans-serif;
  font-size:18px;
  font-weight:400;
  line-height:1.22;
  position:relative;
  align-items:center;
}
.faq-section .accordion-item button::before{
  content:"?";
  position:absolute;
  left:24px;
  top:50%;
  transform:translateY(-50%);
  color:#70afde;
  font-size:24px;
  line-height:1;
  font-weight:700;
}
.faq-section .accordion-item button::after{
  content:none !important;
  display:none !important;
}
.faq-section .accordion-item > div{
  display:none;
  padding:0 18px 18px 60px;
  color:#dbdbdb;
  font-family:Roboto, sans-serif;
  font-size:15px;
  font-weight:400;
  line-height:1.72;
}
.faq-section .accordion-item.active{
  border-color:rgba(255,255,255,.2);
  background:linear-gradient(90deg, rgba(86,86,86,.94), rgba(77,77,77,.96));
}
.faq-section .accordion-item.active > div{display:block;}

@media (max-width: 991px){
  .faq-section .container.narrow{width:min(920px, calc(100% - 30px));}
  .faq-section .section-title h2{font-size:34px;}
  .faq-section .section-title p{font-size:15px;max-width:760px;}
  .faq-section .accordion-item button{font-size:17px;padding:12px 16px 12px 56px;min-height:54px;}
  .faq-section .accordion-item button::before{left:22px;font-size:22px;}
  .faq-section .accordion-item > div{padding:0 16px 16px 56px;font-size:15px;}
}

@media (max-width: 767px){
  .faq-section{padding-top:64px;padding-bottom:64px;}
  .faq-section .container.narrow{width:min(100%, calc(100% - 24px));}
  .faq-section .tiny-flame{height:62px;}
  .faq-section .section-title h2{font-size:32px;}
  .faq-section .section-title p{font-size:15px;line-height:1.65;}
  .faq-section .accordion{gap:10px;}
  .faq-section .accordion-item{border-radius:9px;}
  .faq-section .accordion-item button{font-size:16px;padding:12px 14px 12px 50px;min-height:52px;}
  .faq-section .accordion-item button::before{left:18px;font-size:21px;}
  .faq-section .accordion-item > div{padding:0 14px 16px 50px;font-size:14px;line-height:1.65;}
}


/* FAQ final content and sizing update */
.faq-section .accordion{
  gap:8px;
  margin-top:22px;
  border-top:2px solid rgba(255,255,255,.78);
  padding-top:10px;
}
.faq-section .accordion-item{
  border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(90deg, rgba(82,82,82,.92), rgba(71,71,71,.94));
}
.faq-section .accordion-item button{
  color:#70afde;
  font-size:18px;
}
.faq-section .accordion-item button::before{
  color:currentColor;
  font-size:24px;
}
.faq-section .accordion-item > div{
  color:#dbdbdb;
  font-size:15px;
}
.faq-section .accordion-item > div p{
  margin:0 0 12px;
}
.faq-section .accordion-item > div ul{
  margin:0 0 12px 22px;
  padding:0;
}
.faq-section .accordion-item > div li{
  margin:0 0 6px;
}
.faq-section .accordion-item > div p:last-child,
.faq-section .accordion-item > div ul:last-child{
  margin-bottom:0;
}
@media (max-width: 991px){
  .faq-section .accordion-item button{font-size:17px;}
  .faq-section .accordion-item button::before{font-size:22px;}
}
@media (max-width: 767px){
  .faq-section .accordion{padding-top:8px;}
  .faq-section .accordion-item button{font-size:16px;}
  .faq-section .accordion-item button::before{font-size:21px;}
  .faq-section .accordion-item > div{font-size:14px;}
}


/* v13 FAQ and Contact refinements */
.faq-section .accordion{
  border:2px solid rgba(255,255,255,.78);
  border-radius:3px;
  padding:0;
  gap:8px;
  background:transparent;
}
.faq-section .accordion-item{
  border-radius:10px;
  margin:8px;
}
.faq-section .accordion-item button::before{
  color:#236d99 !important;
}
@media (max-width: 767px){
  .faq-section .accordion-item{margin:6px;}
}

.contact-section{
  background:#000;
  overflow:hidden;
  padding-top:78px;
  padding-bottom:86px;
}
.contact-section::before,
.contact-section::after{
  content:"";
  position:absolute;
  bottom:0;
  width:360px;
  height:540px;
  background:url('../img/flame-mask.svg') no-repeat center/cover;
  opacity:.25;
  filter:grayscale(1) brightness(.7);
  pointer-events:none;
  z-index:0;
}
.contact-section::before{
  left:-150px;
  transform:rotate(12deg) scaleX(-1);
  transform-origin:bottom left;
}
.contact-section::after{
  right:-150px;
  transform:rotate(-12deg);
  transform-origin:bottom right;
}
.contact-section .contact-shell{
  position:relative;
  z-index:1;
  width:min(1180px, calc(100% - 36px));
}
.contact-section .section-title{
  max-width:1180px;
  margin:0 auto 98px;
}
.contact-section .tiny-flame{
  height:88px;
  margin:0 auto 16px;
  filter:hue-rotate(190deg) saturate(175%) brightness(1.08);
}
.contact-section .section-title h2{
  color:#58a8f4;
  font-family:Roboto, sans-serif;
  font-size:36px;
  font-weight:700;
  line-height:1.2;
  margin-bottom:12px;
}
.contact-section .section-title p{
  max-width:1120px;
  margin:0 auto;
  color:#fff;
  font-family:Raleway, sans-serif;
  font-size:16px;
  font-weight:400;
  line-height:1.8;
}
.discord-panel{
  max-width:900px;
  margin:0 auto 26px;
}
.discord-card{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:190px;
  padding:70px 20px 28px;
  background:#ededed;
  border-radius:18px;
  color:#0f141b;
  text-align:center;
  box-shadow:0 18px 40px rgba(0,0,0,.18);
}
.discord-icon{
  position:absolute;
  top:0;
  left:50%;
  transform:translate(-50%,-50%);
  width:94px;
  height:94px;
  border-radius:50%;
  background:#7b8fe8;
  display:grid;
  place-items:center;
  box-shadow:0 16px 36px rgba(123,143,232,.28);
}
.discord-icon svg{
  width:46px;
  height:46px;
  display:block;
}
.discord-card-title{
  font-family:Roboto, sans-serif;
  font-size:20px;
  line-height:1.3;
  margin-bottom:20px;
}
.discord-card-subtitle{
  font-family:Raleway, sans-serif;
  font-size:18px;
  line-height:1.35;
}
.contact-form.contact-form-large{
  max-width:1148px;
  margin:0 auto;
  background:#ececec;
  border:0;
  border-radius:18px;
  padding:34px 34px 38px;
  box-shadow:0 20px 44px rgba(0,0,0,.18);
  gap:18px;
}
.contact-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.contact-form.contact-form-large label{
  color:#1d1d1d;
  font-family:Roboto, sans-serif;
  font-size:18px;
  font-weight:400;
  gap:10px;
}
.contact-form.contact-form-large label span{
  display:inline;
  color:#6ca6db;
  font-family:Raleway, sans-serif;
  font-size:.92em;
  font-style:italic;
  font-weight:400;
  margin-left:4px;
}
.contact-form.contact-form-large input,
.contact-form.contact-form-large textarea{
  border:0;
  border-radius:4px;
  background:#575757;
  color:#fff;
  padding:16px 16px;
  box-shadow:none;
}
.contact-form.contact-form-large input{
  min-height:58px;
}
.contact-form.contact-form-large textarea{
  min-height:370px;
  resize:vertical;
}
.contact-form.contact-form-large input:focus,
.contact-form.contact-form-large textarea:focus{
  outline:none;
  box-shadow:0 0 0 3px rgba(108,166,219,.28);
  border-color:transparent;
}
.contact-message{
  width:100%;
}
.btn-submit{
  width:100%;
  min-height:62px;
  border-radius:6px;
  background:#84b6de;
  color:#000;
  font-family:Roboto, sans-serif;
  font-size:18px;
  font-weight:700;
  box-shadow:none;
}
.btn-submit:hover{
  background:#8dc0e9;
  transform:none;
}
@media (max-width: 991px){
  .contact-section::before,
  .contact-section::after{width:260px;height:400px;opacity:.22;}
  .contact-section .section-title{margin-bottom:86px;}
  .contact-form.contact-form-large{padding:28px 24px 30px;}
  .contact-row{gap:16px;}
}
@media (max-width: 767px){
  .contact-section{padding-top:68px;padding-bottom:72px;}
  .contact-section .contact-shell{width:min(100%, calc(100% - 24px));}
  .contact-section .tiny-flame{height:70px;}
  .contact-section .section-title h2{font-size:32px;}
  .contact-section .section-title p{font-size:15px;line-height:1.7;}
  .contact-section .section-title{margin-bottom:80px;}
  .discord-panel{margin-bottom:22px;}
  .discord-card{min-height:168px;padding:64px 18px 24px;border-radius:16px;}
  .discord-icon{width:86px;height:86px;}
  .discord-card-title{font-size:18px;margin-bottom:14px;}
  .discord-card-subtitle{font-size:17px;}
  .contact-form.contact-form-large{padding:22px 16px 24px;border-radius:16px;}
  .contact-row{grid-template-columns:1fr;gap:14px;}
  .contact-form.contact-form-large label{font-size:17px;}
  .contact-form.contact-form-large textarea{min-height:280px;}
  .btn-submit{min-height:58px;font-size:17px;}
}


/* v14 final refinements */
.faq-section .accordion{
  padding:4px 0;
  gap:0;
}
.faq-section .accordion-item{
  margin:4px 10px;
  border-radius:10px;
}
.faq-section .accordion-item button::before{
  color:#236d99 !important;
}
@media (max-width: 767px){
  .faq-section .accordion-item{margin:4px 6px;}
}

.contact-section{
  background:#000;
  padding-top:64px;
  padding-bottom:64px;
}
.contact-section::before,
.contact-section::after{
  width:330px;
  height:520px;
  opacity:.42;
  background:url('../img/flame-mask.svg') no-repeat center/contain;
  filter:grayscale(1) brightness(.82);
  bottom:-30px;
}
.contact-section::before{
  left:-95px;
  transform:rotate(10deg) scaleX(-1);
}
.contact-section::after{
  right:-95px;
  transform:rotate(-10deg);
}
.contact-section .section-title{
  margin:0 auto 42px;
}
.contact-section .tiny-flame{
  height:82px;
  margin:0 auto 12px;
  filter:hue-rotate(190deg) saturate(240%) brightness(.88);
}
.contact-section .section-title p{
  max-width:1220px;
}
.discord-panel{
  max-width:620px;
  margin:0 auto 20px;
}
.discord-card{
  min-height:128px;
  padding:44px 18px 18px;
  border-radius:14px;
}
.discord-icon{
  width:74px;
  height:74px;
  background:#236d99;
  box-shadow:0 12px 26px rgba(35,109,153,.35);
}
.discord-icon svg{width:38px;height:38px;}
.discord-card-title{
  font-size:18px;
  margin-bottom:12px;
}
.discord-card-subtitle{
  font-size:16px;
}
.contact-form.contact-form-large{
  max-width:1060px;
  padding:26px 28px 28px;
  border-radius:14px;
}
.contact-row{
  gap:18px;
}
.contact-form.contact-form-large label{
  font-size:16px;
  gap:8px;
}
.contact-form.contact-form-large input{
  min-height:52px;
  padding:14px 14px;
}
.contact-form.contact-form-large textarea{
  min-height:250px;
  padding:14px 14px;
}
.btn-submit{
  min-height:56px;
  font-size:17px;
}
@media (max-width: 991px){
  .contact-section::before,
  .contact-section::after{width:250px;height:380px;opacity:.34;bottom:-20px;}
  .discord-panel{max-width:560px;}
  .contact-form.contact-form-large{max-width:980px;padding:24px 20px 24px;}
}
@media (max-width: 767px){
  .contact-section{padding-top:56px;padding-bottom:56px;}
  .contact-section .section-title{margin-bottom:36px;}
  .contact-section .tiny-flame{height:68px;}
  .discord-panel{max-width:100%;margin-bottom:18px;}
  .discord-card{min-height:118px;padding:42px 16px 16px;}
  .discord-icon{width:68px;height:68px;}
  .discord-card-title{font-size:17px;}
  .discord-card-subtitle{font-size:15px;}
  .contact-form.contact-form-large{padding:18px 14px 20px;}
  .contact-form.contact-form-large textarea{min-height:220px;}
  .btn-submit{min-height:52px;}
}


/* v15 final requested tweaks */
.faq-section .accordion{
  gap:0;
  padding:2px 0;
}
.faq-section .accordion-item{
  margin:3px 8px;
  transition:background .2s ease, border-color .2s ease;
}
.faq-section .accordion-item:hover{
  background:#292828 !important;
}
.faq-section .accordion-item:hover button{
  color:#70afde;
}
.faq-section .accordion-item button{
  min-height:54px;
  padding:11px 18px 11px 58px;
}
.faq-section .accordion-item button::before{
  color:#70afde !important;
  font-size:26px;
  font-weight:900;
  letter-spacing:-.02em;
  text-shadow:0 0 0 #70afde;
}
.faq-section .accordion-item.active,
.faq-section .accordion-item.active:hover{
  background:linear-gradient(90deg, rgba(86,86,86,.94), rgba(77,77,77,.96));
}
@media (max-width: 767px){
  .faq-section .accordion-item{margin:3px 5px;}
  .faq-section .accordion-item button{min-height:50px;padding:10px 14px 10px 48px;}
  .faq-section .accordion-item button::before{left:17px;font-size:23px;}
}

.contact-section{
  background:
    url('../img/flame-mask.svg') left -38px bottom -14px / 285px auto no-repeat,
    url('../img/flame-mask.svg') right -38px bottom -14px / 285px auto no-repeat,
    #000;
}
.contact-section::before,
.contact-section::after{
  opacity:.56;
  width:300px;
  height:470px;
  bottom:-6px;
  filter:grayscale(1) brightness(.78);
}
.contact-section::before{left:-70px;}
.contact-section::after{right:-70px;}
.contact-section .section-title p{
  max-width:920px;
  line-height:1.75;
}
.discord-panel{
  max-width:500px;
  margin:0 auto 18px;
}
.discord-card{
  min-height:104px;
  padding:34px 16px 14px;
  border-radius:12px;
}
.discord-icon{
  width:66px;
  height:66px;
  background:#236d99;
  box-shadow:0 10px 24px rgba(35,109,153,.36);
}
.discord-icon svg{width:34px;height:34px;}
.discord-card-title{
  font-size:17px;
  margin-bottom:10px;
}
.discord-card-subtitle{
  font-size:15px;
}
@media (max-width: 991px){
  .contact-section{
    background:
      url('../img/flame-mask.svg') left -52px bottom -20px / 220px auto no-repeat,
      url('../img/flame-mask.svg') right -52px bottom -20px / 220px auto no-repeat,
      #000;
  }
  .contact-section .section-title p{max-width:860px;}
  .discord-panel{max-width:470px;}
}
@media (max-width: 767px){
  .contact-section{
    background:
      url('../img/flame-mask.svg') left -74px bottom -40px / 180px auto no-repeat,
      url('../img/flame-mask.svg') right -74px bottom -40px / 180px auto no-repeat,
      #000;
  }
  .contact-section::before,
  .contact-section::after{opacity:.42;width:200px;height:310px;bottom:-20px;}
  .contact-section .section-title p{max-width:96%;}
  .discord-panel{max-width:420px;}
  .discord-card{min-height:98px;padding:32px 14px 12px;}
  .discord-icon{width:62px;height:62px;}
}


/* v16 requested refinements */
.contact-section{
  position:relative;
  overflow:hidden;
  background:#000 !important;
}
.contact-section::before,
.contact-section::after{
  content:"";
  position:absolute;
  bottom:-22px;
  width:540px;
  height:430px;
  background:url('../img/flame-mask.svg') center/contain no-repeat;
  opacity:.22;
  filter:invert(1) grayscale(1) brightness(.46);
  pointer-events:none;
  z-index:0;
}
.contact-section::before{left:-165px;transform:scaleX(-1) rotate(-2deg);}
.contact-section::after{right:-165px;transform:rotate(2deg);}
.contact-section .contact-shell{position:relative;z-index:1;max-width:1320px;}
.contact-section .section-title{margin-bottom:46px;}
.contact-section .section-title p{max-width:980px;}
.discord-panel{
  max-width:620px;
  margin:0 auto 26px;
}
.discord-card{
  min-height:122px !important;
  padding:46px 20px 18px !important;
  border-radius:14px !important;
}
.discord-icon{
  width:88px;
  height:88px;
  background:#236d99;
  box-shadow:0 14px 36px rgba(35,109,153,.28);
}
.contact-form-large{
  max-width:1180px;
  margin:0 auto;
}
.contact-form{
  padding:22px 26px;
  border-radius:22px;
}
.contact-form textarea{min-height:230px;}

.getting-started-section{
  background:#000 !important;
  padding-top:72px;
  padding-bottom:68px;
}
.getting-started-frame{
  border:3px solid rgba(255,255,255,.76);
  padding:54px 46px 40px;
  background:transparent;
}
.getting-started-section .section-title{
  max-width:980px;
  margin:0 auto 32px;
}
.getting-started-section .tiny-flame{
  height:90px;
  margin:0 auto 8px;
  display:block;
}
.getting-started-section .section-title h2{
  color:#62a8e7;
  margin-bottom:16px;
}
.getting-started-section .section-title p{
  max-width:920px;
  margin:0 auto;
  font-size:18px;
  line-height:1.6;
  color:#fff;
}
.getting-started-divider{
  height:1px;
  background:rgba(255,255,255,.10);
  margin:0 0 42px;
}
.getting-started-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:46px;
}
.getting-card{
  text-align:center;
}
.getting-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:72px;
  height:72px;
  margin:0 auto 12px;
  color:#2997f0;
}
.getting-icon svg{
  width:56px;
  height:56px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.getting-card h3{
  margin:0 0 14px;
  font-size:30px;
  line-height:1.15;
  color:#2997f0;
  font-weight:700;
}
.getting-card p{
  margin:0 auto;
  max-width:390px;
  color:#fff;
  font-size:18px;
  line-height:1.6;
}
.signup-section{
  padding-top:36px;
}
.signup-section .container.narrow{max-width:980px;}
@media (max-width: 991px){
  .contact-section::before,.contact-section::after{width:390px;height:320px;opacity:.18;bottom:-30px;}
  .contact-section::before{left:-130px;}
  .contact-section::after{right:-130px;}
  .discord-panel{max-width:590px;}
  .contact-form-large{max-width:960px;}
  .getting-started-frame{padding:44px 28px 34px;}
  .getting-started-grid{gap:28px;}
  .getting-card h3{font-size:24px;}
  .getting-card p{font-size:17px;}
}
@media (max-width: 860px){
  .getting-started-grid{grid-template-columns:1fr;gap:30px;}
}
@media (max-width: 767px){
  .contact-section{padding-top:58px;padding-bottom:58px;}
  .contact-section .section-title p{max-width:95%;font-size:15px;line-height:1.8;}
  .contact-section::before,.contact-section::after{width:240px;height:220px;opacity:.15;bottom:-20px;}
  .contact-section::before{left:-92px;}
  .contact-section::after{right:-92px;}
  .discord-panel{max-width:92%;}
  .discord-card{min-height:118px !important;padding:44px 16px 16px !important;}
  .contact-form-large{max-width:94%;}
  .contact-form{padding:18px 16px;}
  .contact-form textarea{min-height:190px;}
  .getting-started-frame{padding:34px 16px 28px;}
  .getting-started-section .tiny-flame{height:70px;}
  .getting-started-section .section-title h2{font-size:34px;}
  .getting-started-section .section-title p{font-size:16px;}
  .getting-card h3{font-size:22px;}
  .getting-card p{font-size:16px;}
}


/* === AWC FINAL TUNE v17: contact + reviews/getting started === */
.contact-section{
  background:
    linear-gradient(180deg, rgba(0,0,0,.97), rgba(0,0,0,.97)),
    url('../img/flame-mask.svg') center 82% / 320px auto no-repeat,
    #000 !important;
}
.contact-section .section-title p{
  max-width:980px;
}
.discord-panel{
  max-width:760px !important;
  margin:0 auto 24px !important;
}
.discord-card{
  min-height:158px !important;
  padding:58px 24px 22px !important;
  border-radius:18px !important;
}
.discord-icon{
  width:116px !important;
  height:116px !important;
}
.contact-form-large{
  max-width:1030px !important;
  margin:0 auto !important;
}
.contact-form{
  padding:20px 24px !important;
  border-radius:20px !important;
}
.contact-form textarea{
  min-height:205px !important;
}

.getting-started-section{
  background:#000 !important;
  padding-top:70px !important;
  padding-bottom:70px !important;
}
.getting-started-frame{
  border:3px solid rgba(255,255,255,.82) !important;
  padding:50px 46px 40px !important;
  background:transparent !important;
}
.customer-say-title,
.getting-copy-title{
  max-width:1040px !important;
  margin:0 auto !important;
}
.customer-say-title .tiny-flame,
.getting-copy-title .tiny-flame{
  height:92px !important;
  margin:0 auto 10px !important;
  display:block !important;
}
.customer-say-title h2,
.getting-copy-title h2{
  color:#62a8e7 !important;
  font-size:clamp(40px,4.3vw,60px) !important;
  line-height:1.12 !important;
  margin-bottom:18px !important;
}
.customer-say-title p,
.getting-copy-title p{
  color:#fff !important;
  font-size:18px !important;
  line-height:1.6 !important;
  max-width:980px !important;
  margin:0 auto !important;
}
.getting-copy-title{
  margin-top:4px !important;
}
.getting-started-divider{
  height:1px !important;
  background:rgba(255,255,255,.12) !important;
  margin:38px 0 !important;
}
.getting-started-grid{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0,1fr)) !important;
  gap:28px !important;
}
.getting-card{
  text-align:center !important;
}
.getting-icon{
  width:50px !important;
  height:50px !important;
  margin:0 auto 16px !important;
  color:#2997f0 !important;
}
.getting-icon svg{
  width:38px !important;
  height:38px !important;
  stroke-width:2.2 !important;
}
.getting-card h3{
  margin:0 0 14px !important;
  font-size:24px !important;
  line-height:1.2 !important;
  color:#2997f0 !important;
  font-weight:700 !important;
}
.getting-card p{
  margin:0 auto !important;
  max-width:360px !important;
  color:#fff !important;
  font-size:17px !important;
  line-height:1.55 !important;
}
@media (max-width: 991px){
  .discord-panel{max-width:680px !important;}
  .contact-form-large{max-width:920px !important;}
  .getting-started-frame{padding:42px 28px 32px !important;}
  .customer-say-title .tiny-flame,.getting-copy-title .tiny-flame{height:82px !important;}
  .customer-say-title h2,.getting-copy-title h2{font-size:clamp(34px,4vw,48px) !important;}
  .customer-say-title p,.getting-copy-title p{font-size:17px !important;}
  .getting-started-grid{gap:22px !important;}
  .getting-card h3{font-size:22px !important;}
  .getting-card p{font-size:16px !important;}
}
@media (max-width: 860px){
  .getting-started-grid{grid-template-columns:1fr !important; gap:26px !important;}
}
@media (max-width: 767px){
  .discord-panel{max-width:94% !important;}
  .discord-card{min-height:140px !important; padding:50px 18px 18px !important;}
  .discord-icon{width:100px !important; height:100px !important;}
  .contact-form-large{max-width:94% !important;}
  .contact-form{padding:18px 14px !important;}
  .contact-form textarea{min-height:180px !important;}
  .getting-started-frame{padding:32px 16px 26px !important;}
  .customer-say-title .tiny-flame,.getting-copy-title .tiny-flame{height:70px !important;}
  .customer-say-title h2,.getting-copy-title h2{font-size:34px !important;}
  .customer-say-title p,.getting-copy-title p{font-size:16px !important; line-height:1.7 !important;}
  .getting-started-divider{margin:28px 0 !important;}
  .getting-icon{width:46px !important; height:46px !important; margin-bottom:14px !important;}
  .getting-icon svg{width:34px !important; height:34px !important;}
  .getting-card h3{font-size:21px !important;}
  .getting-card p{font-size:15px !important;}
}


/* === AWC FINAL TUNE v18: refine discord/contact + split reviews box === */
.contact-section .section-title p{
  max-width:980px !important;
}
.discord-panel{
  max-width:620px !important;
  margin:0 auto 20px !important;
}
.discord-card{
  min-height:136px !important;
  padding:48px 20px 18px !important;
  border-radius:18px !important;
  background:#ececec !important;
}
.discord-icon{
  width:92px !important;
  height:92px !important;
  background:#7b8fe8 !important;
  box-shadow:0 16px 32px rgba(123,143,232,.22) !important;
}
.discord-icon svg{
  width:44px !important;
  height:44px !important;
}
.discord-card-title{
  font-size:18px !important;
}
.discord-card-subtitle{
  font-size:17px !important;
}
.contact-form-large{
  max-width:940px !important;
  margin:0 auto !important;
}
.contact-form{
  padding:18px 22px !important;
  border-radius:18px !important;
}
.contact-form textarea{
  min-height:190px !important;
}

.getting-started-frame{
  border:0 !important;
  padding:0 !important;
  background:transparent !important;
}
.customer-say-title{
  max-width:1040px !important;
  margin:0 auto 42px !important;
}
.customer-say-title .tiny-flame,
.getting-copy-title .tiny-flame{
  height:82px !important;
  margin:0 auto 10px !important;
}
.customer-say-title h2,
.getting-copy-title h2{
  color:#62a8e7 !important;
  font-size:36px !important;
  line-height:1.2 !important;
  margin-bottom:16px !important;
  font-weight:700 !important;
}
.customer-say-title p,
.getting-copy-title p{
  color:#fff !important;
  font-size:16px !important;
  line-height:1.72 !important;
  max-width:1060px !important;
  margin:0 auto !important;
}
.getting-started-box{
  border:3px solid rgba(255,255,255,.82) !important;
  padding:46px 40px 34px !important;
  background:transparent !important;
}
.getting-copy-title{
  max-width:980px !important;
  margin:0 auto !important;
}
.getting-started-divider{
  height:1px !important;
  background:rgba(255,255,255,.1) !important;
  margin:34px 0 !important;
}
.getting-started-grid{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0,1fr)) !important;
  gap:18px !important;
}
.getting-card{
  text-align:center !important;
  padding:0 6px !important;
}
.getting-icon{
  width:38px !important;
  height:38px !important;
  margin:0 auto 12px !important;
  color:#2997f0 !important;
}
.getting-icon svg{
  width:30px !important;
  height:30px !important;
  stroke-width:2.1 !important;
}
.getting-card h3{
  margin:0 0 12px !important;
  font-size:20px !important;
  line-height:1.3 !important;
  color:#2997f0 !important;
  font-weight:500 !important;
}
.getting-card p{
  margin:0 auto !important;
  max-width:330px !important;
  color:#fff !important;
  font-size:15px !important;
  line-height:1.72 !important;
}
@media (max-width: 991px){
  .discord-panel{max-width:600px !important;}
  .contact-form-large{max-width:900px !important;}
  .customer-say-title h2,.getting-copy-title h2{font-size:34px !important;}
  .getting-started-box{padding:38px 24px 28px !important;}
  .getting-started-grid{gap:14px !important;}
}
@media (max-width: 860px){
  .getting-started-grid{grid-template-columns:1fr !important; gap:22px !important;}
}
@media (max-width: 767px){
  .discord-panel{max-width:94% !important;}
  .discord-card{min-height:126px !important; padding:44px 16px 16px !important;}
  .discord-icon{width:84px !important; height:84px !important;}
  .contact-form-large{max-width:94% !important;}
  .contact-form{padding:16px 14px !important;}
  .contact-form textarea{min-height:170px !important;}
  .customer-say-title{margin-bottom:30px !important;}
  .customer-say-title .tiny-flame,.getting-copy-title .tiny-flame{height:68px !important;}
  .customer-say-title h2,.getting-copy-title h2{font-size:30px !important;}
  .customer-say-title p,.getting-copy-title p{font-size:15px !important;}
  .getting-started-box{padding:30px 16px 24px !important;}
  .getting-started-divider{margin:24px 0 !important;}
  .getting-card h3{font-size:19px !important;}
  .getting-card p{font-size:14px !important;}
}


/* === AWC FINAL TUNE v19: getting-started + signup reference block === */
.getting-started-box{
  padding:52px 44px 40px !important;
}
.getting-started-divider{
  margin:40px 0 44px !important;
}
.getting-started-grid{
  gap:34px !important;
}
.getting-icon{
  width:72px !important;
  height:72px !important;
  margin:0 auto 14px !important;
}
.getting-icon svg{
  width:56px !important;
  height:56px !important;
  stroke-width:2.35 !important;
}
.getting-card h3{
  font-size:29px !important;
  line-height:1.18 !important;
  font-weight:500 !important;
  margin:0 0 16px !important;
}
.getting-card p{
  max-width:400px !important;
  font-size:18px !important;
  line-height:1.65 !important;
}

.signup-section-reference{
  position:relative;
  overflow:hidden;
  padding:84px 0 38px !important;
  background:#06080d url('../img/signup-pattern.svg') center top / cover no-repeat !important;
}
.signup-section-reference::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:118px;
  background:linear-gradient(176deg, #000 0 60%, transparent 60.3%);
  pointer-events:none;
}
.signup-section-reference .signup-reference-shell{
  position:relative;
  z-index:1;
  max-width:1050px !important;
}
.signup-section-reference .tiny-flame{
  height:86px !important;
  margin:0 auto 10px !important;
}
.signup-section-reference h2{
  color:#62a8e7 !important;
  font-size:clamp(38px,4.2vw,60px) !important;
  line-height:1.12 !important;
  margin-bottom:14px !important;
}
.signup-section-reference .signup-main-copy,
.signup-section-reference .signup-compare-copy{
  color:#fff !important;
  font-size:16px !important;
  line-height:1.65 !important;
  margin:0 auto !important;
  max-width:980px !important;
}
.signup-section-reference .signup-compare-copy{
  margin-top:2px !important;
}
.signup-section-reference .signup-compare-copy a{
  color:#fff !important;
  text-decoration:underline;
  text-underline-offset:3px;
}
.signup-payment{
  max-width:272px !important;
  margin:18px auto 0 !important;
}
.hidden-pricing-buttons{
  display:none !important;
}
@media (max-width: 991px){
  .getting-started-box{padding:44px 26px 34px !important;}
  .getting-started-grid{gap:24px !important;}
  .getting-icon{width:64px !important;height:64px !important;}
  .getting-icon svg{width:48px !important;height:48px !important;}
  .getting-card h3{font-size:25px !important;}
  .getting-card p{font-size:17px !important;}
  .signup-section-reference{padding:74px 0 34px !important;}
  .signup-section-reference::before{height:98px;}
}
@media (max-width: 767px){
  .getting-started-box{padding:34px 16px 26px !important;}
  .getting-started-divider{margin:28px 0 30px !important;}
  .getting-started-grid{gap:24px !important;}
  .getting-icon{width:54px !important;height:54px !important;margin-bottom:10px !important;}
  .getting-icon svg{width:40px !important;height:40px !important;}
  .getting-card h3{font-size:22px !important;margin-bottom:10px !important;}
  .getting-card p{font-size:15px !important;line-height:1.65 !important;}
  .signup-section-reference{padding:66px 0 30px !important;background-position:center top !important;}
  .signup-section-reference::before{height:74px;}
  .signup-section-reference .tiny-flame{height:72px !important;}
  .signup-section-reference h2{font-size:34px !important;}
  .signup-section-reference .signup-main-copy,.signup-section-reference .signup-compare-copy{font-size:14px !important;max-width:96% !important;}
  .signup-payment{max-width:220px !important;margin-top:16px !important;}
}


/* === AWC FINAL TUNE v20: getting text sizes + action video radius === */
.getting-copy-title h2{
  font-size:32px !important;
  line-height:1.18 !important;
  letter-spacing:.04em !important;
}
.getting-copy-title p{
  font-size:15px !important;
  line-height:1.55 !important;
  max-width:920px !important;
}
.getting-card h3{
  font-size:22px !important;
  line-height:1.22 !important;
  font-weight:500 !important;
  letter-spacing:.02em !important;
}
.getting-card p{
  font-size:15px !important;
  line-height:1.6 !important;
  max-width:370px !important;
}
.getting-icon{
  width:58px !important;
  height:58px !important;
  margin-bottom:12px !important;
}
.getting-icon svg{
  width:46px !important;
  height:46px !important;
}
.section-video .action-video-frame{
  border-radius:5px !important;
  overflow:hidden !important;
}
.section-video .action-video-frame video{
  border-radius:5px !important;
}
@media (max-width: 991px){
  .getting-copy-title h2{font-size:30px !important;}
  .getting-copy-title p{font-size:14px !important;}
  .getting-card h3{font-size:20px !important;}
  .getting-card p{font-size:14px !important;}
  .getting-icon{width:52px !important;height:52px !important;}
  .getting-icon svg{width:40px !important;height:40px !important;}
}
@media (max-width: 767px){
  .getting-copy-title h2{font-size:28px !important;}
  .getting-copy-title p{font-size:13.5px !important;}
  .getting-card h3{font-size:19px !important;}
  .getting-card p{font-size:13.5px !important;}
  .getting-icon{width:46px !important;height:46px !important;}
  .getting-icon svg{width:36px !important;height:36px !important;}
  .section-video .action-video-frame,
  .section-video .action-video-frame video{border-radius:5px !important;}
}


/* === AWC FINAL TUNE v21: getting-started sizes + footer copyright === */
.getting-copy-title h2{
  font-size:36px !important;
  line-height:1.2 !important;
  letter-spacing:.02em !important;
  font-weight:700 !important;
}
.getting-copy-title p{
  font-size:16px !important;
  line-height:1.72 !important;
  max-width:980px !important;
}
.getting-started-grid{
  gap:22px !important;
}
.getting-icon{
  width:66px !important;
  height:66px !important;
  margin:0 auto 14px !important;
}
.getting-icon svg{
  width:52px !important;
  height:52px !important;
  stroke-width:2.3 !important;
}
.getting-card h3{
  font-size:24px !important;
  line-height:1.22 !important;
  margin:0 0 12px !important;
  font-weight:500 !important;
}
.getting-card p{
  font-size:16px !important;
  line-height:1.72 !important;
  max-width:360px !important;
}
.site-footer{
  padding:34px 0 36px !important;
}
.footer-grid{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:14px !important;
}
.back-top{
  margin-bottom:0 !important;
  color:#62a8e7 !important;
  font-size:24px !important;
  line-height:1.2 !important;
  font-weight:400 !important;
}
.site-footer p{
  margin:0 !important;
  color:rgba(255,255,255,.82) !important;
  font-size:24px !important;
  line-height:1.45 !important;
  font-weight:300 !important;
}
@media (max-width: 991px){
  .getting-copy-title h2{font-size:34px !important;}
  .getting-copy-title p{font-size:15px !important;}
  .getting-icon{width:62px !important;height:62px !important;}
  .getting-icon svg{width:48px !important;height:48px !important;}
  .getting-card h3{font-size:23px !important;}
  .getting-card p{font-size:15px !important;}
  .back-top{font-size:22px !important;}
  .site-footer p{font-size:21px !important;}
}
@media (max-width: 767px){
  .getting-copy-title h2{font-size:30px !important;}
  .getting-copy-title p{font-size:14px !important; line-height:1.6 !important;}
  .getting-icon{width:56px !important;height:56px !important;margin-bottom:12px !important;}
  .getting-icon svg{width:44px !important;height:44px !important;}
  .getting-card h3{font-size:21px !important;}
  .getting-card p{font-size:14px !important;line-height:1.6 !important;}
  .back-top{font-size:20px !important;}
  .site-footer p{font-size:18px !important; line-height:1.5 !important;}
}

/* === AWC FINAL v22: clear/light hero video + header/nav/signup button polish === */
.site-header{
  height:104px!important;
  background:#000!important;
  border:0!important;
  box-shadow:none!important;
}
.nav-wrap{
  height:104px!important;
  padding:0 44px!important;
  gap:22px!important;
}
.brand{min-width:300px!important;}
.brand-logo-img{
  width:306px!important;
  max-width:31vw!important;
}
.main-nav{
  gap:24px!important;
  font-size:14px!important;
  line-height:14px!important;
  letter-spacing:2.05px!important;
  font-weight:500!important;
}
.main-nav>a:not(.nav-cta),
.dropdown>button{
  font-family:Roboto, Arial, sans-serif!important;
  font-size:14px!important;
  line-height:14px!important;
  font-weight:500!important;
  letter-spacing:2.05px!important;
  color:#70afde!important;
}
.nav-cta{
  width:132px!important;
  min-width:132px!important;
  height:48px!important;
  min-height:48px!important;
  padding:0 16px!important;
  border-radius:4px!important;
  background:#57a9df!important;
  color:#000!important;
  font-family:Roboto, Arial, sans-serif!important;
  font-size:14px!important;
  line-height:48px!important;
  font-weight:800!important;
  letter-spacing:2.1px!important;
  text-align:center!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-shadow:none!important;
  white-space:nowrap!important;
  transition:none!important;
}
.nav-cta:hover,
.nav-cta:focus,
.nav-cta:active{
  background:#57a9df!important;
  color:#000!important;
  box-shadow:none!important;
  transform:none!important;
  filter:none!important;
}

.hero-bg-video{
  opacity:1!important;
  filter:brightness(1.18) contrast(1.06) saturate(1.16)!important;
  object-position:center center!important;
}
.hero-video-overlay{
  background:
    linear-gradient(90deg,#000 0%,#000 23.8%,rgba(0,0,0,.78) 32%,rgba(0,0,0,.26) 50%,rgba(0,0,0,.04) 72%,rgba(0,0,0,0) 100%),
    linear-gradient(0deg,rgba(0,0,0,.02),rgba(0,0,0,.02))!important;
}
.hero-panel-shape{
  background:linear-gradient(90deg,#000 0%,#000 64%,rgba(0,0,0,.80) 82%,rgba(0,0,0,.42) 100%)!important;
}
.hero-banner-copy h1{
  color:#2c85bd!important;
  text-shadow:0 1px 0 rgba(0,0,0,.08)!important;
}

@media (max-width:1500px){
  .nav-wrap{padding:0 34px!important;gap:18px!important;}
  .brand{min-width:270px!important;}
  .brand-logo-img{width:278px!important;}
  .main-nav{gap:18px!important;font-size:13px!important;line-height:13px!important;letter-spacing:1.7px!important;}
  .main-nav>a:not(.nav-cta),.dropdown>button{font-size:13px!important;line-height:13px!important;letter-spacing:1.7px!important;}
  .nav-cta{width:126px!important;min-width:126px!important;height:46px!important;min-height:46px!important;font-size:13px!important;line-height:46px!important;letter-spacing:1.9px!important;padding:0 14px!important;}
}
@media (max-width:980px){
  .site-header,.nav-wrap{height:82px!important;}
  .nav-wrap{padding:0 22px!important;}
  .brand{min-width:auto!important;}
  .brand-logo-img{width:230px!important;max-width:70vw!important;}
  .main-nav{top:82px!important;gap:12px!important;font-size:14px!important;line-height:18px!important;letter-spacing:1px!important;}
  .main-nav>a:not(.nav-cta),.dropdown>button{font-size:14px!important;line-height:18px!important;letter-spacing:1px!important;}
  .nav-cta{width:100%!important;min-width:0!important;height:48px!important;min-height:48px!important;line-height:48px!important;font-size:14px!important;letter-spacing:1.5px!important;padding:0 14px!important;}
  .hero-bg-video{opacity:1!important;filter:brightness(1.08) contrast(1.04) saturate(1.12)!important;}
  .hero-video-overlay{background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.52)),linear-gradient(0deg,rgba(0,0,0,.10),rgba(0,0,0,.10))!important;}
}
@media (max-width:540px){
  .brand-logo-img{width:218px!important;}
  .hero-bg-video{filter:brightness(1.05) contrast(1.03) saturate(1.08)!important;}
}


/* === AWC FINAL v24: remove page-load link, smaller signup button, smaller gray copyright === */
.nav-cta{
  width:118px!important;
  min-width:118px!important;
  height:42px!important;
  min-height:42px!important;
  padding:0 12px!important;
  font-size:13px!important;
  line-height:42px!important;
  letter-spacing:1.8px!important;
}
.nav-cta:hover,
.nav-cta:focus,
.nav-cta:active{
  background:#57a9df!important;
  color:#000!important;
  transform:none!important;
}
.site-footer{
  padding:24px 0 26px!important;
}
.footer-grid{
  gap:0!important;
}
.back-top{
  display:none!important;
}
.site-footer p{
  margin:0!important;
  color:rgba(255,255,255,.56)!important;
  font-size:14px!important;
  line-height:1.45!important;
  font-weight:400!important;
  letter-spacing:.01em!important;
}
@media (max-width:1500px){
  .nav-cta{
    width:112px!important;
    min-width:112px!important;
    height:40px!important;
    min-height:40px!important;
    padding:0 10px!important;
    font-size:12px!important;
    line-height:40px!important;
    letter-spacing:1.65px!important;
  }
}
@media (max-width:980px){
  .nav-cta{
    width:100%!important;
    min-width:0!important;
    height:46px!important;
    min-height:46px!important;
    line-height:46px!important;
    font-size:13px!important;
    letter-spacing:1.35px!important;
    padding:0 14px!important;
  }
  .site-footer p{
    font-size:13px!important;
  }
}
@media (max-width:767px){
  .site-footer{
    padding:20px 0 22px!important;
  }
  .site-footer p{
    font-size:12px!important;
    line-height:1.4!important;
  }
}


/* === AWC FINAL v25: footer website link bold + hover color === */
.site-footer .footer-site-link{
  color:rgba(255,255,255,.70)!important;
  font-weight:700!important;
  text-decoration:none!important;
  transition:color .18s ease!important;
}
.site-footer .footer-site-link:hover,
.site-footer .footer-site-link:focus{
  color:#57a9df!important;
  text-decoration:none!important;
}


/* === AWC FINAL v26: true mobile friendly responsive header/menu === */
html, body{
  max-width:100%!important;
  overflow-x:hidden!important;
}
*, *::before, *::after{
  box-sizing:border-box;
}
@media (max-width:980px){
  body.mobile-nav-open{
    overflow:hidden!important;
  }
  .site-header{
    height:78px!important;
    min-height:78px!important;
    position:sticky!important;
    top:0!important;
    z-index:5000!important;
    background:#000!important;
  }
  .topline{
    display:none!important;
  }
  .nav-wrap{
    width:100%!important;
    max-width:100%!important;
    height:78px!important;
    min-height:78px!important;
    margin:0!important;
    padding:0 18px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
  }
  .brand{
    min-width:0!important;
    flex:1 1 auto!important;
  }
  .brand-logo-img{
    width:218px!important;
    max-width:calc(100vw - 88px)!important;
    height:auto!important;
  }
  .nav-toggle{
    display:inline-flex!important;
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    padding:0!important;
    align-items:center!important;
    justify-content:center!important;
    flex-direction:column!important;
    gap:6px!important;
    border:1px solid rgba(112,175,222,.35)!important;
    border-radius:6px!important;
    background:rgba(255,255,255,.03)!important;
    cursor:pointer!important;
    position:relative!important;
    z-index:5100!important;
  }
  .nav-toggle span{
    display:block!important;
    width:22px!important;
    height:2px!important;
    margin:0!important;
    border-radius:999px!important;
    background:#70afde!important;
    transition:transform .2s ease,opacity .2s ease!important;
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(1){
    transform:translateY(8px) rotate(45deg)!important;
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(2){
    opacity:0!important;
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(3){
    transform:translateY(-8px) rotate(-45deg)!important;
  }

  .main-nav{
    display:none!important;
    position:fixed!important;
    top:78px!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    max-width:100%!important;
    max-height:calc(100svh - 78px)!important;
    overflow-y:auto!important;
    margin:0!important;
    padding:12px 18px 22px!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:0!important;
    background:#000!important;
    border-top:1px solid rgba(112,175,222,.22)!important;
    border-bottom:1px solid rgba(112,175,222,.22)!important;
    box-shadow:0 18px 36px rgba(0,0,0,.48)!important;
    opacity:0!important;
    transform:translateY(-8px)!important;
    pointer-events:none!important;
  }
  .main-nav.show{
    display:flex!important;
    opacity:1!important;
    transform:none!important;
    pointer-events:auto!important;
  }
  .main-nav>a:not(.nav-cta),
  .dropdown>button{
    width:100%!important;
    min-height:46px!important;
    height:auto!important;
    padding:0 2px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    border-bottom:1px solid rgba(255,255,255,.08)!important;
    color:#70afde!important;
    font-family:Roboto, Arial, sans-serif!important;
    font-size:14px!important;
    line-height:46px!important;
    font-weight:600!important;
    letter-spacing:1.55px!important;
    text-align:left!important;
    white-space:normal!important;
    background:transparent!important;
  }
  .main-nav>a:not(.nav-cta):hover,
  .dropdown>button:hover{
    color:#70afde!important;
  }
  .dropdown{
    width:100%!important;
  }
  .dropdown>button span{
    margin-left:auto!important;
  }
  .dropdown-menu{
    position:static!important;
    display:none!important;
    min-width:0!important;
    width:100%!important;
    margin:4px 0 8px!important;
    padding:6px 10px!important;
    background:rgba(255,255,255,.045)!important;
    border:1px solid rgba(255,255,255,.08)!important;
    border-radius:8px!important;
    box-shadow:none!important;
  }
  .dropdown.open .dropdown-menu{
    display:grid!important;
  }
  .dropdown-menu a{
    padding:11px 8px!important;
    color:#dbefff!important;
    border-bottom:1px solid rgba(255,255,255,.06)!important;
    font-size:13px!important;
    letter-spacing:.8px!important;
  }
  .dropdown-menu a:last-child{
    border-bottom:0!important;
  }
  .nav-cta{
    width:100%!important;
    min-width:0!important;
    height:44px!important;
    min-height:44px!important;
    margin:14px 0 0!important;
    padding:0 16px!important;
    border-radius:4px!important;
    background:#57a9df!important;
    color:#000!important;
    font-size:13px!important;
    line-height:44px!important;
    font-weight:800!important;
    letter-spacing:1.7px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-shadow:none!important;
  }
  .nav-cta:hover,
  .nav-cta:focus,
  .nav-cta:active{
    background:#57a9df!important;
    color:#000!important;
    transform:none!important;
  }

  .section{
    padding:58px 0!important;
  }
  .container{
    width:min(100% - 28px, var(--max))!important;
    max-width:100%!important;
  }
  .hero.hero-video{
    min-height:auto!important;
    background:#000 url('../img/iptv-comp-poster.jpg') center center/cover no-repeat!important;
  }
  .hero-bg-video{
    left:0!important;
    width:100%!important;
    height:100%!important;
    opacity:.55!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
  .hero-video-overlay{
    background:linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.72)),linear-gradient(0deg,rgba(0,0,0,.16),rgba(0,0,0,.16))!important;
  }
  .hero-banner-wrap{
    min-height:calc(100svh - 78px)!important;
    padding:72px 0 48px!important;
    align-items:center!important;
  }
  .hero-panel-shape{
    width:100%!important;
    clip-path:none!important;
    background:rgba(0,0,0,.68)!important;
  }
  .hero-banner-copy{
    width:100%!important;
    max-width:100%!important;
    padding:0 18px!important;
    transform:none!important;
  }
  .hero-banner-copy h1{
    font-size:32px!important;
    line-height:1.18!important;
    max-width:100%!important;
    margin-bottom:18px!important;
  }
  .hero-banner-copy .lead,
  .hero-banner-copy p:not(.lead),
  .hero-banner-copy .hero-bold{
    font-size:15px!important;
    line-height:1.55!important;
    max-width:100%!important;
  }
  .hero-price-bubble{
    top:14px!important;
    right:18px!important;
    left:auto!important;
    transform:none!important;
    width:88px!important;
    height:88px!important;
  }
  .hero-price-bubble span,
  .hero-price-bubble small{
    font-size:10px!important;
  }
  .hero-price-bubble strong{
    font-size:20px!important;
    letter-spacing:.8px!important;
  }
  .hero-cta{
    width:100%!important;
    max-width:100%!important;
    height:54px!important;
    min-height:54px!important;
    padding:0 16px!important;
    font-size:14px!important;
    letter-spacing:1.2px!important;
  }

  .split-grid,
  .reverse,
  .reviews-grid,
  .steps,
  .pricing-table,
  .codes-grid,
  .guide-layout{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:22px!important;
  }
  .reverse>*{
    direction:ltr!important;
  }
  .plan-grid,
  .astro-gallery,
  .download-list.compact,
  .img-grid.two{
    grid-template-columns:1fr!important;
  }
  .comparison-wrap{
    width:100%!important;
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .comparison-table{
    min-width:720px!important;
  }
  .plan-card,
  .reviews-grid article,
  .steps div,
  .contact-form,
  .guide-card,
  .guide-support{
    width:100%!important;
    max-width:100%!important;
  }
  .video-frame,
  .mini-video,
  .action-video-frame{
    width:100%!important;
    max-width:100%!important;
    padding:6px!important;
    border-radius:16px!important;
  }
  .video-frame video,
  .mini-video video,
  .action-video-frame video{
    border-radius:12px!important;
  }
  .main-img,
  .media-stack img,
  .astro-gallery img,
  .vpn-card-img img{
    max-width:100%!important;
    height:auto!important;
  }
  .modal-panel{
    width:calc(100% - 20px)!important;
    margin:10px auto!important;
    padding:18px!important;
    border-radius:18px!important;
  }
  .modal-head{
    align-items:flex-start!important;
  }
  .modal-head img{
    width:68px!important;
    height:68px!important;
  }
  .signup-section-reference{
    padding-top:54px!important;
  }
  .site-footer{
    padding:20px 12px 22px!important;
  }
  .site-footer p{
    font-size:12px!important;
    line-height:1.45!important;
    text-align:center!important;
  }
}

@media (max-width:540px){
  .nav-wrap{
    padding:0 14px!important;
  }
  .brand-logo-img{
    width:205px!important;
    max-width:calc(100vw - 78px)!important;
  }
  .hero-banner-wrap{
    padding:68px 0 42px!important;
  }
  .hero-banner-copy{
    padding:0 14px!important;
  }
  .hero-banner-copy h1{
    font-size:28px!important;
  }
  .hero-banner-copy .lead,
  .hero-banner-copy p:not(.lead),
  .hero-banner-copy .hero-bold{
    font-size:14px!important;
  }
  .hero-price-bubble{
    width:78px!important;
    height:78px!important;
    right:14px!important;
  }
  .hero-price-bubble strong{
    font-size:18px!important;
  }
  .hero-cta{
    height:50px!important;
    min-height:50px!important;
    font-size:13px!important;
    letter-spacing:1px!important;
  }
  h2{
    font-size:30px!important;
  }
  .section-title p,
  .lead{
    font-size:15px!important;
  }
}


/* === AWC FINAL v27: mobile banner video visible + pricing table fully mobile-friendly === */

/* Make the banner video visible on phones while keeping text readable */
@media (max-width: 640px){
  .hero.hero-video{
    position:relative!important;
    min-height:680px!important;
    height:auto!important;
    display:block!important;
    overflow:hidden!important;
    background:#000 url('../img/iptv-comp-poster.jpg') center top/cover no-repeat!important;
  }
  .hero-bg-video{
    position:absolute!important;
    inset:0!important;
    left:0!important;
    width:100%!important;
    height:100%!important;
    opacity:1!important;
    filter:brightness(1.16) contrast(1.05) saturate(1.13)!important;
    object-fit:cover!important;
    object-position:center top!important;
    z-index:0!important;
  }
  .hero-video-overlay{
    position:absolute!important;
    inset:0!important;
    z-index:1!important;
    background:
      linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.20) 26%,rgba(0,0,0,.55) 58%,rgba(0,0,0,.90) 100%)!important;
  }
  .hero-panel-shape{
    display:none!important;
  }
  .hero-banner-wrap{
    position:relative!important;
    z-index:2!important;
    min-height:680px!important;
    height:auto!important;
    padding:150px 0 30px!important;
    display:flex!important;
    align-items:flex-end!important;
  }
  .hero-banner-copy{
    width:100%!important;
    max-width:100%!important;
    padding:18px 14px 16px!important;
    margin:0 14px!important;
    border-radius:14px!important;
    background:rgba(0,0,0,.56)!important;
    border:1px solid rgba(255,255,255,.08)!important;
    backdrop-filter:blur(3px)!important;
    transform:none!important;
  }
  .hero-banner-copy h1{
    font-size:27px!important;
    line-height:1.18!important;
    color:#3f9bdd!important;
    margin:0 0 14px!important;
    max-width:100%!important;
  }
  .hero-banner-copy .lead,
  .hero-banner-copy p:not(.lead),
  .hero-banner-copy .hero-bold{
    font-size:14px!important;
    line-height:1.55!important;
    color:#fff!important;
    max-width:100%!important;
    margin-bottom:8px!important;
  }
  .hero-banner-copy .hero-bold{
    margin-top:10px!important;
    margin-bottom:12px!important;
  }
  .hero-cta{
    width:100%!important;
    height:50px!important;
    min-height:50px!important;
    font-size:13px!important;
    letter-spacing:1px!important;
    margin-top:4px!important;
  }
  .hero-price-bubble{
    top:16px!important;
    right:16px!important;
    left:auto!important;
    transform:none!important;
    width:82px!important;
    height:82px!important;
    z-index:3!important;
    opacity:.96!important;
  }
  .hero-price-bubble span,
  .hero-price-bubble small{
    font-size:10px!important;
  }
  .hero-price-bubble strong{
    font-size:19px!important;
    letter-spacing:.6px!important;
  }
}

/* Tablet: keep full website responsive without horizontal overflow */
@media (max-width: 980px){
  #plans.section{
    overflow:hidden!important;
  }
  #plans .container{
    width:calc(100% - 24px)!important;
    max-width:100%!important;
  }
  .pricing-compare-shell,
  .pricing-compare-wrap{
    width:100%!important;
    max-width:100%!important;
  }
}

/* Phone pricing comparison: convert wide table into clean stacked cards */
@media (max-width: 640px){
  #plans.section{
    padding:42px 0!important;
    background:#1f1f1f!important;
  }
  #plans .section-title{
    margin:0 auto 20px!important;
    padding:0 4px!important;
  }
  #plans .section-title h2{
    font-size:30px!important;
    line-height:1.12!important;
  }
  #plans .section-title p{
    font-size:14px!important;
    line-height:1.55!important;
    max-width:100%!important;
  }

  .pricing-compare-shell{
    margin:0 auto!important;
    max-width:100%!important;
    overflow:visible!important;
  }
  .pricing-compare-wrap{
    overflow:visible!important;
    padding:0!important;
  }
  .pricing-compare-table{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    border-collapse:separate!important;
    table-layout:auto!important;
  }
  .pricing-compare-table thead,
  .pricing-compare-table tbody,
  .pricing-compare-table tr,
  .pricing-compare-table th,
  .pricing-compare-table td{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }

  .pricing-compare-table thead{
    margin:0 0 16px!important;
  }
  .pricing-compare-table thead tr{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
  }
  .pricing-compare-table thead th.feature-head{
    display:none!important;
  }
  .pricing-compare-table thead .plan-head{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:112px!important;
    padding:12px 8px!important;
    border-radius:14px!important;
    overflow:hidden!important;
  }
  .plan-badge-circle{
    width:46px!important;
    height:46px!important;
    margin:0 auto 7px!important;
  }
  .plan-badge-circle img{
    max-width:34px!important;
    max-height:34px!important;
  }
  .plan-brand{
    font-size:10px!important;
    line-height:1.1!important;
    margin-bottom:2px!important;
  }
  .plan-name{
    font-size:17px!important;
    line-height:1.08!important;
    text-align:center!important;
  }
  .plan-ribbon-top{
    position:static!important;
    transform:none!important;
    display:inline-flex!important;
    margin:0 auto 6px!important;
    padding:3px 8px!important;
    font-size:9px!important;
    border-radius:999px!important;
    white-space:nowrap!important;
  }

  .pricing-compare-table tbody tr:not(.plan-actions-row){
    margin:0 0 12px!important;
    border-radius:14px!important;
    overflow:hidden!important;
    background:#101010!important;
    border:1px solid rgba(255,255,255,.08)!important;
  }
  .pricing-compare-table tbody tr:not(.plan-actions-row) .feature-name{
    display:block!important;
    padding:12px 14px!important;
    background:#000!important;
    color:#fff!important;
    border-radius:0!important;
    font-size:14px!important;
    line-height:1.3!important;
    text-align:left!important;
    letter-spacing:.2px!important;
  }
  .mini-q{
    width:16px!important;
    height:16px!important;
    font-size:10px!important;
    margin-left:5px!important;
  }

  .pricing-compare-table tbody tr:not(.plan-actions-row) td{
    display:grid!important;
    grid-template-columns:92px 1fr!important;
    align-items:center!important;
    gap:8px!important;
    min-height:42px!important;
    padding:9px 12px!important;
    border:0!important;
    border-bottom:1px solid rgba(0,0,0,.08)!important;
    background:#f1f1f1!important;
    color:#344154!important;
    font-size:13px!important;
    line-height:1.25!important;
    text-align:right!important;
  }
  .pricing-compare-table tbody tr:not(.plan-actions-row) td:last-child{
    border-bottom:0!important;
  }
  .pricing-compare-table tbody tr:not(.plan-actions-row) td::before{
    justify-self:start!important;
    font-size:11px!important;
    line-height:1.1!important;
    font-weight:800!important;
    color:#111!important;
    text-align:left!important;
    letter-spacing:.2px!important;
  }
  .pricing-compare-table tbody tr:not(.plan-actions-row) td:nth-child(2)::before{content:"Premium";}
  .pricing-compare-table tbody tr:not(.plan-actions-row) td:nth-child(3)::before{content:"Prime";}
  .pricing-compare-table tbody tr:not(.plan-actions-row) td:nth-child(4)::before{content:"Pro";}
  .pricing-compare-table tbody tr:not(.plan-actions-row) td:nth-child(5)::before{content:"Flix";}

  .mark,
  .mark.yes,
  .mark.no,
  .mark.dash{
    font-size:19px!important;
    line-height:1!important;
    justify-self:end!important;
  }

  .pricing-compare-table tbody tr.plan-actions-row{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    margin:18px 0 0!important;
  }
  .pricing-compare-table tbody tr.plan-actions-row th.feature-name,
  .pricing-compare-table tbody tr.plan-actions-row th.feature-empty{
    display:none!important;
  }
  .pricing-compare-table tbody tr.plan-actions-row td{
    display:block!important;
    width:100%!important;
    padding:16px 14px!important;
    border-radius:16px!important;
    background:#fafafa!important;
    color:#1a2636!important;
    text-align:center!important;
    box-shadow:none!important;
    border:1px solid rgba(0,0,0,.06)!important;
  }
  .pricing-compare-table tbody tr.plan-actions-row td::before{
    display:block!important;
    margin:0 0 8px!important;
    font-size:16px!important;
    font-weight:900!important;
    line-height:1.2!important;
    color:#111!important;
  }
  .pricing-compare-table tbody tr.plan-actions-row td:nth-child(2)::before{content:"UnlockedFIRE Premium";}
  .pricing-compare-table tbody tr.plan-actions-row td:nth-child(3)::before{content:"UnlockedFIRE Prime";}
  .pricing-compare-table tbody tr.plan-actions-row td:nth-child(4)::before{content:"UnlockedFIRE Pro";}
  .pricing-compare-table tbody tr.plan-actions-row td:nth-child(5)::before{content:"Flix n Chill";}

  .plan-price-box{
    margin:0 0 8px!important;
    font-size:12px!important;
    line-height:1.2!important;
  }
  .plan-price-box strong{
    font-size:22px!important;
    line-height:1.05!important;
  }
  .pricing-link{
    font-size:12px!important;
    margin-bottom:10px!important;
  }
  .signup-btn{
    width:100%!important;
    max-width:210px!important;
    height:38px!important;
    min-height:38px!important;
    margin:0 auto 8px!important;
    font-size:13px!important;
    border-radius:9px!important;
  }
  .activation-note{
    font-size:12px!important;
    line-height:1.3!important;
  }
}

/* Very small phones */
@media (max-width: 360px){
  .pricing-compare-table thead tr{
    grid-template-columns:1fr!important;
  }
  .pricing-compare-table thead .plan-head{
    min-height:94px!important;
  }
  .pricing-compare-table tbody tr:not(.plan-actions-row) td{
    grid-template-columns:82px 1fr!important;
    font-size:12px!important;
    padding:8px 10px!important;
  }
  .hero-banner-copy h1{
    font-size:25px!important;
  }
}


/* === AWC FINAL v28: pricing section mobile same as original site (horizontal scroll table) === */
/* This overrides the v27 stacked card layout and keeps the original comparison table scrollable left/right. */
@media (max-width:640px){
  #plans.section{
    padding:38px 0 44px!important;
    overflow:hidden!important;
    background:#1f1f1f!important;
  }
  #plans .container{
    width:100%!important;
    max-width:100%!important;
    padding:0!important;
    margin:0 auto!important;
  }
  #plans .section-title{
    width:calc(100% - 28px)!important;
    margin:0 auto 18px!important;
    padding:0!important;
    text-align:center!important;
  }
  #plans .section-title h2{
    font-size:30px!important;
    line-height:1.12!important;
    margin-bottom:8px!important;
  }
  #plans .section-title p{
    font-size:14px!important;
    line-height:1.55!important;
    max-width:100%!important;
  }

  .pricing-compare-shell{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
  .pricing-compare-wrap{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:0 12px 14px!important;
    -webkit-overflow-scrolling:touch!important;
    scroll-snap-type:x proximity!important;
  }
  .pricing-compare-wrap::-webkit-scrollbar{
    height:4px!important;
  }
  .pricing-compare-wrap::-webkit-scrollbar-track{
    background:rgba(255,255,255,.08)!important;
  }
  .pricing-compare-wrap::-webkit-scrollbar-thumb{
    background:rgba(255,255,255,.34)!important;
    border-radius:999px!important;
  }

  .pricing-compare-table{
    display:table!important;
    width:960px!important;
    min-width:960px!important;
    max-width:none!important;
    table-layout:fixed!important;
    border-collapse:separate!important;
    border-spacing:0!important;
    margin:0!important;
  }
  .pricing-compare-table thead{
    display:table-header-group!important;
  }
  .pricing-compare-table tbody{
    display:table-row-group!important;
  }
  .pricing-compare-table tr{
    display:table-row!important;
    width:auto!important;
    max-width:none!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    overflow:visible!important;
  }
  .pricing-compare-table th,
  .pricing-compare-table td{
    display:table-cell!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    box-sizing:border-box!important;
    vertical-align:middle!important;
  }

  .pricing-compare-table thead th.feature-head{
    display:table-cell!important;
    width:220px!important;
    min-width:220px!important;
    background:transparent!important;
  }
  .pricing-compare-table thead .plan-head{
    display:table-cell!important;
    width:185px!important;
    min-width:185px!important;
    height:138px!important;
    min-height:0!important;
    padding:16px 8px 12px!important;
    border-radius:0!important;
    border-top-left-radius:18px!important;
    border-top-right-radius:18px!important;
    overflow:hidden!important;
    text-align:center!important;
    vertical-align:bottom!important;
  }

  .premium-col,
  .prime-col,
  .pro-col,
  .flix-col{
    border-top-left-radius:18px!important;
    border-top-right-radius:18px!important;
  }

  .plan-badge-circle{
    width:70px!important;
    height:70px!important;
    margin:0 auto 8px!important;
  }
  .plan-badge-circle img{
    max-width:48px!important;
    max-height:48px!important;
  }
  .plan-brand{
    font-size:12px!important;
    line-height:1.15!important;
    margin-bottom:3px!important;
    text-align:center!important;
  }
  .plan-name{
    font-size:21px!important;
    line-height:1.06!important;
    text-align:center!important;
  }
  .plan-ribbon-top{
    position:absolute!important;
    top:8px!important;
    left:50%!important;
    right:auto!important;
    transform:translateX(-50%)!important;
    display:inline-block!important;
    margin:0!important;
    padding:4px 12px!important;
    font-size:10px!important;
    border-radius:999px!important;
    white-space:nowrap!important;
  }

  .pricing-compare-table tbody tr:not(.plan-actions-row){
    background:transparent!important;
    border:0!important;
    margin:0!important;
    border-radius:0!important;
    overflow:visible!important;
  }
  .pricing-compare-table tbody tr:not(.plan-actions-row) .feature-name{
    display:table-cell!important;
    width:220px!important;
    min-width:220px!important;
    padding:14px 16px!important;
    background:#000!important;
    color:#fff!important;
    border-radius:0!important;
    font-size:14px!important;
    line-height:18px!important;
    font-weight:900!important;
    text-align:left!important;
    letter-spacing:0!important;
    vertical-align:middle!important;
  }
  .pricing-compare-table tbody tr:first-child .feature-name{
    border-top-left-radius:18px!important;
  }
  .pricing-compare-table tbody tr:nth-last-child(2) .feature-name{
    border-bottom-left-radius:18px!important;
  }
  .pricing-compare-table tbody tr:not(.plan-actions-row) td{
    display:table-cell!important;
    width:185px!important;
    min-width:185px!important;
    height:auto!important;
    min-height:0!important;
    padding:13px 8px!important;
    background:#f1f1f1!important;
    color:#4b5968!important;
    border-left:1px solid rgba(0,0,0,.06)!important;
    border-right:1px solid rgba(0,0,0,.02)!important;
    border-bottom:0!important;
    font-size:13px!important;
    line-height:17px!important;
    text-align:center!important;
    vertical-align:middle!important;
  }
  .pricing-compare-table tbody tr:nth-child(odd) td{
    background:#f3f3f3!important;
  }
  .pricing-compare-table tbody tr:nth-child(even) td{
    background:#ebebeb!important;
  }
  .pricing-compare-table tbody tr:not(.plan-actions-row) td::before{
    content:none!important;
    display:none!important;
  }

  .mini-q{
    width:18px!important;
    height:18px!important;
    font-size:11px!important;
    margin-left:4px!important;
    display:inline-grid!important;
    place-items:center!important;
  }
  .mark,
  .mark.yes,
  .mark.no,
  .mark.dash{
    font-size:21px!important;
    line-height:1!important;
    justify-self:auto!important;
  }

  .pricing-compare-table tbody tr.plan-actions-row{
    display:table-row!important;
    margin:0!important;
    gap:0!important;
  }
  .pricing-compare-table tbody tr.plan-actions-row th.feature-name,
  .pricing-compare-table tbody tr.plan-actions-row th.feature-empty{
    display:table-cell!important;
    width:220px!important;
    min-width:220px!important;
    background:transparent!important;
    color:transparent!important;
    border:0!important;
    padding:0!important;
    box-shadow:none!important;
  }
  .pricing-compare-table tbody tr.plan-actions-row td{
    display:table-cell!important;
    width:185px!important;
    min-width:185px!important;
    padding:12px 10px 14px!important;
    background:#fafafa!important;
    color:#1a2636!important;
    text-align:center!important;
    border-radius:0!important;
    border:0!important;
    border-left:1px solid rgba(0,0,0,.06)!important;
    box-shadow:none!important;
    vertical-align:top!important;
  }
  .pricing-compare-table tbody tr.plan-actions-row td::before{
    content:none!important;
    display:none!important;
  }
  .pricing-compare-table tbody tr.plan-actions-row td:nth-child(2){
    border-bottom-left-radius:18px!important;
  }
  .pricing-compare-table tbody tr.plan-actions-row td:last-child{
    border-bottom-right-radius:18px!important;
  }
  .plan-price-box{
    margin:0 0 6px!important;
    font-size:11px!important;
    line-height:1.1!important;
  }
  .plan-price-box span,
  .plan-price-box small{
    font-size:11px!important;
  }
  .plan-price-box strong{
    font-size:18px!important;
    line-height:1.05!important;
    font-weight:500!important;
  }
  .pricing-link{
    display:block!important;
    margin:0 auto 8px!important;
    font-size:11px!important;
    line-height:1.25!important;
  }
  .signup-btn{
    display:flex!important;
    width:auto!important;
    max-width:140px!important;
    height:36px!important;
    min-height:36px!important;
    margin:0 auto 8px!important;
    padding:0 12px!important;
    border-radius:9px!important;
    font-size:12px!important;
    line-height:36px!important;
    font-weight:700!important;
  }
  .activation-note{
    font-size:10px!important;
    line-height:1.25!important;
  }
}

@media (max-width:360px){
  .pricing-compare-wrap{
    padding-left:10px!important;
    padding-right:10px!important;
  }
  .pricing-compare-table{
    width:900px!important;
    min-width:900px!important;
  }
  .pricing-compare-table thead th.feature-head,
  .pricing-compare-table tbody tr:not(.plan-actions-row) .feature-name,
  .pricing-compare-table tbody tr.plan-actions-row th.feature-name,
  .pricing-compare-table tbody tr.plan-actions-row th.feature-empty{
    width:200px!important;
    min-width:200px!important;
  }
  .pricing-compare-table thead .plan-head,
  .pricing-compare-table tbody tr:not(.plan-actions-row) td,
  .pricing-compare-table tbody tr.plan-actions-row td{
    width:175px!important;
    min-width:175px!important;
  }
}


/* === AWC FINAL v29: smaller pricing mobile + smooth horizontal scroll including plan images === */
@media (max-width:640px){
  #plans.section{
    padding:30px 0 36px!important;
  }

  .pricing-compare-wrap{
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:0 10px 12px!important;
    -webkit-overflow-scrolling:touch!important;
    scroll-snap-type:x proximity!important;
    overscroll-behavior-x:contain!important;
  }

  .pricing-compare-table{
    width:800px!important;
    min-width:800px!important;
    max-width:none!important;
  }

  .pricing-compare-table thead,
  .pricing-compare-table tbody,
  .pricing-compare-table tr{
    position:static!important;
    top:auto!important;
  }

  .pricing-compare-table thead th.feature-head,
  .pricing-compare-table tbody tr:not(.plan-actions-row) .feature-name,
  .pricing-compare-table tbody tr.plan-actions-row th.feature-name,
  .pricing-compare-table tbody tr.plan-actions-row th.feature-empty{
    width:175px!important;
    min-width:175px!important;
    max-width:175px!important;
    position:static!important;
    left:auto!important;
    top:auto!important;
    z-index:auto!important;
  }

  .pricing-compare-table thead .plan-head,
  .pricing-compare-table tbody tr:not(.plan-actions-row) td,
  .pricing-compare-table tbody tr.plan-actions-row td{
    width:156px!important;
    min-width:156px!important;
    max-width:156px!important;
    position:static!important;
    left:auto!important;
    top:auto!important;
    z-index:auto!important;
  }

  .pricing-compare-table thead .plan-head{
    height:112px!important;
    min-height:112px!important;
    padding:10px 6px 9px!important;
    scroll-snap-align:start!important;
  }

  .plan-badge-circle{
    width:54px!important;
    height:54px!important;
    margin:0 auto 6px!important;
    position:relative!important;
    top:auto!important;
    transform:none!important;
  }
  .plan-badge-circle img{
    max-width:38px!important;
    max-height:38px!important;
    object-fit:contain!important;
  }

  .plan-brand{
    font-size:10px!important;
    line-height:1.1!important;
    margin-bottom:2px!important;
  }

  .plan-name{
    font-size:17px!important;
    line-height:1.08!important;
  }

  .plan-ribbon-top{
    top:6px!important;
    padding:3px 10px!important;
    font-size:9px!important;
    line-height:1.15!important;
  }

  .pricing-compare-table tbody tr:not(.plan-actions-row) .feature-name{
    padding:11px 12px!important;
    font-size:12px!important;
    line-height:16px!important;
    vertical-align:middle!important;
  }

  .pricing-compare-table tbody tr:not(.plan-actions-row) td{
    padding:10px 6px!important;
    font-size:12px!important;
    line-height:16px!important;
    vertical-align:middle!important;
  }

  .mini-q{
    width:15px!important;
    height:15px!important;
    font-size:9px!important;
    margin-left:3px!important;
  }

  .mark,
  .mark.yes,
  .mark.no,
  .mark.dash{
    font-size:18px!important;
  }

  .pricing-compare-table tbody tr.plan-actions-row td{
    padding:10px 7px 12px!important;
    vertical-align:top!important;
  }

  .plan-price-box{
    margin-bottom:5px!important;
    font-size:10px!important;
    line-height:1.1!important;
  }
  .plan-price-box span,
  .plan-price-box small{
    font-size:10px!important;
  }
  .plan-price-box strong{
    font-size:16px!important;
    line-height:1.04!important;
  }

  .pricing-link{
    margin-bottom:7px!important;
    font-size:10px!important;
    line-height:1.2!important;
  }

  .signup-btn{
    max-width:120px!important;
    height:32px!important;
    min-height:32px!important;
    padding:0 10px!important;
    border-radius:8px!important;
    font-size:11px!important;
    line-height:32px!important;
  }

  .activation-note{
    font-size:9px!important;
    line-height:1.22!important;
  }
}

@media (max-width:360px){
  .pricing-compare-table{
    width:760px!important;
    min-width:760px!important;
  }

  .pricing-compare-table thead th.feature-head,
  .pricing-compare-table tbody tr:not(.plan-actions-row) .feature-name,
  .pricing-compare-table tbody tr.plan-actions-row th.feature-name,
  .pricing-compare-table tbody tr.plan-actions-row th.feature-empty{
    width:165px!important;
    min-width:165px!important;
    max-width:165px!important;
  }

  .pricing-compare-table thead .plan-head,
  .pricing-compare-table tbody tr:not(.plan-actions-row) td,
  .pricing-compare-table tbody tr.plan-actions-row td{
    width:148px!important;
    min-width:148px!important;
    max-width:148px!important;
  }
}


/* === AWC FINAL v30: mobile pricing title boxes aligned like Flix red box === */
@media (max-width:640px){
  .pricing-compare-table thead tr{
    height:132px!important;
  }
  .pricing-compare-table thead .plan-head,
  .pricing-compare-table thead th.premium-col,
  .pricing-compare-table thead th.prime-col,
  .pricing-compare-table thead th.pro-col,
  .pricing-compare-table thead th.flix-col{
    position:relative!important;
    vertical-align:top!important;
    height:132px!important;
    min-height:132px!important;
    padding:10px 6px 8px!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  .pricing-compare-table thead .plan-head .plan-badge-circle{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    margin:16px auto 6px!important;
    transform:none!important;
  }
  .pricing-compare-table thead .plan-head .plan-brand{
    display:block!important;
    position:relative!important;
    margin:0 0 3px!important;
    text-align:center!important;
    font-size:10px!important;
    line-height:1.1!important;
  }
  .pricing-compare-table thead .plan-head .plan-name{
    display:block!important;
    position:relative!important;
    margin:0!important;
    text-align:center!important;
    font-size:16px!important;
    line-height:1.06!important;
  }
  .pricing-compare-table thead .plan-head .plan-ribbon-top{
    position:absolute!important;
    top:7px!important;
    left:50%!important;
    transform:translateX(-50%)!important;
    margin:0!important;
    z-index:3!important;
    white-space:nowrap!important;
  }
  .pricing-compare-table thead .premium-col .plan-badge-circle,
  .pricing-compare-table thead .prime-col .plan-badge-circle,
  .pricing-compare-table thead .pro-col .plan-badge-circle,
  .pricing-compare-table thead .flix-col .plan-badge-circle{
    margin-top:18px!important;
  }
  .pricing-compare-table thead .premium-col,
  .pricing-compare-table thead .prime-col,
  .pricing-compare-table thead .pro-col,
  .pricing-compare-table thead .flix-col{
    background-clip:padding-box!important;
  }
}

@media (max-width:360px){
  .pricing-compare-table thead tr{
    height:124px!important;
  }
  .pricing-compare-table thead .plan-head,
  .pricing-compare-table thead th.premium-col,
  .pricing-compare-table thead th.prime-col,
  .pricing-compare-table thead th.pro-col,
  .pricing-compare-table thead th.flix-col{
    height:124px!important;
    min-height:124px!important;
    padding:9px 5px 7px!important;
  }
  .pricing-compare-table thead .plan-head .plan-badge-circle{
    width:50px!important;
    height:50px!important;
    margin:16px auto 5px!important;
  }
  .pricing-compare-table thead .plan-head .plan-badge-circle img{
    max-width:34px!important;
    max-height:34px!important;
  }
  .pricing-compare-table thead .plan-head .plan-name{
    font-size:15px!important;
  }
}


/* === AWC FINAL v31: pricing headers one-by-one over each table column === */
@media (max-width:640px){
  #plans.section{
    overflow:hidden!important;
  }

  .pricing-compare-shell{
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
    margin:0!important;
    padding:0!important;
  }

  .pricing-compare-wrap{
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    padding:0 10px 12px!important;
    scroll-snap-type:x proximity!important;
  }

  .pricing-compare-table{
    display:table!important;
    table-layout:fixed!important;
    border-collapse:separate!important;
    border-spacing:0!important;
    width:800px!important;
    min-width:800px!important;
    max-width:none!important;
    margin:0!important;
  }

  .pricing-compare-table thead{
    display:table-header-group!important;
    width:auto!important;
  }

  .pricing-compare-table tbody{
    display:table-row-group!important;
    width:auto!important;
  }

  .pricing-compare-table tr,
  .pricing-compare-table thead tr,
  .pricing-compare-table tbody tr{
    display:table-row!important;
    width:auto!important;
    height:auto!important;
    min-height:0!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    transform:none!important;
  }

  .pricing-compare-table th,
  .pricing-compare-table td{
    display:table-cell!important;
    float:none!important;
    clear:none!important;
    box-sizing:border-box!important;
    vertical-align:middle!important;
  }

  .pricing-compare-table thead th.feature-head{
    display:table-cell!important;
    width:176px!important;
    min-width:176px!important;
    max-width:176px!important;
    height:116px!important;
    min-height:116px!important;
    padding:0!important;
    background:transparent!important;
  }

  .pricing-compare-table thead th.plan-head,
  .pricing-compare-table thead th.premium-col,
  .pricing-compare-table thead th.prime-col,
  .pricing-compare-table thead th.pro-col,
  .pricing-compare-table thead th.flix-col{
    display:table-cell!important;
    width:156px!important;
    min-width:156px!important;
    max-width:156px!important;
    height:116px!important;
    min-height:116px!important;
    padding:10px 6px 9px!important;
    vertical-align:middle!important;
    text-align:center!important;
    overflow:hidden!important;
    position:relative!important;
    border-top-left-radius:16px!important;
    border-top-right-radius:16px!important;
  }

  .pricing-compare-table thead th.plan-head .plan-badge-circle{
    display:grid!important;
    place-items:center!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    width:50px!important;
    height:50px!important;
    min-width:50px!important;
    min-height:50px!important;
    margin:0 auto 6px!important;
    border-radius:50%!important;
  }

  .pricing-compare-table thead th.plan-head .plan-badge-circle img{
    width:auto!important;
    max-width:36px!important;
    max-height:36px!important;
    object-fit:contain!important;
  }

  .pricing-compare-table thead th.plan-head .plan-brand{
    display:block!important;
    position:relative!important;
    margin:0 0 2px!important;
    padding:0!important;
    font-size:10px!important;
    line-height:1.1!important;
    text-align:center!important;
    white-space:normal!important;
  }

  .pricing-compare-table thead th.plan-head .plan-name{
    display:block!important;
    position:relative!important;
    margin:0!important;
    padding:0!important;
    font-size:16px!important;
    line-height:1.08!important;
    text-align:center!important;
    white-space:normal!important;
  }

  .pricing-compare-table thead th.plan-head .plan-ribbon-top{
    position:static!important;
    display:inline-flex!important;
    transform:none!important;
    margin:0 auto 5px!important;
    padding:3px 9px!important;
    font-size:9px!important;
    line-height:1.1!important;
    border-radius:999px!important;
    white-space:nowrap!important;
  }

  .pricing-compare-table tbody tr:not(.plan-actions-row) th.feature-name{
    display:table-cell!important;
    width:176px!important;
    min-width:176px!important;
    max-width:176px!important;
    padding:10px 12px!important;
    background:#000!important;
    color:#fff!important;
    font-size:12px!important;
    line-height:16px!important;
    text-align:left!important;
    vertical-align:middle!important;
    border-radius:0!important;
  }

  .pricing-compare-table tbody tr:not(.plan-actions-row) td{
    display:table-cell!important;
    width:156px!important;
    min-width:156px!important;
    max-width:156px!important;
    padding:9px 6px!important;
    background:#f1f1f1!important;
    color:#4b5968!important;
    font-size:12px!important;
    line-height:16px!important;
    text-align:center!important;
    vertical-align:middle!important;
    border-left:1px solid rgba(0,0,0,.06)!important;
  }

  .pricing-compare-table tbody tr:nth-child(odd) td{
    background:#f3f3f3!important;
  }
  .pricing-compare-table tbody tr:nth-child(even) td{
    background:#ebebeb!important;
  }

  .pricing-compare-table tbody tr:not(.plan-actions-row) td::before{
    content:none!important;
    display:none!important;
  }

  .pricing-compare-table tbody tr.plan-actions-row th.feature-name,
  .pricing-compare-table tbody tr.plan-actions-row th.feature-empty{
    display:table-cell!important;
    width:176px!important;
    min-width:176px!important;
    max-width:176px!important;
    padding:0!important;
    background:transparent!important;
    color:transparent!important;
    border:0!important;
  }

  .pricing-compare-table tbody tr.plan-actions-row td{
    display:table-cell!important;
    width:156px!important;
    min-width:156px!important;
    max-width:156px!important;
    padding:10px 7px 12px!important;
    background:#fafafa!important;
    text-align:center!important;
    vertical-align:top!important;
    border-radius:0!important;
    border-left:1px solid rgba(0,0,0,.06)!important;
  }

  .pricing-compare-table tbody tr.plan-actions-row td::before{
    content:none!important;
    display:none!important;
  }

  .plan-price-box{
    margin:0 0 5px!important;
    font-size:10px!important;
    line-height:1.1!important;
  }
  .plan-price-box span,
  .plan-price-box small{
    font-size:10px!important;
  }
  .plan-price-box strong{
    font-size:16px!important;
    line-height:1.04!important;
    font-weight:500!important;
  }
  .pricing-link{
    margin-bottom:7px!important;
    font-size:10px!important;
    line-height:1.2!important;
  }
  .signup-btn{
    max-width:120px!important;
    height:32px!important;
    min-height:32px!important;
    padding:0 10px!important;
    border-radius:8px!important;
    font-size:11px!important;
    line-height:32px!important;
  }
  .activation-note{
    font-size:9px!important;
    line-height:1.22!important;
  }
}

@media (max-width:360px){
  .pricing-compare-table{
    width:760px!important;
    min-width:760px!important;
  }
  .pricing-compare-table thead th.feature-head,
  .pricing-compare-table tbody tr:not(.plan-actions-row) th.feature-name,
  .pricing-compare-table tbody tr.plan-actions-row th.feature-name,
  .pricing-compare-table tbody tr.plan-actions-row th.feature-empty{
    width:164px!important;
    min-width:164px!important;
    max-width:164px!important;
  }
  .pricing-compare-table thead th.plan-head,
  .pricing-compare-table thead th.premium-col,
  .pricing-compare-table thead th.prime-col,
  .pricing-compare-table thead th.pro-col,
  .pricing-compare-table thead th.flix-col,
  .pricing-compare-table tbody tr:not(.plan-actions-row) td,
  .pricing-compare-table tbody tr.plan-actions-row td{
    width:149px!important;
    min-width:149px!important;
    max-width:149px!important;
  }
}


/* === AWC FINAL v32: mobile hero banner cleanup + remove video download overlay feel === */
.hero-bg-video{
  pointer-events:none!important;
  user-select:none!important;
  -webkit-user-select:none!important;
  -webkit-user-drag:none!important;
}
.hero-bg-video::-webkit-media-controls,
.hero-bg-video::-webkit-media-controls-enclosure,
.hero-bg-video::-webkit-media-controls-panel,
.hero-bg-video::-webkit-media-controls-play-button,
.hero-bg-video::-webkit-media-controls-timeline,
.hero-bg-video::-webkit-media-controls-current-time-display,
.hero-bg-video::-webkit-media-controls-time-remaining-display,
.hero-bg-video::-webkit-media-controls-mute-button,
.hero-bg-video::-webkit-media-controls-toggle-closed-captions-button,
.hero-bg-video::-webkit-media-controls-volume-slider,
.hero-bg-video::-webkit-media-controls-fullscreen-button,
.hero-bg-video::-internal-media-controls-download-button{
  display:none!important;
  -webkit-appearance:none!important;
}

@media (max-width:860px){
  .hero.hero-video{
    min-height:calc(100svh - 78px)!important;
    background:#000!important;
  }
  .hero-bg-video{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    filter:brightness(.90) contrast(1.04) saturate(1.06)!important;
    opacity:1!important;
  }
  .hero-video-overlay{
    background:
      linear-gradient(180deg,rgba(0,0,0,.14) 0%,rgba(0,0,0,.12) 16%,rgba(0,0,0,.24) 36%,rgba(0,0,0,.54) 62%,rgba(0,0,0,.82) 100%),
      linear-gradient(90deg,rgba(0,0,0,.16) 0%,rgba(0,0,0,.12) 100%)!important;
  }
  .hero-banner-wrap{
    min-height:calc(100svh - 78px)!important;
    display:flex!important;
    align-items:flex-end!important;
    padding:136px 0 26px!important;
  }
  .hero-panel-shape{
    display:none!important;
  }
  .hero-banner-copy{
    width:calc(100% - 28px)!important;
    max-width:680px!important;
    margin:0 auto!important;
    padding:22px 18px 18px!important;
    border-radius:22px!important;
    background:linear-gradient(180deg,rgba(8,13,20,.70),rgba(4,7,12,.88))!important;
    border:1px solid rgba(255,255,255,.10)!important;
    box-shadow:0 16px 40px rgba(0,0,0,.40)!important;
    backdrop-filter:blur(10px)!important;
    -webkit-backdrop-filter:blur(10px)!important;
  }
  .hero-banner-copy h1{
    margin:0 0 18px!important;
    font-size:32px!important;
    line-height:1.06!important;
    font-weight:800!important;
    color:#4ea3e0!important;
    text-shadow:none!important;
  }
  .hero-banner-copy .lead{
    margin:0 0 12px!important;
    font-size:14px!important;
    line-height:1.55!important;
    color:#f1f6fb!important;
  }
  .hero-banner-copy p:not(.lead){
    margin:0 0 16px!important;
    font-size:14px!important;
    line-height:1.55!important;
    color:#f1f6fb!important;
  }
  .hero-banner-copy .hero-bold{
    margin:0 0 14px!important;
    font-size:15px!important;
    line-height:1.42!important;
    color:#fff!important;
    font-weight:800!important;
  }
  .hero-cta{
    width:100%!important;
    max-width:100%!important;
    min-height:58px!important;
    height:58px!important;
    padding:0 18px!important;
    border-radius:8px!important;
    font-size:15px!important;
    line-height:58px!important;
    letter-spacing:1.5px!important;
    box-shadow:none!important;
  }
  .hero-cta .play-icon{
    font-size:22px!important;
    margin-right:8px!important;
  }
  .hero-price-bubble{
    top:18px!important;
    right:18px!important;
    left:auto!important;
    transform:none!important;
    width:110px!important;
    height:110px!important;
    box-shadow:0 12px 28px rgba(0,0,0,.24)!important;
  }
  .hero-price-bubble span{
    font-size:13px!important;
  }
  .hero-price-bubble strong{
    font-size:25px!important;
    letter-spacing:1px!important;
  }
  .hero-price-bubble small{
    font-size:13px!important;
  }
}

@media (max-width:520px){
  .hero-banner-wrap{
    padding:128px 0 22px!important;
  }
  .hero-banner-copy{
    width:calc(100% - 24px)!important;
    padding:20px 16px 16px!important;
    border-radius:20px!important;
  }
  .hero-banner-copy h1{
    font-size:30px!important;
    line-height:1.08!important;
  }
  .hero-banner-copy .lead,
  .hero-banner-copy p:not(.lead){
    font-size:13px!important;
    line-height:1.56!important;
  }
  .hero-banner-copy .hero-bold{
    font-size:14px!important;
    margin-bottom:12px!important;
  }
  .hero-price-bubble{
    width:100px!important;
    height:100px!important;
    top:16px!important;
    right:16px!important;
  }
  .hero-price-bubble strong{
    font-size:23px!important;
  }
  .hero-price-bubble span,
  .hero-price-bubble small{
    font-size:12px!important;
  }
  .hero-cta{
    min-height:56px!important;
    height:56px!important;
    font-size:14px!important;
    letter-spacing:1.25px!important;
  }
}

@media (max-width:390px){
  .hero-banner-wrap{
    padding:122px 0 18px!important;
  }
  .hero-banner-copy{
    width:calc(100% - 20px)!important;
    padding:18px 14px 14px!important;
    border-radius:18px!important;
  }
  .hero-banner-copy h1{
    font-size:28px!important;
  }
  .hero-price-bubble{
    width:94px!important;
    height:94px!important;
    top:14px!important;
    right:14px!important;
  }
  .hero-price-bubble strong{
    font-size:21px!important;
  }
  .hero-price-bubble span,
  .hero-price-bubble small{
    font-size:11px!important;
  }
  .hero-cta{
    min-height:54px!important;
    height:54px!important;
    font-size:13px!important;
  }
}


/* === AWC FINAL v33: remove mobile browser video download icon === */
/* Mobile browsers can show their own blue video-download overlay on <video>.
   On mobile we use the poster as a clean banner background and disable the video UI. */
@media (max-width:860px){
  .hero.hero-video{
    background:
      linear-gradient(180deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,.18) 40%,rgba(0,0,0,.76) 100%),
      url('../img/iptv-comp-poster.jpg') center center / cover no-repeat #000!important;
  }
  .hero-bg-video{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    width:0!important;
    height:0!important;
    pointer-events:none!important;
  }
}


/* === AWC client requested FAQ + contact fixes (2026-06-29) === */
.form-honey{
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  width:0 !important;
  opacity:0 !important;
  pointer-events:none !important;
}

.faq-section .accordion-item div p,
.faq-section .accordion-item div li{
  word-break:normal;
}

.discord-card{
  cursor:pointer;
}

.discord-card:hover{
  transform:translateY(-2px);
}

.contact-form.contact-form-large input[name="email"]{
  background-image:none !important;
}

@media (max-width: 767px){
  .faq-section .section-title p,
  .contact-section .section-title p{
    line-height:1.55 !important;
  }
}


/* === AWC polished client contact notes (2026-06-29) === */
.discord-card{
  position:relative !important;
  overflow:visible !important;
  cursor:pointer !important;
  transition:transform .18s ease, box-shadow .18s ease !important;
}

.discord-card:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 22px 48px rgba(0,0,0,.22) !important;
}

.discord-helper-note{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  max-width:calc(100% - 30px) !important;
  margin:0 auto 13px !important;
  padding:8px 16px !important;
  border-radius:999px !important;
  background:rgba(88,168,244,.12) !important;
  border:1px solid rgba(88,168,244,.30) !important;
  color:#315f86 !important;
  font-family:Inter, Segoe UI, Roboto, Arial, sans-serif !important;
  font-size:15px !important;
  font-weight:700 !important;
  line-height:1.35 !important;
  letter-spacing:.1px !important;
  text-align:center !important;
}

.contact-message-wrap{
  position:relative !important;
  display:block !important;
  width:100% !important;
}

.contact-message-wrap textarea{
  display:block !important;
  width:100% !important;
}

.contact-form.contact-form-large textarea::placeholder{
  color:rgba(255,255,255,.72) !important;
  opacity:1 !important;
  font-family:Inter, Segoe UI, Roboto, Arial, sans-serif !important;
  font-size:clamp(22px, 2.35vw, 34px) !important;
  font-weight:650 !important;
  line-height:1.38 !important;
  letter-spacing:.1px !important;
}

@media (max-width: 767px){
  .discord-helper-note{
    max-width:100% !important;
    font-size:13px !important;
    padding:7px 12px !important;
    margin-bottom:10px !important;
  }

  .contact-form.contact-form-large textarea::placeholder{
    font-size:clamp(18px, 5.2vw, 25px) !important;
    line-height:1.35 !important;
  }
}
/* === AWC Premium Pricing Modal Design Fix ===
   Paste this at the VERY BOTTOM of assets/css/style.css
*/
body.modal-open{overflow:hidden!important;}

.modal.show{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:18px!important;
}
.modal-backdrop{
  background:rgba(0,0,0,.72)!important;
  backdrop-filter:none!important;
}
.modal-panel{
  width:min(1160px,calc(100% - 26px))!important;
  max-height:calc(100vh - 36px)!important;
  margin:0 auto!important;
  overflow:auto!important;
  background:#f4f4f4!important;
  color:#111!important;
  border:0!important;
  border-radius:4px!important;
  padding:0 0 34px!important;
  box-shadow:0 22px 70px rgba(0,0,0,.45)!important;
}
.modal-close{
  right:14px!important;
  top:12px!important;
  width:38px!important;
  height:38px!important;
  border:0!important;
  background:rgba(0,0,0,.08)!important;
  color:#111!important;
  z-index:5!important;
}
.modal-head{
  background:#fff!important;
  color:#111!important;
  display:flex!important;
  justify-content:center!important;
  text-align:left!important;
  gap:16px!important;
  padding:28px 56px 18px!important;
  margin:0!important;
  border-bottom:1px solid #e9e9e9!important;
}
.modal-head img{
  width:74px!important;
  height:74px!important;
  object-fit:contain!important;
}
.modal-head h2{
  color:#2487c2!important;
  font-size:30px!important;
  line-height:1.15!important;
  margin:0 0 8px!important;
}
.modal-head p{
  color:#444!important;
  margin:0!important;
  font-size:15px!important;
  line-height:1.5!important;
}
.connection-tabs{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:18px 14px!important;
  margin:0!important;
  padding:26px 42px 34px!important;
  background:#f4f4f4!important;
}
.connection-tabs button{
  min-width:170px!important;
  min-height:46px!important;
  border-radius:999px!important;
  border:1px solid #dceef9!important;
  background:#fff!important;
  color:#439fd8!important;
  font-size:16px!important;
  font-weight:700!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
.connection-tabs button.active{
  background:#e4f3fb!important;
  border-color:#a8d4ef!important;
  color:#1485c2!important;
}
.pricing-table{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:0!important;
  align-items:start!important;
  padding:60px 42px 0!important;
  background:#f4f4f4!important;
}
.price-card{
  border:1px solid #dfe6ec!important;
  border-radius:0!important;
  background:#fff!important;
  padding:0!important;
  text-align:center!important;
  min-height:330px!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.price-card.featured{
  margin-top:-34px!important;
  border-radius:16px!important;
  box-shadow:0 22px 48px rgba(0,0,0,.16)!important;
  min-height:380px!important;
  position:relative!important;
  z-index:2!important;
}
.price-card h3{
  min-height:82px!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#fff!important;
  font-size:20px!important;
  font-weight:400!important;
  line-height:1.2!important;
}
.price-card.featured h3{
  min-height:100px!important;
  border-radius:16px 16px 0 0!important;
}
.price-body{
  padding:30px 20px 26px!important;
}
.price-dollar{
  font-size:18px!important;
  font-weight:600!important;
  color:#111!important;
  line-height:1!important;
  margin-bottom:10px!important;
}
.price-card strong{
  display:block!important;
  margin:0 0 16px!important;
  color:#111!important;
  font-size:34px!important;
  line-height:1.1!important;
  font-weight:500!important;
  letter-spacing:7px!important;
}
.price-card small{
  display:block!important;
  color:#555!important;
  font-size:17px!important;
  line-height:1.35!important;
  margin:0 0 28px!important;
}
.price-order-btn{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  max-width:220px!important;
  height:56px!important;
  margin:0 auto 18px!important;
  background:#1f84bd!important;
  color:#fff!important;
  border-radius:8px!important;
  font-weight:700!important;
  font-size:17px!important;
  text-decoration:none!important;
}
.price-card .save{
  color:#444!important;
  font-size:15px!important;
  font-weight:700!important;
  letter-spacing:3px!important;
  text-transform:uppercase!important;
}
.pricing-coming-soon{
  grid-column:1/-1!important;
  background:#fff!important;
  color:#222!important;
  border-radius:14px!important;
  padding:34px!important;
  text-align:center!important;
}
.pricing-coming-soon h3{color:#2487c2!important;margin-bottom:10px!important;}
.pricing-coming-soon p{color:#444!important;margin:0!important;}

@media (max-width:900px){
  .modal-head{padding:24px 44px 16px!important;}
  .connection-tabs{padding:22px 18px 24px!important;gap:12px!important;}
  .connection-tabs button{min-width:145px!important;font-size:14px!important;}
  .pricing-table{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:34px 18px 0!important;gap:14px!important;}
  .price-card,.price-card.featured{margin-top:0!important;border-radius:12px!important;min-height:auto!important;}
  .price-card h3,.price-card.featured h3{border-radius:12px 12px 0 0!important;min-height:72px!important;}
}
@media (max-width:560px){
  .modal.show{padding:10px!important;}
  .modal-panel{width:100%!important;max-height:calc(100vh - 20px)!important;}
  .modal-head{display:block!important;text-align:center!important;padding:22px 42px 16px!important;}
  .modal-head img{margin:0 auto 10px!important;width:62px!important;height:62px!important;}
  .modal-head h2{font-size:24px!important;}
  .pricing-table{grid-template-columns:1fr!important;}
  .connection-tabs button{width:100%!important;min-width:0!important;}
  .price-card strong{font-size:30px!important;letter-spacing:4px!important;}
}
/* === AWC FINAL PREMIUM POPUP COMPACT FIX === */
/* Paste at END of assets/css/style.css */

body.modal-open{
  overflow:hidden !important;
}

/* Popup size */
#pricingModal .modal-panel{
  width:min(1160px, calc(100% - 70px)) !important;
  max-height:calc(100vh - 46px) !important;
  margin:23px auto !important;
  padding:34px 38px 36px !important;
  background:#f3f3f3 !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:0 26px 80px rgba(0,0,0,.45) !important;
  color:#111 !important;
}

/* Close button */
#pricingModal .modal-close{
  right:16px !important;
  top:14px !important;
  width:34px !important;
  height:34px !important;
  background:rgba(0,0,0,.08) !important;
  border:0 !important;
  color:#111 !important;
  font-size:28px !important;
  z-index:10 !important;
}

/* Top heading area like reference */
#pricingModal .modal-head{
  display:block !important;
  text-align:center !important;
  margin:0 auto 28px !important;
}

#pricingModal .modal-head img{
  width:78px !important;
  height:78px !important;
  object-fit:contain !important;
  margin:0 auto 8px !important;
}

#pricingModal .modal-head h2,
#pricingModal #modalTitle{
  font-family:Roboto, Arial, sans-serif !important;
  font-size:30px !important;
  line-height:1.18 !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
  color:#111 !important;
  margin:0 0 4px !important;
  text-transform:none !important;
}

#pricingModal #modalTitle::after{
  content:"Pricing";
  display:block;
  color:#8c8c8c;
  font-size:24px;
  line-height:1.2;
  font-weight:400;
  margin-top:6px;
}

#pricingModal .modal-head p{
  max-width:860px !important;
  margin:24px auto 0 !important;
  font-family:Raleway, Arial, sans-serif !important;
  font-size:17px !important;
  line-height:1.65 !important;
  font-weight:400 !important;
  color:#8a8a8a !important;
}

/* Connection buttons compact */
#pricingModal .connection-tabs{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:14px 18px !important;
  margin:22px auto 40px !important;
  max-width:920px !important;
}

#pricingModal .connection-tabs button{
  min-width:154px !important;
  height:38px !important;
  padding:0 22px !important;
  border-radius:999px !important;
  border:1px solid rgba(45,138,195,.15) !important;
  background:#fff !important;
  color:#4598c8 !important;
  font-family:Roboto, Arial, sans-serif !important;
  font-size:15px !important;
  line-height:1 !important;
  font-weight:700 !important;
  box-shadow:none !important;
}

#pricingModal .connection-tabs button.active{
  background:#e8f4fb !important;
  border-color:#8cc4e5 !important;
  color:#1684bf !important;
}

/* Pricing table size like picture 2 */
#pricingModal .pricing-table{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  gap:0 !important;
  align-items:stretch !important;
  width:min(1000px, 100%) !important;
  margin:0 auto !important;
}

/* Price card base */
#pricingModal .price-card{
  position:relative !important;
  overflow:hidden !important;
  min-height:300px !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-left:1px solid #d5dee6 !important;
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:none !important;
  text-align:center !important;
}

#pricingModal .price-card:first-child{
  border-left:0 !important;
  border-top-left-radius:16px !important;
  border-bottom-left-radius:16px !important;
}

#pricingModal .price-card:last-child{
  border-top-right-radius:16px !important;
  border-bottom-right-radius:16px !important;
}

/* Annual highlighted card */
#pricingModal .price-card.featured{
  z-index:2 !important;
  transform:translateY(-32px) !important;
  min-height:360px !important;
  border-radius:18px !important;
  box-shadow:0 18px 45px rgba(0,0,0,.12) !important;
  border-left:0 !important;
}

/* Header bar */
#pricingModal .price-card h3{
  height:76px !important;
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#1f84bd !important;
  color:#fff !important;
  font-family:Roboto, Arial, sans-serif !important;
  font-size:20px !important;
  line-height:1 !important;
  font-weight:400 !important;
  border-radius:0 !important;
}

#pricingModal .price-card.featured h3{
  height:88px !important;
  border-top-left-radius:18px !important;
  border-top-right-radius:18px !important;
}

/* Body */
#pricingModal .price-body{
  padding:34px 24px 28px !important;
  color:#111 !important;
}

#pricingModal .price-dollar{
  font-size:18px !important;
  line-height:1 !important;
  color:#111 !important;
  margin-bottom:12px !important;
}

#pricingModal .price-card strong{
  display:block !important;
  margin:0 0 12px !important;
  font-family:Roboto, Arial, sans-serif !important;
  font-size:31px !important;
  line-height:1.1 !important;
  font-weight:400 !important;
  letter-spacing:7px !important;
  color:#111 !important;
}

#pricingModal .price-card small{
  display:block !important;
  margin:0 0 34px !important;
  font-family:Raleway, Arial, sans-serif !important;
  font-size:17px !important;
  line-height:1.4 !important;
  color:#444 !important;
}

/* Buttons: first 3 outline, annual filled */
#pricingModal .price-order-btn{
  width:100% !important;
  max-width:180px !important;
  height:44px !important;
  margin:0 auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:1px solid #1f84bd !important;
  border-radius:8px !important;
  background:#fff !important;
  color:#1f84bd !important;
  font-family:Roboto, Arial, sans-serif !important;
  font-size:15px !important;
  font-weight:700 !important;
  text-decoration:none !important;
  box-shadow:none !important;
}

#pricingModal .price-card.featured .price-order-btn{
  background:#1f84bd !important;
  color:#fff !important;
}

#pricingModal .save{
  margin-top:24px !important;
  color:#444 !important;
  font-family:Roboto, Arial, sans-serif !important;
  font-size:15px !important;
  line-height:1 !important;
  font-weight:700 !important;
  letter-spacing:6px !important;
}

/* Mobile/tablet */
@media (max-width: 980px){
  #pricingModal .modal-panel{
    width:calc(100% - 24px) !important;
    margin:12px auto !important;
    padding:26px 18px 28px !important;
  }

  #pricingModal .modal-head img{
    width:64px !important;
    height:64px !important;
  }

  #pricingModal #modalTitle{
    font-size:25px !important;
  }

  #pricingModal #modalTitle::after{
    font-size:21px !important;
  }

  #pricingModal .modal-head p{
    font-size:15px !important;
    line-height:1.55 !important;
    margin-top:18px !important;
  }

  #pricingModal .connection-tabs{
    gap:10px !important;
    margin-bottom:28px !important;
  }

  #pricingModal .connection-tabs button{
    min-width:135px !important;
    height:36px !important;
    font-size:13px !important;
    padding:0 14px !important;
  }

  #pricingModal .pricing-table{
    grid-template-columns:1fr 1fr !important;
    gap:14px !important;
  }

  #pricingModal .price-card,
  #pricingModal .price-card.featured{
    transform:none !important;
    min-height:auto !important;
    border-radius:14px !important;
    border:0 !important;
  }

  #pricingModal .price-card h3,
  #pricingModal .price-card.featured h3{
    height:62px !important;
    border-radius:14px 14px 0 0 !important;
    font-size:18px !important;
  }

  #pricingModal .price-body{
    padding:26px 16px 24px !important;
  }

  #pricingModal .price-card strong{
    font-size:26px !important;
    letter-spacing:4px !important;
  }
}

@media (max-width: 560px){
  #pricingModal .pricing-table{
    grid-template-columns:1fr !important;
  }

  #pricingModal .connection-tabs button{
    width:100% !important;
    max-width:260px !important;
  }
}
/* === AWC PREMIUM MODAL FINAL COMPACT FIX v2 === */
/* Paste at very END of assets/css/style.css */

#pricingModal .modal-panel{
  width:min(1120px, calc(100% - 90px)) !important;
  max-height:calc(100vh - 54px) !important;
  margin:27px auto !important;
  padding:28px 36px 34px !important;
  background:#f2f2f2 !important;
  border:0 !important;
  border-radius:0 !important;
  overflow:auto !important;
}

/* top heading background */
#pricingModal .modal-head{
  display:block !important;
  text-align:center !important;
  background:#e6e2e2 !important;
  padding:32px 20px 24px !important;
  margin:0 auto 34px !important;
}

#pricingModal .modal-head img{
  width:70px !important;
  height:70px !important;
  margin:0 auto 8px !important;
  object-fit:contain !important;
}

#pricingModal #modalTitle{
  font-family:Roboto, Arial, sans-serif !important;
  font-size:29px !important;
  line-height:1.18 !important;
  font-weight:400 !important;
  color:#111 !important;
  margin:0 !important;
}

#pricingModal #modalTitle::after{
  content:"Pricing";
  display:block;
  margin-top:7px;
  font-size:24px;
  line-height:1.2;
  font-weight:400;
  color:#8b8b8b;
}

/* replace paragraph text by CSS */
#pricingModal .modal-head p{
  max-width:820px !important;
  margin:26px auto 0 !important;
  font-size:0 !important;
  line-height:0 !important;
  color:transparent !important;
}

#pricingModal .modal-head p::after{
  content:"Select the number of connections / streams you require and the correct pricing will load in the table below, then sign up at your chosen price point.";
  display:block;
  font-family:Raleway, Arial, sans-serif !important;
  font-size:15.5px !important;
  line-height:1.65 !important;
  font-weight:500 !important;
  color:#8a8a8a !important;
}

/* close button */
#pricingModal .modal-close{
  top:18px !important;
  right:22px !important;
  width:34px !important;
  height:34px !important;
  background:rgba(0,0,0,.05) !important;
  color:#111 !important;
  border:0 !important;
  border-radius:50% !important;
  font-size:26px !important;
  z-index:20 !important;
}

/* connection buttons smaller */
#pricingModal .connection-tabs{
  max-width:860px !important;
  margin:0 auto 42px !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:12px 16px !important;
}

#pricingModal .connection-tabs button{
  min-width:142px !important;
  height:34px !important;
  padding:0 18px !important;
  border-radius:999px !important;
  border:1px solid rgba(45,138,195,.16) !important;
  background:#fff !important;
  color:#4597c7 !important;
  font-family:Roboto, Arial, sans-serif !important;
  font-size:13.5px !important;
  line-height:1 !important;
  font-weight:600 !important;
  letter-spacing:.02em !important;
  box-shadow:none !important;
}

#pricingModal .connection-tabs button.active{
  background:#e2f2fb !important;
  border-color:#93c9e9 !important;
  color:#1684bf !important;
}

/* compact pricing table */
#pricingModal .pricing-table{
  width:min(900px, 100%) !important;
  margin:0 auto !important;
  display:grid !important;
  grid-template-columns:repeat(4, 1fr) !important;
  gap:0 !important;
  align-items:stretch !important;
}

#pricingModal .price-card{
  min-height:270px !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-left:1px solid #d7dfe6 !important;
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:none !important;
  overflow:hidden !important;
}

#pricingModal .price-card:first-child{
  border-left:0 !important;
  border-top-left-radius:14px !important;
  border-bottom-left-radius:14px !important;
}

#pricingModal .price-card:last-child{
  border-top-right-radius:14px !important;
  border-bottom-right-radius:14px !important;
}

#pricingModal .price-card.featured{
  transform:translateY(-25px) !important;
  min-height:330px !important;
  border-radius:16px !important;
  border-left:0 !important;
  box-shadow:0 18px 42px rgba(0,0,0,.12) !important;
  z-index:5 !important;
}

/* card blue header */
#pricingModal .price-card h3{
  height:68px !important;
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#1f84bd !important;
  color:#fff !important;
  font-family:Roboto, Arial, sans-serif !important;
  font-size:17px !important;
  line-height:1 !important;
  font-weight:500 !important;
  border-radius:0 !important;
}

#pricingModal .price-card.featured h3{
  height:78px !important;
  border-radius:16px 16px 0 0 !important;
}

/* card body smaller */
#pricingModal .price-body{
  padding:30px 18px 22px !important;
}

#pricingModal .price-dollar{
  font-size:15px !important;
  line-height:1 !important;
  color:#111 !important;
  margin-bottom:12px !important;
  font-weight:500 !important;
}

#pricingModal .price-card strong{
  display:block !important;
  margin:0 0 10px !important;
  font-family:Roboto, Arial, sans-serif !important;
  font-size:25px !important;
  line-height:1.12 !important;
  font-weight:600 !important;
  letter-spacing:5px !important;
  color:#111 !important;
}

#pricingModal .price-card small{
  display:block !important;
  margin:0 0 30px !important;
  font-family:Raleway, Arial, sans-serif !important;
  font-size:14.5px !important;
  line-height:1.45 !important;
  font-weight:500 !important;
  color:#4f4f4f !important;
}

#pricingModal .price-order-btn{
  width:100% !important;
  max-width:170px !important;
  height:39px !important;
  margin:0 auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:1px solid #1f84bd !important;
  border-radius:7px !important;
  background:#fff !important;
  color:#1f84bd !important;
  font-family:Roboto, Arial, sans-serif !important;
  font-size:13.5px !important;
  font-weight:700 !important;
  text-decoration:none !important;
}

#pricingModal .price-card.featured .price-order-btn{
  background:#1f84bd !important;
  color:#fff !important;
}

#pricingModal .save{
  margin-top:24px !important;
  color:#444 !important;
  font-family:Roboto, Arial, sans-serif !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:700 !important;
  letter-spacing:5px !important;
}

/* tablet */
@media (max-width: 980px){
  #pricingModal .modal-panel{
    width:calc(100% - 24px) !important;
    margin:12px auto !important;
    padding:22px 16px 26px !important;
  }

  #pricingModal .modal-head{
    padding:26px 14px 22px !important;
    margin-bottom:26px !important;
  }

  #pricingModal #modalTitle{
    font-size:24px !important;
  }

  #pricingModal #modalTitle::after{
    font-size:20px !important;
  }

  #pricingModal .modal-head p::after{
    font-size:14px !important;
    line-height:1.55 !important;
  }

  #pricingModal .connection-tabs{
    gap:9px !important;
    margin-bottom:28px !important;
  }

  #pricingModal .connection-tabs button{
    min-width:130px !important;
    height:33px !important;
    font-size:12.5px !important;
  }

  #pricingModal .pricing-table{
    grid-template-columns:1fr 1fr !important;
    gap:12px !important;
  }

  #pricingModal .price-card,
  #pricingModal .price-card.featured{
    transform:none !important;
    min-height:auto !important;
    border:0 !important;
    border-radius:13px !important;
  }

  #pricingModal .price-card h3,
  #pricingModal .price-card.featured h3{
    height:58px !important;
    border-radius:13px 13px 0 0 !important;
  }
}

/* mobile */
@media (max-width: 560px){
  #pricingModal .pricing-table{
    grid-template-columns:1fr !important;
  }

  #pricingModal .connection-tabs button{
    width:100% !important;
    max-width:260px !important;
  }
}
/* === AWC FINAL FIX: Annual card equal top/bottom height === */
/* Paste at END of assets/css/style.css */

/* Table ko thori space do taake annual card upar/nichy dono side niklay */
#pricingModal .pricing-table{
  padding:32px 0 34px !important;
  overflow:visible !important;
  align-items:stretch !important;
}

/* Normal 3 cards fixed compact height */
#pricingModal .price-card{
  height:282px !important;
  min-height:282px !important;
  align-self:center !important;
  display:flex !important;
  flex-direction:column !important;
  overflow:hidden !important;
}

/* Annual card: jitna upar, utna hi nichy */
#pricingModal .price-card.featured{
  transform:none !important;
  margin-top:-30px !important;
  margin-bottom:-30px !important;
  height:342px !important;
  min-height:342px !important;
  align-self:center !important;
  z-index:10 !important;
  border-radius:17px !important;
  box-shadow:0 20px 46px rgba(0,0,0,.13) !important;
}

/* Normal card header */
#pricingModal .price-card h3{
  height:68px !important;
  min-height:68px !important;
  flex:0 0 68px !important;
}

/* Annual card header thora tall */
#pricingModal .price-card.featured h3{
  height:82px !important;
  min-height:82px !important;
  flex:0 0 82px !important;
  border-radius:17px 17px 0 0 !important;
}

/* Body compact and balanced */
#pricingModal .price-body{
  flex:1 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  padding:28px 18px 20px !important;
}

#pricingModal .price-card.featured .price-body{
  padding:31px 18px 24px !important;
}

/* Price text size balanced */
#pricingModal .price-dollar{
  font-size:15px !important;
  margin-bottom:11px !important;
}

#pricingModal .price-card strong{
  font-size:26px !important;
  line-height:1.1 !important;
  letter-spacing:5px !important;
  margin:0 0 10px !important;
}

#pricingModal .price-card small{
  font-size:14.5px !important;
  margin:0 0 0 !important;
}

/* Button bottom side align */
#pricingModal .price-order-btn{
  margin-top:auto !important;
  height:39px !important;
  max-width:170px !important;
  border-radius:7px !important;
  font-size:13.5px !important;
}

/* SAVE 10% annual card ke bottom me */
#pricingModal .save{
  margin-top:22px !important;
  font-size:13px !important;
  letter-spacing:5px !important;
}

/* Mobile par annual ko normal rakho */
@media (max-width: 980px){
  #pricingModal .pricing-table{
    padding:0 !important;
    overflow:visible !important;
  }

  #pricingModal .price-card,
  #pricingModal .price-card.featured{
    height:auto !important;
    min-height:auto !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
    transform:none !important;
    border-radius:13px !important;
  }

  #pricingModal .price-card h3,
  #pricingModal .price-card.featured h3{
    height:58px !important;
    min-height:58px !important;
    flex:0 0 58px !important;
    border-radius:13px 13px 0 0 !important;
  }

  #pricingModal .price-body,
  #pricingModal .price-card.featured .price-body{
    padding:24px 16px 22px !important;
  }
}