@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 {
    --f6c29:        #00F0FF;
    --lb296:  #33F5FF;
    --e5d64:   #00BCD4;
    --jc4ed:         #FF2D78;
    --h8441:         #00F0FF;
    --ned3f:    #00BCD4;
    --a946f:         #00E676;
    --d2119:    #00C853;
    --hd6e0:           #09050F;
    --ad4a2:         #0D0916;
    --me8df:         #130B20;
    --le36c:         #1A1030;
    --i8282:        #FFFFFF;
    --o7969:         #9CA3AF;
    --i5308:       #6B7280;
    --l466b:       #9CA3AF;
    --f06cc:    'Rajdhani', sans-serif;
    --cd70e:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --oa90d:       4px;
    --n25ed:    8px;
    --p624d:    2px;
    --pe25f:        1100px;
    --labdc:       0 4px 24px rgba(0,0,0,.6);
    --j603b:         0 0 32px rgba(0,240,255,.25);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--f6c29);
    --color-primary-light: var(--lb296);
    --color-primary-dark: var(--e5d64);
    --color-accent: var(--h8441);
    --color-accent-dark: var(--ned3f);
    --color-secondary: var(--a946f);
    --color-secondary-dark: var(--d2119);
    --color-surface: var(--me8df);
    --color-surface-elevated: var(--le36c);
    --color-on-surface: var(--i8282);
    --color-on-surface-muted: var(--o7969);
    --color-text: var(--i8282);
    --color-text-secondary: var(--l466b);
    --text-heading: var(--f06cc);
    --text-body: var(--cd70e);
    --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(--cd70e);
    background: var(--hd6e0);
    color: var(--i8282);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--lb296); text-decoration: none; transition: color .2s; }
a:hover { color: var(--h8441); }
img { max-width: 100%; height: auto; display: block; }

.d60fa2 { width: 92%; max-width: var(--pe25f); margin: 0 auto; }

.b26932 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.c771e3 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--f6c29); color: var(--hd6e0);
    padding: 8px 16px; border-radius: var(--p624d);
    z-index: 999; transition: top .2s;
    font-weight: 600;
}
.c771e3:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.f24e4f {
    position: sticky; top: 0; z-index: 100;
    background: var(--hd6e0);
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, var(--f6c29) 0%, var(--jc4ed) 100%) 1;
}
.ce14c6 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.p6d128 {
    font-family: var(--f06cc);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--i8282);
    white-space: nowrap; text-decoration: none;
    letter-spacing: 1px; text-transform: uppercase;
}
.p6d128:hover { color: var(--f6c29); }

/* Main Nav */
.a0a148 { display: flex; align-items: center; gap: 20px; }
.h677f4 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.h677f4 a {
    color: var(--o7969); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.h677f4 a:hover { color: var(--lb296); }

/* Language Select */
.j4d9a2 {
    background: var(--me8df); color: var(--i8282);
    border: 1px solid rgba(0,240,255,.25);
    border-radius: var(--p624d);
    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;
}
.j4d9a2:hover, .j4d9a2:focus { border-color: var(--f6c29); outline: none; }

/* Menu Toggle */
.e17334 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.aa5d76, .aa5d76::before, .aa5d76::after {
    display: block; width: 24px; height: 2px;
    background: var(--i8282); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.aa5d76 { position: relative; }
.aa5d76::before, .aa5d76::after { content: ''; position: absolute; left: 0; }
.aa5d76::before { top: -7px; }
.aa5d76::after { top: 7px; }

/* Mobile Nav */
.f8dbfe {
    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;
}
.f8dbfe.e8553e { display: flex; }
.a2eba1 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.a2eba1 a {
    font-size: 1.2rem; font-weight: 600; color: var(--i8282); text-decoration: none;
    letter-spacing: .5px;
}
.a2eba1 a:hover { color: var(--lb296); }

/* ===== BUTTONS ===== */
.a3a472 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--f06cc); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--oa90d); 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(--f6c29) 0%, var(--e5d64) 100%);
    color: var(--hd6e0); box-shadow: var(--j603b);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(0,240,255,.55);
    color: var(--hd6e0);
}
.btn-secondary {
    background: transparent; color: var(--lb296);
    border: 2px solid var(--f6c29);
}
.btn-secondary:hover { background: rgba(0,240,255,.08); color: var(--lb296); }

