@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&family=DM+Sans:wght@400;500;700&display=swap');
/* ===== MAGENTA PULSE — Design System ===== */
:root {
    --p8187:        #FF1493;
    --a3784:        #FF50B0;
    --na9b1:        #CC1078;
    --heafb:        #FF2090;
    --p8998:        #FF1493;
    --dbfb5:        #CC1078;
    --d14b7:        #E040FB;
    --ad984:        #B030C8;
    --c2632:        #08040A;
    --i3d0b:        #100814;
    --haa06:        #180C1E;
    --c1c76:        #201028;
    --gfb49:        #FFFFFF;
    --j0362:        #B080A0;
    --ec9d7:        #705068;
    --e186a:        #B080A0;
    --l5e16:    'Sora', sans-serif;
    --p40c2:    'DM Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --e6704:       12px;
    --je288:    20px;
    --d2c64:    8px;
    --cc0c6:        1100px;
    --g88c5:       0 4px 24px rgba(0,0,0,.5);
    --maa47:         0 0 32px rgba(255,20,147,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--p8187);
    --color-primary-light: var(--a3784);
    --color-primary-dark: var(--na9b1);
    --color-accent: var(--p8998);
    --color-accent-dark: var(--dbfb5);
    --color-secondary: var(--d14b7);
    --color-secondary-dark: var(--ad984);
    --color-surface: var(--haa06);
    --color-surface-elevated: var(--c1c76);
    --color-on-surface: var(--gfb49);
    --color-on-surface-muted: var(--j0362);
    --color-text: var(--gfb49);
    --color-text-secondary: var(--e186a);
    --text-heading: var(--l5e16);
    --text-body: var(--p40c2);
    --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(--p40c2);
    background: var(--c2632);
    color: var(--gfb49);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--a3784); text-decoration: none; transition: color .2s; }
a:hover { color: var(--p8998); }
img { max-width: 100%; height: auto; display: block; }

.jf87c3 { width: 92%; max-width: var(--cc0c6); margin: 0 auto; }

.a1b6d2 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.obd0cb {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--p8187); color: var(--gfb49);
    padding: 8px 16px; border-radius: var(--d2c64);
    z-index: 999; transition: top .2s;
}
.obd0cb:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.ma5b8a {
    position: sticky; top: 0; z-index: 100;
    background: rgba(8,12,24,.93);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(212,168,67,.15);
}
.p726f4 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.k2cf84 {
    font-family: var(--l5e16);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--gfb49);
    white-space: nowrap; text-decoration: none;
}
.k2cf84:hover { color: var(--p8998); }

/* Main Nav */
.da8022 { display: flex; align-items: center; gap: 20px; }
.j0b670 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.j0b670 a {
    color: var(--j0362); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.j0b670 a:hover { color: var(--a3784); }

/* Language Select */
.d8ed64 {
    background: var(--haa06); color: var(--gfb49);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--d2c64);
    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='%23D4A843'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 8px center;
    transition: border-color .2s;
}
.d8ed64:hover, .d8ed64:focus { border-color: var(--p8187); outline: none; }

/* Menu Toggle */
.gcc14f {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.c1cd8f, .c1cd8f::before, .c1cd8f::after {
    display: block; width: 24px; height: 2px;
    background: var(--gfb49); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.c1cd8f { position: relative; }
.c1cd8f::before, .c1cd8f::after { content: ''; position: absolute; left: 0; }
.c1cd8f::before { top: -7px; }
.c1cd8f::after { top: 7px; }

/* Mobile Nav */
.ba66d2 {
    display: none; position: fixed; inset: 0;
    background: rgba(8,12,24,.97); z-index: 200;
    align-items: center; justify-content: center;
    flex-direction: column; padding: 60px 20px;
}
.ba66d2.pc7d56 { display: flex; }
.b63d41 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.b63d41 a {
    font-size: 1.2rem; font-weight: 600; color: var(--gfb49); text-decoration: none;
}
.b63d41 a:hover { color: var(--a3784); }

/* ===== BUTTONS ===== */
.c6e234 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--l5e16); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--e6704); border: none;
    cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s;
    text-decoration: none; white-space: nowrap; letter-spacing: .3px;
}
.btn-primary {
    background: linear-gradient(135deg, var(--p8187) 0%, var(--heafb) 100%);
    color: var(--gfb49); box-shadow: var(--maa47);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--gfb49);
}
.btn-secondary {
    background: transparent; color: var(--a3784);
    border: 2px solid var(--p8187);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--p8998); }

