@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Rajdhani:wght@400;500;600;700&display=swap');
/* ===== NEON CYBER — Design System ===== */
:root {
    --da310:        #00F0FF;
    --n6aa6:  #33F5FF;
    --a4f7c:   #00BCD4;
    --h40b6:         #FF2D78;
    --b1d4d:         #00F0FF;
    --d2782:    #00BCD4;
    --b46f7:         #00E676;
    --h0dbd:    #00C853;
    --p64b5:           #09050F;
    --ba0c2:         #0D0916;
    --h4791:         #130B20;
    --ff2de:         #1A1030;
    --l03ba:        #FFFFFF;
    --cbd13:         #9CA3AF;
    --o8456:       #6B7280;
    --na98b:       #9CA3AF;
    --b2e20:    'Rajdhani', sans-serif;
    --c9485:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --k5d93:       4px;
    --nd28f:    8px;
    --h78eb:    2px;
    --g03e8:        1100px;
    --f6e64:       0 4px 24px rgba(0,0,0,.6);
    --e0d4d:         0 0 32px rgba(0,240,255,.25);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--da310);
    --color-primary-light: var(--n6aa6);
    --color-primary-dark: var(--a4f7c);
    --color-accent: var(--b1d4d);
    --color-accent-dark: var(--d2782);
    --color-secondary: var(--b46f7);
    --color-secondary-dark: var(--h0dbd);
    --color-surface: var(--h4791);
    --color-surface-elevated: var(--ff2de);
    --color-on-surface: var(--l03ba);
    --color-on-surface-muted: var(--cbd13);
    --color-text: var(--l03ba);
    --color-text-secondary: var(--na98b);
    --text-heading: var(--b2e20);
    --text-body: var(--c9485);
    --space-xs: 4px;
    --space-sm: 8px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;
    --space-2xl: 48px;
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--c9485);
    background: var(--p64b5);
    color: var(--l03ba);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--n6aa6); text-decoration: none; transition: color .2s; }
a:hover { color: var(--b1d4d); }
img { max-width: 100%; height: auto; display: block; }

.a4db9c { width: 92%; max-width: var(--g03e8); margin: 0 auto; }

.bf59fa {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.nc28fc {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--da310); color: var(--p64b5);
    padding: 8px 16px; border-radius: var(--h78eb);
    z-index: 999; transition: top .2s;
    font-weight: 600;
}
.nc28fc:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.f85933 {
    position: sticky; top: 0; z-index: 100;
    background: var(--p64b5);
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, var(--da310) 0%, var(--h40b6) 100%) 1;
}
.k096ac {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.eb21db {
    font-family: var(--b2e20);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--l03ba);
    white-space: nowrap; text-decoration: none;
    letter-spacing: 1px; text-transform: uppercase;
}
.eb21db:hover { color: var(--da310); }

/* Main Nav */
.i6fcbf { display: flex; align-items: center; gap: 20px; }
.b894be {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.b894be a {
    color: var(--cbd13); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.b894be a:hover { color: var(--n6aa6); }

/* Language Select */
.o13382 {
    background: var(--h4791); color: var(--l03ba);
    border: 1px solid rgba(0,240,255,.25);
    border-radius: var(--h78eb);
    padding: 6px 28px 6px 10px; font-size: .85rem;
    cursor: pointer; appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2300F0FF'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 8px center;
    transition: border-color .2s;
}
.o13382:hover, .o13382:focus { border-color: var(--da310); outline: none; }

/* Menu Toggle */
.h70bd9 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.gf8903, .gf8903::before, .gf8903::after {
    display: block; width: 24px; height: 2px;
    background: var(--l03ba); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.gf8903 { position: relative; }
.gf8903::before, .gf8903::after { content: ''; position: absolute; left: 0; }
.gf8903::before { top: -7px; }
.gf8903::after { top: 7px; }

/* Mobile Nav */
.h1fdeb {
    display: none; position: fixed; inset: 0;
    background: rgba(13,9,22,.98); z-index: 200;
    align-items: center; justify-content: center;
    flex-direction: column; padding: 60px 20px;
}
.h1fdeb.l9ca06 { display: flex; }
.j5bcb5 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.j5bcb5 a {
    font-size: 1.2rem; font-weight: 600; color: var(--l03ba); text-decoration: none;
    letter-spacing: .5px;
}
.j5bcb5 a:hover { color: var(--n6aa6); }

/* ===== BUTTONS ===== */
.c8b1cb {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--b2e20); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--k5d93); border: none;
    cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s;
    text-decoration: none; white-space: nowrap; letter-spacing: .5px;
    text-transform: uppercase;
}
.btn-primary {
    background: linear-gradient(135deg, var(--da310) 0%, var(--a4f7c) 100%);
    color: var(--p64b5); box-shadow: var(--e0d4d);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(0,240,255,.55);
    color: var(--p64b5);
}
.btn-secondary {
    background: transparent; color: var(--n6aa6);
    border: 2px solid var(--da310);
}
.btn-secondary:hover { background: rgba(0,240,255,.08); color: var(--n6aa6); }

/* Neon CTA — main call-to-action */
@keyframes pulse-glow {
    0%,100% { box-shadow: 0 0 22px rgba(0,240,255,.35); }
    50%      { box-shadow: 0 0 50px rgba(0,240,255,.7), 0 0 90px rgba(0,240,255,.18); }
}
.aeb760 {
    background: linear-gradient(135deg, var(--da310) 0%, #00D4E0 55%, var(--a4f7c) 100%);
    color: var(--p64b5); font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(0,240,255,.4);
    /* animation moved to ::after */
    text-transform: uppercase; letter-spacing: 1px;
}
.aeb760:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(0,240,255,.7);
    color: var(--p64b5); animation: none;
}

.ffc643 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--nd28f); }
.pce514 { padding: 8px 18px; font-size: .85rem; border-radius: var(--h78eb); }

