@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@400;500;600;700&family=Work+Sans:wght@400;500;600;700&display=swap');
/* ===== DESERT SAND — Design System ===== */
:root {
    --l9b4e:        #D4A853;
    --a7131:  #E2C47A;
    --h2292:   #B08C3A;
    --ic8df:         #C4A265;
    --ndfcf:         #D4A853;
    --i8229:    #B08C3A;
    --c3b51:         #D4A853;
    --a0b0d:    #B08C3A;
    --terra:        #C0392B;
    --terra-light:  #D9534F;
    --sienna:       #A0522D;
    --a5932:           #0A0806;
    --ia343:         #14100C;
    --d3a95:         #1E1814;
    --ge390:         #28201C;
    --l0810:        #FFFFFF;
    --h0559:         #B5A898;
    --nf720:       #7D7068;
    --f6008:       #B5A898;
    --o46e5:    'Bitter', Georgia, serif;
    --d0811:    'Work Sans', sans-serif;
    --ff2f5:       12px;
    --kb174:    20px;
    --l147d:    8px;
    --f12e9:        1100px;
    --o3cc6:       0 4px 24px rgba(0,0,0,.55);
    --j167f:         0 0 32px rgba(212,168,83,.25);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--l9b4e);
    --color-primary-light: var(--a7131);
    --color-primary-dark: var(--h2292);
    --color-accent: var(--ndfcf);
    --color-accent-dark: var(--i8229);
    --color-secondary: var(--c3b51);
    --color-secondary-dark: var(--a0b0d);
    --color-surface: var(--d3a95);
    --color-surface-elevated: var(--ge390);
    --color-on-surface: var(--l0810);
    --color-on-surface-muted: var(--h0559);
    --color-text: var(--l0810);
    --color-text-secondary: var(--f6008);
    --text-heading: var(--o46e5);
    --text-body: var(--d0811);
    --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(--d0811);
    background: var(--a5932);
    color: var(--l0810);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--a7131); text-decoration: none; transition: color .2s; }
a:hover { color: var(--ndfcf); }
img { max-width: 100%; height: auto; display: block; }

.ib03ed { width: 92%; max-width: var(--f12e9); margin: 0 auto; }

.g8be3d {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.ee11a1 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--l9b4e); color: var(--l0810);
    padding: 8px 16px; border-radius: var(--l147d);
    z-index: 999; transition: top .2s;
}
.ee11a1:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.b66443 {
    position: sticky; top: 0; z-index: 100;
    background: rgba(10,8,6,.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(212,168,83,.15);
}
.hae092 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.i93598 {
    font-family: var(--o46e5);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--l0810);
    white-space: nowrap; text-decoration: none;
}
.i93598:hover { color: var(--ndfcf); }

/* Main Nav */
.h6bd63 { display: flex; align-items: center; gap: 20px; }
.m521c4 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.m521c4 a {
    color: var(--h0559); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.m521c4 a:hover { color: var(--a7131); }

/* Language Select */
.b2874d {
    background: var(--d3a95); color: var(--l0810);
    border: 1px solid rgba(212,168,83,.25);
    border-radius: var(--l147d);
    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='%23D4A853'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 8px center;
    transition: border-color .2s;
}
.b2874d:hover, .b2874d:focus { border-color: var(--l9b4e); outline: none; }

/* Menu Toggle */
.o67cc1 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.i414b4, .i414b4::before, .i414b4::after {
    display: block; width: 24px; height: 2px;
    background: var(--l0810); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.i414b4 { position: relative; }
.i414b4::before, .i414b4::after { content: ''; position: absolute; left: 0; }
.i414b4::before { top: -7px; }
.i414b4::after { top: 7px; }

/* Mobile Nav */
.o53867 {
    display: none; position: fixed; inset: 0;
    background: rgba(10,8,6,.97); z-index: 200;
    align-items: center; justify-content: center;
    flex-direction: column; padding: 60px 20px;
}
.o53867.b38894 { display: flex; }
.hacd49 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.hacd49 a {
    font-size: 1.2rem; font-weight: 600; color: var(--l0810); text-decoration: none;
}
.hacd49 a:hover { color: var(--a7131); }

/* ===== BUTTONS ===== */
.a119bb {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--o46e5); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--ff2f5); 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(--l9b4e) 0%, var(--ic8df) 100%);
    color: var(--l0810); box-shadow: var(--j167f);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,83,.5);
    color: var(--l0810);
}
.btn-secondary {
    background: transparent; color: var(--a7131);
    border: 2px solid var(--l9b4e);
}
.btn-secondary:hover { background: rgba(212,168,83,.1); color: var(--ndfcf); }

