@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;600;700&family=Work+Sans:wght@400;500;600;700&display=swap');
/* ===== RUBY NOIR — Design System ===== */
:root {
    --nc11d:        #E0115F;
    --l2a63:        #E84080;
    --e8405:        #B00E4C;
    --n9314:        #E82070;
    --offa7:        #E0115F;
    --jbef8:        #B00E4C;
    --b7300:        #FF6B81;
    --h3741:        #CC5568;
    --m6fb7:        #060204;
    --ac708:        #0E0608;
    --a4a7f:        #160A0E;
    --cff19:        #1E0E14;
    --p27cc:        #FFFFFF;
    --le039:        #A87888;
    --ha719:        #684858;
    --ma022:        #A87888;
    --md927:    'Crimson Pro', serif;
    --m3ec4:    'Work Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --c69d9:       12px;
    --lc6ab:    20px;
    --n58bd:    8px;
    --nc615:        1100px;
    --ob9be:       0 4px 24px rgba(0,0,0,.5);
    --i7d17:         0 0 32px rgba(224,17,95,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--nc11d);
    --color-primary-light: var(--l2a63);
    --color-primary-dark: var(--e8405);
    --color-accent: var(--offa7);
    --color-accent-dark: var(--jbef8);
    --color-secondary: var(--b7300);
    --color-secondary-dark: var(--h3741);
    --color-surface: var(--a4a7f);
    --color-surface-elevated: var(--cff19);
    --color-on-surface: var(--p27cc);
    --color-on-surface-muted: var(--le039);
    --color-text: var(--p27cc);
    --color-text-secondary: var(--ma022);
    --text-heading: var(--md927);
    --text-body: var(--m3ec4);
    --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(--m3ec4);
    background: var(--m6fb7);
    color: var(--p27cc);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--l2a63); text-decoration: none; transition: color .2s; }
a:hover { color: var(--offa7); }
img { max-width: 100%; height: auto; display: block; }

.nc54ac { width: 92%; max-width: var(--nc615); margin: 0 auto; }

.g48ee3 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.cb3db3 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--nc11d); color: var(--p27cc);
    padding: 8px 16px; border-radius: var(--n58bd);
    z-index: 999; transition: top .2s;
}
.cb3db3:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.p59fe0 {
    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);
}
.edbd6a {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.n2dcdc {
    font-family: var(--md927);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--p27cc);
    white-space: nowrap; text-decoration: none;
}
.n2dcdc:hover { color: var(--offa7); }

/* Main Nav */
.nb6154 { display: flex; align-items: center; gap: 20px; }
.n13918 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.n13918 a {
    color: var(--le039); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.n13918 a:hover { color: var(--l2a63); }

/* Language Select */
.g5a83b {
    background: var(--a4a7f); color: var(--p27cc);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--n58bd);
    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;
}
.g5a83b:hover, .g5a83b:focus { border-color: var(--nc11d); outline: none; }

/* Menu Toggle */
.h6346c {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.p94e24, .p94e24::before, .p94e24::after {
    display: block; width: 24px; height: 2px;
    background: var(--p27cc); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.p94e24 { position: relative; }
.p94e24::before, .p94e24::after { content: ''; position: absolute; left: 0; }
.p94e24::before { top: -7px; }
.p94e24::after { top: 7px; }

/* Mobile Nav */
.jeab67 {
    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;
}
.jeab67.p84265 { display: flex; }
.i36ec7 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.i36ec7 a {
    font-size: 1.2rem; font-weight: 600; color: var(--p27cc); text-decoration: none;
}
.i36ec7 a:hover { color: var(--l2a63); }

/* ===== BUTTONS ===== */
.ndf7b5 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--md927); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--c69d9); 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(--nc11d) 0%, var(--n9314) 100%);
    color: var(--p27cc); box-shadow: var(--i7d17);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--p27cc);
}
.btn-secondary {
    background: transparent; color: var(--l2a63);
    border: 2px solid var(--nc11d);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--offa7); }

/* 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); }
}
.kdfce7 {
    background: linear-gradient(135deg, var(--offa7) 0%, #e8a020 55%, var(--jbef8) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.kdfce7:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.l84dfd { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--lc6ab); }
.gd1d39 { padding: 8px 18px; font-size: .85rem; border-radius: var(--n58bd); }

/* Nav CTA in header */
.ea203e {
    background: linear-gradient(135deg, var(--offa7) 0%, var(--jbef8) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--n58bd);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.ea203e:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.gf8430 {
    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(--m6fb7);
    position: relative; overflow: hidden;
}
.gf8430::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;
}
.hff6b3 {
    font-family: var(--md927);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--offa7) 0%, var(--l2a63) 50%, var(--nc11d) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.lcd67e {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--le039);
    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(--m6fb7);
}
.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(--md927);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--offa7) 0%, var(--l2a63) 45%, var(--nc11d) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--le039);
    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(--le039);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--n58bd);
}
.hero-stat strong { color: var(--l2a63); }

