@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap');
@layer reset,foundation,components,sections,utilities,variants;
@layer reset{*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}img,svg{max-width:100%}button,input,textarea,select{font:inherit}a{color:inherit}button{cursor:pointer}[hidden]{display:none!important}}
@layer foundation{
:root{--ink:#081630;--paper:#f7faff;--muted:#55708f;--navy:#07172d;--blue:#246aff;--cyan:#21cde2;--gold:#ffb75d;--violet:#895aff;--pink:#f36aac;--line:#dfe8f5;--card:#fff;--radius:24px;--shadow:0 28px 70px rgba(11,37,78,.11);font-family:'DM Sans',system-ui,sans-serif;color:var(--ink);background:var(--paper)}
body{min-width:320px;overflow-x:clip;font-size:16px;line-height:1.65}body.menu-open{overflow:hidden}::selection{background:#246aff;color:#fff}
a{text-decoration:none}a:hover{text-decoration-thickness:2px}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--gold);outline-offset:4px}
h1,h2,h3,h4{font-family:'Manrope',sans-serif;line-height:1.15;letter-spacing:-.045em;margin:0;color:inherit}h1{font-size:clamp(2.6rem,6vw,5.8rem)}h2{font-size:clamp(2rem,3.7vw,3.35rem)}h3{font-size:clamp(1.16rem,1.7vw,1.4rem)}p{margin:.85rem 0;color:inherit}small{font-size:.85rem}main{display:block}figure{margin:0}img{display:block;height:auto}button{border:0}
.wrap{width:min(1200px,calc(100% - 40px));margin-inline:auto}.wide{width:min(1360px,calc(100% - 40px));margin-inline:auto}.section{padding:clamp(60px,7vw,104px) 0}.section-tight{padding:58px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:30px}.section-head>div{max-width:800px}.section-head p{max-width:650px;color:var(--muted)}.section-link{font-weight:800;color:var(--blue);white-space:nowrap}
.eyebrow{font-weight:800;font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;color:var(--blue);display:inline-flex;align-items:center;gap:10px}.eyebrow:before{content:'';width:18px;height:2px;background:currentColor}.lead{font-size:clamp(1.06rem,1.7vw,1.22rem);line-height:1.8}.muted{color:var(--muted)}.is-hidden{display:none!important}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
}
@layer components{
.announcement{background:linear-gradient(110deg,#102b54,#092038 55%,#243877);color:#dbeeff;text-align:center;font-weight:700;font-size:.82rem;padding:8px 20px}.announcement b{color:#ffd396}.announcement a{text-decoration:underline;text-underline-offset:3px}
.site-header{position:sticky;top:0;z-index:60;background:rgba(250,252,255,.94);backdrop-filter:blur(22px);border-bottom:1px solid rgba(35,78,130,.1)}.header-inner{height:78px;display:flex;align-items:center;gap:32px}.logo{display:inline-flex;align-items:center;gap:10px;flex-shrink:0;font-family:'Manrope',sans-serif;font-size:1.35rem;font-weight:800;letter-spacing:-.065em}.logo b{color:var(--blue)}.logo-mark{display:inline-grid;place-items:center;width:43px;height:43px;border-radius:14px;background:linear-gradient(140deg,#3066ff,#38d3df);color:#fff;font-size:1.1rem;box-shadow:0 9px 20px rgba(36,106,255,.24)}.logo small{font-family:'DM Sans',sans-serif;display:block;font-size:.52rem;letter-spacing:.19em;text-transform:uppercase;color:var(--muted);line-height:1.2}
.main-nav{display:flex;align-items:center;gap:25px;margin-left:auto}.main-nav a{font-size:.86rem;font-weight:800;color:#274262;transition:color .2s}.main-nav a:hover,.main-nav a[aria-current="page"]{color:var(--blue)}.header-actions{display:flex;align-items:center;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:11px 18px;border-radius:13px;font-weight:800;font-size:.89rem;line-height:1.2;text-align:center;transition:transform .2s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-2px);text-decoration:none}.btn-primary{background:linear-gradient(135deg,#2667ff,#5b52f6);color:#fff;box-shadow:0 12px 28px rgba(36,106,255,.24)}.btn-primary:hover{box-shadow:0 16px 35px rgba(36,106,255,.36)}.btn-light{background:#fff;color:var(--ink)}.btn-outline{border:1px solid #d4e1f3;background:#fff;color:var(--blue)}.btn-ghost{color:#294769;background:#eff4fc}.btn-white{background:#fff;color:#1755c4}.menu-button{display:none;width:46px;height:46px;background:#eaf0fa;border-radius:13px;color:var(--ink);font-size:1.3rem}
.crumbs{display:flex;flex-wrap:wrap;gap:8px;color:#6b819d;font-size:.82rem;padding:18px 0}.crumbs a{text-decoration:underline;text-underline-offset:3px}.crumbs span:last-child{color:#274262}.crumbs i{font-size:.6rem;opacity:.55}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 14px 35px rgba(9,33,77,.05);overflow:hidden}.card-pad{padding:clamp(20px,2.5vw,30px)}.card:hover{border-color:#b9cdee}.glass{background:rgba(255,255,255,.84);backdrop-filter:blur(18px)}.grid{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.chip{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid #cfdef2;background:#f0f6ff;color:#234e93;border-radius:100px;font-size:.76rem;font-weight:800}.chip-dark{color:#c8efff;background:#193259;border-color:#315579}.icon-box{width:50px;height:50px;display:grid;place-items:center;border-radius:16px;color:#2568ec;background:linear-gradient(140deg,#e3f1ff,#eee9ff);font-size:1.32rem}.card-link{font-weight:800;color:var(--blue);display:inline-flex;align-items:center;gap:8px}.card-link:hover{text-decoration:underline;text-underline-offset:5px}
.info-strip{background:#071b37;color:#fff}.info-items{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;padding:18px 0}.info-items span{display:inline-flex;gap:9px;align-items:center;font-size:.84rem;font-weight:700}.info-items i{color:#62d9ff}
.price{font-family:'Manrope',sans-serif;font-size:2rem;font-weight:800;color:var(--ink);line-height:1}.price small{font-family:'DM Sans',sans-serif;font-size:.74rem;color:#7084a0;letter-spacing:0}.price-card{padding:26px;display:flex;flex-direction:column;min-height:310px}.price-card ul{padding-left:18px;color:#506882;margin:16px 0 20px}.price-card li{margin:7px 0}.price-card .btn{margin-top:auto}.price-card.featured{background:linear-gradient(150deg,#132c55,#0b1e3e);border-color:#385887;color:#fff;box-shadow:0 25px 65px rgba(4,21,51,.25)}.price-card.featured .price,.price-card.featured ul{color:#fff}.price-card.featured .chip{background:#1e4481;color:#d4f7ff;border-color:#3971bb}
.accordion{border:1px solid #d9e6f4;border-radius:17px;background:#fff;overflow:hidden}.accordion summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:20px 22px;font-weight:800;cursor:pointer}.accordion summary::-webkit-details-marker{display:none}.accordion summary:after{content:'+';font-size:1.4rem;color:#2867e7}.accordion[open] summary:after{content:'−'}.accordion p{color:#526b86;margin:0;padding:0 22px 22px}.faq-list{display:grid;gap:11px}.cta-panel{display:grid;grid-template-columns:1.4fr .65fr;gap:25px;align-items:center;background:radial-gradient(circle at 95% 14%,rgba(81,196,255,.35),transparent 37%),linear-gradient(115deg,#0b1c39,#172e62 60%,#2344a8);color:#fff;border-radius:32px;padding:clamp(26px,5vw,58px);overflow:hidden}.cta-panel p{color:#ccdef5}.cta-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.badge-list{display:flex;gap:8px;flex-wrap:wrap}.quick-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#dee9f6;border:1px solid #dee9f6;border-radius:21px;overflow:hidden}.quick-facts>div{padding:25px;background:white}.quick-facts strong{font:800 1.4rem 'Manrope';display:block;color:#092444}.quick-facts span{font-size:.84rem;color:var(--muted)}
.footer{background:#07172c;color:#d8e7fa;padding:70px 0 22px}.footer-top{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:35px}.footer a{color:#c1d3e9}.footer a:hover{color:#fff;text-decoration:underline}.footer h3{font-size:.95rem;letter-spacing:.04em;margin-bottom:17px}.footer ul{padding:0;margin:0;list-style:none}.footer li{margin:9px 0;font-size:.89rem}.footer p{color:#a9bfd8;max-width:370px}.footer .logo{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:18px;border-top:1px solid #213751;padding-top:22px;margin-top:48px;color:#92abc7;font-size:.78rem}.whatsapp{position:fixed;right:20px;bottom:20px;z-index:55;width:54px;height:54px;display:grid;place-items:center;border-radius:19px;background:#16bf69;color:#fff;font-size:1.7rem;box-shadow:0 14px 30px rgba(4,93,57,.33)}.whatsapp:hover{transform:translateY(-3px)}
}
@layer sections{
.hero{background:radial-gradient(circle at 30% -30%,#214bb0,transparent 50%),#071b37;color:#fff;overflow:hidden}.hero-grid{min-height:620px;display:grid;grid-template-columns:1.13fr .87fr;align-items:center;gap:45px;padding:72px 0}.hero h1{max-width:740px}.hero h1 em{font-style:normal;color:#63def5}.hero p{color:#cfdef3;max-width:620px}.hero .eyebrow{color:#6edbed}.hero-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hero-signal{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.hero-signal span{font-size:.78rem;padding:6px 10px;border:1px solid #3e5981;background:#163154;border-radius:9px}.hero-image{position:relative;border-radius:32px;border:1px solid rgba(255,255,255,.2);box-shadow:0 35px 90px rgba(0,0,0,.3);overflow:hidden;aspect-ratio:1.15;background:#183d67}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-image:after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(2,10,30,.8));pointer-events:none}.hero-image figcaption{position:absolute;z-index:1;bottom:22px;left:24px;right:24px;display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:.84rem;font-weight:700}.hero-image figcaption b{font:800 2rem 'Manrope';color:#fff}
.catalog-tabs{display:flex;gap:9px;flex-wrap:wrap}.catalog-tabs a{padding:11px 16px;border-radius:100px;background:#e8f1fc;color:#24446a;font-size:.85rem;font-weight:800}.catalog-tabs a:hover,.catalog-tabs a.active{background:#144bb3;color:#fff}.brand-card{position:relative;display:flex;flex-direction:column;min-height:240px;padding:24px}.brand-card:before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--blue),var(--cyan),var(--violet))}.brand-card .brand-top{display:flex;justify-content:space-between;gap:10px;align-items:start}.brand-card h3{margin:14px 0 8px}.brand-card p{color:var(--muted);font-size:.88rem}.brand-card .brand-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:auto;font-size:.79rem;font-weight:800}.brand-wordmark{height:45px;display:flex;align-items:center;font-family:'Manrope';font-size:1.1rem;letter-spacing:-.04em;font-weight:800;color:#153c7c}.brand-wordmark img{max-height:40px;max-width:86px;object-fit:contain;margin-right:8px}.brand-letter{width:41px;height:41px;border-radius:13px;margin-right:9px;display:grid;place-items:center;background:linear-gradient(135deg,#193f91,#43bde2);color:#fff;font-size:.88rem;letter-spacing:0}.brand-card:nth-child(4n+2) .brand-letter{background:linear-gradient(135deg,#7049d4,#f471aa)}.brand-card:nth-child(4n+3) .brand-letter{background:linear-gradient(135deg,#146989,#43b398)}.brand-card:nth-child(4n+4) .brand-letter{background:linear-gradient(135deg,#e17d3a,#eebc55)}
.editorial{background:#fff}.feature-card{padding:26px;min-height:235px}.feature-card h3{margin:16px 0 8px}.feature-card p{color:var(--muted);font-size:.9rem}.feature-card:nth-child(4n+2) .icon-box{color:#9651be;background:#f4ecff}.feature-card:nth-child(4n+3) .icon-box{color:#008e85;background:#e7faf5}.feature-card:nth-child(4n+4) .icon-box{color:#a46016;background:#fff2d9}
.marquee-frame{position:relative;overflow:hidden;border-radius:24px}.marquee-frame:before,.marquee-frame:after{content:'';position:absolute;z-index:2;inset:0 auto 0 0;width:50px;background:linear-gradient(90deg,var(--paper),transparent);pointer-events:none}.marquee-frame:after{left:auto;right:0;transform:scaleX(-1)}.marquee-track{display:flex;gap:14px;width:max-content;animation:marquee 45s linear infinite}.marquee-track:hover{animation-play-state:paused}.marquee-item{width:150px;height:96px;border-radius:15px;background:#0b2042;display:grid;place-items:center;flex:none;padding:15px;color:white}.marquee-item img{width:100%;height:100%;object-fit:contain}.poster-track{animation-duration:75s}.poster-track .marquee-item{width:140px;height:200px;padding:0;background:#101a37;overflow:hidden}.poster-track .marquee-item img{object-fit:cover}.screen-track{animation-duration:62s}.screen-track .marquee-item{width:310px;height:180px;padding:0;background:#071c35;overflow:hidden}.screen-track .marquee-item img{object-fit:cover}@keyframes marquee{to{transform:translateX(-50%)}}
.content-hero{background:radial-gradient(circle at 80% 12%,rgba(112,187,255,.24),transparent 35%),linear-gradient(125deg,#0a1a35,#153269 80%);color:#fff;padding:60px 0 75px}.content-hero h1{font-size:clamp(2.35rem,5vw,4.25rem);max-width:890px}.content-hero p{color:#ccdcf0;max-width:790px}.content-hero .crumbs,.content-hero .crumbs span:last-child{color:#bbdaf7}.content-hero .eyebrow{color:#78e3f4}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:45px;align-items:start}.prose{font-size:1rem;color:#3d5573}.prose h2{color:#0d294e;font-size:clamp(1.5rem,2.4vw,2.15rem);margin:36px 0 15px}.prose h3{color:#1c3757;margin:25px 0 12px}.prose p,.prose li{line-height:1.85}.prose ul,.prose ol{padding-left:24px}.prose li{margin:7px 0}.prose img{border-radius:20px}.sidebar{position:sticky;top:105px}.sidebar .card{padding:20px}.sidebar h3{font-size:1.05rem;margin-bottom:13px}.sidebar a{display:block;padding:9px 0;border-bottom:1px solid #e4edf8;font-weight:700;font-size:.86rem;color:#29558a}.sidebar a:last-child{border:0}.pill-list{display:flex;flex-wrap:wrap;gap:10px}.pill-list span{display:inline-block;border-radius:100px;padding:9px 14px;background:#eaf2fe;font-weight:700;color:#28578d;font-size:.86rem}
.article-card{display:flex;flex-direction:column;min-height:275px;padding:24px}.article-card h3{margin:12px 0}.article-card p{color:var(--muted);font-size:.89rem}.article-card .card-link{margin-top:auto}.date{font-size:.76rem;text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#627b9b}.photo-card{position:relative;overflow:hidden;border-radius:24px;aspect-ratio:1.35;background:#163058}.photo-card img{width:100%;height:100%;object-fit:cover}.photo-card figcaption{position:absolute;inset:auto 0 0;color:#fff;background:linear-gradient(transparent,rgba(3,15,39,.85));padding:30px 20px 16px;font-size:.85rem}.image-note{color:#7185a0;font-size:.8rem}.plan-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #d8e6f4;border-radius:17px;overflow:hidden;background:#fff}.plan-table th{background:#edf4ff;text-align:left;color:#254976}.plan-table th,.plan-table td{padding:14px 16px;border-bottom:1px solid #e4ecf8}.plan-table tr:last-child td{border:0}.plan-table td:last-child{font-weight:800;color:#164b99}.notice{padding:20px 23px;border:1px solid #d5e3f5;border-left:4px solid var(--blue);border-radius:14px;background:#eff6ff;color:#315472}.notice strong{color:#143c76}.format-number{font-variant-numeric:tabular-nums}.search-field{width:100%;max-width:450px;border:1px solid #c6d9ee;background:#fff;border-radius:15px;padding:13px 16px;color:#193956}.search-field::placeholder{color:#748aa5}.newsletter{border-radius:26px;background:#eaf1ff;padding:28px}.newsletter form{display:flex;gap:10px;margin-top:15px}.newsletter input{min-width:0;flex:1;border-radius:12px;border:1px solid #bfd0e9;padding:11px 14px}.newsletter p{color:#54718f}.contact-panel{background:linear-gradient(135deg,#d9faff,#e5eaff);border-radius:24px;padding:30px}.contact-panel a{word-break:break-word}
}
.brand-page-logo{display:inline-flex;align-items:center;gap:14px;padding:12px 20px;border:1px solid #d6e4f3;background:#fff;border-radius:17px;min-height:80px;max-width:100%}.brand-page-logo img{width:64px;height:56px;object-fit:contain}.brand-page-logo figcaption{font-size:.9rem;font-weight:800;color:#254e8c}.flag-photo{display:flex;align-items:center;gap:20px;margin:22px 0;border-radius:16px;border:1px solid #d5e5f6;padding:12px;background:#fff}.flag-photo img{width:100px;max-height:60px;object-fit:contain}.flag-photo figcaption{font-weight:800;color:#254e8c}
@layer utilities{
.mt-0{margin-top:0}.mt-1{margin-top:15px}.mt-2{margin-top:28px}.mt-3{margin-top:45px}.mb-0{margin-bottom:0}.text-center{text-align:center}.rounded{border-radius:18px}.shadow{box-shadow:var(--shadow)}.bg-white{background:#fff}.bg-soft{background:#edf4ff}.border-top{border-top:1px solid var(--line)}.stack>*+*{margin-top:17px}.flex{display:flex;gap:14px;flex-wrap:wrap}.align-center{align-items:center}.space-between{justify-content:space-between}.cols{columns:2;column-gap:30px}.cols li{break-inside:avoid}
@media(max-width:1100px){.main-nav{gap:13px}.header-inner{gap:16px}.main-nav a{font-size:.8rem}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.menu-button{display:grid;place-items:center;margin-left:auto}.main-nav{display:none;position:fixed;top:77px;left:0;right:0;bottom:0;background:#f7faff;overflow-y:auto;padding:24px;flex-direction:column;align-items:stretch;gap:0;z-index:70}.menu-open .main-nav{display:flex}.main-nav a{font-size:1rem;padding:14px 8px;border-bottom:1px solid #e4e9f5}.header-actions{margin-left:auto}.hero-grid{grid-template-columns:1fr;min-height:0;padding:55px 0}.hero-image{max-width:680px;aspect-ratio:1.55}.article-layout{grid-template-columns:1fr}.sidebar{position:static}.footer-top{grid-template-columns:repeat(2,1fr)}.cta-panel{grid-template-columns:1fr}.cta-actions{justify-content:start}.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.wrap,.wide{width:min(100% - 32px,1200px)}.header-inner{height:68px}.main-nav{top:67px}.logo{font-size:1.16rem}.logo-mark{width:37px;height:37px;border-radius:11px}.header-actions>.btn{display:none}.section{padding:58px 0}.section-head{display:block}.section-link{display:inline-block;margin-top:15px}.hero-grid{padding:42px 0 55px;gap:32px}.hero h1{font-size:clamp(2.45rem,10vw,4rem)}.hero-image{aspect-ratio:1.1}.hero-image figcaption{left:16px;right:16px;bottom:15px}.info-items{display:grid;grid-template-columns:1fr 1fr;gap:12px}.info-items span{font-size:.72rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.quick-facts{grid-template-columns:1fr 1fr}.quick-facts>div{padding:17px}.footer-top{grid-template-columns:1fr 1fr;gap:28px}.footer-top>div:first-child{grid-column:span 2}.footer-bottom{display:block}.cta-panel{border-radius:22px}.newsletter form{display:grid}.cols{columns:1}.content-hero{padding:35px 0 48px}.content-hero h1{font-size:clamp(2.2rem,9vw,3rem)}.section .prose{font-size:1rem}.whatsapp{right:15px;bottom:15px}}
@media(max-width:390px){.footer-top{grid-template-columns:1fr}.footer-top>div:first-child{grid-column:auto}.info-items{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.marquee-track{animation:none}}
}

@layer variants {
body[data-page="home"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="home"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="home"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="home"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="home"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="home"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="home"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="home"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="home"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="home"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="home"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="home"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="home"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="home"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="home"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="home"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="home"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="home"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="home"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="home"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="home"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="home"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="home"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="home"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="home"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="home"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="home"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="home"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="home"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="home"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="home"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="home"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="home"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="home"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="home"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="home"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="home"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="home"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="home"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="home"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="home"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="home"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="home"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="home"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="home"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="home"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="home"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="home"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="home"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="home"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="home"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="home"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="home"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="home"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="home"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="home"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="home"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="home"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="home"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="home"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="home"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="home"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="home"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="home"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="home"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="home"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="home"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="home"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="home"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="home"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="home"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="home"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="home"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-html"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="subscriptions-html"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="subscriptions-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="subscriptions-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="subscriptions-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="subscriptions-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="subscriptions-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="subscriptions-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="subscriptions-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="subscriptions-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="subscriptions-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="subscriptions-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="subscriptions-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="subscriptions-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="subscriptions-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="subscriptions-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="subscriptions-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="subscriptions-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="subscriptions-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="subscriptions-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="subscriptions-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="subscriptions-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="subscriptions-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="subscriptions-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="subscriptions-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="subscriptions-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="subscriptions-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="subscriptions-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="subscriptions-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="subscriptions-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="subscriptions-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="subscriptions-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="subscriptions-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="subscriptions-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="subscriptions-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="subscriptions-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="subscriptions-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="subscriptions-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="subscriptions-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="subscriptions-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="subscriptions-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="subscriptions-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="subscriptions-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="subscriptions-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="subscriptions-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="subscriptions-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="subscriptions-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="subscriptions-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="subscriptions-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="subscriptions-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="subscriptions-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="subscriptions-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="subscriptions-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="subscriptions-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="subscriptions-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="subscriptions-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="subscriptions-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="subscriptions-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="subscriptions-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="subscriptions-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="subscriptions-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="subscriptions-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="subscriptions-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="subscriptions-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="subscriptions-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="subscriptions-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="subscriptions-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="subscriptions-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="subscriptions-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="subscriptions-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="subscriptions-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="subscriptions-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="subscriptions-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="subscriptions-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="reseller-html"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="reseller-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="reseller-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="reseller-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="reseller-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="reseller-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="reseller-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="reseller-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="reseller-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="reseller-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="reseller-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="reseller-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="reseller-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="reseller-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="reseller-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="reseller-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="reseller-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="reseller-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="reseller-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="reseller-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="reseller-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="reseller-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="reseller-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="reseller-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="reseller-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="reseller-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="reseller-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="reseller-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="reseller-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="reseller-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="reseller-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="reseller-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="pricing-html"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="pricing-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="pricing-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="pricing-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="pricing-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="pricing-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="pricing-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="pricing-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="pricing-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="pricing-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="pricing-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="pricing-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="pricing-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="pricing-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="pricing-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="pricing-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="pricing-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="pricing-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="pricing-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="pricing-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="pricing-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="pricing-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="pricing-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="pricing-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="pricing-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="pricing-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="pricing-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="pricing-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="pricing-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="pricing-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="pricing-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="pricing-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="pricing-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="pricing-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="pricing-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="pricing-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="pricing-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="pricing-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="pricing-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="pricing-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="pricing-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="pricing-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="pricing-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="pricing-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="pricing-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="pricing-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="pricing-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="pricing-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="pricing-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="pricing-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="pricing-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="pricing-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="pricing-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="pricing-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="pricing-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="pricing-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="pricing-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="pricing-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="pricing-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="pricing-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="pricing-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="pricing-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="pricing-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="pricing-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="pricing-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="pricing-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="pricing-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="pricing-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="pricing-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="pricing-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="pricing-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="pricing-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="pricing-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="devices-html"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="devices-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="devices-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="devices-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="devices-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="devices-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="devices-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="devices-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="devices-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="devices-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="devices-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="devices-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="devices-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="devices-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="devices-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="devices-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="devices-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="devices-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="devices-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="devices-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="devices-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="devices-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="devices-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="devices-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="devices-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="devices-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="devices-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="devices-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="devices-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="devices-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="devices-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="devices-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="devices-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="devices-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="devices-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="devices-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="devices-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="devices-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="devices-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="devices-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="devices-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="devices-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="devices-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="devices-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="devices-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="devices-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="devices-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="devices-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="devices-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="devices-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="devices-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="devices-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="devices-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="devices-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="devices-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="devices-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="devices-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="devices-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="devices-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="devices-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="devices-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="devices-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="devices-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="devices-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="devices-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="devices-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="devices-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="devices-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="devices-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="devices-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="devices-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="devices-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="devices-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apps-html"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="apps-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apps-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apps-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apps-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apps-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apps-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apps-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apps-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apps-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apps-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apps-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apps-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apps-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apps-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apps-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apps-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apps-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apps-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apps-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apps-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apps-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apps-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apps-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apps-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apps-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apps-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apps-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apps-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apps-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apps-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apps-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apps-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apps-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apps-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apps-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apps-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apps-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apps-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apps-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apps-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apps-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apps-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apps-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apps-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apps-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apps-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apps-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apps-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apps-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apps-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apps-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apps-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apps-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apps-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apps-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apps-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apps-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apps-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apps-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apps-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apps-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apps-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apps-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apps-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apps-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apps-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apps-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apps-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apps-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apps-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apps-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="apps-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="channels-html"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="channels-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="channels-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channels-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="channels-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="channels-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channels-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="channels-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="channels-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="channels-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channels-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="channels-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="channels-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channels-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="channels-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="channels-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="channels-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channels-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="channels-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="channels-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channels-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="channels-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="channels-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="channels-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channels-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="channels-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="channels-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channels-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="channels-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="channels-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="channels-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channels-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="channels-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="channels-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channels-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="channels-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="channels-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="channels-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channels-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="channels-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="channels-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channels-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="channels-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="channels-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="channels-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channels-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="channels-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="channels-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channels-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="channels-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="channels-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="channels-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channels-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="channels-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="channels-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channels-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="channels-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="channels-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="channels-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channels-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="channels-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="channels-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channels-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="channels-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="channels-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="channels-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channels-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="channels-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="channels-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channels-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="channels-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channels-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="channels-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="trial-html"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="trial-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="trial-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="trial-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="trial-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="trial-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="trial-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="trial-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="trial-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="trial-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="trial-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="trial-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="trial-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="trial-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="trial-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="trial-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="trial-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="trial-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="trial-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="trial-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="trial-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="trial-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="trial-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="trial-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="trial-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="trial-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="trial-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="trial-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="trial-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="trial-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="trial-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="trial-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="trial-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="trial-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="trial-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="trial-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="trial-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="trial-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="trial-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="trial-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="trial-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="trial-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="trial-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="trial-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="trial-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="trial-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="trial-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="trial-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="trial-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="trial-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="trial-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="trial-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="trial-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="trial-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="trial-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="trial-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="trial-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="trial-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="trial-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="trial-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="trial-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="trial-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="trial-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="trial-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="trial-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="trial-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="trial-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="trial-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="trial-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="trial-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="trial-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="trial-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="trial-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-html"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="compare-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="compare-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="support-html"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="support-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="support-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="support-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="support-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="support-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="support-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="support-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="support-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="support-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="support-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="support-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="support-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="support-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="support-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="support-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="support-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="support-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="support-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="support-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="support-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="support-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="support-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="support-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="support-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="support-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="support-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="support-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="support-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="support-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="support-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="support-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="support-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="support-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="support-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="support-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="support-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="support-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="support-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="support-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="support-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="support-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="support-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="support-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="support-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="support-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="support-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="support-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="support-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="support-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="support-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="support-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="support-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="support-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="support-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="support-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="support-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="support-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="support-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="support-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="support-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="support-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="support-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="support-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="support-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="support-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="support-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="support-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="support-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="support-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="support-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="support-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="support-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="contact-html"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="contact-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="contact-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="contact-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="contact-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="contact-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="contact-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="contact-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="contact-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="contact-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="contact-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="contact-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="contact-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="contact-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="contact-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="contact-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="contact-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="contact-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="contact-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="contact-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="contact-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="contact-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="contact-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="contact-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="contact-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="contact-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="contact-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="contact-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="contact-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="contact-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="contact-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="contact-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="contact-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="contact-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="contact-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="contact-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="contact-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="contact-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="contact-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="contact-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="contact-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="contact-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="contact-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="contact-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="contact-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="contact-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="contact-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="contact-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="contact-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="contact-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="contact-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="contact-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="contact-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="contact-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="contact-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="contact-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="contact-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="contact-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="contact-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="contact-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="contact-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="contact-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="contact-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="contact-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="contact-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="contact-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="contact-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="contact-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="contact-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="contact-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="contact-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="contact-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="contact-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="about-html"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="about-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="about-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="about-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="about-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="about-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="about-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="about-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="about-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="about-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="about-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="about-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="about-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="about-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="about-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="about-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="about-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="about-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="about-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="about-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="about-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="about-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="about-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="about-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="about-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="about-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="about-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="about-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="about-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="about-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="about-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="about-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="about-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="about-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="about-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="about-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="about-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="about-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="about-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="about-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="about-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="about-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="about-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="about-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="about-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="about-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="about-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="about-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="about-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="about-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="about-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="about-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="about-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="about-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="about-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="about-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="about-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="about-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="about-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="about-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="about-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="about-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="about-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="about-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="about-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="about-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="about-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="about-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="about-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="about-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="about-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="about-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="about-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="faq-html"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="faq-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="faq-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="faq-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="faq-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="faq-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="faq-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="faq-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="faq-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="faq-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="faq-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="faq-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="faq-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="faq-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="faq-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="faq-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="faq-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="faq-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="faq-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="faq-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="faq-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="faq-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="faq-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="faq-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="faq-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="faq-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="faq-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="faq-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="faq-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="faq-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="faq-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="faq-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="faq-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="faq-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="faq-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="faq-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="faq-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="faq-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="faq-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="faq-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="faq-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="faq-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="faq-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="faq-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="faq-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="faq-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="faq-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="faq-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="faq-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="faq-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="faq-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="faq-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="faq-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="faq-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="faq-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="faq-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="faq-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="faq-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="faq-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="faq-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="faq-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="faq-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="faq-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="faq-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="faq-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="faq-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="faq-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="faq-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="faq-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="faq-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="faq-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="faq-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="faq-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-html"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="regions-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="regions-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="guides-html"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="guides-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="guides-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="guides-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="guides-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="guides-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="guides-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="guides-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="guides-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="guides-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="guides-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="guides-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="guides-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="guides-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="guides-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="guides-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="guides-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="guides-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="guides-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="guides-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="guides-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="guides-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="guides-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="guides-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="guides-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="guides-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="guides-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="guides-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="guides-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="guides-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="guides-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="guides-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="guides-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="guides-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="guides-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="guides-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="guides-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="guides-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="guides-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="guides-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="guides-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="guides-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="guides-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="guides-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="guides-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="guides-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="guides-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="guides-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="guides-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="guides-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="guides-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="guides-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="guides-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="guides-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="guides-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="guides-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="guides-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="guides-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="guides-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="guides-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="guides-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="guides-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="guides-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="guides-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="guides-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="guides-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="guides-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="guides-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="guides-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="guides-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="guides-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="guides-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="guides-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-setup-html"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-setup-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-player-guide-html"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-player-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-troubleshooting-html"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-epg-guide-html"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-trial-checklist-html"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="fire-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-setup-html"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-setup-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-player-guide-html"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-player-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-troubleshooting-html"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-epg-guide-html"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-trial-checklist-html"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="android-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-setup-html"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-setup-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-player-guide-html"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-player-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-troubleshooting-html"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-epg-guide-html"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-trial-checklist-html"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="google-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-setup-html"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-setup-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-player-guide-html"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-player-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-troubleshooting-html"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-epg-guide-html"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-trial-checklist-html"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="samsung-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-setup-html"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-setup-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-player-guide-html"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-player-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-troubleshooting-html"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-epg-guide-html"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-trial-checklist-html"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="lg-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-setup-html"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-setup-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-player-guide-html"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-player-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-troubleshooting-html"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-epg-guide-html"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-epg-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-trial-checklist-html"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="apple-tv-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-setup-html"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-setup-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-player-guide-html"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-player-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-troubleshooting-html"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-epg-guide-html"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-epg-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-trial-checklist-html"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="iphone-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-setup-html"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-setup-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-player-guide-html"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-player-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-troubleshooting-html"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-epg-guide-html"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-epg-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-trial-checklist-html"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="ipad-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-setup-html"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-setup-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-player-guide-html"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-player-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-troubleshooting-html"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-epg-guide-html"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-epg-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-trial-checklist-html"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="android-phone-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-setup-html"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-setup-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-player-guide-html"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-player-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-troubleshooting-html"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-epg-guide-html"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-epg-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-trial-checklist-html"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="windows-pc-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-setup-html"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-setup-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-player-guide-html"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-player-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-troubleshooting-html"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-epg-guide-html"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-epg-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-trial-checklist-html"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="mac-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-setup-html"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-setup-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-player-guide-html"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-player-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-troubleshooting-html"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-epg-guide-html"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-epg-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-trial-checklist-html"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="roku-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-setup-html"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-setup-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-player-guide-html"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-player-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-troubleshooting-html"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-epg-guide-html"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-epg-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-trial-checklist-html"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="chromecast-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-setup-html"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-setup-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-player-guide-html"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-player-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-troubleshooting-html"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-epg-guide-html"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-epg-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-trial-checklist-html"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="mag-box-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-setup-html"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-setup-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-player-guide-html"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-player-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-troubleshooting-html"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-epg-guide-html"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-epg-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-trial-checklist-html"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="formuler-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-setup-html"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-setup-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-player-guide-html"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-player-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-troubleshooting-html"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-epg-guide-html"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-epg-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-trial-checklist-html"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="enigma2-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-setup-html"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-setup-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-player-guide-html"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-player-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-troubleshooting-html"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-troubleshooting-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-epg-guide-html"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-epg-guide-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-trial-checklist-html"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="web-browser-iptv-trial-checklist-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-explained"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-trial-explained"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-explained"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-explained"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-explained"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-explained"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-explained"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-explained"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-explained"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-explained"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-explained"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-explained"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-explained"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-explained"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-explained"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-explained"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-explained"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-explained"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-explained"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-explained"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-explained"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-explained"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-explained"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-explained"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-explained"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-explained"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-explained"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-explained"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-explained"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-explained"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-explained"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-explained"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-explained"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-explained"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-explained"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-explained"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-explained"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-explained"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-explained"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-explained"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-explained"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-explained"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-explained"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-explained"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-explained"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-explained"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-explained"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-explained"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-explained"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-explained"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-explained"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-explained"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-explained"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-explained"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-explained"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-explained"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-explained"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-explained"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-explained"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-explained"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-explained"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-explained"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-explained"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-explained"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-explained"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-explained"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-explained"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-explained"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-explained"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-explained"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-explained"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-explained"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-explained"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-before-you-buy"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-before-you-buy"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-step-by-step"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-step-by-step"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-common-mistakes"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-common-mistakes"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-comparison"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-trial-comparison"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-comparison"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-comparison"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-comparison"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-comparison"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-comparison"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-comparison"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-comparison"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-comparison"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-comparison"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-comparison"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-comparison"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-comparison"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-comparison"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-comparison"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-comparison"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-comparison"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-comparison"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-comparison"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-comparison"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-comparison"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-comparison"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-comparison"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-comparison"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-comparison"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-comparison"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-comparison"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-comparison"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-comparison"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-comparison"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-comparison"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-comparison"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-comparison"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-comparison"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-comparison"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-comparison"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-comparison"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-comparison"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-comparison"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-comparison"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-comparison"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-comparison"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-advanced-checklist"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-advanced-checklist"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-support-questions"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-trial-support-questions"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-explained"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-pricing-explained"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-explained"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-explained"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-explained"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-explained"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-explained"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-explained"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-explained"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-explained"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-explained"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-explained"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-explained"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-explained"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-explained"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-explained"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-explained"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-explained"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-explained"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-explained"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-explained"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-explained"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-explained"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-explained"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-explained"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-explained"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-explained"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-explained"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-explained"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-explained"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-explained"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-explained"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-explained"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-explained"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-explained"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-explained"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-explained"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-explained"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-explained"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-explained"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-explained"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-explained"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-explained"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-before-you-buy"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-before-you-buy"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-step-by-step"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-step-by-step"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-common-mistakes"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-common-mistakes"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-comparison"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-comparison"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-advanced-checklist"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-advanced-checklist"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-support-questions"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-pricing-support-questions"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-explained"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-explained"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-before-you-buy"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-before-you-buy"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-step-by-step"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-step-by-step"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-common-mistakes"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-common-mistakes"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-comparison"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-comparison"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-advanced-checklist"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-advanced-checklist"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-support-questions"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-reseller-credits-support-questions"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-explained"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-firestick-explained"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-explained"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-explained"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-explained"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-explained"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-explained"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-explained"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-explained"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-explained"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-explained"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-explained"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-explained"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-explained"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-explained"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-explained"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-explained"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-explained"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-explained"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-explained"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-explained"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-explained"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-explained"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-explained"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-explained"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-explained"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-explained"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-explained"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-explained"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-explained"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-explained"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-explained"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-explained"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-explained"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-explained"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-explained"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-explained"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-explained"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-explained"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-explained"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-explained"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-explained"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-explained"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-before-you-buy"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-before-you-buy"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-step-by-step"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-step-by-step"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-common-mistakes"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-common-mistakes"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-comparison"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-comparison"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-advanced-checklist"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-advanced-checklist"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-support-questions"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-firestick-support-questions"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-explained"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-explained"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-before-you-buy"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-before-you-buy"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-step-by-step"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-step-by-step"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-common-mistakes"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-common-mistakes"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-comparison"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-comparison"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-advanced-checklist"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-advanced-checklist"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-support-questions"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-smart-tv-support-questions"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-explained"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-android-explained"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-explained"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-explained"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-explained"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-explained"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-explained"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-explained"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-explained"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-explained"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-explained"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-explained"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-explained"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-explained"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-explained"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-explained"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-explained"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-explained"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-explained"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-explained"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-explained"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-explained"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-explained"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-explained"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-explained"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-explained"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-explained"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-explained"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-explained"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-explained"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-explained"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-explained"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-explained"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-explained"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-explained"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-explained"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-explained"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-explained"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-explained"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-explained"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-explained"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-explained"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-explained"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-explained"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-explained"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-explained"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-explained"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-explained"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-explained"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-explained"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-explained"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-explained"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-explained"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-explained"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-explained"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-explained"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-explained"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-explained"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-explained"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-explained"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-explained"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-explained"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-explained"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-explained"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-explained"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-explained"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-explained"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-explained"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-explained"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-explained"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-explained"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-explained"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-android-explained"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-before-you-buy"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-android-before-you-buy"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-step-by-step"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-android-step-by-step"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-common-mistakes"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-android-common-mistakes"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-comparison"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-android-comparison"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-comparison"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-comparison"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-comparison"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-comparison"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-comparison"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-comparison"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-comparison"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-comparison"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-comparison"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-comparison"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-comparison"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-comparison"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-comparison"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-comparison"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-comparison"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-comparison"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-comparison"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-comparison"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-comparison"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-comparison"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-comparison"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-comparison"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-comparison"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-comparison"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-comparison"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-comparison"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-comparison"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-comparison"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-comparison"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-comparison"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-comparison"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-comparison"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-comparison"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-comparison"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-comparison"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-comparison"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-comparison"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-comparison"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-comparison"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-comparison"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-comparison"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-comparison"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-comparison"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-comparison"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-comparison"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-comparison"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-comparison"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-comparison"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-comparison"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-comparison"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-comparison"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-comparison"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-comparison"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-comparison"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-comparison"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-comparison"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-comparison"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-comparison"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-comparison"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-comparison"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-comparison"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-comparison"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-comparison"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-comparison"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-comparison"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-comparison"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-comparison"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-comparison"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-comparison"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-comparison"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-android-comparison"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-advanced-checklist"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-android-advanced-checklist"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-support-questions"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-android-support-questions"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-support-questions"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-support-questions"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-support-questions"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-support-questions"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-support-questions"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-support-questions"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-support-questions"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-support-questions"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-support-questions"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-support-questions"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-support-questions"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-support-questions"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-support-questions"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-support-questions"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-support-questions"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-support-questions"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-support-questions"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-support-questions"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-support-questions"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-support-questions"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-support-questions"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-support-questions"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-support-questions"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-support-questions"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-support-questions"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-support-questions"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-support-questions"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-support-questions"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-support-questions"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-support-questions"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-support-questions"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-support-questions"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-support-questions"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-support-questions"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-support-questions"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-support-questions"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-support-questions"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-android-support-questions"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-android-support-questions"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-android-support-questions"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-android-support-questions"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-explained"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-epg-explained"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-explained"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-explained"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-explained"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-explained"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-explained"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-explained"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-explained"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-explained"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-explained"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-explained"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-explained"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-explained"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-explained"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-explained"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-explained"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-explained"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-explained"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-explained"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-explained"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-explained"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-explained"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-explained"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-explained"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-explained"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-explained"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-explained"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-explained"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-explained"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-explained"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-explained"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-explained"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-explained"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-explained"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-explained"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-explained"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-explained"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-explained"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-explained"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-explained"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-explained"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-explained"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-explained"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-explained"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-explained"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-explained"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-explained"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-explained"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-explained"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-explained"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-explained"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-explained"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-explained"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-explained"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-explained"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-explained"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-explained"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-explained"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-explained"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-explained"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-explained"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-explained"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-explained"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-explained"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-explained"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-explained"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-explained"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-explained"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-explained"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-explained"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-explained"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-explained"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-before-you-buy"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-before-you-buy"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-step-by-step"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-step-by-step"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-common-mistakes"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-common-mistakes"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-comparison"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-epg-comparison"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-comparison"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-comparison"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-comparison"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-comparison"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-comparison"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-comparison"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-comparison"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-comparison"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-comparison"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-comparison"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-comparison"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-comparison"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-comparison"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-comparison"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-comparison"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-comparison"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-comparison"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-comparison"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-comparison"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-comparison"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-comparison"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-comparison"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-comparison"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-comparison"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-comparison"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-comparison"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-comparison"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-comparison"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-comparison"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-comparison"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-comparison"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-comparison"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-comparison"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-comparison"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-comparison"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-comparison"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-comparison"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-comparison"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-comparison"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-comparison"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-comparison"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-advanced-checklist"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-advanced-checklist"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-support-questions"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-epg-support-questions"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-explained"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-buffering-explained"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-explained"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-explained"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-explained"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-explained"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-explained"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-explained"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-explained"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-explained"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-explained"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-explained"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-explained"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-explained"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-explained"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-explained"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-explained"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-explained"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-explained"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-explained"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-explained"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-explained"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-explained"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-explained"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-explained"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-explained"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-explained"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-explained"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-explained"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-explained"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-explained"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-explained"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-explained"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-explained"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-explained"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-explained"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-explained"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-explained"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-explained"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-explained"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-explained"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-explained"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-explained"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-before-you-buy"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-before-you-buy"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-step-by-step"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-step-by-step"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-common-mistakes"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-common-mistakes"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-comparison"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-comparison"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-advanced-checklist"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-advanced-checklist"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-support-questions"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-buffering-support-questions"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-explained"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-picture-explained"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-explained"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-explained"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-explained"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-explained"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-explained"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-explained"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-explained"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-explained"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-explained"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-explained"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-explained"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-explained"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-explained"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-explained"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-explained"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-explained"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-explained"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-explained"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-explained"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-explained"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-explained"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-explained"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-explained"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-explained"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-explained"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-explained"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-explained"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-explained"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-explained"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-explained"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-explained"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-explained"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-explained"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-explained"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-explained"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-explained"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-explained"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-explained"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-explained"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-explained"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-explained"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-explained"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-explained"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-explained"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-explained"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-explained"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-explained"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-explained"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-explained"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-explained"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-explained"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-explained"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-explained"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-explained"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-explained"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-explained"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-explained"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-explained"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-explained"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-explained"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-explained"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-explained"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-explained"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-explained"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-explained"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-explained"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-explained"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-explained"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-explained"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-explained"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-explained"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-before-you-buy"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-before-you-buy"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-step-by-step"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-step-by-step"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-common-mistakes"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-common-mistakes"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-comparison"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-picture-comparison"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-comparison"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-comparison"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-comparison"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-comparison"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-comparison"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-comparison"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-comparison"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-comparison"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-comparison"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-comparison"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-comparison"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-comparison"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-comparison"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-comparison"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-comparison"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-comparison"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-comparison"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-comparison"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-comparison"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-comparison"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-comparison"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-comparison"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-comparison"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-comparison"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-comparison"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-comparison"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-comparison"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-comparison"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-comparison"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-comparison"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-comparison"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-comparison"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-comparison"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-comparison"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-comparison"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-comparison"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-comparison"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-comparison"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-comparison"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-comparison"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-comparison"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-advanced-checklist"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-advanced-checklist"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-support-questions"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-picture-support-questions"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-explained"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-sports-explained"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-explained"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-explained"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-explained"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-explained"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-explained"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-explained"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-explained"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-explained"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-explained"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-explained"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-explained"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-explained"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-explained"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-explained"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-explained"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-explained"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-explained"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-explained"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-explained"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-explained"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-explained"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-explained"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-explained"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-explained"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-explained"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-explained"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-explained"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-explained"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-explained"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-explained"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-explained"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-explained"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-explained"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-explained"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-explained"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-explained"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-explained"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-explained"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-explained"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-explained"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-explained"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-explained"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-explained"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-explained"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-explained"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-explained"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-explained"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-explained"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-explained"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-explained"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-explained"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-explained"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-explained"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-explained"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-explained"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-explained"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-explained"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-explained"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-explained"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-explained"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-explained"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-explained"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-explained"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-explained"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-explained"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-explained"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-explained"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-explained"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-explained"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-explained"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-explained"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-before-you-buy"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-before-you-buy"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-step-by-step"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-step-by-step"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-common-mistakes"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-common-mistakes"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-comparison"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-sports-comparison"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-comparison"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-comparison"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-comparison"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-comparison"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-comparison"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-comparison"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-comparison"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-comparison"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-comparison"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-comparison"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-comparison"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-comparison"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-comparison"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-comparison"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-comparison"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-comparison"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-comparison"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-comparison"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-comparison"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-comparison"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-comparison"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-comparison"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-comparison"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-comparison"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-comparison"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-comparison"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-comparison"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-comparison"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-comparison"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-comparison"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-comparison"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-comparison"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-comparison"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-comparison"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-comparison"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-comparison"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-comparison"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-comparison"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-comparison"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-comparison"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-comparison"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-advanced-checklist"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-advanced-checklist"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-support-questions"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-sports-support-questions"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-explained"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-films-explained"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-explained"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-explained"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-explained"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-explained"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-explained"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-explained"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-explained"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-explained"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-explained"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-explained"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-explained"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-explained"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-explained"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-explained"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-explained"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-explained"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-explained"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-explained"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-explained"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-explained"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-explained"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-explained"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-explained"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-explained"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-explained"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-explained"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-explained"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-explained"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-explained"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-explained"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-explained"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-explained"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-explained"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-explained"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-explained"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-explained"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-explained"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-explained"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-explained"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-explained"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-explained"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-explained"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-explained"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-explained"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-explained"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-explained"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-explained"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-explained"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-explained"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-explained"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-explained"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-explained"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-explained"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-explained"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-explained"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-explained"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-explained"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-explained"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-explained"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-explained"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-explained"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-explained"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-explained"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-explained"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-explained"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-explained"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-explained"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-explained"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-explained"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-explained"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-films-explained"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-before-you-buy"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-films-before-you-buy"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-step-by-step"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-films-step-by-step"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-common-mistakes"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-films-common-mistakes"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-comparison"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-films-comparison"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-comparison"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-comparison"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-comparison"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-comparison"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-comparison"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-comparison"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-comparison"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-comparison"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-comparison"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-comparison"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-comparison"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-comparison"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-comparison"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-comparison"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-comparison"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-comparison"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-comparison"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-comparison"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-comparison"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-comparison"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-comparison"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-comparison"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-comparison"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-comparison"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-comparison"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-comparison"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-comparison"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-comparison"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-comparison"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-comparison"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-comparison"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-comparison"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-comparison"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-comparison"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-comparison"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-comparison"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-comparison"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-comparison"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-comparison"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-comparison"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-comparison"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-comparison"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-comparison"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-comparison"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-comparison"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-comparison"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-comparison"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-comparison"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-comparison"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-comparison"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-comparison"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-comparison"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-comparison"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-comparison"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-comparison"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-comparison"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-comparison"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-comparison"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-comparison"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-comparison"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-comparison"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-comparison"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-comparison"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-comparison"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-comparison"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-comparison"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-comparison"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-comparison"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-comparison"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-comparison"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-films-comparison"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-advanced-checklist"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-films-advanced-checklist"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-support-questions"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-films-support-questions"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-support-questions"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-support-questions"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-support-questions"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-support-questions"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-support-questions"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-support-questions"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-support-questions"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-support-questions"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-support-questions"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-support-questions"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-support-questions"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-support-questions"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-support-questions"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-support-questions"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-support-questions"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-support-questions"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-support-questions"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-support-questions"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-support-questions"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-support-questions"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-support-questions"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-support-questions"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-support-questions"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-support-questions"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-support-questions"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-support-questions"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-support-questions"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-support-questions"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-support-questions"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-support-questions"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-support-questions"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-support-questions"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-support-questions"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-support-questions"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-support-questions"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-support-questions"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-support-questions"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-films-support-questions"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-films-support-questions"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-films-support-questions"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-films-support-questions"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-explained"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-support-explained"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-explained"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-explained"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-explained"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-explained"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-explained"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-explained"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-explained"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-explained"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-explained"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-explained"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-explained"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-explained"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-explained"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-explained"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-explained"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-explained"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-explained"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-explained"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-explained"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-explained"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-explained"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-explained"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-explained"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-explained"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-explained"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-explained"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-explained"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-explained"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-explained"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-explained"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-explained"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-explained"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-explained"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-explained"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-explained"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-explained"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-explained"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-explained"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-explained"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-explained"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-explained"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-explained"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-explained"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-explained"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-explained"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-explained"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-explained"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-explained"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-explained"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-explained"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-explained"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-explained"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-explained"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-explained"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-explained"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-explained"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-explained"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-explained"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-explained"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-explained"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-explained"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-explained"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-explained"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-explained"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-explained"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-explained"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-explained"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-explained"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-explained"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-explained"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-support-explained"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-before-you-buy"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-support-before-you-buy"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-step-by-step"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-support-step-by-step"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-common-mistakes"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-support-common-mistakes"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-comparison"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-support-comparison"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-comparison"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-comparison"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-comparison"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-comparison"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-comparison"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-comparison"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-comparison"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-comparison"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-comparison"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-comparison"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-comparison"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-comparison"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-comparison"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-comparison"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-comparison"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-comparison"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-comparison"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-comparison"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-comparison"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-comparison"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-comparison"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-comparison"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-comparison"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-comparison"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-comparison"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-comparison"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-comparison"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-comparison"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-comparison"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-comparison"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-comparison"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-comparison"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-comparison"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-comparison"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-comparison"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-comparison"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-comparison"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-comparison"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-comparison"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-comparison"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-comparison"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-comparison"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-comparison"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-comparison"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-comparison"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-comparison"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-comparison"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-comparison"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-comparison"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-comparison"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-comparison"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-comparison"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-comparison"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-comparison"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-comparison"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-comparison"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-comparison"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-comparison"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-comparison"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-comparison"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-comparison"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-comparison"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-comparison"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-comparison"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-comparison"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-comparison"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-comparison"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-comparison"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-comparison"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-comparison"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-support-comparison"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-advanced-checklist"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-support-advanced-checklist"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-support-questions"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-support-support-questions"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-support-questions"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-support-questions"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-support-questions"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-support-questions"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-support-questions"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-support-questions"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-support-questions"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-support-questions"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-support-questions"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-support-questions"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-support-questions"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-support-questions"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-support-questions"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-support-questions"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-support-questions"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-support-questions"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-support-questions"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-support-questions"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-support-questions"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-support-questions"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-support-questions"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-support-questions"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-support-questions"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-support-questions"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-support-questions"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-support-questions"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-support-questions"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-support-questions"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-support-questions"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-support-questions"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-support-questions"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-support-questions"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-support-questions"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-support-questions"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-support-questions"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-support-questions"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-support-questions"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-support-support-questions"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-support-support-questions"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-support-support-questions"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-support-support-questions"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-explained"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-renewals-explained"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-explained"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-explained"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-explained"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-explained"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-explained"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-explained"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-explained"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-explained"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-explained"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-explained"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-explained"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-explained"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-explained"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-explained"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-explained"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-explained"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-explained"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-explained"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-explained"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-explained"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-explained"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-explained"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-explained"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-explained"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-explained"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-explained"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-explained"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-explained"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-explained"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-explained"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-explained"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-explained"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-explained"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-explained"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-explained"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-explained"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-explained"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-explained"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-explained"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-explained"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-explained"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-before-you-buy"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-before-you-buy"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-step-by-step"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-step-by-step"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-common-mistakes"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-common-mistakes"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-comparison"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-comparison"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-advanced-checklist"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-advanced-checklist"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-support-questions"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-renewals-support-questions"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-explained"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-network-explained"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-explained"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-explained"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-explained"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-explained"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-explained"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-explained"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-explained"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-explained"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-explained"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-explained"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-explained"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-explained"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-explained"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-explained"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-explained"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-explained"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-explained"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-explained"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-explained"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-explained"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-explained"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-explained"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-explained"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-explained"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-explained"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-explained"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-explained"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-explained"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-explained"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-explained"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-explained"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-explained"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-explained"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-explained"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-explained"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-explained"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-explained"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-explained"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-explained"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-explained"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-explained"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-explained"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-explained"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-explained"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-explained"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-explained"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-explained"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-explained"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-explained"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-explained"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-explained"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-explained"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-explained"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-explained"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-explained"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-explained"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-explained"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-explained"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-explained"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-explained"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-explained"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-explained"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-explained"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-explained"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-explained"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-explained"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-explained"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-explained"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-explained"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-explained"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-network-explained"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-before-you-buy"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-network-before-you-buy"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-step-by-step"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-network-step-by-step"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-common-mistakes"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-network-common-mistakes"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-comparison"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-network-comparison"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-comparison"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-comparison"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-comparison"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-comparison"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-comparison"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-comparison"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-comparison"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-comparison"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-comparison"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-comparison"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-comparison"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-comparison"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-comparison"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-comparison"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-comparison"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-comparison"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-comparison"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-comparison"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-comparison"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-comparison"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-comparison"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-comparison"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-comparison"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-comparison"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-comparison"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-comparison"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-comparison"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-comparison"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-comparison"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-comparison"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-comparison"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-comparison"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-comparison"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-comparison"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-comparison"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-comparison"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-comparison"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-comparison"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-comparison"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-comparison"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-comparison"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-comparison"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-comparison"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-comparison"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-comparison"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-comparison"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-comparison"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-comparison"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-comparison"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-comparison"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-comparison"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-comparison"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-comparison"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-comparison"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-comparison"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-comparison"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-comparison"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-comparison"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-comparison"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-comparison"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-comparison"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-comparison"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-comparison"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-comparison"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-comparison"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-comparison"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-comparison"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-comparison"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-comparison"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-comparison"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-network-comparison"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-advanced-checklist"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-network-advanced-checklist"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-support-questions"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-network-support-questions"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-support-questions"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-support-questions"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-support-questions"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-support-questions"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-support-questions"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-support-questions"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-support-questions"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-support-questions"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-support-questions"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-support-questions"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-support-questions"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-support-questions"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-support-questions"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-support-questions"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-support-questions"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-support-questions"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-support-questions"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-support-questions"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-support-questions"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-support-questions"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-support-questions"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-support-questions"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-support-questions"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-support-questions"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-support-questions"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-support-questions"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-support-questions"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-support-questions"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-support-questions"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-support-questions"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-support-questions"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-support-questions"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-support-questions"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-support-questions"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-support-questions"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-support-questions"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-support-questions"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-network-support-questions"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-network-support-questions"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-network-support-questions"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-network-support-questions"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-explained"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-privacy-explained"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-explained"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-explained"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-explained"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-explained"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-explained"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-explained"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-explained"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-explained"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-explained"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-explained"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-explained"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-explained"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-explained"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-explained"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-explained"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-explained"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-explained"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-explained"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-explained"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-explained"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-explained"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-explained"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-explained"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-explained"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-explained"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-explained"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-explained"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-explained"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-explained"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-explained"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-explained"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-explained"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-explained"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-explained"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-explained"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-explained"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-explained"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-explained"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-explained"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-explained"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-explained"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-before-you-buy"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-before-you-buy"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-step-by-step"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-step-by-step"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-common-mistakes"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-common-mistakes"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-comparison"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-comparison"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-advanced-checklist"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-advanced-checklist"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-support-questions"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-privacy-support-questions"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-explained"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-comparison-explained"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-explained"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-explained"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-explained"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-explained"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-explained"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-explained"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-explained"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-explained"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-explained"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-explained"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-explained"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-explained"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-explained"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-explained"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-explained"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-explained"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-explained"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-explained"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-explained"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-explained"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-explained"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-explained"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-explained"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-explained"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-explained"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-explained"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-explained"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-explained"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-explained"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-explained"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-explained"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-explained"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-explained"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-explained"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-explained"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-explained"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-explained"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-explained"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-explained"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-explained"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-explained"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-before-you-buy"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-before-you-buy"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-step-by-step"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-step-by-step"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-common-mistakes"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-common-mistakes"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-comparison"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-comparison"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-advanced-checklist"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-advanced-checklist"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-support-questions"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog-comparison-support-questions"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="blog"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="blog"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="blog"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="blog"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="blog"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="blog"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="blog"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="blog"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="blog"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="blog"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="blog"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ultra8kiptv-app"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ultra8kiptv-app-pricing"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ultra8kiptv-app-reseller"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-ultra8kiptv-app-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-io"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-io-pricing"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-io-reseller"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-io-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-trexiptv-app"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-trexiptv-app-pricing"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-trexiptv-app-reseller"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-trexiptv-app-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-b1giptv-io"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-b1giptv-io-pricing"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-b1giptv-io-reseller"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-b1giptv-io-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dream4kiptv-net"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dream4kiptv-net-pricing"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dream4kiptv-net-reseller"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-dream4kiptv-net-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-io"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-megaott-io"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-io"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-io"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-io"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-io"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-io"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-io"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-io"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-io"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-io"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-io"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-io"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-io"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-io"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-io"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-io"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-io"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-io"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-io"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-io"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-io"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-io"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-io"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-io"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-io"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-io"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-io"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-io"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-io"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-io"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-io-pricing"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-io-reseller"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-io-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dinoiptv-app"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dinoiptv-app-pricing"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dinoiptv-app-reseller"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-dinoiptv-app-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-lion-ott-app"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-lion-ott-app-pricing"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-lion-ott-app-reseller"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-lion-ott-app-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-skyglassiptv-app"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-skyglassiptv-app-pricing"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-skyglassiptv-app-reseller"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-skyglassiptv-app-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hellosky-tv"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hellosky-tv-pricing"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hellosky-tv-reseller"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-hellosky-tv-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-starshareiptv-io"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-starshareiptv-io-pricing"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-starshareiptv-io-reseller"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-starshareiptv-io-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5g-live-tv"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5g-live-tv-pricing"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5g-live-tv-reseller"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-5g-live-tv-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-app"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-app-pricing"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-app-reseller"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-8kiptv-app-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hotiptv-co"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hotiptv-co-pricing"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hotiptv-co-reseller"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-hotiptv-co-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-app"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-megaott-app"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-app"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-app"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-app"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-app"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-app"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-app"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-app"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-app"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-app"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-app"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-app"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-app"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-app"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-app"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-app"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-app"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-app"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-app"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-app"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-app"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-app"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-app"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-app"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-app"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-app"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-app"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-app"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-app"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-app"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-app-pricing"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-app-reseller"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-megaott-app-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5glive-app"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-5glive-app"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5glive-app"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5glive-app"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5glive-app"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5glive-app"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5glive-app"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5glive-app"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5glive-app"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5glive-app"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5glive-app"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5glive-app"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5glive-app"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5glive-app"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5glive-app"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5glive-app"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5glive-app"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5glive-app"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5glive-app"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5glive-app"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5glive-app"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5glive-app"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5glive-app"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5glive-app"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5glive-app"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5glive-app"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5glive-app"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5glive-app"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5glive-app"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5glive-app"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5glive-app"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5glive-app-pricing"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5glive-app-reseller"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-5glive-app-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-crystaliptv-app"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-crystaliptv-app-pricing"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-crystaliptv-app-reseller"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-crystaliptv-app-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynexplay-app"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynexplay-app-pricing"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynexplay-app-reseller"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-rynexplay-app-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-4kott-app"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-4kott-app"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-4kott-app"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-4kott-app"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-4kott-app"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-4kott-app"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-4kott-app"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-4kott-app"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-4kott-app"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-4kott-app"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-4kott-app"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-4kott-app"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-4kott-app"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-4kott-app"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-4kott-app"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-4kott-app"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-4kott-app"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-4kott-app"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-4kott-app"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-4kott-app"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-4kott-app"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-4kott-app"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-4kott-app"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-4kott-app"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-4kott-app"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-4kott-app"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-4kott-app"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-4kott-app"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-4kott-app"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-4kott-app"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-4kott-app"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-4kott-app-pricing"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-4kott-app-reseller"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-4kott-app-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-goldenott-app"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-goldenott-app"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-goldenott-app-pricing"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-goldenott-app-reseller"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-goldenott-app-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynex-tv"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-rynex-tv"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynex-tv-pricing"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynex-tv-reseller"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-rynex-tv-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-smarter8k-app"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-smarter8k-app-pricing"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-smarter8k-app-reseller"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-smarter8k-app-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ukiptv-app"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ukiptv-app-pricing"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ukiptv-app-reseller"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-ukiptv-app-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvusa-app"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvusa-app-pricing"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvusa-app-reseller"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvusa-app-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptveurope-net"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptveurope-net-pricing"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptveurope-net-reseller"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-iptveurope-net-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvaustralia-app"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvaustralia-app-pricing"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvaustralia-app-reseller"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-iptvaustralia-app-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptv-canada-app"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptv-canada-app-pricing"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptv-canada-app-reseller"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="brands-iptv-canada-app-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="regions"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="regions"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-united-kingdom"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="regions-united-kingdom"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-kingdom"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-kingdom"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-kingdom"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-kingdom"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-kingdom"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-kingdom"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-kingdom"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-kingdom"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-kingdom"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-kingdom"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-kingdom"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-kingdom"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-kingdom"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-kingdom"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-kingdom"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-kingdom"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-kingdom"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-kingdom"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-kingdom"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-kingdom"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-kingdom"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-kingdom"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-kingdom"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-kingdom"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-kingdom"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-kingdom"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-kingdom"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-kingdom"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-kingdom"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-kingdom"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-kingdom"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-kingdom"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-kingdom"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-kingdom"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-kingdom"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-kingdom"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-kingdom"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-kingdom"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-kingdom"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-kingdom"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="regions-united-kingdom"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-ireland"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="regions-ireland"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-ireland"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-ireland"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-ireland"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-ireland"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-ireland"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-ireland"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-ireland"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-ireland"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-ireland"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-ireland"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-ireland"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-ireland"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-ireland"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-ireland"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-ireland"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-ireland"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-ireland"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-ireland"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-ireland"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-ireland"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-ireland"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-ireland"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-ireland"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-ireland"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-ireland"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-ireland"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-ireland"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-ireland"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-ireland"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-ireland"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-ireland"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-ireland"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-ireland"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-ireland"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-ireland"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-ireland"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-ireland"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-ireland"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-ireland"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-ireland"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-ireland"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-ireland"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-ireland"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-ireland"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-ireland"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-ireland"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-ireland"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-ireland"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-ireland"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-ireland"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-ireland"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-ireland"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-ireland"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-ireland"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-ireland"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-ireland"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-ireland"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-ireland"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-ireland"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-ireland"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-ireland"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-ireland"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-ireland"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-ireland"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-ireland"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-ireland"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-ireland"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-ireland"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-ireland"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-ireland"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="regions-ireland"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-united-states"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="regions-united-states"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-united-states"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-states"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-states"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-united-states"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-states"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-states"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-united-states"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-united-states"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-states"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-states"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-united-states"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-states"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-states"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-united-states"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-united-states"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-states"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-states"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-united-states"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-states"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-states"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-united-states"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-united-states"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-states"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-states"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-united-states"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-states"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-states"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-united-states"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-united-states"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-states"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-states"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-united-states"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-states"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-states"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-united-states"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-united-states"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-states"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-states"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-united-states"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-states"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-states"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-united-states"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-united-states"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-states"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-states"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-united-states"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-states"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-states"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-united-states"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-united-states"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-states"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-states"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-united-states"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-states"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-states"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-united-states"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-united-states"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-states"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-states"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-united-states"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-states"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-states"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-united-states"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-united-states"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-states"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-states"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-united-states"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-states"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-states"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-states"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="regions-united-states"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-canada"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="regions-canada"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-canada"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-canada"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-canada"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-canada"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-canada"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-canada"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-canada"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-canada"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-canada"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-canada"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-canada"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-canada"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-canada"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-canada"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-canada"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-canada"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-canada"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-canada"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-canada"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-canada"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-canada"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-canada"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-canada"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-canada"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-canada"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-canada"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-canada"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-canada"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-canada"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-canada"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-canada"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-canada"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-canada"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-canada"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-canada"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-canada"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-canada"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-canada"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-canada"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-canada"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-canada"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-canada"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-canada"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-canada"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-canada"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-canada"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-canada"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-canada"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-canada"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-canada"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-canada"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-canada"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-canada"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-canada"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-canada"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-canada"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-canada"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-canada"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-canada"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-canada"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-canada"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-canada"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-canada"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-canada"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-canada"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-canada"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-canada"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-canada"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-canada"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-canada"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="regions-canada"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-australia"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="regions-australia"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-australia"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-australia"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-australia"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-australia"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-australia"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-australia"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-australia"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-australia"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-australia"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-australia"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-australia"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-australia"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-australia"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-australia"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-australia"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-australia"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-australia"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-australia"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-australia"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-australia"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-australia"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-australia"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-australia"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-australia"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-australia"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-australia"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-australia"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-australia"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-australia"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-australia"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-australia"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-australia"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-australia"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-australia"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-australia"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-australia"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-australia"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-australia"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-australia"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-australia"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-australia"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-australia"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-australia"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-australia"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-australia"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-australia"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-australia"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-australia"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-australia"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-australia"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-australia"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-australia"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-australia"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-australia"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-australia"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-australia"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-australia"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-australia"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-australia"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-australia"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-australia"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-australia"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-australia"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-australia"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-australia"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-australia"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-australia"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-australia"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-australia"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-australia"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="regions-australia"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-new-zealand"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="regions-new-zealand"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-new-zealand"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-new-zealand"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-new-zealand"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-new-zealand"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-new-zealand"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-new-zealand"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-new-zealand"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-new-zealand"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-new-zealand"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-new-zealand"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-new-zealand"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-new-zealand"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-new-zealand"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-new-zealand"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-new-zealand"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-new-zealand"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-new-zealand"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-new-zealand"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-new-zealand"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-new-zealand"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-new-zealand"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-new-zealand"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-new-zealand"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-new-zealand"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-new-zealand"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-new-zealand"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-new-zealand"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-new-zealand"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-new-zealand"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-new-zealand"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-new-zealand"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-new-zealand"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-new-zealand"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-new-zealand"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-new-zealand"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-new-zealand"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-new-zealand"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-new-zealand"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-new-zealand"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-new-zealand"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-new-zealand"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-new-zealand"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-new-zealand"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-new-zealand"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-new-zealand"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-new-zealand"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-new-zealand"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-new-zealand"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-new-zealand"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-new-zealand"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-new-zealand"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-new-zealand"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-new-zealand"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-new-zealand"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-new-zealand"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-new-zealand"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-new-zealand"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-new-zealand"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-new-zealand"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-new-zealand"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-new-zealand"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-new-zealand"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-new-zealand"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-new-zealand"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-new-zealand"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-new-zealand"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-new-zealand"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-new-zealand"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-new-zealand"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-new-zealand"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="regions-new-zealand"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-france"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="regions-france"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-france"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-france"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-france"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-france"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-france"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-france"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-france"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-france"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-france"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-france"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-france"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-france"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-france"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-france"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-france"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-france"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-france"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-france"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-france"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-france"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-france"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-france"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-france"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-france"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-france"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-france"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-france"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-france"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-france"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-france"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-france"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-france"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-france"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-france"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-france"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-france"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-france"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-france"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-france"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-france"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-france"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-france"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-france"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-france"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-france"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-france"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-france"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-france"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-france"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-france"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-france"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-france"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-france"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-france"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-france"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-france"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-france"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-france"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-france"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-france"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-france"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-france"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-france"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-france"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-france"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-france"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-france"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-france"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-france"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-france"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="regions-france"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-germany"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="regions-germany"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-germany"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-germany"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-germany"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-germany"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-germany"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-germany"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-germany"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-germany"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-germany"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-germany"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-germany"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-germany"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-germany"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-germany"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-germany"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-germany"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-germany"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-germany"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-germany"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-germany"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-germany"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-germany"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-germany"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-germany"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-germany"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-germany"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-germany"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-germany"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-germany"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-germany"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-germany"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-germany"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-germany"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-germany"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-germany"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-germany"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-germany"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-germany"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-germany"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-germany"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-germany"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-germany"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-germany"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-germany"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-germany"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-germany"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-germany"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-germany"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-germany"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-germany"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-germany"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-germany"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-germany"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-germany"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-germany"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-germany"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-germany"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-germany"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-germany"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-germany"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-germany"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-germany"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-germany"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-germany"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-germany"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-germany"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-germany"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-germany"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-germany"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-germany"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="regions-germany"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-spain"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="regions-spain"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-spain"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-spain"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-spain"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-spain"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-spain"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-spain"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-spain"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-spain"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-spain"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-spain"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-spain"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-spain"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-spain"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-spain"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-spain"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-spain"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-spain"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-spain"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-spain"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-spain"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-spain"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-spain"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-spain"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-spain"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-spain"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-spain"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-spain"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-spain"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-spain"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-spain"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-spain"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-spain"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-spain"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-spain"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-spain"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-spain"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-spain"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-spain"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-spain"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-spain"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-spain"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-spain"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-spain"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-spain"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-spain"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-spain"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-spain"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-spain"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-spain"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-spain"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-spain"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-spain"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-spain"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-spain"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-spain"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-spain"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-spain"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-spain"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-spain"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-spain"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-spain"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-spain"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-spain"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-spain"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-spain"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-spain"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-spain"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-spain"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-spain"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-spain"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="regions-spain"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-italy"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="regions-italy"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-italy"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-italy"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-italy"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-italy"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-italy"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-italy"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-italy"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-italy"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-italy"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-italy"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-italy"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-italy"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-italy"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-italy"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-italy"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-italy"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-italy"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-italy"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-italy"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-italy"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-italy"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-italy"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-italy"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-italy"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-italy"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-italy"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-italy"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-italy"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-italy"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-italy"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-italy"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-italy"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-italy"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-italy"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-italy"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-italy"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-italy"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-italy"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-italy"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-italy"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-italy"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-italy"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-italy"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-italy"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-italy"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-italy"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-italy"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-italy"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-italy"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-italy"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-italy"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-italy"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-italy"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-italy"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-italy"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-italy"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-italy"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-italy"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-italy"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-italy"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-italy"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-italy"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-italy"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-italy"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-italy"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-italy"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-italy"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-italy"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-italy"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-italy"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="regions-italy"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-netherlands"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="regions-netherlands"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-netherlands"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-netherlands"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-netherlands"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-netherlands"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-netherlands"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-netherlands"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-netherlands"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-netherlands"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-netherlands"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-netherlands"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-netherlands"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-netherlands"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-netherlands"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-netherlands"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-netherlands"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-netherlands"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-netherlands"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-netherlands"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-netherlands"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-netherlands"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-netherlands"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-netherlands"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-netherlands"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-netherlands"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-netherlands"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-netherlands"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-netherlands"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-netherlands"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-netherlands"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-netherlands"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-netherlands"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-netherlands"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-netherlands"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-netherlands"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-netherlands"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-netherlands"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-netherlands"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-netherlands"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-netherlands"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-netherlands"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-netherlands"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-netherlands"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-netherlands"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-netherlands"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-netherlands"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-netherlands"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-netherlands"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-netherlands"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-netherlands"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-netherlands"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-netherlands"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-netherlands"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-netherlands"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-netherlands"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-netherlands"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-netherlands"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-netherlands"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-netherlands"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-netherlands"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-netherlands"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-netherlands"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-netherlands"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-netherlands"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-netherlands"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-netherlands"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-netherlands"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-netherlands"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-netherlands"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-netherlands"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-netherlands"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="regions-netherlands"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-united-arab-emirates"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="regions-united-arab-emirates"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-india"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="regions-india"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-india"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-india"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-india"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-india"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-india"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-india"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-india"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-india"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-india"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-india"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-india"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-india"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-india"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-india"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-india"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-india"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-india"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-india"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-india"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-india"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-india"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-india"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-india"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-india"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-india"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-india"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-india"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-india"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-india"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-india"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-india"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-india"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-india"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-india"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-india"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-india"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-india"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-india"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-india"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-india"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-india"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-india"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-india"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-india"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-india"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-india"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-india"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-india"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-india"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-india"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-india"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-india"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-india"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-india"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-india"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-india"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-india"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-india"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-india"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-india"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-india"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-india"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-india"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-india"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-india"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-india"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-india"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-india"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-india"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-india"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="regions-india"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-south-africa"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="regions-south-africa"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-south-africa"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-south-africa"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-south-africa"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-south-africa"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-south-africa"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-south-africa"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-south-africa"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-south-africa"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-south-africa"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-south-africa"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-south-africa"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-south-africa"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-south-africa"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-south-africa"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-south-africa"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-south-africa"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-south-africa"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-south-africa"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-south-africa"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-south-africa"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-south-africa"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-south-africa"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-south-africa"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-south-africa"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-south-africa"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-south-africa"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-south-africa"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-south-africa"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-south-africa"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-south-africa"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-south-africa"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-south-africa"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-south-africa"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-south-africa"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-south-africa"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-south-africa"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-south-africa"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-south-africa"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-south-africa"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-south-africa"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-south-africa"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-south-africa"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-south-africa"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-south-africa"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-south-africa"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-south-africa"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-south-africa"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-south-africa"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-south-africa"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-south-africa"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-south-africa"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-south-africa"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-south-africa"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-south-africa"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-south-africa"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-south-africa"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-south-africa"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-south-africa"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-south-africa"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-south-africa"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-south-africa"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-south-africa"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-south-africa"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-south-africa"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-south-africa"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-south-africa"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-south-africa"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-south-africa"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-south-africa"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-south-africa"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="regions-south-africa"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-pakistan"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="regions-pakistan"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-pakistan"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-pakistan"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-pakistan"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-pakistan"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-pakistan"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-pakistan"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-pakistan"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-pakistan"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-pakistan"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-pakistan"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-pakistan"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-pakistan"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-pakistan"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-pakistan"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-pakistan"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-pakistan"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-pakistan"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-pakistan"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-pakistan"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-pakistan"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-pakistan"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-pakistan"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-pakistan"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-pakistan"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-pakistan"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-pakistan"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-pakistan"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-pakistan"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-pakistan"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-pakistan"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-pakistan"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-pakistan"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-pakistan"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-pakistan"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-pakistan"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-pakistan"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-pakistan"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-pakistan"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-pakistan"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-pakistan"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-pakistan"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="regions-pakistan"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-pakistan"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-pakistan"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-pakistan"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-pakistan"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-pakistan"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-pakistan"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="regions-pakistan"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-pakistan"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-pakistan"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-pakistan"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-pakistan"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-pakistan"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-pakistan"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="regions-pakistan"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-pakistan"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-pakistan"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-pakistan"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-pakistan"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-pakistan"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-pakistan"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="regions-pakistan"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-pakistan"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-pakistan"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="regions-pakistan"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="regions-pakistan"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="regions-pakistan"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="regions-pakistan"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="regions-pakistan"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="regions-pakistan"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="compare"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="compare"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-8k-iptv-vs-megaott"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="compare-8k-iptv-vs-megaott"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-dino-vs-dream"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="compare-dino-vs-dream"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-lion-vs-megaott"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="compare-lion-vs-megaott"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-4k-ott-vs-golden"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="compare-4k-ott-vs-golden"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-trex-vs-b1g"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="compare-trex-vs-b1g"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-fire-tv-vs-smart-tv"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="compare-fire-tv-vs-smart-tv"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-one-month-vs-yearly"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="compare-one-month-vs-yearly"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-retail-vs-reseller"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="compare-retail-vs-reseller"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-ethernet-vs-wifi"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="compare-ethernet-vs-wifi"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-epg-vs-channel-list"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="compare-epg-vs-channel-list"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-usd-vs-gbp-pricing"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="compare-usd-vs-gbp-pricing"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-tv-player-vs-provider"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="compare-tv-player-vs-provider"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-4k-vs-8k-labels"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="compare-4k-vs-8k-labels"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-trial-vs-long-plan"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="compare-trial-vs-long-plan"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-reseller-25-vs-100"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="compare-reseller-25-vs-100"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="reseller-credits-html"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="reseller-credits-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="reseller-credits-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-credits-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-credits-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="reseller-credits-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-credits-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-credits-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="reseller-credits-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="reseller-credits-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-credits-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-credits-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="reseller-credits-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-credits-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-credits-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="reseller-credits-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="reseller-credits-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-credits-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-credits-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="reseller-credits-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-credits-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-credits-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="reseller-credits-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="reseller-credits-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-credits-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-credits-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="reseller-credits-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-credits-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-credits-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="reseller-credits-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="reseller-credits-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-credits-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-credits-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="reseller-credits-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-credits-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-credits-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="reseller-credits-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="reseller-credits-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-credits-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-credits-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="reseller-credits-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-credits-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-credits-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="reseller-credits-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="reseller-credits-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-credits-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-credits-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="reseller-credits-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-credits-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-credits-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="reseller-credits-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="reseller-credits-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-credits-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-credits-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="reseller-credits-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-credits-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-credits-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="reseller-credits-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="reseller-credits-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-credits-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-credits-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="reseller-credits-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-credits-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-credits-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="reseller-credits-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="reseller-credits-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-credits-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-credits-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="reseller-credits-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-credits-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-credits-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-credits-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="reseller-credits-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="reseller-support-html"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="reseller-support-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="reseller-support-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-support-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-support-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="reseller-support-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-support-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-support-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="reseller-support-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="reseller-support-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-support-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-support-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="reseller-support-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-support-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-support-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="reseller-support-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="reseller-support-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-support-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-support-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="reseller-support-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-support-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-support-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="reseller-support-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="reseller-support-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-support-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-support-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="reseller-support-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-support-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-support-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="reseller-support-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="reseller-support-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-support-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-support-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="reseller-support-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-support-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-support-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="reseller-support-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="reseller-support-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-support-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-support-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="reseller-support-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-support-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-support-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="reseller-support-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="reseller-support-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-support-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-support-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="reseller-support-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-support-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-support-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="reseller-support-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="reseller-support-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-support-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-support-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="reseller-support-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-support-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-support-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="reseller-support-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="reseller-support-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-support-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-support-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="reseller-support-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-support-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-support-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="reseller-support-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="reseller-support-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-support-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-support-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="reseller-support-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-support-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-support-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-support-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="reseller-support-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="account-security-html"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="account-security-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="account-security-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="account-security-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="account-security-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="account-security-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="account-security-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="account-security-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="account-security-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="account-security-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="account-security-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="account-security-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="account-security-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="account-security-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="account-security-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="account-security-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="account-security-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="account-security-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="account-security-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="account-security-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="account-security-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="account-security-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="account-security-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="account-security-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="account-security-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="account-security-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="account-security-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="account-security-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="account-security-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="account-security-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="account-security-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="account-security-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="account-security-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="account-security-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="account-security-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="account-security-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="account-security-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="account-security-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="account-security-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="account-security-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="account-security-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="account-security-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="account-security-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="account-security-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="account-security-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="account-security-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="account-security-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="account-security-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="account-security-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="account-security-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="account-security-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="account-security-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="account-security-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="account-security-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="account-security-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="account-security-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="account-security-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="account-security-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="account-security-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="account-security-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="account-security-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="account-security-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="account-security-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="account-security-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="account-security-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="account-security-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="account-security-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="account-security-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="account-security-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="account-security-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="account-security-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="account-security-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="account-security-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="refund-questions-html"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="refund-questions-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="refund-questions-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-questions-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="refund-questions-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="refund-questions-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-questions-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="refund-questions-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="refund-questions-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="refund-questions-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-questions-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="refund-questions-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="refund-questions-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-questions-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="refund-questions-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="refund-questions-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="refund-questions-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-questions-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="refund-questions-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="refund-questions-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-questions-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="refund-questions-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="refund-questions-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="refund-questions-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-questions-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="refund-questions-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="refund-questions-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-questions-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="refund-questions-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="refund-questions-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="refund-questions-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-questions-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="refund-questions-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="refund-questions-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-questions-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="refund-questions-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="refund-questions-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="refund-questions-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-questions-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="refund-questions-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="refund-questions-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-questions-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="refund-questions-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="refund-questions-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="refund-questions-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-questions-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="refund-questions-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="refund-questions-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-questions-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="refund-questions-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="refund-questions-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="refund-questions-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-questions-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="refund-questions-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="refund-questions-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-questions-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="refund-questions-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="refund-questions-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="refund-questions-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-questions-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="refund-questions-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="refund-questions-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-questions-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="refund-questions-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="refund-questions-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="refund-questions-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-questions-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="refund-questions-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="refund-questions-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-questions-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="refund-questions-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-questions-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="refund-questions-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="renewal-checklist-html"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="renewal-checklist-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="renewal-checklist-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="renewal-checklist-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="renewal-checklist-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="renewal-checklist-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="renewal-checklist-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="renewal-checklist-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="renewal-checklist-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="renewal-checklist-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="renewal-checklist-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="renewal-checklist-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="renewal-checklist-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="renewal-checklist-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="renewal-checklist-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="renewal-checklist-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="renewal-checklist-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="renewal-checklist-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="renewal-checklist-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="renewal-checklist-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="renewal-checklist-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="renewal-checklist-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="renewal-checklist-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="renewal-checklist-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="renewal-checklist-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="renewal-checklist-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="renewal-checklist-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="renewal-checklist-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="renewal-checklist-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="renewal-checklist-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="renewal-checklist-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="renewal-checklist-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="renewal-checklist-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="renewal-checklist-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="renewal-checklist-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="renewal-checklist-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="renewal-checklist-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="renewal-checklist-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="renewal-checklist-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="renewal-checklist-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="renewal-checklist-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="renewal-checklist-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="renewal-checklist-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="channel-availability-html"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="channel-availability-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="channel-availability-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channel-availability-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="channel-availability-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="channel-availability-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channel-availability-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="channel-availability-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="channel-availability-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="channel-availability-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channel-availability-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="channel-availability-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="channel-availability-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channel-availability-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="channel-availability-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="channel-availability-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="channel-availability-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channel-availability-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="channel-availability-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="channel-availability-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channel-availability-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="channel-availability-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="channel-availability-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="channel-availability-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channel-availability-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="channel-availability-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="channel-availability-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channel-availability-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="channel-availability-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="channel-availability-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="channel-availability-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channel-availability-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="channel-availability-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="channel-availability-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channel-availability-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="channel-availability-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="channel-availability-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="channel-availability-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channel-availability-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="channel-availability-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="channel-availability-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channel-availability-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="channel-availability-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="channel-availability-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="channel-availability-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channel-availability-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="channel-availability-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="channel-availability-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channel-availability-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="channel-availability-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="channel-availability-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="channel-availability-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channel-availability-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="channel-availability-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="channel-availability-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channel-availability-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="channel-availability-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="channel-availability-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="channel-availability-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channel-availability-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="channel-availability-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="channel-availability-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channel-availability-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="channel-availability-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="channel-availability-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="channel-availability-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channel-availability-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="channel-availability-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="channel-availability-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="channel-availability-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="channel-availability-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="channel-availability-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="channel-availability-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="multilingual-setup-html"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="multilingual-setup-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="multilingual-setup-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="multilingual-setup-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="multilingual-setup-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="multilingual-setup-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="multilingual-setup-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="multilingual-setup-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="multilingual-setup-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="multilingual-setup-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="multilingual-setup-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="multilingual-setup-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="multilingual-setup-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="multilingual-setup-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="multilingual-setup-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="multilingual-setup-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="multilingual-setup-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="multilingual-setup-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="multilingual-setup-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="multilingual-setup-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="multilingual-setup-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="multilingual-setup-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="multilingual-setup-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="multilingual-setup-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="multilingual-setup-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="multilingual-setup-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="multilingual-setup-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="multilingual-setup-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="multilingual-setup-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="multilingual-setup-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="multilingual-setup-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="multilingual-setup-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="multilingual-setup-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="multilingual-setup-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="multilingual-setup-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="multilingual-setup-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="multilingual-setup-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="multilingual-setup-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="multilingual-setup-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="multilingual-setup-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="multilingual-setup-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="multilingual-setup-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="multilingual-setup-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="player-licences-html"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="player-licences-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="player-licences-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="player-licences-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="player-licences-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="player-licences-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="player-licences-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="player-licences-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="player-licences-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="player-licences-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="player-licences-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="player-licences-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="player-licences-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="player-licences-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="player-licences-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="player-licences-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="player-licences-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="player-licences-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="player-licences-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="player-licences-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="player-licences-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="player-licences-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="player-licences-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="player-licences-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="player-licences-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="player-licences-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="player-licences-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="player-licences-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="player-licences-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="player-licences-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="player-licences-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="player-licences-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="player-licences-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="player-licences-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="player-licences-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="player-licences-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="player-licences-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="player-licences-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="player-licences-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="player-licences-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="player-licences-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="player-licences-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="player-licences-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="player-licences-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="player-licences-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="player-licences-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="player-licences-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="player-licences-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="player-licences-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="player-licences-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="player-licences-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="player-licences-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="player-licences-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="player-licences-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="player-licences-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="player-licences-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="player-licences-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="player-licences-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="player-licences-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="player-licences-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="player-licences-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="player-licences-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="player-licences-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="player-licences-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="player-licences-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="player-licences-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="player-licences-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="player-licences-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="player-licences-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="player-licences-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="player-licences-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="player-licences-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="player-licences-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="payment-safety-html"]{--page-accent:#304ec9;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="payment-safety-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="payment-safety-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="payment-safety-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="payment-safety-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="payment-safety-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="payment-safety-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="payment-safety-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="payment-safety-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="payment-safety-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="payment-safety-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="payment-safety-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="payment-safety-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="payment-safety-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="payment-safety-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="payment-safety-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="payment-safety-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="payment-safety-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="payment-safety-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="payment-safety-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="payment-safety-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="payment-safety-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="payment-safety-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="payment-safety-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="payment-safety-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="payment-safety-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="payment-safety-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="payment-safety-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="payment-safety-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="payment-safety-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="payment-safety-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="payment-safety-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="payment-safety-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="payment-safety-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="payment-safety-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="payment-safety-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="payment-safety-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="payment-safety-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="payment-safety-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="payment-safety-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="payment-safety-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="payment-safety-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="payment-safety-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="payment-safety-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="payment-safety-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="payment-safety-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="payment-safety-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="payment-safety-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="payment-safety-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="payment-safety-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="payment-safety-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="payment-safety-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="payment-safety-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="payment-safety-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="payment-safety-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="payment-safety-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="payment-safety-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="payment-safety-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="payment-safety-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="payment-safety-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="payment-safety-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="payment-safety-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="payment-safety-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="payment-safety-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="payment-safety-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="payment-safety-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="payment-safety-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="payment-safety-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="payment-safety-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="payment-safety-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="payment-safety-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="payment-safety-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="payment-safety-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="reseller-panel-basics-html"]{--page-accent:#226af0;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="reseller-panel-basics-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="terms-html"]{--page-accent:#7257df;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="terms-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="terms-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="terms-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="terms-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="terms-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="terms-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="terms-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="terms-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="terms-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="terms-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="terms-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="terms-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="terms-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="terms-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="terms-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="terms-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="terms-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="terms-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="terms-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="terms-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="terms-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="terms-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="terms-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="terms-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="terms-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="terms-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="terms-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="terms-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="terms-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="terms-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="terms-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="terms-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="terms-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="terms-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="terms-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="terms-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="terms-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="terms-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="terms-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="terms-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="terms-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="terms-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="terms-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="terms-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="terms-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="terms-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="terms-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="terms-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="terms-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="terms-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="terms-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="terms-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="terms-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="terms-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="terms-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="terms-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="terms-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="terms-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="terms-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="terms-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="terms-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="terms-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="terms-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="terms-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="terms-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="terms-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="terms-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="terms-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="terms-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="terms-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="terms-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="terms-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="privacy-html"]{--page-accent:#007e9b;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="privacy-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="privacy-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="privacy-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="privacy-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="privacy-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="privacy-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="privacy-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="privacy-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="privacy-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="privacy-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="privacy-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="privacy-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="privacy-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="privacy-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="privacy-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="privacy-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="privacy-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="privacy-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="privacy-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="privacy-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="privacy-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="privacy-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="privacy-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="privacy-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="privacy-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="privacy-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="privacy-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="privacy-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="privacy-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="privacy-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="privacy-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="privacy-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="privacy-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="privacy-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="privacy-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="privacy-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="privacy-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="privacy-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="privacy-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="privacy-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="privacy-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="privacy-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="privacy-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="privacy-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="privacy-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="privacy-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="privacy-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="privacy-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="privacy-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="privacy-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="privacy-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="privacy-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="privacy-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="privacy-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="privacy-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="privacy-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="privacy-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="privacy-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="privacy-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="privacy-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="privacy-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="privacy-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="privacy-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="privacy-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="privacy-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="privacy-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="privacy-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="privacy-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="privacy-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="privacy-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="privacy-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="privacy-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="refund-html"]{--page-accent:#b25a8e;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="refund-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="refund-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="refund-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="refund-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="refund-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="refund-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="refund-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="refund-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="refund-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="refund-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="refund-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="refund-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="refund-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="refund-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="refund-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="refund-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="refund-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="refund-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="refund-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="refund-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="refund-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="refund-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="refund-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="refund-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="refund-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="refund-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="refund-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="refund-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="refund-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="refund-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="refund-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="refund-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="refund-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="refund-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="refund-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="refund-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="refund-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="refund-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="refund-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="refund-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="refund-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="refund-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="refund-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="refund-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="refund-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="refund-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="refund-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="refund-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="refund-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="refund-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="refund-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="refund-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="refund-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="accessibility-html"]{--page-accent:#be7638;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="accessibility-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="accessibility-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="accessibility-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="accessibility-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="accessibility-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="accessibility-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="accessibility-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="accessibility-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="accessibility-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="accessibility-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="accessibility-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="accessibility-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="accessibility-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="accessibility-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="accessibility-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="accessibility-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="accessibility-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="accessibility-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="accessibility-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="accessibility-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="accessibility-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="accessibility-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="accessibility-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="accessibility-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="accessibility-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="accessibility-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="accessibility-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="accessibility-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="accessibility-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="accessibility-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="accessibility-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="accessibility-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="accessibility-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="accessibility-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="accessibility-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="accessibility-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="accessibility-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="accessibility-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="accessibility-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="accessibility-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="accessibility-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="accessibility-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="accessibility-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="accessibility-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="accessibility-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="accessibility-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="accessibility-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="accessibility-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="accessibility-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="accessibility-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="accessibility-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="accessibility-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="accessibility-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="accessibility-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="accessibility-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="accessibility-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="accessibility-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="accessibility-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="accessibility-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="accessibility-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="accessibility-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="accessibility-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="accessibility-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="accessibility-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="accessibility-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="accessibility-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="accessibility-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="accessibility-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="accessibility-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="accessibility-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="accessibility-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="accessibility-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="disclaimer-html"]{--page-accent:#0d967f;--page-ink:#112b50;--page-soft:#e9f1ff;}
body[data-page="disclaimer-html"] .section:nth-of-type(1) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(1) .card{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(1) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="disclaimer-html"] .section:nth-of-type(1) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="disclaimer-html"] .section:nth-of-type(1) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="disclaimer-html"] .section:nth-of-type(1) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(1) .price-card{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(1) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="disclaimer-html"] .section:nth-of-type(1) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="disclaimer-html"] .section:nth-of-type(1) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="disclaimer-html"] .section:nth-of-type(1) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(1) .accordion{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(1) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="disclaimer-html"] .section:nth-of-type(2) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(2) .card{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(2) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="disclaimer-html"] .section:nth-of-type(2) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="disclaimer-html"] .section:nth-of-type(2) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="disclaimer-html"] .section:nth-of-type(2) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(2) .price-card{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(2) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="disclaimer-html"] .section:nth-of-type(2) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="disclaimer-html"] .section:nth-of-type(2) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="disclaimer-html"] .section:nth-of-type(2) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(2) .accordion{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(2) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="disclaimer-html"] .section:nth-of-type(3) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(3) .card{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(3) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="disclaimer-html"] .section:nth-of-type(3) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="disclaimer-html"] .section:nth-of-type(3) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="disclaimer-html"] .section:nth-of-type(3) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(3) .price-card{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(3) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="disclaimer-html"] .section:nth-of-type(3) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="disclaimer-html"] .section:nth-of-type(3) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="disclaimer-html"] .section:nth-of-type(3) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(3) .accordion{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(3) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="disclaimer-html"] .section:nth-of-type(4) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(4) .card{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(4) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="disclaimer-html"] .section:nth-of-type(4) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="disclaimer-html"] .section:nth-of-type(4) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="disclaimer-html"] .section:nth-of-type(4) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(4) .price-card{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(4) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="disclaimer-html"] .section:nth-of-type(4) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="disclaimer-html"] .section:nth-of-type(4) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="disclaimer-html"] .section:nth-of-type(4) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(4) .accordion{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(4) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="disclaimer-html"] .section:nth-of-type(5) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(5) .card{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(5) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="disclaimer-html"] .section:nth-of-type(5) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="disclaimer-html"] .section:nth-of-type(5) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="disclaimer-html"] .section:nth-of-type(5) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(5) .price-card{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(5) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="disclaimer-html"] .section:nth-of-type(5) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="disclaimer-html"] .section:nth-of-type(5) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="disclaimer-html"] .section:nth-of-type(5) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(5) .accordion{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(5) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="disclaimer-html"] .section:nth-of-type(6) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(6) .card{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(6) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="disclaimer-html"] .section:nth-of-type(6) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="disclaimer-html"] .section:nth-of-type(6) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="disclaimer-html"] .section:nth-of-type(6) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(6) .price-card{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(6) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="disclaimer-html"] .section:nth-of-type(6) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="disclaimer-html"] .section:nth-of-type(6) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="disclaimer-html"] .section:nth-of-type(6) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(6) .accordion{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(6) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.035);}
body[data-page="disclaimer-html"] .section:nth-of-type(7) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(7) .card{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(7) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="disclaimer-html"] .section:nth-of-type(7) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="disclaimer-html"] .section:nth-of-type(7) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="disclaimer-html"] .section:nth-of-type(7) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(7) .price-card{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(7) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="disclaimer-html"] .section:nth-of-type(7) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="disclaimer-html"] .section:nth-of-type(7) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="disclaimer-html"] .section:nth-of-type(7) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(7) .accordion{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(7) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.038);}
body[data-page="disclaimer-html"] .section:nth-of-type(8) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(8) .card{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(8) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="disclaimer-html"] .section:nth-of-type(8) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="disclaimer-html"] .section:nth-of-type(8) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="disclaimer-html"] .section:nth-of-type(8) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(8) .price-card{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(8) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="disclaimer-html"] .section:nth-of-type(8) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="disclaimer-html"] .section:nth-of-type(8) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="disclaimer-html"] .section:nth-of-type(8) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(8) .accordion{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(8) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.041);}
body[data-page="disclaimer-html"] .section:nth-of-type(9) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(9) .card{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(9) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="disclaimer-html"] .section:nth-of-type(9) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="disclaimer-html"] .section:nth-of-type(9) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="disclaimer-html"] .section:nth-of-type(9) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(9) .price-card{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(9) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="disclaimer-html"] .section:nth-of-type(9) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="disclaimer-html"] .section:nth-of-type(9) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="disclaimer-html"] .section:nth-of-type(9) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(9) .accordion{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(9) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.044);}
body[data-page="disclaimer-html"] .section:nth-of-type(10) .eyebrow{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(10) .card{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(10) .card-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="disclaimer-html"] .section:nth-of-type(10) .icon-box{transition:transform .2s ease,border-color .2s ease;}
body[data-page="disclaimer-html"] .section:nth-of-type(10) .chip{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.033));}
body[data-page="disclaimer-html"] .section:nth-of-type(10) .section-head h2{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(10) .price-card{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(10) .notice{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
body[data-page="disclaimer-html"] .section:nth-of-type(10) .prose h2{transition:transform .2s ease,border-color .2s ease;}
body[data-page="disclaimer-html"] .section:nth-of-type(10) .article-card{background-image:linear-gradient(150deg,transparent,rgba(127,167,248,0.043));}
body[data-page="disclaimer-html"] .section:nth-of-type(10) .btn-outline{border-color:color-mix(in srgb,var(--page-accent) 18%,#dbe6f3);}
body[data-page="disclaimer-html"] .section:nth-of-type(10) .accordion{color:var(--page-accent);}
body[data-page="disclaimer-html"] .section:nth-of-type(10) .section-link{box-shadow:0 13px 34px rgba(10,39,88,0.047);}
}