/* Gold CTA — main call-to-action (sandy gold) */
@keyframes pulse-glow {
    0%,100% { box-shadow: 0 0 22px rgba(212,168,83,.3); }
    50%      { box-shadow: 0 0 48px rgba(212,168,83,.6), 0 0 86px rgba(196,162,101,.15); }
}
.n238cc {
    background: linear-gradient(135deg, var(--ndfcf) 0%, #C4A265 55%, var(--i8229) 100%);
    color: #1a0e00; font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(212,168,83,.35);
    /* animation moved to ::after */
}
.n238cc:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(212,168,83,.65);
    color: #1a0e00; animation: none;
}

.m8af12 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--kb174); }
.odf605 { padding: 8px 18px; font-size: .85rem; border-radius: var(--l147d); }

/* Nav CTA in header */
.a2707d {
    background: linear-gradient(135deg, var(--ndfcf) 0%, var(--i8229) 100%);
    color: #1a0e00 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--l147d);
    box-shadow: 0 0 16px rgba(212,168,83,.25);
    transition: transform .2s, box-shadow .2s;
}
.a2707d:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(212,168,83,.5);
    color: #1a0e00 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.o73525 {
    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,83,.12) 0%, transparent 65%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(192,57,43,.06) 0%, transparent 60%),
        var(--a5932);
    position: relative; overflow: hidden;
}
.o73525::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='2' fill='rgba(212,168,83,0.018)'/%3E%3Ccircle cx='10' cy='10' r='1' fill='rgba(160,82,45,0.015)'/%3E%3Ccircle cx='70' cy='15' r='1.5' fill='rgba(212,168,83,0.012)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.h2d972 {
    font-family: var(--o46e5);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--ndfcf) 0%, var(--a7131) 50%, var(--terra) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.g2704e {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--h0559);
    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,83,.11) 0%, transparent 70%),
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(160,82,45,.08) 0%, transparent 60%),
        var(--a5932);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='2' fill='rgba(212,168,83,0.022)'/%3E%3Ccircle cx='12' cy='12' r='1' fill='rgba(160,82,45,0.018)'/%3E%3Ccircle cx='68' cy='18' r='1.5' fill='rgba(212,168,83,0.015)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.hero h1 {
    font-family: var(--o46e5);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--ndfcf) 0%, var(--a7131) 45%, var(--terra) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--h0559);
    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(--h0559);
    padding: 7px 14px;
    background: rgba(212,168,83,.06);
    border: 1px solid rgba(212,168,83,.15);
    border-radius: var(--l147d);
}
.hero-stat strong { color: var(--a7131); }

