@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 {
    --m8655:        #E0115F;
    --kd4ad:        #E84080;
    --l5320:        #B00E4C;
    --o8d91:        #E82070;
    --h918e:        #E0115F;
    --o8701:        #B00E4C;
    --o76ca:        #FF6B81;
    --jde97:        #CC5568;
    --d1404:        #060204;
    --hb0ec:        #0E0608;
    --d075e:        #160A0E;
    --m7474:        #1E0E14;
    --k2f46:        #FFFFFF;
    --i9836:        #A87888;
    --a3a9f:        #684858;
    --nf88c:        #A87888;
    --aff11:    'Crimson Pro', serif;
    --g7925:    'Work Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --m13f3:       12px;
    --fa1db:    20px;
    --kd598:    8px;
    --o5364:        1100px;
    --d69eb:       0 4px 24px rgba(0,0,0,.5);
    --pa2ef:         0 0 32px rgba(224,17,95,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--m8655);
    --color-primary-light: var(--kd4ad);
    --color-primary-dark: var(--l5320);
    --color-accent: var(--h918e);
    --color-accent-dark: var(--o8701);
    --color-secondary: var(--o76ca);
    --color-secondary-dark: var(--jde97);
    --color-surface: var(--d075e);
    --color-surface-elevated: var(--m7474);
    --color-on-surface: var(--k2f46);
    --color-on-surface-muted: var(--i9836);
    --color-text: var(--k2f46);
    --color-text-secondary: var(--nf88c);
    --text-heading: var(--aff11);
    --text-body: var(--g7925);
    --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(--g7925);
    background: var(--d1404);
    color: var(--k2f46);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--kd4ad); text-decoration: none; transition: color .2s; }
a:hover { color: var(--h918e); }
img { max-width: 100%; height: auto; display: block; }

.kf0761 { width: 92%; max-width: var(--o5364); margin: 0 auto; }

.jc7258 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.aaf684 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--m8655); color: var(--k2f46);
    padding: 8px 16px; border-radius: var(--kd598);
    z-index: 999; transition: top .2s;
}
.aaf684:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.p5572b {
    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);
}
.b3aa51 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.j7eedc {
    font-family: var(--aff11);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--k2f46);
    white-space: nowrap; text-decoration: none;
}
.j7eedc:hover { color: var(--h918e); }

/* Main Nav */
.gb09df { display: flex; align-items: center; gap: 20px; }
.g93897 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.g93897 a {
    color: var(--i9836); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.g93897 a:hover { color: var(--kd4ad); }

/* Language Select */
.m0a2b3 {
    background: var(--d075e); color: var(--k2f46);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--kd598);
    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;
}
.m0a2b3:hover, .m0a2b3:focus { border-color: var(--m8655); outline: none; }

/* Menu Toggle */
.m88f54 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.c7989b, .c7989b::before, .c7989b::after {
    display: block; width: 24px; height: 2px;
    background: var(--k2f46); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.c7989b { position: relative; }
.c7989b::before, .c7989b::after { content: ''; position: absolute; left: 0; }
.c7989b::before { top: -7px; }
.c7989b::after { top: 7px; }

/* Mobile Nav */
.la68e3 {
    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;
}
.la68e3.p7d363 { display: flex; }
.da6ef1 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.da6ef1 a {
    font-size: 1.2rem; font-weight: 600; color: var(--k2f46); text-decoration: none;
}
.da6ef1 a:hover { color: var(--kd4ad); }

/* ===== BUTTONS ===== */
.g0e0b6 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--aff11); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--m13f3); 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(--m8655) 0%, var(--o8d91) 100%);
    color: var(--k2f46); box-shadow: var(--pa2ef);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--k2f46);
}
.btn-secondary {
    background: transparent; color: var(--kd4ad);
    border: 2px solid var(--m8655);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--h918e); }

/* 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); }
}
.p80342 {
    background: linear-gradient(135deg, var(--h918e) 0%, #e8a020 55%, var(--o8701) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.p80342:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.j932b5 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--fa1db); }
.d2b212 { padding: 8px 18px; font-size: .85rem; border-radius: var(--kd598); }

/* Nav CTA in header */
.na5d4e {
    background: linear-gradient(135deg, var(--h918e) 0%, var(--o8701) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--kd598);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.na5d4e:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.m66cc5 {
    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(--d1404);
    position: relative; overflow: hidden;
}
.m66cc5::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;
}
.g7c050 {
    font-family: var(--aff11);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--h918e) 0%, var(--kd4ad) 50%, var(--m8655) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.j681aa {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--i9836);
    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(--d1404);
}
.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(--aff11);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--h918e) 0%, var(--kd4ad) 45%, var(--m8655) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--i9836);
    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(--i9836);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--kd598);
}
.hero-stat strong { color: var(--kd4ad); }