/* 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); }
}
.ab090e {
    background: linear-gradient(135deg, var(--f6c29) 0%, #00D4E0 55%, var(--e5d64) 100%);
    color: var(--hd6e0); 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;
}
.ab090e:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(0,240,255,.7);
    color: var(--hd6e0); animation: none;
}

.n40329 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--n25ed); }
.be7f9f { padding: 8px 18px; font-size: .85rem; border-radius: var(--p624d); }

/* Nav CTA in header */
.he1db1 {
    background: linear-gradient(135deg, var(--f6c29) 0%, var(--e5d64) 100%);
    color: var(--hd6e0) !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--p624d);
    box-shadow: 0 0 16px rgba(0,240,255,.3);
    transition: transform .2s, box-shadow .2s;
    text-transform: uppercase; letter-spacing: .5px;
}
.he1db1:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(0,240,255,.55);
    color: var(--hd6e0) !important;
}

/* ===== PAGE HERO (subpages) ===== */
.id3e19 {
    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(--hd6e0);
    position: relative; overflow: hidden;
}
.id3e19::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;
}
.c3ee04 {
    font-family: var(--f06cc);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--f6c29) 0%, #66F7FF 50%, var(--jc4ed) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    text-transform: uppercase; letter-spacing: 1px;
}
.ec83bd {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--o7969);
    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(--hd6e0);
}
.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(--f06cc);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--f6c29) 0%, #66F7FF 45%, var(--jc4ed) 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(--o7969);
    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(--o7969);
    padding: 7px 14px;
    background: rgba(0,240,255,.03);
    border: 1px solid rgba(0,240,255,.15);
    border-radius: var(--p624d);
}
.hero-stat strong { color: var(--lb296); }