/* ===== SECTIONS ===== */
.h6dedd { padding: clamp(52px, 7vw, 80px) 0; }
.b59774 { background: var(--ia343); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--l9b4e); margin-bottom: 10px;
}
.h6dedd h2, .h78f78 {
    font-family: var(--o46e5);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.h6dedd h3 {
    font-family: var(--o46e5); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--a7131);
}
.h6dedd p, .section-desc {
    color: var(--h0559); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.h6dedd ul, .h6dedd ol {
    color: var(--h0559); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.h6dedd li { margin-bottom: 8px; }
.h6dedd li strong { color: var(--l0810); }

/* ===== 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(--d3a95), var(--ge390));
    border: 1px solid rgba(212,168,83,.1);
    border-radius: var(--ff2f5); padding: 28px 24px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.card:hover {
    transform: translateY(-4px);
    border-color: rgba(212,168,83,.3);
    box-shadow: var(--o3cc6);
}
.h65a12 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--o46e5); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--l0810);
}
.card p { color: var(--h0559); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.h6fad5 { overflow-x: auto; margin: 24px 0; border-radius: var(--l147d); }
.d3904b { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.d3904b thead th {
    background: var(--ge390); color: var(--l0810); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,83,.2);
}
.d3904b thead th:first-child { border-radius: var(--l147d) 0 0 0; }
.d3904b thead th:last-child { border-radius: 0 var(--l147d) 0 0; }
.d3904b tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.d3904b td { padding: 13px 16px; }
.d3904b td:first-child { color: var(--h0559); font-weight: 500; width: 42%; }
.d3904b td:last-child { color: var(--l0810); font-weight: 600; }
.d3904b tr:hover { background: rgba(212,168,83,.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(--l9b4e), var(--sienna));
    border-radius: 50%; font-family: var(--o46e5);
    font-size: 1.2rem; font-weight: 700; color: var(--l0810);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--h0559); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.oef7be { max-width: 800px; margin: 0 auto; }
details.abe1a7 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.abe1a7 summary {
    display: block; list-style: none;
    color: var(--l0810); font-family: var(--d0811);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.abe1a7 summary::-webkit-details-marker { display: none; }
details.abe1a7 summary::marker { display: none; content: ''; }
details.abe1a7 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--l9b4e); transition: transform .3s;
}
details.abe1a7[open] summary::after { content: '\2212'; }
details.abe1a7 summary:hover { color: var(--a7131); }
details.abe1a7 > p { padding: 0 0 20px; color: var(--h0559); font-size: .9rem; line-height: 1.7; }
details.abe1a7 > div { padding: 0 0 20px; color: var(--h0559); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--ia343); }

/* ===== INFO GRID & CARDS ===== */
.c2307a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.l0a9ee {
    background: linear-gradient(145deg, var(--d3a95), var(--ge390));
    border: 1px solid rgba(212,168,83,.12); border-radius: var(--ff2f5); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.l0a9ee:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,83,.35);
    box-shadow: var(--o3cc6);
}
.m78589 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.l0a9ee h3 {
    font-family: var(--o46e5); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--l0810);
}
.l0a9ee p { color: var(--h0559); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.c1310c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.e159ee {
    background: linear-gradient(145deg, var(--d3a95), var(--ge390));
    border: 1px solid rgba(212,168,83,.15); border-radius: var(--ff2f5); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.e159ee:hover { transform: translateY(-5px); border-color: rgba(212,168,83,.38); }
.e159ee h3 {
    font-family: var(--o46e5); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--ndfcf);
}
.e159ee p { color: var(--h0559); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.c4f26e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.a30bd7 { text-align: center; padding: 22px 14px; }
.b01386 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--l9b4e), var(--sienna));
    border-radius: 50%; font-family: var(--o46e5);
    font-size: 1.15rem; font-weight: 800; color: var(--l0810);
    box-shadow: 0 0 22px rgba(212,168,83,.3);
}
.a30bd7 h3 {
    font-family: var(--o46e5); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--l0810);
}
.a30bd7 p { color: var(--h0559); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.mb97c7 {
    background: linear-gradient(145deg, var(--d3a95), var(--ge390));
    border: 1px solid rgba(212,168,83,.18); border-radius: var(--kb174);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.45);
}
.h2b245 { margin-top: 24px; }
.j9d778 {
    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;
}
.j9d778 > span:first-child { color: var(--h0559); text-align: left; }
.n79fa9 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.f82db2 {
    height: 100%;
    background: linear-gradient(90deg, var(--sienna) 0%, var(--ndfcf) 100%);
    border-radius: 4px;
}
.j9d778 > span:last-child { color: var(--ndfcf); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.l09325 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.k3f41c, .hdb653 {
    background: linear-gradient(145deg, var(--d3a95), var(--ge390));
    border-radius: var(--ff2f5); padding: 24px 22px;
}
.k3f41c { border-top: 3px solid var(--ndfcf); }
.hdb653 { border-top: 3px solid var(--terra); }
.k3f41c h3, .k3f41c h4 { color: var(--ndfcf); margin-bottom: 12px; font-size: 1rem; }
.hdb653 h3, .hdb653 h4 { color: var(--terra-light); margin-bottom: 12px; font-size: 1rem; }
.k3f41c ul, .hdb653 ul { list-style: none; padding: 0; margin: 0; }
.k3f41c li::before { content: '\2713 '; color: var(--ndfcf); font-weight: 700; }
.hdb653 li::before { content: '\2717 '; color: var(--terra); font-weight: 700; }
.k3f41c li, .hdb653 li { padding: 5px 0; color: var(--h0559); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.nb8ba7 {
    text-align: center; padding: clamp(52px, 7vw, 80px) 0;
    background:
        radial-gradient(ellipse 70% 60% at 50% 50%, rgba(212,168,83,.08) 0%, transparent 65%),
        radial-gradient(ellipse 80% 50% at 50% 50%, rgba(160,82,45,.06) 0%, transparent 70%),
        var(--ia343);
    border-top: 1px solid rgba(212,168,83,.1);
    border-bottom: 1px solid rgba(212,168,83,.1);
}
.nb8ba7 h2 {
    font-family: var(--o46e5);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 700; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--ndfcf), var(--a7131));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.nb8ba7 p { color: var(--h0559); 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,83,.07), rgba(160,82,45,.05));
    border: 1px solid rgba(212,168,83,.2); border-left: 4px solid var(--l9b4e);
    border-radius: var(--l147d); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--h0559); font-size: .9rem; }