/* Nav CTA in header */
.ke6571 {
    background: linear-gradient(135deg, var(--da310) 0%, var(--a4f7c) 100%);
    color: var(--p64b5) !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--h78eb);
    box-shadow: 0 0 16px rgba(0,240,255,.3);
    transition: transform .2s, box-shadow .2s;
    text-transform: uppercase; letter-spacing: .5px;
}
.ke6571:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(0,240,255,.55);
    color: var(--p64b5) !important;
}

/* ===== PAGE HERO (subpages) ===== */
.a9595c {
    padding: clamp(52px, 8vw, 90px) 0 clamp(44px, 6vw, 70px);
    text-align: center;
    background:
        radial-gradient(ellipse 80% 55% at 50% 0%, rgba(0,240,255,.1) 0%, transparent 65%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(255,45,120,.04) 0%, transparent 60%),
        var(--p64b5);
    position: relative; overflow: hidden;
}
.a9595c::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1' fill='rgba(0,240,255,0.03)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.j7bbc8 {
    font-family: var(--b2e20);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--da310) 0%, #66F7FF 50%, var(--h40b6) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    text-transform: uppercase; letter-spacing: 1px;
}
.baf4e4 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--cbd13);
    max-width: 640px; margin: 0 auto 32px; line-height: 1.7;
}

/* ===== HERO ===== */
.hero {
    position: relative;
    padding: clamp(64px, 10vw, 110px) 0 clamp(52px, 8vw, 88px);
    text-align: center; overflow: hidden;
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(0,240,255,.1) 0%, transparent 70%),
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(255,45,120,.06) 0%, transparent 60%),
        var(--p64b5);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1' fill='rgba(0,240,255,0.025)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.hero h1 {
    font-family: var(--b2e20);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--da310) 0%, #66F7FF 45%, var(--h40b6) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    text-transform: uppercase; letter-spacing: 2px;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--cbd13);
    max-width: 660px; margin: 0 auto 28px; line-height: 1.7;
}
.hero-stats {
    display: flex; justify-content: center;
    gap: clamp(10px, 3vw, 32px); flex-wrap: wrap; margin-bottom: 32px;
}
.hero-stat {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: .92rem; color: var(--cbd13);
    padding: 7px 14px;
    background: rgba(0,240,255,.03);
    border: 1px solid rgba(0,240,255,.15);
    border-radius: var(--h78eb);
}
.hero-stat strong { color: var(--n6aa6); }