/* ===== SECTIONS ===== */
.k9cd77 { padding: clamp(52px, 7vw, 80px) 0; }
.f560ad { background: var(--ac708); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--nc11d); margin-bottom: 10px;
}
.k9cd77 h2, .l4906a {
    font-family: var(--md927);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.k9cd77 h3 {
    font-family: var(--md927); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--l2a63);
}
.k9cd77 p, .section-desc {
    color: var(--le039); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.k9cd77 ul, .k9cd77 ol {
    color: var(--le039); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.k9cd77 li { margin-bottom: 8px; }
.k9cd77 li strong { color: var(--p27cc); }

/* ===== 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(--a4a7f), var(--cff19));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--c69d9); 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(--ob9be);
}
.ibc965 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--md927); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--p27cc);
}
.card p { color: var(--le039); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.i150ed { overflow-x: auto; margin: 24px 0; border-radius: var(--n58bd); }
.lbf863 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.lbf863 thead th {
    background: var(--cff19); color: var(--p27cc); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.lbf863 thead th:first-child { border-radius: var(--n58bd) 0 0 0; }
.lbf863 thead th:last-child { border-radius: 0 var(--n58bd) 0 0; }
.lbf863 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.lbf863 td { padding: 13px 16px; }
.lbf863 td:first-child { color: var(--le039); font-weight: 500; width: 42%; }
.lbf863 td:last-child { color: var(--p27cc); font-weight: 600; }
.lbf863 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(--nc11d), var(--n9314));
    border-radius: 50%; font-family: var(--md927);
    font-size: 1.2rem; font-weight: 700; color: var(--p27cc);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--le039); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.c5ee12 { max-width: 800px; margin: 0 auto; }
details.g777d8 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.g777d8 summary {
    display: block; list-style: none;
    color: var(--p27cc); font-family: var(--m3ec4);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.g777d8 summary::-webkit-details-marker { display: none; }
details.g777d8 summary::marker { display: none; content: ''; }
details.g777d8 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--nc11d); transition: transform .3s;
}
details.g777d8[open] summary::after { content: '\2212'; }
details.g777d8 summary:hover { color: var(--l2a63); }
details.g777d8 > p { padding: 0 0 20px; color: var(--le039); font-size: .9rem; line-height: 1.7; }
details.g777d8 > div { padding: 0 0 20px; color: var(--le039); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--ac708); }

/* ===== INFO GRID & CARDS ===== */
.b551f3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.p5540a {
    background: linear-gradient(145deg, var(--a4a7f), var(--cff19));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--c69d9); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.p5540a:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--ob9be);
}
.be7369 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.p5540a h3 {
    font-family: var(--md927); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--p27cc);
}
.p5540a p { color: var(--le039); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.m9ba9b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.c5e485 {
    background: linear-gradient(145deg, var(--a4a7f), var(--cff19));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--c69d9); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.c5e485:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.c5e485 h3 {
    font-family: var(--md927); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--offa7);
}
.c5e485 p { color: var(--le039); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.oc3e49 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.g4bdd1 { text-align: center; padding: 22px 14px; }
.g62a05 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--nc11d), var(--n9314));
    border-radius: 50%; font-family: var(--md927);
    font-size: 1.15rem; font-weight: 800; color: var(--p27cc);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.g4bdd1 h3 {
    font-family: var(--md927); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--p27cc);
}
.g4bdd1 p { color: var(--le039); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.m1b3ef {
    background: linear-gradient(145deg, var(--a4a7f), var(--cff19));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--lc6ab);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.ne3ead { margin-top: 24px; }
.i781da {
    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;
}
.i781da > span:first-child { color: var(--le039); text-align: left; }
.d3857b {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.facd5b {
    height: 100%;
    background: linear-gradient(90deg, var(--nc11d) 0%, var(--offa7) 100%);
    border-radius: 4px;
}
.i781da > span:last-child { color: var(--offa7); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.a984e2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.h35213, .e3c7b0 {
    background: linear-gradient(145deg, var(--a4a7f), var(--cff19));
    border-radius: var(--c69d9); padding: 24px 22px;
}
.h35213 { border-top: 3px solid var(--b7300); }
.e3c7b0 { border-top: 3px solid #C84040; }
.h35213 h3, .h35213 h4 { color: var(--b7300); margin-bottom: 12px; font-size: 1rem; }
.e3c7b0 h3, .e3c7b0 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.h35213 ul, .e3c7b0 ul { list-style: none; padding: 0; margin: 0; }
.h35213 li::before { content: '\2713 '; color: var(--b7300); font-weight: 700; }
.e3c7b0 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.h35213 li, .e3c7b0 li { padding: 5px 0; color: var(--le039); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.oe3dd9 {
    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(--ac708);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.oe3dd9 h2 {
    font-family: var(--md927);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--offa7), var(--l2a63));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.oe3dd9 p { color: var(--le039); 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(--nc11d);
    border-radius: var(--n58bd); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--le039); font-size: .9rem; }
.highlight-box strong { color: var(--l2a63); }

/* ===== BREADCRUMB ===== */
.j8f8fd { padding: 14px 0; font-size: .82rem; }
.i7d3a2 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.i7d3a2 li + li::before { content: '\203A'; margin-right: 8px; color: var(--ha719); }
.j8f8fd a { color: var(--ha719); }
.j8f8fd a:hover { color: var(--l2a63); }
.j8f8fd [aria-current] { color: var(--nc11d); }

/* ===== SITE FOOTER ===== */
.p66c0f {
    background: var(--m6fb7); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.b65228 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.b65228 a {
    color: var(--ha719); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.b65228 a:hover { color: var(--l2a63); }

.a282c3 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.a282c3 p {
    color: var(--ha719); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.a282c3 a { color: var(--nc11d); }
.cf6507 { text-align: center; color: var(--ha719); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.b13dc3 { max-width: 800px; margin: 0 auto; }
.b13dc3 p {
    color: var(--le039); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.b13dc3 p:last-child { margin-bottom: 0; }
.b13dc3 strong { color: var(--p27cc); }
.b13dc3 a { color: var(--l2a63); text-decoration: underline; text-underline-offset: 3px; }
.b13dc3 a:hover { color: var(--offa7); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.nf6abc {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.ka4d24 { direction: rtl; }
.ka4d24 > * { direction: ltr; }
.f24065 { border-radius: var(--lc6ab); overflow: hidden; }
.f24065 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--lc6ab);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.f19fdb { color: var(--le039); font-size: .93rem; line-height: 1.7; }
.f19fdb strong { color: var(--p27cc); }
.f19fdb a { color: var(--l2a63); }
@media (max-width: 768px) {
    .nf6abc { grid-template-columns: 1fr; gap: 24px; }
    .ka4d24 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--e8405);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--e8405); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.i079a3 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--nc11d);
    color: var(--p27cc); 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(--ob9be);
}
.i079a3.f37f13 { opacity: 1; visibility: visible; }
.i079a3:hover { transform: translateY(-3px); background: var(--e8405); }

/* ===== REVIEW SCORE (review page) ===== */
.i7edc4 {
    font-family: var(--md927); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--offa7), var(--l2a63));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--offa7); 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(--le039); width: 55%; }
.score-table td:last-child { color: var(--offa7); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.efe51d {
    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);
}
.efe51d .ndf7b5 { 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) {
    .n13918 { display: none; }
    .nb6154 .g5a83b { display: none; }
    .h6346c { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .a984e2 { grid-template-columns: 1fr; }
    section, .k9cd77 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .b65228 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .oc3e49 { grid-template-columns: 1fr 1fr; }
    .b551f3 { grid-template-columns: 1fr 1fr; }
    .i781da { grid-template-columns: 1fr 100px auto; }
    .efe51d { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .l84dfd { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .oc3e49 { grid-template-columns: 1fr; }
    .b551f3 { grid-template-columns: 1fr; }
    .edbd6a { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .i7edc4 { font-size: 3.5rem; }
    .i781da { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .a984e2 { grid-template-columns: 1fr; }
    .m1b3ef { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.pc1a75 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.pc1a75 summary.cf4fd2 {
    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(--p27cc);
    padding: 6px 11px;
    border-radius: var(--n58bd);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--m3ec4);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.pc1a75 summary.cf4fd2::-webkit-details-marker { display: none; }
.pc1a75 summary.cf4fd2::marker { display: none; }
.pc1a75:hover summary.cf4fd2,
.pc1a75[open] summary.cf4fd2 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--offa7);
}
.m050e4 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.pc1a75[open] .m050e4 { transform: rotate(180deg); }

.ode34b {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--a4a7f);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--c69d9);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.pc1a75[open] .ode34b {
    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); }
}
.ode34b li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--ma022);
    border-radius: var(--n58bd);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.ode34b li a:hover,
.ode34b li a.o34c5e {
    background: rgba(255,255,255,.08);
    color: var(--offa7);
}
.ode34b li a.o34c5e { font-weight: 700; }

/* Mobile lang bar */
.hc7978 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.hc7978 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(--n58bd);
    color: var(--ma022);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.hc7978 a:hover,
.hc7978 a.ea7a67 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--offa7);
}
.hc7978 a.ea7a67 { font-weight: 700; }

@media (max-width: 768px) {
    .pc1a75 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.b551f3, ul.p66fd4 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.da112d { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .da112d { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.oc3e49, ol.ad0a55 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.ad0a55 > li { counter-increment: step-counter; }
ol.ad0a55 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--nc11d); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.lb1b6c { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--nc11d); }
.d2d050 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.h26bf5 { width: 36px; height: 36px; border-radius: 50%; background: var(--nc11d); color: var(--m6fb7); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.c5608a h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.oa2d44 { display: grid; grid-template-columns: 1fr; gap: 0; }
.m71a7f { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.m71a7f:last-child { border-bottom: none; }
.f67209 { font-weight: 600; padding: .75rem 1rem; color: var(--nc11d); }
.g5e679 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.l210e3 .ab391a { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.l210e3 .ba4fa9 { display: none; }
.l210e3 .g777d8.p84265 .ba4fa9 { display: block; }

/* faq variant C: definition list */
dl.c5ee12 { display: grid; gap: 0; }
dl.c5ee12 dt.a6ade7 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.c5ee12 dd.ba4fa9 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.lbfdd4 { padding: 2rem 0; }
.p677b0 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.p677b0 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--c69d9); border: 1px solid var(--offa7); color: var(--offa7); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.p677b0 li a:hover { background: var(--offa7); color: var(--m6fb7); }


/* Promo Banner (SVG image banners) */
.fb2644 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.f926e8 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.f926e8:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.j210b2 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.ibc965 { display: inline-block; vertical-align: middle; }
.be7369 .ibc965 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.d1e4f1 {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--a4a7f), var(--cff19));
    border-radius: var(--c69d9); padding: 24px; margin-top: 24px;
}
.fbd615 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--n58bd); background: var(--ac708); }
.fbd615 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.fbd615 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--offa7); }
@media (max-width: 768px) { .d1e4f1 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .d1e4f1 { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--offa7); 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; }
  .kdfce7 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.ndf7b5, .kdfce7, .l84dfd, .gd1d39, .ea203e, .h6346c, .ab391a, .a6ade7, .i079a3, .efe51d a, .cf4fd2 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.kdfce7 { position: relative; overflow: visible; }
