@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 {
    --ca8d9:        #E0115F;
    --ge6a8:        #E84080;
    --ia8a1:        #B00E4C;
    --c947f:        #E82070;
    --o6a39:        #E0115F;
    --m0e4d:        #B00E4C;
    --n02a3:        #FF6B81;
    --d2cdf:        #CC5568;
    --o6db4:        #060204;
    --gdf8c:        #0E0608;
    --ef367:        #160A0E;
    --p9621:        #1E0E14;
    --bcb11:        #FFFFFF;
    --lb2fb:        #A87888;
    --b5e45:        #684858;
    --oe3d6:        #A87888;
    --odd0f:    'Crimson Pro', serif;
    --pcae1:    'Work Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --mcd82:       12px;
    --h12f5:    20px;
    --hc14f:    8px;
    --ef615:        1100px;
    --fa7ec:       0 4px 24px rgba(0,0,0,.5);
    --e7022:         0 0 32px rgba(224,17,95,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--ca8d9);
    --color-primary-light: var(--ge6a8);
    --color-primary-dark: var(--ia8a1);
    --color-accent: var(--o6a39);
    --color-accent-dark: var(--m0e4d);
    --color-secondary: var(--n02a3);
    --color-secondary-dark: var(--d2cdf);
    --color-surface: var(--ef367);
    --color-surface-elevated: var(--p9621);
    --color-on-surface: var(--bcb11);
    --color-on-surface-muted: var(--lb2fb);
    --color-text: var(--bcb11);
    --color-text-secondary: var(--oe3d6);
    --text-heading: var(--odd0f);
    --text-body: var(--pcae1);
    --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(--pcae1);
    background: var(--o6db4);
    color: var(--bcb11);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--ge6a8); text-decoration: none; transition: color .2s; }
a:hover { color: var(--o6a39); }
img { max-width: 100%; height: auto; display: block; }

.nba22d { width: 92%; max-width: var(--ef615); margin: 0 auto; }

.a76c93 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.l2d826 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--ca8d9); color: var(--bcb11);
    padding: 8px 16px; border-radius: var(--hc14f);
    z-index: 999; transition: top .2s;
}
.l2d826:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.je8b73 {
    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);
}
.m80681 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.b15429 {
    font-family: var(--odd0f);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--bcb11);
    white-space: nowrap; text-decoration: none;
}
.b15429:hover { color: var(--o6a39); }

/* Main Nav */
.ldd2bd { display: flex; align-items: center; gap: 20px; }
.k9dcc4 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.k9dcc4 a {
    color: var(--lb2fb); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.k9dcc4 a:hover { color: var(--ge6a8); }

/* Language Select */
.c51822 {
    background: var(--ef367); color: var(--bcb11);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--hc14f);
    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;
}
.c51822:hover, .c51822:focus { border-color: var(--ca8d9); outline: none; }

/* Menu Toggle */
.j78cb4 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.eeb124, .eeb124::before, .eeb124::after {
    display: block; width: 24px; height: 2px;
    background: var(--bcb11); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.eeb124 { position: relative; }
.eeb124::before, .eeb124::after { content: ''; position: absolute; left: 0; }
.eeb124::before { top: -7px; }
.eeb124::after { top: 7px; }

/* Mobile Nav */
.i5c7ec {
    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;
}
.i5c7ec.a4f1ba { display: flex; }
.oed1c0 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.oed1c0 a {
    font-size: 1.2rem; font-weight: 600; color: var(--bcb11); text-decoration: none;
}
.oed1c0 a:hover { color: var(--ge6a8); }

/* ===== BUTTONS ===== */
.dddf3b {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--odd0f); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--mcd82); 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(--ca8d9) 0%, var(--c947f) 100%);
    color: var(--bcb11); box-shadow: var(--e7022);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--bcb11);
}
.btn-secondary {
    background: transparent; color: var(--ge6a8);
    border: 2px solid var(--ca8d9);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--o6a39); }

/* 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); }
}
.k01ecf {
    background: linear-gradient(135deg, var(--o6a39) 0%, #e8a020 55%, var(--m0e4d) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.k01ecf:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.d22876 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--h12f5); }
.c041f3 { padding: 8px 18px; font-size: .85rem; border-radius: var(--hc14f); }

/* Nav CTA in header */
.bf7dee {
    background: linear-gradient(135deg, var(--o6a39) 0%, var(--m0e4d) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--hc14f);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.bf7dee:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.lb36d6 {
    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(--o6db4);
    position: relative; overflow: hidden;
}
.lb36d6::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;
}
.k2923d {
    font-family: var(--odd0f);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--o6a39) 0%, var(--ge6a8) 50%, var(--ca8d9) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.g46ce1 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--lb2fb);
    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(--o6db4);
}
.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(--odd0f);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--o6a39) 0%, var(--ge6a8) 45%, var(--ca8d9) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--lb2fb);
    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(--lb2fb);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--hc14f);
}
.hero-stat strong { color: var(--ge6a8); }