/* ===== SECTIONS ===== */
.i49c0d { padding: clamp(52px, 7vw, 80px) 0; }
.j6a7e8 { background: var(--ad4a2); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--f6c29); margin-bottom: 10px;
}
.i49c0d h2, .oe6bc8 {
    font-family: var(--f06cc);
    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;
}
.i49c0d h3 {
    font-family: var(--f06cc); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--lb296);
    text-transform: uppercase;
}
.i49c0d p, .section-desc {
    color: var(--o7969); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.i49c0d ul, .i49c0d ol {
    color: var(--o7969); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.i49c0d li { margin-bottom: 8px; }
.i49c0d li strong { color: var(--i8282); }

/* ===== 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(--oa90d); 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(--labdc);
}
.be949b { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--f06cc); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--i8282);
    text-transform: uppercase; letter-spacing: .3px;
}
.card p { color: var(--o7969); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.adbcec { overflow-x: auto; margin: 24px 0; border-radius: var(--p624d); }
.a60acd { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.a60acd thead th {
    background: var(--le36c); color: var(--i8282); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(0,240,255,.2);
    font-family: var(--f06cc); text-transform: uppercase;
    letter-spacing: .5px;
}
.a60acd thead th:first-child { border-radius: var(--p624d) 0 0 0; }
.a60acd thead th:last-child { border-radius: 0 var(--p624d) 0 0; }
.a60acd tr { border-bottom: 1px solid rgba(255,255,255,.06); transition: background .2s; }
.a60acd td { padding: 13px 16px; }
.a60acd td:first-child { color: var(--o7969); font-weight: 500; width: 42%; }
.a60acd td:last-child { color: var(--i8282); font-weight: 600; }
.a60acd tr:hover {
    background: rgba(0,240,255,.04);
    border-left: 3px solid var(--f6c29);
}

/* ===== 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(--f6c29), var(--jc4ed));
    border-radius: var(--oa90d); font-family: var(--f06cc);
    font-size: 1.2rem; font-weight: 700; color: var(--hd6e0);
    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(--o7969); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.j94cec { max-width: 800px; margin: 0 auto; }
details.g26348 {
    border: 1px solid rgba(0,240,255,.1);
    border-radius: var(--oa90d); margin-bottom: 8px;
    transition: border-color .2s;
}
details.g26348[open] { border-color: rgba(0,240,255,.3); }
details.g26348 summary {
    display: block; list-style: none;
    color: var(--i8282); font-family: var(--cd70e);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 20px;
    cursor: pointer; position: relative; transition: color .2s;
}
details.g26348 summary::-webkit-details-marker { display: none; }
details.g26348 summary::marker { display: none; content: ''; }
details.g26348 summary::after {
    content: '+'; position: absolute; right: 16px; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--f6c29); transition: transform .3s;
}
details.g26348[open] summary::after { content: '\2212'; }
details.g26348 summary:hover { color: var(--lb296); }
details.g26348 > p { padding: 0 20px 20px; color: var(--o7969); font-size: .9rem; line-height: 1.7; }
details.g26348 > div { padding: 0 20px 20px; color: var(--o7969); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--ad4a2); }

/* ===== INFO GRID & CARDS ===== */
.caf96b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.f07e32 {
    background: rgba(0,240,255,.03);
    border: 1px solid rgba(0,240,255,.12); border-radius: var(--oa90d); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.f07e32:hover {
    transform: translateY(-5px);
    border-color: rgba(0,240,255,.4);
    box-shadow: 0 0 30px rgba(0,240,255,.15), var(--labdc);
}
.m33c6b { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.f07e32 h3 {
    font-family: var(--f06cc); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--i8282);
    text-transform: uppercase; letter-spacing: .3px;
}
.f07e32 p { color: var(--o7969); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.o0ca55 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.i6e84d {
    background: rgba(0,240,255,.03);
    border: 1px solid rgba(0,240,255,.15); border-radius: var(--oa90d); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.i6e84d:hover {
    transform: translateY(-5px);
    border-color: rgba(0,240,255,.4);
    box-shadow: 0 0 30px rgba(0,240,255,.15), var(--labdc);
}
.i6e84d h3 {
    font-family: var(--f06cc); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--f6c29);
    text-transform: uppercase; letter-spacing: .3px;
}
.i6e84d p { color: var(--o7969); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.k83ca5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.i95aa5 { text-align: center; padding: 22px 14px; }
.g469d3 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--f6c29), var(--jc4ed));
    border-radius: var(--oa90d); font-family: var(--f06cc);
    font-size: 1.15rem; font-weight: 800; color: var(--hd6e0);
    box-shadow: 0 0 22px rgba(0,240,255,.35);
}
.i95aa5 h3 {
    font-family: var(--f06cc); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--i8282);
    text-transform: uppercase;
}
.i95aa5 p { color: var(--o7969); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.g11f47 {
    background: rgba(0,240,255,.03);
    border: 1px solid rgba(0,240,255,.18); border-radius: var(--n25ed);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.5);
}
.lff79d { margin-top: 24px; }
.k34a6f {
    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;
}
.k34a6f > span:first-child { color: var(--o7969); text-align: left; }
.o4bb24 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: var(--p624d); overflow: hidden;
}
.c47a73 {
    height: 100%;
    background: linear-gradient(90deg, var(--f6c29) 0%, var(--jc4ed) 100%);
    border-radius: var(--p624d);
}
.k34a6f > span:last-child { color: var(--f6c29); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.h3e29f { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.c917ed, .iac690 {
    background: rgba(0,240,255,.02);
    border: 1px solid rgba(0,240,255,.1);
    border-radius: var(--oa90d); padding: 24px 22px;
}
.c917ed { border-top: 3px solid var(--a946f); }
.iac690 { border-top: 3px solid var(--jc4ed); }
.c917ed h3, .c917ed h4 { color: var(--a946f); margin-bottom: 12px; font-size: 1rem; text-transform: uppercase; }
.iac690 h3, .iac690 h4 { color: var(--jc4ed); margin-bottom: 12px; font-size: 1rem; text-transform: uppercase; }
.c917ed ul, .iac690 ul { list-style: none; padding: 0; margin: 0; }
.c917ed li::before { content: '\2713 '; color: var(--a946f); font-weight: 700; }
.iac690 li::before { content: '\2717 '; color: var(--jc4ed); font-weight: 700; }
.c917ed li, .iac690 li { padding: 5px 0; color: var(--o7969); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.ade471 {
    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(--ad4a2);
    border-top: 1px solid rgba(0,240,255,.1);
    border-bottom: 1px solid rgba(0,240,255,.1);
}
.ade471 h2 {
    font-family: var(--f06cc);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 700; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--f6c29), var(--jc4ed));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    text-transform: uppercase; letter-spacing: 1px;
}
.ade471 p { color: var(--o7969); 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(--f6c29);
    border-radius: var(--p624d); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--o7969); font-size: .9rem; }