.kdfce7::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--offa7); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.kdfce7:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.kdfce7::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.gb4589 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.e609b7 {
    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);
}
.e609b7.b25946 { color: var(--offa7); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.i9186b, .ee8f99 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.f1deb8, .od1974 { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--n58bd); background: var(--a4a7f); transition: transform 0.2s; }
.f1deb8:hover, .od1974:hover { transform: translateY(-2px); }
.f1deb8 span, .od1974 span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.a8b969 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.g52a84 { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--n58bd); background: var(--a4a7f); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.g52a84:hover { border-color: var(--offa7); }
.g52a84 span { font-size: 0.7rem; color: var(--offa7); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.b27639 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.k26539 { background: var(--a4a7f); border-radius: var(--c69d9); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.n4c239 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.f00260 { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--offa7), var(--nc11d)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--m6fb7); flex-shrink: 0; }
.jfd915 { color: var(--offa7); font-size: 14px; letter-spacing: 1px; }
.ca5f10 { color: var(--ha719); font-size: 0.75rem; }
.k26539 p { font-size: 0.9rem; color: var(--ma022); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1200px; }
:root { --radius: 6px; --radius-lg: 10px; --radius-sm: 4px; }
.section { padding: clamp(40px, 5vw, 60px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 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.75; }
body { font-size: 15.5px; }
.section + .section::before { content: ''; display: block; width: 60px; height: 3px; background: var(--gold); margin: 0 auto 40px; opacity: .3; }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: none; border-color: var(--gold); }