/* ===== SECTIONS ===== */
.mdbae1 { padding: clamp(52px, 7vw, 80px) 0; }
.hdc68c { background: var(--hb0ec); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--m8655); margin-bottom: 10px;
}
.mdbae1 h2, .m79488 {
    font-family: var(--aff11);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.mdbae1 h3 {
    font-family: var(--aff11); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--kd4ad);
}
.mdbae1 p, .section-desc {
    color: var(--i9836); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.mdbae1 ul, .mdbae1 ol {
    color: var(--i9836); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.mdbae1 li { margin-bottom: 8px; }
.mdbae1 li strong { color: var(--k2f46); }

/* ===== 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(--d075e), var(--m7474));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--m13f3); 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(--d69eb);
}
.h1bb0e { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--aff11); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--k2f46);
}
.card p { color: var(--i9836); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.k3337c { overflow-x: auto; margin: 24px 0; border-radius: var(--kd598); }
.h98e71 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.h98e71 thead th {
    background: var(--m7474); color: var(--k2f46); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.h98e71 thead th:first-child { border-radius: var(--kd598) 0 0 0; }
.h98e71 thead th:last-child { border-radius: 0 var(--kd598) 0 0; }
.h98e71 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.h98e71 td { padding: 13px 16px; }
.h98e71 td:first-child { color: var(--i9836); font-weight: 500; width: 42%; }
.h98e71 td:last-child { color: var(--k2f46); font-weight: 600; }
.h98e71 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(--m8655), var(--o8d91));
    border-radius: 50%; font-family: var(--aff11);
    font-size: 1.2rem; font-weight: 700; color: var(--k2f46);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--i9836); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.p4e50b { max-width: 800px; margin: 0 auto; }
details.o7fa17 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.o7fa17 summary {
    display: block; list-style: none;
    color: var(--k2f46); font-family: var(--g7925);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.o7fa17 summary::-webkit-details-marker { display: none; }
details.o7fa17 summary::marker { display: none; content: ''; }
details.o7fa17 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--m8655); transition: transform .3s;
}
details.o7fa17[open] summary::after { content: '\2212'; }
details.o7fa17 summary:hover { color: var(--kd4ad); }
details.o7fa17 > p { padding: 0 0 20px; color: var(--i9836); font-size: .9rem; line-height: 1.7; }
details.o7fa17 > div { padding: 0 0 20px; color: var(--i9836); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--hb0ec); }

/* ===== INFO GRID & CARDS ===== */
.d9ac4f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.o3df14 {
    background: linear-gradient(145deg, var(--d075e), var(--m7474));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--m13f3); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.o3df14:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--d69eb);
}
.j86a1e { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.o3df14 h3 {
    font-family: var(--aff11); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--k2f46);
}
.o3df14 p { color: var(--i9836); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.a9be68 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.ba3153 {
    background: linear-gradient(145deg, var(--d075e), var(--m7474));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--m13f3); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.ba3153:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.ba3153 h3 {
    font-family: var(--aff11); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--h918e);
}
.ba3153 p { color: var(--i9836); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.k19fdb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.c1c841 { text-align: center; padding: 22px 14px; }
.a0eed4 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--m8655), var(--o8d91));
    border-radius: 50%; font-family: var(--aff11);
    font-size: 1.15rem; font-weight: 800; color: var(--k2f46);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.c1c841 h3 {
    font-family: var(--aff11); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--k2f46);
}
.c1c841 p { color: var(--i9836); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.j97d52 {
    background: linear-gradient(145deg, var(--d075e), var(--m7474));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--fa1db);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.b7322a { margin-top: 24px; }
.f950ca {
    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;
}
.f950ca > span:first-child { color: var(--i9836); text-align: left; }
.ed827e {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.jfa8cb {
    height: 100%;
    background: linear-gradient(90deg, var(--m8655) 0%, var(--h918e) 100%);
    border-radius: 4px;
}
.f950ca > span:last-child { color: var(--h918e); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.p2d091 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.mfc810, .p482dc {
    background: linear-gradient(145deg, var(--d075e), var(--m7474));
    border-radius: var(--m13f3); padding: 24px 22px;
}
.mfc810 { border-top: 3px solid var(--o76ca); }
.p482dc { border-top: 3px solid #C84040; }
.mfc810 h3, .mfc810 h4 { color: var(--o76ca); margin-bottom: 12px; font-size: 1rem; }
.p482dc h3, .p482dc h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.mfc810 ul, .p482dc ul { list-style: none; padding: 0; margin: 0; }
.mfc810 li::before { content: '\2713 '; color: var(--o76ca); font-weight: 700; }
.p482dc li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.mfc810 li, .p482dc li { padding: 5px 0; color: var(--i9836); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.h21fdf {
    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(--hb0ec);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.h21fdf h2 {
    font-family: var(--aff11);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--h918e), var(--kd4ad));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.h21fdf p { color: var(--i9836); 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(--m8655);
    border-radius: var(--kd598); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--i9836); font-size: .9rem; }
.highlight-box strong { color: var(--kd4ad); }

/* ===== BREADCRUMB ===== */
.b0ac8e { padding: 14px 0; font-size: .82rem; }
.j36636 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.j36636 li + li::before { content: '\203A'; margin-right: 8px; color: var(--a3a9f); }
.b0ac8e a { color: var(--a3a9f); }
.b0ac8e a:hover { color: var(--kd4ad); }
.b0ac8e [aria-current] { color: var(--m8655); }

/* ===== SITE FOOTER ===== */
.m9c932 {
    background: var(--d1404); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.e843c9 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.e843c9 a {
    color: var(--a3a9f); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.e843c9 a:hover { color: var(--kd4ad); }

.b560a3 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.b560a3 p {
    color: var(--a3a9f); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.b560a3 a { color: var(--m8655); }
.odf9eb { text-align: center; color: var(--a3a9f); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.a019a9 { max-width: 800px; margin: 0 auto; }
.a019a9 p {
    color: var(--i9836); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.a019a9 p:last-child { margin-bottom: 0; }
.a019a9 strong { color: var(--k2f46); }
.a019a9 a { color: var(--kd4ad); text-decoration: underline; text-underline-offset: 3px; }
.a019a9 a:hover { color: var(--h918e); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.ndc744 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.bf5cee { direction: rtl; }
.bf5cee > * { direction: ltr; }
.l9b4ae { border-radius: var(--fa1db); overflow: hidden; }
.l9b4ae img {
    width: 100%; height: auto; display: block;
    border-radius: var(--fa1db);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.gf529a { color: var(--i9836); font-size: .93rem; line-height: 1.7; }
.gf529a strong { color: var(--k2f46); }
.gf529a a { color: var(--kd4ad); }
@media (max-width: 768px) {
    .ndc744 { grid-template-columns: 1fr; gap: 24px; }
    .bf5cee { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--l5320);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--l5320); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.k22699 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--m8655);
    color: var(--k2f46); 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(--d69eb);
}
.k22699.c4a0ea { opacity: 1; visibility: visible; }
.k22699:hover { transform: translateY(-3px); background: var(--l5320); }

/* ===== REVIEW SCORE (review page) ===== */
.n6da33 {
    font-family: var(--aff11); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--h918e), var(--kd4ad));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--h918e); 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(--i9836); width: 55%; }
.score-table td:last-child { color: var(--h918e); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.eef91d {
    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);
}
.eef91d .g0e0b6 { 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) {
    .g93897 { display: none; }
    .gb09df .m0a2b3 { display: none; }
    .m88f54 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .p2d091 { grid-template-columns: 1fr; }
    section, .mdbae1 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .e843c9 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .k19fdb { grid-template-columns: 1fr 1fr; }
    .d9ac4f { grid-template-columns: 1fr 1fr; }
    .f950ca { grid-template-columns: 1fr 100px auto; }
    .eef91d { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .j932b5 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .k19fdb { grid-template-columns: 1fr; }
    .d9ac4f { grid-template-columns: 1fr; }
    .b3aa51 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .n6da33 { font-size: 3.5rem; }
    .f950ca { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .p2d091 { grid-template-columns: 1fr; }
    .j97d52 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.a43e8d {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.a43e8d summary.k0790d {
    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(--k2f46);
    padding: 6px 11px;
    border-radius: var(--kd598);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--g7925);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.a43e8d summary.k0790d::-webkit-details-marker { display: none; }
.a43e8d summary.k0790d::marker { display: none; }
.a43e8d:hover summary.k0790d,
.a43e8d[open] summary.k0790d {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--h918e);
}
.g576bf { font-size: .7rem; opacity: .7; transition: transform .2s; }
.a43e8d[open] .g576bf { transform: rotate(180deg); }

.m30d1e {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--d075e);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--m13f3);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.a43e8d[open] .m30d1e {
    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); }
}
.m30d1e li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--nf88c);
    border-radius: var(--kd598);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.m30d1e li a:hover,
.m30d1e li a.pbf989 {
    background: rgba(255,255,255,.08);
    color: var(--h918e);
}
.m30d1e li a.pbf989 { font-weight: 700; }

/* Mobile lang bar */
.g96cef {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.g96cef 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(--kd598);
    color: var(--nf88c);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.g96cef a:hover,
.g96cef a.fe49cd {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--h918e);
}
.g96cef a.fe49cd { font-weight: 700; }

@media (max-width: 768px) {
    .a43e8d { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.d9ac4f, ul.oa33ae { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.p45ef5 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .p45ef5 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.k19fdb, ol.cba929 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.cba929 > li { counter-increment: step-counter; }
ol.cba929 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--m8655); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.h453c8 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--m8655); }
.d19b1b { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.mbac8b { width: 36px; height: 36px; border-radius: 50%; background: var(--m8655); color: var(--d1404); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.pa69bd h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.p2e8c0 { display: grid; grid-template-columns: 1fr; gap: 0; }
.cda2a1 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.cda2a1:last-child { border-bottom: none; }
.cf3fc6 { font-weight: 600; padding: .75rem 1rem; color: var(--m8655); }
.fe27dc { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.id5492 .l6bfe1 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.id5492 .o99a1a { display: none; }
.id5492 .o7fa17.p7d363 .o99a1a { display: block; }

/* faq variant C: definition list */
dl.p4e50b { display: grid; gap: 0; }
dl.p4e50b dt.je9775 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.p4e50b dd.o99a1a { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.f0f182 { padding: 2rem 0; }
.c98c3c { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.c98c3c li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--m13f3); border: 1px solid var(--h918e); color: var(--h918e); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.c98c3c li a:hover { background: var(--h918e); color: var(--d1404); }


/* Promo Banner (SVG image banners) */
.fc7bae { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.f07e25 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.f07e25:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.m0ea99 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.h1bb0e { display: inline-block; vertical-align: middle; }
.j86a1e .h1bb0e { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.key-facts {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--d075e), var(--m7474));
    border-radius: var(--m13f3); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--kd598); background: var(--hb0ec); }
.fact-row dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.fact-row dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--h918e); }
@media (max-width: 768px) { .key-facts { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .key-facts { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--h918e); 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; }
  .p80342 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.g0e0b6, .p80342, .j932b5, .d2b212, .na5d4e, .m88f54, .l6bfe1, .je9775, .k22699, .eef91d a, .k0790d { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.p80342 { position: relative; overflow: visible; }
.p80342::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--h918e); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.p80342:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.p80342::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.hero-badge {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 4px 12px; border-radius: 20px;
    font-size: 0.75rem; font-weight: 600;
    background: rgba(255,255,255,0.08); color: var(--txt-2);
    border: 1px solid rgba(255,255,255,0.1);
}
.hero-badge.freshness { color: var(--h918e); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.payment-grid, .provider-grid { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.payment-item, .provider-item { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--kd598); background: var(--d075e); transition: transform 0.2s; }
.payment-item:hover, .provider-item:hover { transform: translateY(-2px); }
.payment-item span, .provider-item span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.trust-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.trust-item { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--kd598); background: var(--d075e); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--h918e); }
.trust-item span { font-size: 0.7rem; color: var(--h918e); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.review-card { background: var(--d075e); border-radius: var(--m13f3); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--h918e), var(--m8655)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--d1404); flex-shrink: 0; }
.review-stars { color: var(--h918e); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--a3a9f); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--nf88c); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1160px; }
:root { --radius: 2px; --radius-lg: 4px; --radius-sm: 1px; }
.section { padding: clamp(40px, 5vw, 60px) 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: 0 2px 8px rgba(0,0,0,.2); }
body { line-height: 1.65; }
body { font-size: 15px; }
.section-alt + .section:not(.section-alt) { border-top: 2px solid var(--gold); opacity: .15; }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: translateY(-3px) rotate(0.5deg); }