.highlight-box strong { color: var(--lb296); }

/* ===== BREADCRUMB ===== */
.d4e912 { padding: 14px 0; font-size: .82rem; }
.ab3b43 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.ab3b43 li + li::before { content: '\203A'; margin-right: 8px; color: var(--i5308); }
.d4e912 a { color: var(--i5308); }
.d4e912 a:hover { color: var(--lb296); }
.d4e912 [aria-current] { color: var(--f6c29); }

/* ===== SITE FOOTER ===== */
.ea27d5 {
    background: var(--hd6e0); border-top: 1px solid rgba(0,240,255,.08);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.l5f5c9 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.l5f5c9 a {
    color: var(--i5308); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.l5f5c9 a:hover { color: var(--lb296); }

.l99090 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(0,240,255,.06); margin-top: 8px;
}
.l99090 p {
    color: var(--i5308); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.l99090 a { color: var(--f6c29); }
.l50c4c { text-align: center; color: var(--i5308); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.nf2f2c { max-width: 800px; margin: 0 auto; }
.nf2f2c p {
    color: var(--o7969); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.nf2f2c p:last-child { margin-bottom: 0; }
.nf2f2c strong { color: var(--i8282); }
.nf2f2c a { color: var(--lb296); text-decoration: underline; text-underline-offset: 3px; }
.nf2f2c a:hover { color: var(--f6c29); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.ia2ffb {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.d7b9f6 { direction: rtl; }
.d7b9f6 > * { direction: ltr; }
.gc70a0 { border-radius: var(--n25ed); overflow: hidden; }
.gc70a0 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--n25ed);
    border: 1px solid rgba(0,240,255,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.5);
}
.hccfc2 { color: var(--o7969); font-size: .93rem; line-height: 1.7; }
.hccfc2 strong { color: var(--i8282); }
.hccfc2 a { color: var(--lb296); }
@media (max-width: 768px) {
    .ia2ffb { grid-template-columns: 1fr; gap: 24px; }
    .d7b9f6 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--e5d64);
    border-radius: var(--p624d); font-weight: 700; font-size: .8rem;
    color: var(--e5d64); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.o32ccb {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--f6c29);
    color: var(--hd6e0); border: none; border-radius: var(--oa90d);
    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);
}
.o32ccb.c972e6 { opacity: 1; visibility: visible; }
.o32ccb:hover { transform: translateY(-3px); background: var(--e5d64); }

/* ===== REVIEW SCORE (review page) ===== */
.dc004c {
    font-family: var(--f06cc); font-size: 5rem; font-weight: 700;
    background: linear-gradient(135deg, var(--f6c29), var(--jc4ed));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--f6c29); 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(--o7969); width: 55%; }
.score-table td:last-child { color: var(--f6c29); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.g68371 {
    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(--f6c29);
    text-align: center;
    box-shadow: 0 -4px 24px rgba(0,0,0,.6);
}
.g68371 .a3a472 { 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) {
    .h677f4 { display: none; }
    .a0a148 .j4d9a2 { display: none; }
    .e17334 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .h3e29f { grid-template-columns: 1fr; }
    section, .i49c0d { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .l5f5c9 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .k83ca5 { grid-template-columns: 1fr 1fr; }
    .caf96b { grid-template-columns: 1fr 1fr; }
    .k34a6f { grid-template-columns: 1fr 100px auto; }
    .g68371 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .n40329 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .k83ca5 { grid-template-columns: 1fr; }
    .caf96b { grid-template-columns: 1fr; }
    .ce14c6 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .dc004c { font-size: 3.5rem; }
    .k34a6f { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .h3e29f { grid-template-columns: 1fr; }
    .g11f47 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.ff9309 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.ff9309 summary.a52783 {
    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(--i8282);
    padding: 6px 11px;
    border-radius: var(--p624d);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--cd70e);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.ff9309 summary.a52783::-webkit-details-marker { display: none; }
.ff9309 summary.a52783::marker { display: none; }
.ff9309:hover summary.a52783,
.ff9309[open] summary.a52783 {
    background: rgba(0,240,255,.1);
    border-color: rgba(0,240,255,.4);
    color: var(--f6c29);
}
.n17376 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.ff9309[open] .n17376 { transform: rotate(180deg); }

.b2af1b {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--me8df);
    border: 1px solid rgba(0,240,255,.15);
    border-radius: var(--oa90d);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.7);
    min-width: 160px;
}
.ff9309[open] .b2af1b {
    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); }
}
.b2af1b li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--l466b);
    border-radius: var(--p624d);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.b2af1b li a:hover,