.highlight-box strong { color: var(--a7131); }

/* ===== BREADCRUMB ===== */
.c69239 { padding: 14px 0; font-size: .82rem; }
.e39b5b { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.e39b5b li + li::before { content: '\203A'; margin-right: 8px; color: var(--nf720); }
.c69239 a { color: var(--nf720); }
.c69239 a:hover { color: var(--a7131); }
.c69239 [aria-current] { color: var(--l9b4e); }

/* ===== SITE FOOTER ===== */
.c439af {
    background: var(--a5932); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.bbce11 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.bbce11 a {
    color: var(--nf720); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.bbce11 a:hover { color: var(--a7131); }

.bae17c {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.bae17c p {
    color: var(--nf720); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.bae17c a { color: var(--l9b4e); }
.e49404 { text-align: center; color: var(--nf720); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.c57af6 { max-width: 800px; margin: 0 auto; }
.c57af6 p {
    color: var(--h0559); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.c57af6 p:last-child { margin-bottom: 0; }
.c57af6 strong { color: var(--l0810); }
.c57af6 a { color: var(--a7131); text-decoration: underline; text-underline-offset: 3px; }
.c57af6 a:hover { color: var(--ndfcf); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.m4447e {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.g451e9 { direction: rtl; }
.g451e9 > * { direction: ltr; }
.b57512 { border-radius: var(--kb174); overflow: hidden; }
.b57512 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--kb174);
    border: 1px solid rgba(212,168,83,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.45);
}
.c58a20 { color: var(--h0559); font-size: .93rem; line-height: 1.7; }
.c58a20 strong { color: var(--l0810); }
.c58a20 a { color: var(--a7131); }
@media (max-width: 768px) {
    .m4447e { grid-template-columns: 1fr; gap: 24px; }
    .g451e9 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--h2292);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--h2292); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.n3dba1 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--l9b4e);
    color: var(--l0810); 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(--o3cc6);
}
.n3dba1.o51c01 { opacity: 1; visibility: visible; }
.n3dba1:hover { transform: translateY(-3px); background: var(--h2292); }

/* ===== REVIEW SCORE (review page) ===== */
.ff10de {
    font-family: var(--o46e5); font-size: 5rem; font-weight: 700;
    background: linear-gradient(135deg, var(--ndfcf), var(--a7131));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--ndfcf); 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(--h0559); width: 55%; }
.score-table td:last-child { color: var(--ndfcf); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.ldd856 {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
    padding: 12px 16px;
    background: rgba(10,8,6,.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(212,168,83,.2);
    text-align: center;
    box-shadow: 0 -4px 24px rgba(0,0,0,.55);
}
.ldd856 .a119bb { 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) {
    .m521c4 { display: none; }
    .h6bd63 .b2874d { display: none; }
    .o67cc1 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .l09325 { grid-template-columns: 1fr; }
    section, .h6dedd { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .bbce11 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .c4f26e { grid-template-columns: 1fr 1fr; }
    .c2307a { grid-template-columns: 1fr 1fr; }
    .j9d778 { grid-template-columns: 1fr 100px auto; }
    .ldd856 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .m8af12 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .c4f26e { grid-template-columns: 1fr; }
    .c2307a { grid-template-columns: 1fr; }
    .hae092 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .ff10de { font-size: 3.5rem; }
    .j9d778 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .l09325 { grid-template-columns: 1fr; }
    .mb97c7 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.mee288 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.mee288 summary.adc164 {
    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(--l0810);
    padding: 6px 11px;
    border-radius: var(--l147d);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--d0811);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.mee288 summary.adc164::-webkit-details-marker { display: none; }
.mee288 summary.adc164::marker { display: none; }
.mee288:hover summary.adc164,
.mee288[open] summary.adc164 {
    background: rgba(255,255,255,.13);
    border-color: rgba(212,168,83,.35);
    color: var(--ndfcf);
}
.h9ba2d { font-size: .7rem; opacity: .7; transition: transform .2s; }
.mee288[open] .h9ba2d { transform: rotate(180deg); }

.c8484a {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--d3a95);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--ff2f5);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.mee288[open] .c8484a {
    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); }
}
.c8484a li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--f6008);
    border-radius: var(--l147d);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.c8484a li a:hover,
.c8484a li a.d9adc2 {
    background: rgba(255,255,255,.08);
    color: var(--ndfcf);
}
.c8484a li a.d9adc2 { font-weight: 700; }

/* Mobile lang bar */
.jfbc04 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.jfbc04 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(--l147d);
    color: var(--f6008);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.jfbc04 a:hover,
.jfbc04 a.c0c233 {
    background: rgba(212,168,83,.12);
    border-color: rgba(212,168,83,.3);
    color: var(--ndfcf);
}
.jfbc04 a.c0c233 { font-weight: 700; }

@media (max-width: 768px) {
    .mee288 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.c2307a, ul.ade860 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.m00480 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .m00480 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.c4f26e, ol.dbb05d { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.dbb05d > li { counter-increment: step-counter; }
ol.dbb05d > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--l9b4e); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.ea58bf { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--l9b4e); }
.e1a2e3 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.k27750 { width: 36px; height: 36px; border-radius: 50%; background: var(--l9b4e); color: var(--a5932); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.kbe163 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.fc8e4a { display: grid; grid-template-columns: 1fr; gap: 0; }
.ec5ecf { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.ec5ecf:last-child { border-bottom: none; }
.pd1733 { font-weight: 600; padding: .75rem 1rem; color: var(--l9b4e); }
.f8b0d8 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.ndf659 .ee88f5 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.ndf659 .jfc038 { display: none; }
.ndf659 .abe1a7.b38894 .jfc038 { display: block; }

/* faq variant C: definition list */
dl.oef7be { display: grid; gap: 0; }
dl.oef7be dt.ac9ae8 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.oef7be dd.jfc038 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.jebbb7 { padding: 2rem 0; }
.ife83f { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.ife83f li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--ff2f5); border: 1px solid var(--ndfcf); color: var(--ndfcf); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.ife83f li a:hover { background: var(--ndfcf); color: var(--a5932); }


/* Promo Banner (SVG image banners) */
.iaf51f { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.g4a832 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.g4a832:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.pa856d { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.h65a12 { display: inline-block; vertical-align: middle; }
.m78589 .h65a12 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.a749fa {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--d3a95), var(--ge390));
    border-radius: var(--ff2f5); padding: 24px; margin-top: 24px;
}
.nef701 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--l147d); background: var(--ia343); }
.nef701 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.nef701 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--ndfcf); }
@media (max-width: 768px) { .a749fa { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .a749fa { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--ndfcf); 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; }
  .n238cc { animation: none; }
}
/* Touch targets: minimum 44x44px */
.a119bb, .n238cc, .m8af12, .odf605, .a2707d, .o67cc1, .ee88f5, .ac9ae8, .n3dba1, .ldd856 a, .adc164 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.n238cc { position: relative; overflow: visible; }
.n238cc::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--ndfcf); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.n238cc:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.n238cc::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.hc59d7 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.p4ba6a {
    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);
}
.p4ba6a.iaad22 { color: var(--ndfcf); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.h79cc7, .g8a15e { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.bc6ac8, .a48b3d { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--l147d); background: var(--d3a95); transition: transform 0.2s; }
.bc6ac8:hover, .a48b3d:hover { transform: translateY(-2px); }
.bc6ac8 span, .a48b3d span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.n33bc4 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.l1fc82 { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--l147d); background: var(--d3a95); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.l1fc82:hover { border-color: var(--ndfcf); }
.l1fc82 span { font-size: 0.7rem; color: var(--ndfcf); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.a6c46b { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.e3fccd { background: var(--d3a95); border-radius: var(--ff2f5); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.l6b1f6 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.jf33b4 { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--ndfcf), var(--l9b4e)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--a5932); flex-shrink: 0; }
.p1e201 { color: var(--ndfcf); font-size: 14px; letter-spacing: 1px; }
.i8de16 { color: var(--nf720); font-size: 0.75rem; }
.e3fccd p { font-size: 0.9rem; color: var(--f6008); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1060px; }
:root { --radius: 24px; --radius-lg: 36px; --radius-sm: 14px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.info-card:hover, .bonus-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,.2); }
body { line-height: 1.75; }
body { font-size: 16px; }
.section + .section { border-top: 1px solid rgba(255,255,255,.06); }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
.info-card:hover { transform: none; border-color: var(--gold); }