/* Gold CTA — main call-to-action */
@keyframes pulse-glow {
    0%,100% { box-shadow: 0 0 22px rgba(244,200,66,.35); }
    50%      { box-shadow: 0 0 50px rgba(244,200,66,.7), 0 0 90px rgba(244,200,66,.18); }
}
.o3cd21 {
    background: linear-gradient(135deg, var(--p8998) 0%, #e8a020 55%, var(--dbfb5) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.o3cd21:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.hb06f6 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--je288); }
.e9c70f { padding: 8px 18px; font-size: .85rem; border-radius: var(--d2c64); }

/* Nav CTA in header */
.e0fd72 {
    background: linear-gradient(135deg, var(--p8998) 0%, var(--dbfb5) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--d2c64);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.e0fd72:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.nb70d1 {
    padding: clamp(52px, 8vw, 90px) 0 clamp(44px, 6vw, 70px);
    text-align: center;
    background:
        radial-gradient(ellipse 80% 55% at 50% 0%, rgba(212,168,67,.14) 0%, transparent 65%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(244,200,66,.05) 0%, transparent 60%),
        var(--c2632);
    position: relative; overflow: hidden;
}
.nb70d1::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%3Cpath d='M30 5L33 20H47L36 28L39 43L30 34L21 43L24 28L13 20H27Z' fill='rgba(212,168,67,0.015)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.a21ab1 {
    font-family: var(--l5e16);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--p8998) 0%, var(--a3784) 50%, var(--p8187) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.o30dae {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--j0362);
    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(212,168,67,.13) 0%, transparent 70%),
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(184,138,48,.08) 0%, transparent 60%),
        var(--c2632);
}
.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%3Cpath d='M30 5L33 20H47L36 28L39 43L30 34L21 43L24 28L13 20H27Z' fill='rgba(212,168,67,0.02)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.hero h1 {
    font-family: var(--l5e16);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--p8998) 0%, var(--a3784) 45%, var(--p8187) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--j0362);
    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(--j0362);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--d2c64);
}
.hero-stat strong { color: var(--a3784); }