/* ===== SECTIONS ===== */
.afde09 { padding: clamp(52px, 7vw, 80px) 0; }
.nd2e85 { background: var(--ba0c2); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--da310); margin-bottom: 10px;
}
.afde09 h2, .j79e3c {
    font-family: var(--b2e20);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
    text-transform: uppercase; letter-spacing: .5px;
}
.afde09 h3 {
    font-family: var(--b2e20); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--n6aa6);
    text-transform: uppercase;
}
.afde09 p, .section-desc {
    color: var(--cbd13); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.afde09 ul, .afde09 ol {
    color: var(--cbd13); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.afde09 li { margin-bottom: 8px; }
.afde09 li strong { color: var(--l03ba); }

/* ===== CARDS / GRID ===== */
.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
    background: rgba(0,240,255,.03);
    border: 1px solid rgba(0,240,255,.12);
    border-radius: var(--k5d93); padding: 28px 24px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.card:hover {
    transform: translateY(-4px);
    border-color: rgba(0,240,255,.4);
    box-shadow: 0 0 30px rgba(0,240,255,.15), var(--f6e64);
}
.fa315b { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--b2e20); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--l03ba);
    text-transform: uppercase; letter-spacing: .3px;
}
.card p { color: var(--cbd13); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.b01750 { overflow-x: auto; margin: 24px 0; border-radius: var(--h78eb); }
.m065a0 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.m065a0 thead th {
    background: var(--ff2de); color: var(--l03ba); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(0,240,255,.2);
    font-family: var(--b2e20); text-transform: uppercase;
    letter-spacing: .5px;
}
.m065a0 thead th:first-child { border-radius: var(--h78eb) 0 0 0; }
.m065a0 thead th:last-child { border-radius: 0 var(--h78eb) 0 0; }
.m065a0 tr { border-bottom: 1px solid rgba(255,255,255,.06); transition: background .2s; }
.m065a0 td { padding: 13px 16px; }
.m065a0 td:first-child { color: var(--cbd13); font-weight: 500; width: 42%; }
.m065a0 td:last-child { color: var(--l03ba); font-weight: 600; }
.m065a0 tr:hover {
    background: rgba(0,240,255,.04);
    border-left: 3px solid var(--da310);
}

/* ===== STEPS ===== */
.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 24px; counter-reset: step;
}
.step {
    text-align: center; padding: 24px 16px; counter-increment: step;
}
.step::before {
    content: counter(step);
    display: flex; align-items: center; justify-content: center;
    width: 48px; height: 48px; margin: 0 auto 16px;
    background: linear-gradient(135deg, var(--da310), var(--h40b6));
    border-radius: var(--k5d93); font-family: var(--b2e20);
    font-size: 1.2rem; font-weight: 700; color: var(--p64b5);
    box-shadow: 0 0 20px rgba(0,240,255,.3);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; text-transform: uppercase; }
.step p { color: var(--cbd13); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.ib03ae { max-width: 800px; margin: 0 auto; }
details.d82eaa {
    border: 1px solid rgba(0,240,255,.1);
    border-radius: var(--k5d93); margin-bottom: 8px;
    transition: border-color .2s;
}
details.d82eaa[open] { border-color: rgba(0,240,255,.3); }
details.d82eaa summary {
    display: block; list-style: none;
    color: var(--l03ba); font-family: var(--c9485);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 20px;
    cursor: pointer; position: relative; transition: color .2s;
}
details.d82eaa summary::-webkit-details-marker { display: none; }
details.d82eaa summary::marker { display: none; content: ''; }
details.d82eaa summary::after {
    content: '+'; position: absolute; right: 16px; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--da310); transition: transform .3s;
}
details.d82eaa[open] summary::after { content: '\2212'; }
details.d82eaa summary:hover { color: var(--n6aa6); }
details.d82eaa > p { padding: 0 20px 20px; color: var(--cbd13); font-size: .9rem; line-height: 1.7; }
details.d82eaa > div { padding: 0 20px 20px; color: var(--cbd13); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--ba0c2); }