.b2af1b li a.n07b2d {
    background: rgba(0,240,255,.08);
    color: var(--f6c29);
}
.b2af1b li a.n07b2d { font-weight: 700; }

/* Mobile lang bar */
.o759a8 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(0,240,255,.08);
    margin-top: 8px;
}
.o759a8 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(--p624d);
    color: var(--l466b);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.o759a8 a:hover,
.o759a8 a.h833c4 {
    background: rgba(0,240,255,.1);
    border-color: rgba(0,240,255,.35);
    color: var(--f6c29);
}
.o759a8 a.h833c4 { font-weight: 700; }

@media (max-width: 768px) {
    .ff9309 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.caf96b, ul.hb7532 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.ic6e88 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .ic6e88 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.k83ca5, ol.c83398 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.c83398 > li { counter-increment: step-counter; }
ol.c83398 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--f6c29); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.id362c { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--f6c29); }
.de97ca { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.g41db3 { width: 36px; height: 36px; border-radius: 50%; background: var(--f6c29); color: var(--hd6e0); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.a17b10 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.h3536b { display: grid; grid-template-columns: 1fr; gap: 0; }
.l18a62 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.l18a62:last-child { border-bottom: none; }
.na2ae7 { font-weight: 600; padding: .75rem 1rem; color: var(--f6c29); }
.gd2759 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.kf8e86 .f6fdc5 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.kf8e86 .ca26dc { display: none; }
.kf8e86 .g26348.e8553e .ca26dc { display: block; }

/* faq variant C: definition list */
dl.j94cec { display: grid; gap: 0; }
dl.j94cec dt.l160e6 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.j94cec dd.ca26dc { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.m9b653 { padding: 2rem 0; }
.h2d163 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.h2d163 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--oa90d); border: 1px solid var(--h8441); color: var(--h8441); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.h2d163 li a:hover { background: var(--h8441); color: var(--hd6e0); }


/* Promo Banner (SVG image banners) */
.jd867d { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.a6fef2 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.a6fef2:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.n13145 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.be949b { display: inline-block; vertical-align: middle; }
.m33c6b .be949b { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.l2cde6 {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--me8df), var(--le36c));
    border-radius: var(--oa90d); padding: 24px; margin-top: 24px;
}
.e6a266 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--p624d); background: var(--ad4a2); }
.e6a266 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.e6a266 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--h8441); }
@media (max-width: 768px) { .l2cde6 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .l2cde6 { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--h8441); 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; }
  .ab090e { animation: none; }
}
/* Touch targets: minimum 44x44px */
.a3a472, .ab090e, .n40329, .be7f9f, .he1db1, .e17334, .f6fdc5, .l160e6, .o32ccb, .g68371 a, .a52783 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.ab090e { position: relative; overflow: visible; }
.ab090e::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--h8441); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.ab090e:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.ab090e::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.o77ba4 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.m35777 {
    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);
}
.m35777.g48ac1 { color: var(--h8441); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.f5ccdd, .m1906b { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.o4ec4b, .g53c15 { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--p624d); background: var(--me8df); transition: transform 0.2s; }
.o4ec4b:hover, .g53c15:hover { transform: translateY(-2px); }
.o4ec4b span, .g53c15 span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.a964f4 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.j578c9 { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--p624d); background: var(--me8df); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.j578c9:hover { border-color: var(--h8441); }
.j578c9 span { font-size: 0.7rem; color: var(--h8441); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.gd5613 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.g3a6b5 { background: var(--me8df); border-radius: var(--oa90d); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.me3181 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.ba82b6 { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--h8441), var(--f6c29)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--hd6e0); flex-shrink: 0; }
.eebd9c { color: var(--h8441); font-size: 14px; letter-spacing: 1px; }
.nbd326 { color: var(--i5308); font-size: 0.75rem; }
.g3a6b5 p { font-size: 0.9rem; color: var(--l466b); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1200px; }
:root { --radius: 24px; --radius-lg: 36px; --radius-sm: 14px; }
.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.75; }
body { font-size: 17px; }
.image-text { grid-template-columns: 1.2fr .8fr; }