/* ===== SECTIONS ===== */
.g7d518 { padding: clamp(52px, 7vw, 80px) 0; }
.k86cae { background: var(--i3d0b); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--p8187); margin-bottom: 10px;
}
.g7d518 h2, .jd6864 {
    font-family: var(--l5e16);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.g7d518 h3 {
    font-family: var(--l5e16); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--a3784);
}
.g7d518 p, .section-desc {
    color: var(--j0362); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.g7d518 ul, .g7d518 ol {
    color: var(--j0362); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.g7d518 li { margin-bottom: 8px; }
.g7d518 li strong { color: var(--gfb49); }

/* ===== 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: linear-gradient(145deg, var(--haa06), var(--c1c76));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--e6704); padding: 28px 24px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.card:hover {
    transform: translateY(-4px);
    border-color: rgba(212,168,67,.3);
    box-shadow: var(--g88c5);
}
.p8a86c { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--l5e16); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--gfb49);
}
.card p { color: var(--j0362); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.icb3a7 { overflow-x: auto; margin: 24px 0; border-radius: var(--d2c64); }
.ec365d { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.ec365d thead th {
    background: var(--c1c76); color: var(--gfb49); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.ec365d thead th:first-child { border-radius: var(--d2c64) 0 0 0; }
.ec365d thead th:last-child { border-radius: 0 var(--d2c64) 0 0; }
.ec365d tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.ec365d td { padding: 13px 16px; }
.ec365d td:first-child { color: var(--j0362); font-weight: 500; width: 42%; }
.ec365d td:last-child { color: var(--gfb49); font-weight: 600; }
.ec365d tr:hover { background: rgba(212,168,67,.04); }

/* ===== 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(--p8187), var(--heafb));
    border-radius: 50%; font-family: var(--l5e16);
    font-size: 1.2rem; font-weight: 700; color: var(--gfb49);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--j0362); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.p59c36 { max-width: 800px; margin: 0 auto; }
details.k2606c { border-bottom: 1px solid rgba(255,255,255,.07); }
details.k2606c summary {
    display: block; list-style: none;
    color: var(--gfb49); font-family: var(--p40c2);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.k2606c summary::-webkit-details-marker { display: none; }
details.k2606c summary::marker { display: none; content: ''; }
details.k2606c summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--p8187); transition: transform .3s;
}
details.k2606c[open] summary::after { content: '\2212'; }
details.k2606c summary:hover { color: var(--a3784); }
details.k2606c > p { padding: 0 0 20px; color: var(--j0362); font-size: .9rem; line-height: 1.7; }
details.k2606c > div { padding: 0 0 20px; color: var(--j0362); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--i3d0b); }

/* ===== INFO GRID & CARDS ===== */
.g06589 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.i2fa76 {
    background: linear-gradient(145deg, var(--haa06), var(--c1c76));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--e6704); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.i2fa76:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--g88c5);
}
.hcabe6 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.i2fa76 h3 {
    font-family: var(--l5e16); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--gfb49);
}
.i2fa76 p { color: var(--j0362); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.j12851 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.gf9f00 {
    background: linear-gradient(145deg, var(--haa06), var(--c1c76));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--e6704); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.gf9f00:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.gf9f00 h3 {
    font-family: var(--l5e16); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--p8998);
}
.gf9f00 p { color: var(--j0362); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.m81ab7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.n24641 { text-align: center; padding: 22px 14px; }
.c871b6 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--p8187), var(--heafb));
    border-radius: 50%; font-family: var(--l5e16);
    font-size: 1.15rem; font-weight: 800; color: var(--gfb49);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.n24641 h3 {
    font-family: var(--l5e16); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--gfb49);
}
.n24641 p { color: var(--j0362); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.if0c0c {
    background: linear-gradient(145deg, var(--haa06), var(--c1c76));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--je288);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.j60c5d { margin-top: 24px; }
.e769ba {
    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;
}
.e769ba > span:first-child { color: var(--j0362); text-align: left; }
.c1873f {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.ne7906 {
    height: 100%;
    background: linear-gradient(90deg, var(--p8187) 0%, var(--p8998) 100%);
    border-radius: 4px;
}
.e769ba > span:last-child { color: var(--p8998); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.b2dccf { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.ef450b, .dec50f {
    background: linear-gradient(145deg, var(--haa06), var(--c1c76));
    border-radius: var(--e6704); padding: 24px 22px;
}
.ef450b { border-top: 3px solid var(--d14b7); }
.dec50f { border-top: 3px solid #C84040; }
.ef450b h3, .ef450b h4 { color: var(--d14b7); margin-bottom: 12px; font-size: 1rem; }
.dec50f h3, .dec50f h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.ef450b ul, .dec50f ul { list-style: none; padding: 0; margin: 0; }
.ef450b li::before { content: '\2713 '; color: var(--d14b7); font-weight: 700; }
.dec50f li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.ef450b li, .dec50f li { padding: 5px 0; color: var(--j0362); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.aa6f52 {
    text-align: center; padding: clamp(52px, 7vw, 80px) 0;
    background:
        radial-gradient(ellipse 70% 60% at 50% 50%, rgba(244,200,66,.09) 0%, transparent 65%),
        radial-gradient(ellipse 80% 50% at 50% 50%, rgba(212,168,67,.08) 0%, transparent 70%),
        var(--i3d0b);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.aa6f52 h2 {
    font-family: var(--l5e16);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--p8998), var(--a3784));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.aa6f52 p { color: var(--j0362); margin-bottom: 32px; font-size: .97rem; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ===== HIGHLIGHT BOX ===== */
.highlight-box {
    background: linear-gradient(135deg, rgba(212,168,67,.08), rgba(184,138,48,.05));
    border: 1px solid rgba(212,168,67,.2); border-left: 4px solid var(--p8187);
    border-radius: var(--d2c64); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--j0362); font-size: .9rem; }
.highlight-box strong { color: var(--a3784); }

/* ===== BREADCRUMB ===== */
.i802cd { padding: 14px 0; font-size: .82rem; }
.o26f5b { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.o26f5b li + li::before { content: '\203A'; margin-right: 8px; color: var(--ec9d7); }
.i802cd a { color: var(--ec9d7); }
.i802cd a:hover { color: var(--a3784); }
.i802cd [aria-current] { color: var(--p8187); }

/* ===== SITE FOOTER ===== */
.h1e0af {
    background: var(--c2632); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.g1f53d {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.g1f53d a {
    color: var(--ec9d7); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.g1f53d a:hover { color: var(--a3784); }

.a8ba1c {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.a8ba1c p {
    color: var(--ec9d7); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.a8ba1c a { color: var(--p8187); }
.l36e77 { text-align: center; color: var(--ec9d7); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.ga4acd { max-width: 800px; margin: 0 auto; }
.ga4acd p {
    color: var(--j0362); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.ga4acd p:last-child { margin-bottom: 0; }
.ga4acd strong { color: var(--gfb49); }
.ga4acd a { color: var(--a3784); text-decoration: underline; text-underline-offset: 3px; }
.ga4acd a:hover { color: var(--p8998); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.p9447d {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.h60552 { direction: rtl; }
.h60552 > * { direction: ltr; }
.i978b9 { border-radius: var(--je288); overflow: hidden; }
.i978b9 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--je288);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.j028ed { color: var(--j0362); font-size: .93rem; line-height: 1.7; }
.j028ed strong { color: var(--gfb49); }
.j028ed a { color: var(--a3784); }
@media (max-width: 768px) {
    .p9447d { grid-template-columns: 1fr; gap: 24px; }
    .h60552 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--na9b1);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--na9b1); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.g57103 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--p8187);
    color: var(--gfb49); border: none; border-radius: 50%;
    font-size: 1.2rem; cursor: pointer;
    opacity: 0; visibility: hidden;
    transition: opacity .3s, visibility .3s, transform .2s;
    z-index: 90; box-shadow: var(--g88c5);
}
.g57103.a71fd1 { opacity: 1; visibility: visible; }
.g57103:hover { transform: translateY(-3px); background: var(--na9b1); }

/* ===== REVIEW SCORE (review page) ===== */
.l6ab15 {
    font-family: var(--l5e16); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--p8998), var(--a3784));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--p8998); 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(--j0362); width: 55%; }
.score-table td:last-child { color: var(--p8998); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.hae37b {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
    padding: 12px 16px;
    background: rgba(8,12,24,.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(244,200,66,.2);
    text-align: center;
    box-shadow: 0 -4px 24px rgba(0,0,0,.5);
}
.hae37b .c6e234 { 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) {
    .j0b670 { display: none; }
    .da8022 .d8ed64 { display: none; }
    .gcc14f { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .b2dccf { grid-template-columns: 1fr; }
    section, .g7d518 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .g1f53d { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .m81ab7 { grid-template-columns: 1fr 1fr; }
    .g06589 { grid-template-columns: 1fr 1fr; }
    .e769ba { grid-template-columns: 1fr 100px auto; }
    .hae37b { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .hb06f6 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .m81ab7 { grid-template-columns: 1fr; }
    .g06589 { grid-template-columns: 1fr; }
    .p726f4 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .l6ab15 { font-size: 3.5rem; }
    .e769ba { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .b2dccf { grid-template-columns: 1fr; }
    .if0c0c { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.g1279b {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.g1279b summary.gf0b77 {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.13);
    color: var(--gfb49);
    padding: 6px 11px;
    border-radius: var(--d2c64);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--p40c2);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.g1279b summary.gf0b77::-webkit-details-marker { display: none; }
.g1279b summary.gf0b77::marker { display: none; }
.g1279b:hover summary.gf0b77,
.g1279b[open] summary.gf0b77 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--p8998);
}
.f95186 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.g1279b[open] .f95186 { transform: rotate(180deg); }

.gd7a3b {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--haa06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--e6704);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.g1279b[open] .gd7a3b {
    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); }
}
.gd7a3b li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--e186a);
    border-radius: var(--d2c64);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.gd7a3b li a:hover,
.gd7a3b li a.a7d6ee {
    background: rgba(255,255,255,.08);
    color: var(--p8998);
}
.gd7a3b li a.a7d6ee { font-weight: 700; }

/* Mobile lang bar */
.oeb928 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.oeb928 a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--d2c64);
    color: var(--e186a);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.oeb928 a:hover,
.oeb928 a.f1dcc6 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--p8998);
}
.oeb928 a.f1dcc6 { font-weight: 700; }

@media (max-width: 768px) {
    .g1279b { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.g06589, ul.ib0b78 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.l973d2 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .l973d2 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.m81ab7, ol.lb3b7d { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.lb3b7d > li { counter-increment: step-counter; }
ol.lb3b7d > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--p8187); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.cea125 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--p8187); }
.k52c38 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.j1e7fc { width: 36px; height: 36px; border-radius: 50%; background: var(--p8187); color: var(--c2632); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.be298f h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.j147ab { display: grid; grid-template-columns: 1fr; gap: 0; }
.kf1fd2 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.kf1fd2:last-child { border-bottom: none; }
.l22eaa { font-weight: 600; padding: .75rem 1rem; color: var(--p8187); }
.g5fac6 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.nb4fdd .d55d26 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.nb4fdd .d6ddab { display: none; }
.nb4fdd .k2606c.pc7d56 .d6ddab { display: block; }

/* faq variant C: definition list */
dl.p59c36 { display: grid; gap: 0; }
dl.p59c36 dt.gc072f { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.p59c36 dd.d6ddab { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.k7e28a { padding: 2rem 0; }
.hd058c { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.hd058c li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--e6704); border: 1px solid var(--p8998); color: var(--p8998); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.hd058c li a:hover { background: var(--p8998); color: var(--c2632); }


/* Promo Banner (SVG image banners) */
.k8c790 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.k214ef { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.k214ef:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.k26f0e { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.p8a86c { display: inline-block; vertical-align: middle; }
.hcabe6 .p8a86c { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.p8587d {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--haa06), var(--c1c76));
    border-radius: var(--e6704); padding: 24px; margin-top: 24px;
}
.b068c7 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--d2c64); background: var(--i3d0b); }
.b068c7 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.b068c7 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--p8998); }
@media (max-width: 768px) { .p8587d { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .p8587d { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--p8998); 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; }
  .o3cd21 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.c6e234, .o3cd21, .hb06f6, .e9c70f, .e0fd72, .gcc14f, .d55d26, .gc072f, .g57103, .hae37b a, .gf0b77 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.o3cd21 { position: relative; overflow: visible; }
.o3cd21::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--p8998); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.o3cd21:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.o3cd21::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.e8eb82 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.lf7df4 {
    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);
}
.lf7df4.j172d9 { color: var(--p8998); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.ib0baa, .k026b7 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.n9b585, .o2ce97 { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--d2c64); background: var(--haa06); transition: transform 0.2s; }
.n9b585:hover, .o2ce97:hover { transform: translateY(-2px); }
.n9b585 span, .o2ce97 span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.h1949b { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.ha6f01 { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--d2c64); background: var(--haa06); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.ha6f01:hover { border-color: var(--p8998); }
.ha6f01 span { font-size: 0.7rem; color: var(--p8998); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.o3671c { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.j80131 { background: var(--haa06); border-radius: var(--e6704); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.i3a6d8 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.b45ae8 { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--p8998), var(--p8187)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--c2632); flex-shrink: 0; }
.c6aa95 { color: var(--p8998); font-size: 14px; letter-spacing: 1px; }
.a60968 { color: var(--ec9d7); font-size: 0.75rem; }
.j80131 p { font-size: 0.9rem; color: var(--e186a); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1280px; }
:root { --radius: 16px; --radius-lg: 28px; --radius-sm: 10px; }
.section { padding: clamp(40px, 5vw, 60px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.btn-gold { background: transparent; border: 2px solid var(--gold); color: var(--gold); animation: none; box-shadow: none; }
.btn-gold:hover { background: var(--gold); color: var(--bg); }
.info-card:hover, .bonus-card:hover { box-shadow: 0 4px 24px rgba(0,0,0,.5); }
body { line-height: 1.65; }
body { font-size: 16px; }
.section-alt + .section:not(.section-alt) { border-top: 2px solid var(--gold); opacity: .15; }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
.info-card:hover { transform: none; border-color: var(--gold); }