/* ===== INFO GRID & CARDS ===== */
.dbc19d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.j8fb4b {
    background: rgba(0,240,255,.03);
    border: 1px solid rgba(0,240,255,.12); border-radius: var(--k5d93); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.j8fb4b:hover {
    transform: translateY(-5px);
    border-color: rgba(0,240,255,.4);
    box-shadow: 0 0 30px rgba(0,240,255,.15), var(--f6e64);
}
.g5eb2b { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.j8fb4b h3 {
    font-family: var(--b2e20); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--l03ba);
    text-transform: uppercase; letter-spacing: .3px;
}
.j8fb4b p { color: var(--cbd13); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.m5547a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.a21cd4 {
    background: rgba(0,240,255,.03);
    border: 1px solid rgba(0,240,255,.15); border-radius: var(--k5d93); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.a21cd4:hover {
    transform: translateY(-5px);
    border-color: rgba(0,240,255,.4);
    box-shadow: 0 0 30px rgba(0,240,255,.15), var(--f6e64);
}
.a21cd4 h3 {
    font-family: var(--b2e20); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--da310);
    text-transform: uppercase; letter-spacing: .3px;
}
.a21cd4 p { color: var(--cbd13); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.d2e699 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.o1488c { text-align: center; padding: 22px 14px; }
.o1e44a {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--da310), var(--h40b6));
    border-radius: var(--k5d93); font-family: var(--b2e20);
    font-size: 1.15rem; font-weight: 800; color: var(--p64b5);
    box-shadow: 0 0 22px rgba(0,240,255,.35);
}
.o1488c h3 {
    font-family: var(--b2e20); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--l03ba);
    text-transform: uppercase;
}
.o1488c p { color: var(--cbd13); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.pa0474 {
    background: rgba(0,240,255,.03);
    border: 1px solid rgba(0,240,255,.18); border-radius: var(--nd28f);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.5);
}
.gca271 { margin-top: 24px; }
.pe537c {
    display: grid; grid-template-columns: 1fr 140px auto;
    align-items: center; gap: 12px;
    padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.06);
    font-size: .9rem;
}
.pe537c > span:first-child { color: var(--cbd13); text-align: left; }
.d59939 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: var(--h78eb); overflow: hidden;
}
.hf537d {
    height: 100%;
    background: linear-gradient(90deg, var(--da310) 0%, var(--h40b6) 100%);
    border-radius: var(--h78eb);
}
.pe537c > span:last-child { color: var(--da310); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.b1470f { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.d29668, .e65e25 {
    background: rgba(0,240,255,.02);
    border: 1px solid rgba(0,240,255,.1);
    border-radius: var(--k5d93); padding: 24px 22px;
}
.d29668 { border-top: 3px solid var(--b46f7); }
.e65e25 { border-top: 3px solid var(--h40b6); }
.d29668 h3, .d29668 h4 { color: var(--b46f7); margin-bottom: 12px; font-size: 1rem; text-transform: uppercase; }
.e65e25 h3, .e65e25 h4 { color: var(--h40b6); margin-bottom: 12px; font-size: 1rem; text-transform: uppercase; }
.d29668 ul, .e65e25 ul { list-style: none; padding: 0; margin: 0; }
.d29668 li::before { content: '\2713 '; color: var(--b46f7); font-weight: 700; }
.e65e25 li::before { content: '\2717 '; color: var(--h40b6); font-weight: 700; }
.d29668 li, .e65e25 li { padding: 5px 0; color: var(--cbd13); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.bf6c11 {
    text-align: center; padding: clamp(52px, 7vw, 80px) 0;
    background:
        radial-gradient(ellipse 70% 60% at 50% 50%, rgba(0,240,255,.07) 0%, transparent 65%),
        radial-gradient(ellipse 80% 50% at 50% 50%, rgba(255,45,120,.04) 0%, transparent 70%),
        var(--ba0c2);
    border-top: 1px solid rgba(0,240,255,.1);
    border-bottom: 1px solid rgba(0,240,255,.1);
}
.bf6c11 h2 {
    font-family: var(--b2e20);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 700; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--da310), var(--h40b6));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    text-transform: uppercase; letter-spacing: 1px;
}
.bf6c11 p { color: var(--cbd13); margin-bottom: 32px; font-size: .97rem; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ===== HIGHLIGHT BOX ===== */
.highlight-box {
    background: rgba(0,240,255,.04);
    border: 1px solid rgba(0,240,255,.15); border-left: 4px solid var(--da310);
    border-radius: var(--h78eb); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--cbd13); font-size: .9rem; }
.highlight-box strong { color: var(--n6aa6); }

/* ===== BREADCRUMB ===== */
.b6376e { padding: 14px 0; font-size: .82rem; }
.d0ef89 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.d0ef89 li + li::before { content: '\203A'; margin-right: 8px; color: var(--o8456); }
.b6376e a { color: var(--o8456); }
.b6376e a:hover { color: var(--n6aa6); }
.b6376e [aria-current] { color: var(--da310); }

/* ===== SITE FOOTER ===== */
.h6ded3 {
    background: var(--p64b5); border-top: 1px solid rgba(0,240,255,.08);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.keb186 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.keb186 a {
    color: var(--o8456); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.keb186 a:hover { color: var(--n6aa6); }

.k1d0d9 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(0,240,255,.06); margin-top: 8px;
}
.k1d0d9 p {
    color: var(--o8456); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.k1d0d9 a { color: var(--da310); }
.k3207d { text-align: center; color: var(--o8456); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.h97c97 { max-width: 800px; margin: 0 auto; }
.h97c97 p {
    color: var(--cbd13); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.h97c97 p:last-child { margin-bottom: 0; }
.h97c97 strong { color: var(--l03ba); }
.h97c97 a { color: var(--n6aa6); text-decoration: underline; text-underline-offset: 3px; }
.h97c97 a:hover { color: var(--da310); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.ncd6ff {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.n711d0 { direction: rtl; }
.n711d0 > * { direction: ltr; }
.d0458e { border-radius: var(--nd28f); overflow: hidden; }
.d0458e img {
    width: 100%; height: auto; display: block;
    border-radius: var(--nd28f);
    border: 1px solid rgba(0,240,255,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.5);
}
.ga3ad3 { color: var(--cbd13); font-size: .93rem; line-height: 1.7; }
.ga3ad3 strong { color: var(--l03ba); }
.ga3ad3 a { color: var(--n6aa6); }
@media (max-width: 768px) {
    .ncd6ff { grid-template-columns: 1fr; gap: 24px; }
    .n711d0 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--a4f7c);
    border-radius: var(--h78eb); font-weight: 700; font-size: .8rem;
    color: var(--a4f7c); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.ha7af2 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--da310);
    color: var(--p64b5); border: none; border-radius: var(--k5d93);
    font-size: 1.2rem; cursor: pointer;
    opacity: 0; visibility: hidden;
    transition: opacity .3s, visibility .3s, transform .2s;
    z-index: 90; box-shadow: 0 0 20px rgba(0,240,255,.3);
}
.ha7af2.i9360e { opacity: 1; visibility: visible; }
.ha7af2:hover { transform: translateY(-3px); background: var(--a4f7c); }

/* ===== REVIEW SCORE (review page) ===== */
.a7140a {
    font-family: var(--b2e20); font-size: 5rem; font-weight: 700;
    background: linear-gradient(135deg, var(--da310), var(--h40b6));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--da310); letter-spacing: 3px; margin: 8px 0; }
.score-table { width: 100%; border-collapse: collapse; margin-top: 20px; font-size: .9rem; }
.score-table td { padding: 10px 12px; border-bottom: 1px solid rgba(255,255,255,.06); }
.score-table td:first-child { color: var(--cbd13); width: 55%; }
.score-table td:last-child { color: var(--da310); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.ob65bd {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
    padding: 12px 16px;
    background: rgba(13,9,22,.96);
    backdrop-filter: blur(12px);
    border-top: 2px solid var(--da310);
    text-align: center;
    box-shadow: 0 -4px 24px rgba(0,0,0,.6);
}
.ob65bd .c8b1cb { width: 100%; max-width: 360px; justify-content: center; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .b894be { display: none; }
    .i6fcbf .o13382 { display: none; }
    .h70bd9 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .b1470f { grid-template-columns: 1fr; }
    section, .afde09 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .keb186 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .d2e699 { grid-template-columns: 1fr 1fr; }
    .dbc19d { grid-template-columns: 1fr 1fr; }
    .pe537c { grid-template-columns: 1fr 100px auto; }
    .ob65bd { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .ffc643 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .d2e699 { grid-template-columns: 1fr; }
    .dbc19d { grid-template-columns: 1fr; }
    .k096ac { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .a7140a { font-size: 3.5rem; }
    .pe537c { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .b1470f { grid-template-columns: 1fr; }
    .pa0474 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.o42268 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.o42268 summary.kc379e {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(0,240,255,.05);
    border: 1px solid rgba(0,240,255,.15);
    color: var(--l03ba);
    padding: 6px 11px;
    border-radius: var(--h78eb);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--c9485);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.o42268 summary.kc379e::-webkit-details-marker { display: none; }
.o42268 summary.kc379e::marker { display: none; }
.o42268:hover summary.kc379e,
.o42268[open] summary.kc379e {
    background: rgba(0,240,255,.1);
    border-color: rgba(0,240,255,.4);
    color: var(--da310);
}
.l11819 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.o42268[open] .l11819 { transform: rotate(180deg); }

.ccab98 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--h4791);
    border: 1px solid rgba(0,240,255,.15);
    border-radius: var(--k5d93);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.7);
    min-width: 160px;
}
.o42268[open] .ccab98 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    max-height: 400px;
    overflow-y: auto;
    animation: fadeInDown .15s ease;
}
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}
.ccab98 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--na98b);
    border-radius: var(--h78eb);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.ccab98 li a:hover,
.ccab98 li a.l1a86f {
    background: rgba(0,240,255,.08);
    color: var(--da310);
}
.ccab98 li a.l1a86f { font-weight: 700; }

/* Mobile lang bar */
.b5948d {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(0,240,255,.08);
    margin-top: 8px;
}
.b5948d a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    background: rgba(0,240,255,.04);
    border: 1px solid rgba(0,240,255,.12);
    border-radius: var(--h78eb);
    color: var(--na98b);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.b5948d a:hover,
.b5948d a.d78a53 {
    background: rgba(0,240,255,.1);
    border-color: rgba(0,240,255,.35);
    color: var(--da310);
}
.b5948d a.d78a53 { font-weight: 700; }

@media (max-width: 768px) {
    .o42268 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.dbc19d, ul.cdaa88 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.pb3c00 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .pb3c00 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.d2e699, ol.ca3b15 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.ca3b15 > li { counter-increment: step-counter; }
ol.ca3b15 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--da310); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.n92738 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--da310); }
.h64799 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.d8d038 { width: 36px; height: 36px; border-radius: 50%; background: var(--da310); color: var(--p64b5); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.j132dd h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.ja7098 { display: grid; grid-template-columns: 1fr; gap: 0; }
.ed9388 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.ed9388:last-child { border-bottom: none; }
.efde43 { font-weight: 600; padding: .75rem 1rem; color: var(--da310); }
.mcb9c7 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.kae55b .m229c0 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.kae55b .i5879e { display: none; }
.kae55b .d82eaa.l9ca06 .i5879e { display: block; }

/* faq variant C: definition list */
dl.ib03ae { display: grid; gap: 0; }
dl.ib03ae dt.od60e5 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.ib03ae dd.i5879e { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.i89554 { padding: 2rem 0; }
.ie636c { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.ie636c li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--k5d93); border: 1px solid var(--b1d4d); color: var(--b1d4d); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.ie636c li a:hover { background: var(--b1d4d); color: var(--p64b5); }


/* Promo Banner (SVG image banners) */
.de5e2a { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.l1ac69 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.l1ac69:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.m7e771 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.fa315b { display: inline-block; vertical-align: middle; }
.g5eb2b .fa315b { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.key-facts {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--h4791), var(--ff2de));
    border-radius: var(--k5d93); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--h78eb); background: var(--ba0c2); }
.fact-row dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.fact-row dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--b1d4d); }
@media (max-width: 768px) { .key-facts { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .key-facts { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--b1d4d); outline-offset: 2px; border-radius: 4px; }
:focus:not(:focus-visible) { outline: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .aeb760 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.c8b1cb, .aeb760, .ffc643, .pce514, .ke6571, .h70bd9, .m229c0, .od60e5, .ha7af2, .ob65bd a, .kc379e { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.aeb760 { position: relative; overflow: visible; }
.aeb760::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--b1d4d); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.aeb760:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.aeb760::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.hero-badge {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 4px 12px; border-radius: 20px;
    font-size: 0.75rem; font-weight: 600;
    background: rgba(255,255,255,0.08); color: var(--txt-2);
    border: 1px solid rgba(255,255,255,0.1);
}
.hero-badge.freshness { color: var(--b1d4d); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.payment-grid, .provider-grid { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.payment-item, .provider-item { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--h78eb); background: var(--h4791); transition: transform 0.2s; }
.payment-item:hover, .provider-item:hover { transform: translateY(-2px); }
.payment-item span, .provider-item span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.trust-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.trust-item { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--h78eb); background: var(--h4791); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--b1d4d); }
.trust-item span { font-size: 0.7rem; color: var(--b1d4d); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.review-card { background: var(--h4791); border-radius: var(--k5d93); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--b1d4d), var(--da310)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--p64b5); flex-shrink: 0; }
.review-stars { color: var(--b1d4d); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--o8456); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--na98b); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1100px; }
:root { --radius: 2px; --radius-lg: 4px; --radius-sm: 1px; }
.section { padding: clamp(64px, 9vw, 100px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.btn-gold { animation: none; box-shadow: none; background: var(--gold); }
.btn-gold:hover { box-shadow: 0 4px 16px rgba(0,0,0,.3); }
.info-card:hover, .bonus-card:hover { box-shadow: none; }
body { line-height: 1.8; }
body { font-size: 16.5px; }
.section + .section::before { content: ''; display: block; width: 60px; height: 3px; background: var(--gold); margin: 0 auto 40px; opacity: .3; }
.info-card:hover { transform: scale(1.03); }