/* ===== SECTIONS ===== */
.pd807f { padding: clamp(52px, 7vw, 80px) 0; }
.m4445f { background: var(--gdf8c); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--ca8d9); margin-bottom: 10px;
}
.pd807f h2, .fed175 {
    font-family: var(--odd0f);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.pd807f h3 {
    font-family: var(--odd0f); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--ge6a8);
}
.pd807f p, .section-desc {
    color: var(--lb2fb); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.pd807f ul, .pd807f ol {
    color: var(--lb2fb); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.pd807f li { margin-bottom: 8px; }
.pd807f li strong { color: var(--bcb11); }

/* ===== 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(--ef367), var(--p9621));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--mcd82); 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(--fa7ec);
}
.df2c30 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--odd0f); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--bcb11);
}
.card p { color: var(--lb2fb); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.c73688 { overflow-x: auto; margin: 24px 0; border-radius: var(--hc14f); }
.ae0f40 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.ae0f40 thead th {
    background: var(--p9621); color: var(--bcb11); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.ae0f40 thead th:first-child { border-radius: var(--hc14f) 0 0 0; }
.ae0f40 thead th:last-child { border-radius: 0 var(--hc14f) 0 0; }
.ae0f40 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.ae0f40 td { padding: 13px 16px; }
.ae0f40 td:first-child { color: var(--lb2fb); font-weight: 500; width: 42%; }
.ae0f40 td:last-child { color: var(--bcb11); font-weight: 600; }
.ae0f40 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(--ca8d9), var(--c947f));
    border-radius: 50%; font-family: var(--odd0f);
    font-size: 1.2rem; font-weight: 700; color: var(--bcb11);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--lb2fb); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.p97ea6 { max-width: 800px; margin: 0 auto; }
details.mdfcf8 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.mdfcf8 summary {
    display: block; list-style: none;
    color: var(--bcb11); font-family: var(--pcae1);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.mdfcf8 summary::-webkit-details-marker { display: none; }
details.mdfcf8 summary::marker { display: none; content: ''; }
details.mdfcf8 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--ca8d9); transition: transform .3s;
}
details.mdfcf8[open] summary::after { content: '\2212'; }
details.mdfcf8 summary:hover { color: var(--ge6a8); }
details.mdfcf8 > p { padding: 0 0 20px; color: var(--lb2fb); font-size: .9rem; line-height: 1.7; }
details.mdfcf8 > div { padding: 0 0 20px; color: var(--lb2fb); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--gdf8c); }

/* ===== INFO GRID & CARDS ===== */
.ma7bbd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.ab6bda {
    background: linear-gradient(145deg, var(--ef367), var(--p9621));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--mcd82); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.ab6bda:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--fa7ec);
}
.d6199d { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.ab6bda h3 {
    font-family: var(--odd0f); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--bcb11);
}
.ab6bda p { color: var(--lb2fb); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.h73854 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.ea2031 {
    background: linear-gradient(145deg, var(--ef367), var(--p9621));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--mcd82); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.ea2031:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.ea2031 h3 {
    font-family: var(--odd0f); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--o6a39);
}
.ea2031 p { color: var(--lb2fb); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.o9dd81 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.c999d2 { text-align: center; padding: 22px 14px; }
.gd9c33 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--ca8d9), var(--c947f));
    border-radius: 50%; font-family: var(--odd0f);
    font-size: 1.15rem; font-weight: 800; color: var(--bcb11);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.c999d2 h3 {
    font-family: var(--odd0f); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--bcb11);
}
.c999d2 p { color: var(--lb2fb); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.l3029c {
    background: linear-gradient(145deg, var(--ef367), var(--p9621));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--h12f5);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.pd915c { margin-top: 24px; }
.eba229 {
    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;
}
.eba229 > span:first-child { color: var(--lb2fb); text-align: left; }
.d99118 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.c129eb {
    height: 100%;
    background: linear-gradient(90deg, var(--ca8d9) 0%, var(--o6a39) 100%);
    border-radius: 4px;
}
.eba229 > span:last-child { color: var(--o6a39); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.e2b25a { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.e00eeb, .d9c0b6 {
    background: linear-gradient(145deg, var(--ef367), var(--p9621));
    border-radius: var(--mcd82); padding: 24px 22px;
}
.e00eeb { border-top: 3px solid var(--n02a3); }
.d9c0b6 { border-top: 3px solid #C84040; }
.e00eeb h3, .e00eeb h4 { color: var(--n02a3); margin-bottom: 12px; font-size: 1rem; }
.d9c0b6 h3, .d9c0b6 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.e00eeb ul, .d9c0b6 ul { list-style: none; padding: 0; margin: 0; }
.e00eeb li::before { content: '\2713 '; color: var(--n02a3); font-weight: 700; }
.d9c0b6 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.e00eeb li, .d9c0b6 li { padding: 5px 0; color: var(--lb2fb); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.l6c58f {
    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(--gdf8c);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.l6c58f h2 {
    font-family: var(--odd0f);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--o6a39), var(--ge6a8));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.l6c58f p { color: var(--lb2fb); 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(--ca8d9);
    border-radius: var(--hc14f); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--lb2fb); font-size: .9rem; }
.highlight-box strong { color: var(--ge6a8); }

/* ===== BREADCRUMB ===== */
.d7b23d { padding: 14px 0; font-size: .82rem; }
.hb2181 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.hb2181 li + li::before { content: '\203A'; margin-right: 8px; color: var(--b5e45); }
.d7b23d a { color: var(--b5e45); }
.d7b23d a:hover { color: var(--ge6a8); }
.d7b23d [aria-current] { color: var(--ca8d9); }

/* ===== SITE FOOTER ===== */
.f2f7dd {
    background: var(--o6db4); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.nc2bb1 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.nc2bb1 a {
    color: var(--b5e45); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.nc2bb1 a:hover { color: var(--ge6a8); }

.gaa585 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.gaa585 p {
    color: var(--b5e45); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.gaa585 a { color: var(--ca8d9); }
.haea86 { text-align: center; color: var(--b5e45); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.m1324f { max-width: 800px; margin: 0 auto; }
.m1324f p {
    color: var(--lb2fb); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.m1324f p:last-child { margin-bottom: 0; }
.m1324f strong { color: var(--bcb11); }
.m1324f a { color: var(--ge6a8); text-decoration: underline; text-underline-offset: 3px; }
.m1324f a:hover { color: var(--o6a39); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.a9ed23 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.o25dd1 { direction: rtl; }
.o25dd1 > * { direction: ltr; }
.p3f3d7 { border-radius: var(--h12f5); overflow: hidden; }
.p3f3d7 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--h12f5);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.f933b4 { color: var(--lb2fb); font-size: .93rem; line-height: 1.7; }
.f933b4 strong { color: var(--bcb11); }
.f933b4 a { color: var(--ge6a8); }
@media (max-width: 768px) {
    .a9ed23 { grid-template-columns: 1fr; gap: 24px; }
    .o25dd1 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--ia8a1);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--ia8a1); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.p251a7 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--ca8d9);
    color: var(--bcb11); 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(--fa7ec);
}
.p251a7.jb54b1 { opacity: 1; visibility: visible; }
.p251a7:hover { transform: translateY(-3px); background: var(--ia8a1); }

/* ===== REVIEW SCORE (review page) ===== */
.o7107c {
    font-family: var(--odd0f); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--o6a39), var(--ge6a8));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--o6a39); 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(--lb2fb); width: 55%; }
.score-table td:last-child { color: var(--o6a39); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.l46b67 {
    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);
}
.l46b67 .dddf3b { 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) {
    .k9dcc4 { display: none; }
    .ldd2bd .c51822 { display: none; }
    .j78cb4 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .e2b25a { grid-template-columns: 1fr; }
    section, .pd807f { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .nc2bb1 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .o9dd81 { grid-template-columns: 1fr 1fr; }
    .ma7bbd { grid-template-columns: 1fr 1fr; }
    .eba229 { grid-template-columns: 1fr 100px auto; }
    .l46b67 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .d22876 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .o9dd81 { grid-template-columns: 1fr; }
    .ma7bbd { grid-template-columns: 1fr; }
    .m80681 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .o7107c { font-size: 3.5rem; }
    .eba229 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .e2b25a { grid-template-columns: 1fr; }
    .l3029c { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.i81cf7 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.i81cf7 summary.g03d22 {
    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(--bcb11);
    padding: 6px 11px;
    border-radius: var(--hc14f);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--pcae1);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.i81cf7 summary.g03d22::-webkit-details-marker { display: none; }
.i81cf7 summary.g03d22::marker { display: none; }
.i81cf7:hover summary.g03d22,
.i81cf7[open] summary.g03d22 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--o6a39);
}
.a120f5 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.i81cf7[open] .a120f5 { transform: rotate(180deg); }

.ea2826 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--ef367);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--mcd82);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.i81cf7[open] .ea2826 {
    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); }
}
.ea2826 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--oe3d6);
    border-radius: var(--hc14f);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.ea2826 li a:hover,
.ea2826 li a.d42e1b {
    background: rgba(255,255,255,.08);
    color: var(--o6a39);
}
.ea2826 li a.d42e1b { font-weight: 700; }

/* Mobile lang bar */
.kb36e1 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.kb36e1 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(--hc14f);
    color: var(--oe3d6);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.kb36e1 a:hover,
.kb36e1 a.d5ba75 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--o6a39);
}
.kb36e1 a.d5ba75 { font-weight: 700; }

@media (max-width: 768px) {
    .i81cf7 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.ma7bbd, ul.n4282a { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.n1ade6 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .n1ade6 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.o9dd81, ol.h4c4a4 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.h4c4a4 > li { counter-increment: step-counter; }
ol.h4c4a4 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--ca8d9); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.ef5b22 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--ca8d9); }
.d76a54 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.g9d6bc { width: 36px; height: 36px; border-radius: 50%; background: var(--ca8d9); color: var(--o6db4); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.cb4c6d h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.cd4ddd { display: grid; grid-template-columns: 1fr; gap: 0; }
.b02c9d { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.b02c9d:last-child { border-bottom: none; }
.n7e38b { font-weight: 600; padding: .75rem 1rem; color: var(--ca8d9); }
.ff88fe { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.o09c1a .kcc4a2 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.o09c1a .mc1adc { display: none; }
.o09c1a .mdfcf8.a4f1ba .mc1adc { display: block; }

/* faq variant C: definition list */
dl.p97ea6 { display: grid; gap: 0; }
dl.p97ea6 dt.j0032b { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.p97ea6 dd.mc1adc { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.c31721 { padding: 2rem 0; }
.h83d7e { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.h83d7e li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--mcd82); border: 1px solid var(--o6a39); color: var(--o6a39); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.h83d7e li a:hover { background: var(--o6a39); color: var(--o6db4); }


/* Promo Banner (SVG image banners) */
.kf4638 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.pb33ad { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.pb33ad:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.idc9c3 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.df2c30 { display: inline-block; vertical-align: middle; }
.d6199d .df2c30 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.nd3c7d {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--ef367), var(--p9621));
    border-radius: var(--mcd82); padding: 24px; margin-top: 24px;
}
.n85dbf { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--hc14f); background: var(--gdf8c); }
.n85dbf dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.n85dbf dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--o6a39); }
@media (max-width: 768px) { .nd3c7d { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .nd3c7d { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--o6a39); 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; }
  .k01ecf { animation: none; }
}
/* Touch targets: minimum 44x44px */
.dddf3b, .k01ecf, .d22876, .c041f3, .bf7dee, .j78cb4, .kcc4a2, .j0032b, .p251a7, .l46b67 a, .g03d22 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.k01ecf { position: relative; overflow: visible; }
.k01ecf::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--o6a39); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.k01ecf:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.k01ecf::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.ffbe95 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.f94de1 {
    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);
}
.f94de1.hcb409 { color: var(--o6a39); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.l3f127, .g7efd2 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.c6afda, .nb552e { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--hc14f); background: var(--ef367); transition: transform 0.2s; }
.c6afda:hover, .nb552e:hover { transform: translateY(-2px); }
.c6afda span, .nb552e span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.e4b4f0 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.jc4125 { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--hc14f); background: var(--ef367); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.jc4125:hover { border-color: var(--o6a39); }
.jc4125 span { font-size: 0.7rem; color: var(--o6a39); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.dc8a2c { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.a94bfd { background: var(--ef367); border-radius: var(--mcd82); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.e19476 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.ab7cbb { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--o6a39), var(--ca8d9)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--o6db4); flex-shrink: 0; }
.p3b054 { color: var(--o6a39); font-size: 14px; letter-spacing: 1px; }
.b1906b { color: var(--b5e45); font-size: 0.75rem; }
.a94bfd p { font-size: 0.9rem; color: var(--oe3d6); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1160px; }
:root { --radius: 6px; --radius-lg: 10px; --radius-sm: 4px; }
.section { padding: clamp(64px, 9vw, 100px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.btn { border-radius: 4px; }
.btn-gold { animation: none; box-shadow: 0 2px 8px rgba(0,0,0,.3); }
.info-card:hover, .bonus-card:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
body { line-height: 1.8; }
body { font-size: 15.5px; }
.section + .section { border-top: 1px solid rgba(255,255,255,.06); }
.info-card:hover { transform: none; border-color: var(--gold); }
