@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 {
    --h6cdc:        #D4A853;
    --pc8c3:  #E2C47A;
    --cdad9:   #B08C3A;
    --a26b8:         #C4A265;
    --ddd99:         #D4A853;
    --j1ebc:    #B08C3A;
    --he07a:         #D4A853;
    --d1cbc:    #B08C3A;
    --terra:        #C0392B;
    --terra-light:  #D9534F;
    --sienna:       #A0522D;
    --n0a28:           #0A0806;
    --oeeaf:         #14100C;
    --b59c9:         #1E1814;
    --b241b:         #28201C;
    --g942d:        #FFFFFF;
    --odb5d:         #B5A898;
    --eab8f:       #7D7068;
    --i92b1:       #B5A898;
    --ba94f:    'Bitter', Georgia, serif;
    --hc71f:    'Work Sans', sans-serif;
    --n25fc:       12px;
    --j1ae0:    20px;
    --k9f12:    8px;
    --c6beb:        1100px;
    --mf756:       0 4px 24px rgba(0,0,0,.55);
    --n2fd4:         0 0 32px rgba(212,168,83,.25);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--h6cdc);
    --color-primary-light: var(--pc8c3);
    --color-primary-dark: var(--cdad9);
    --color-accent: var(--ddd99);
    --color-accent-dark: var(--j1ebc);
    --color-secondary: var(--he07a);
    --color-secondary-dark: var(--d1cbc);
    --color-surface: var(--b59c9);
    --color-surface-elevated: var(--b241b);
    --color-on-surface: var(--g942d);
    --color-on-surface-muted: var(--odb5d);
    --color-text: var(--g942d);
    --color-text-secondary: var(--i92b1);
    --text-heading: var(--ba94f);
    --text-body: var(--hc71f);
    --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(--hc71f);
    background: var(--n0a28);
    color: var(--g942d);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--pc8c3); text-decoration: none; transition: color .2s; }
a:hover { color: var(--ddd99); }
img { max-width: 100%; height: auto; display: block; }

.n2cedf { width: 92%; max-width: var(--c6beb); margin: 0 auto; }

.dde432 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.eb396c {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--h6cdc); color: var(--g942d);
    padding: 8px 16px; border-radius: var(--k9f12);
    z-index: 999; transition: top .2s;
}
.eb396c:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.ma15ce {
    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);
}
.m3369d {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.bbc5b5 {
    font-family: var(--ba94f);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--g942d);
    white-space: nowrap; text-decoration: none;
}
.bbc5b5:hover { color: var(--ddd99); }

/* Main Nav */
.k52def { display: flex; align-items: center; gap: 20px; }
.l896d2 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.l896d2 a {
    color: var(--odb5d); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.l896d2 a:hover { color: var(--pc8c3); }

/* Language Select */
.ff4bb2 {
    background: var(--b59c9); color: var(--g942d);
    border: 1px solid rgba(212,168,83,.25);
    border-radius: var(--k9f12);
    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;
}
.ff4bb2:hover, .ff4bb2:focus { border-color: var(--h6cdc); outline: none; }

/* Menu Toggle */
.i0d8c3 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.i0821f, .i0821f::before, .i0821f::after {
    display: block; width: 24px; height: 2px;
    background: var(--g942d); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.i0821f { position: relative; }
.i0821f::before, .i0821f::after { content: ''; position: absolute; left: 0; }
.i0821f::before { top: -7px; }
.i0821f::after { top: 7px; }

/* Mobile Nav */
.ia586d {
    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;
}
.ia586d.bdf83f { display: flex; }
.j66001 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.j66001 a {
    font-size: 1.2rem; font-weight: 600; color: var(--g942d); text-decoration: none;
}
.j66001 a:hover { color: var(--pc8c3); }

/* ===== BUTTONS ===== */
.a3f675 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--ba94f); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--n25fc); 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(--h6cdc) 0%, var(--a26b8) 100%);
    color: var(--g942d); box-shadow: var(--n2fd4);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,83,.5);
    color: var(--g942d);
}
.btn-secondary {
    background: transparent; color: var(--pc8c3);
    border: 2px solid var(--h6cdc);
}
.btn-secondary:hover { background: rgba(212,168,83,.1); color: var(--ddd99); }

/* 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); }
}
.kc4103 {
    background: linear-gradient(135deg, var(--ddd99) 0%, #C4A265 55%, var(--j1ebc) 100%);
    color: #1a0e00; font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(212,168,83,.35);
    /* animation moved to ::after */
}
.kc4103:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(212,168,83,.65);
    color: #1a0e00; animation: none;
}

.jc1e19 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--j1ae0); }
.o71a81 { padding: 8px 18px; font-size: .85rem; border-radius: var(--k9f12); }

/* Nav CTA in header */
.i5b8a8 {
    background: linear-gradient(135deg, var(--ddd99) 0%, var(--j1ebc) 100%);
    color: #1a0e00 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--k9f12);
    box-shadow: 0 0 16px rgba(212,168,83,.25);
    transition: transform .2s, box-shadow .2s;
}
.i5b8a8:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(212,168,83,.5);
    color: #1a0e00 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.h71666 {
    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(--n0a28);
    position: relative; overflow: hidden;
}
.h71666::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;
}
.k9bc94 {
    font-family: var(--ba94f);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--ddd99) 0%, var(--pc8c3) 50%, var(--terra) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.k4b581 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--odb5d);
    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(--n0a28);
}
.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(--ba94f);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--ddd99) 0%, var(--pc8c3) 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(--odb5d);
    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(--odb5d);
    padding: 7px 14px;
    background: rgba(212,168,83,.06);
    border: 1px solid rgba(212,168,83,.15);
    border-radius: var(--k9f12);
}
.hero-stat strong { color: var(--pc8c3); }

/* ===== SECTIONS ===== */
.a46864 { padding: clamp(52px, 7vw, 80px) 0; }
.cbe4ca { background: var(--oeeaf); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--h6cdc); margin-bottom: 10px;
}
.a46864 h2, .n2cdc1 {
    font-family: var(--ba94f);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.a46864 h3 {
    font-family: var(--ba94f); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--pc8c3);
}
.a46864 p, .section-desc {
    color: var(--odb5d); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.a46864 ul, .a46864 ol {
    color: var(--odb5d); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.a46864 li { margin-bottom: 8px; }
.a46864 li strong { color: var(--g942d); }

/* ===== 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(--b59c9), var(--b241b));
    border: 1px solid rgba(212,168,83,.1);
    border-radius: var(--n25fc); 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(--mf756);
}
.b9ca04 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--ba94f); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--g942d);
}
.card p { color: var(--odb5d); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.j42c8e { overflow-x: auto; margin: 24px 0; border-radius: var(--k9f12); }
.h10226 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.h10226 thead th {
    background: var(--b241b); color: var(--g942d); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,83,.2);
}
.h10226 thead th:first-child { border-radius: var(--k9f12) 0 0 0; }
.h10226 thead th:last-child { border-radius: 0 var(--k9f12) 0 0; }
.h10226 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.h10226 td { padding: 13px 16px; }
.h10226 td:first-child { color: var(--odb5d); font-weight: 500; width: 42%; }
.h10226 td:last-child { color: var(--g942d); font-weight: 600; }
.h10226 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(--h6cdc), var(--sienna));
    border-radius: 50%; font-family: var(--ba94f);
    font-size: 1.2rem; font-weight: 700; color: var(--g942d);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--odb5d); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.m9fb46 { max-width: 800px; margin: 0 auto; }
details.ka96d7 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.ka96d7 summary {
    display: block; list-style: none;
    color: var(--g942d); font-family: var(--hc71f);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.ka96d7 summary::-webkit-details-marker { display: none; }
details.ka96d7 summary::marker { display: none; content: ''; }
details.ka96d7 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--h6cdc); transition: transform .3s;
}
details.ka96d7[open] summary::after { content: '\2212'; }
details.ka96d7 summary:hover { color: var(--pc8c3); }
details.ka96d7 > p { padding: 0 0 20px; color: var(--odb5d); font-size: .9rem; line-height: 1.7; }
details.ka96d7 > div { padding: 0 0 20px; color: var(--odb5d); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--oeeaf); }

/* ===== INFO GRID & CARDS ===== */
.aefa13 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.mfd080 {
    background: linear-gradient(145deg, var(--b59c9), var(--b241b));
    border: 1px solid rgba(212,168,83,.12); border-radius: var(--n25fc); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.mfd080:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,83,.35);
    box-shadow: var(--mf756);
}
.n30f82 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.mfd080 h3 {
    font-family: var(--ba94f); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--g942d);
}
.mfd080 p { color: var(--odb5d); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.kc29bc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.aa57e0 {
    background: linear-gradient(145deg, var(--b59c9), var(--b241b));
    border: 1px solid rgba(212,168,83,.15); border-radius: var(--n25fc); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.aa57e0:hover { transform: translateY(-5px); border-color: rgba(212,168,83,.38); }
.aa57e0 h3 {
    font-family: var(--ba94f); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--ddd99);
}
.aa57e0 p { color: var(--odb5d); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.hdb388 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.bd260d { text-align: center; padding: 22px 14px; }
.g63579 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--h6cdc), var(--sienna));
    border-radius: 50%; font-family: var(--ba94f);
    font-size: 1.15rem; font-weight: 800; color: var(--g942d);
    box-shadow: 0 0 22px rgba(212,168,83,.3);
}
.bd260d h3 {
    font-family: var(--ba94f); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--g942d);
}
.bd260d p { color: var(--odb5d); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.kf24e9 {
    background: linear-gradient(145deg, var(--b59c9), var(--b241b));
    border: 1px solid rgba(212,168,83,.18); border-radius: var(--j1ae0);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.45);
}
.ia28d0 { margin-top: 24px; }
.a0a123 {
    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;
}
.a0a123 > span:first-child { color: var(--odb5d); text-align: left; }
.fff706 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.m71c92 {
    height: 100%;
    background: linear-gradient(90deg, var(--sienna) 0%, var(--ddd99) 100%);
    border-radius: 4px;
}
.a0a123 > span:last-child { color: var(--ddd99); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.f68d0b { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.c9d0a3, .p11539 {
    background: linear-gradient(145deg, var(--b59c9), var(--b241b));
    border-radius: var(--n25fc); padding: 24px 22px;
}
.c9d0a3 { border-top: 3px solid var(--ddd99); }
.p11539 { border-top: 3px solid var(--terra); }
.c9d0a3 h3, .c9d0a3 h4 { color: var(--ddd99); margin-bottom: 12px; font-size: 1rem; }
.p11539 h3, .p11539 h4 { color: var(--terra-light); margin-bottom: 12px; font-size: 1rem; }
.c9d0a3 ul, .p11539 ul { list-style: none; padding: 0; margin: 0; }
.c9d0a3 li::before { content: '\2713 '; color: var(--ddd99); font-weight: 700; }
.p11539 li::before { content: '\2717 '; color: var(--terra); font-weight: 700; }
.c9d0a3 li, .p11539 li { padding: 5px 0; color: var(--odb5d); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.c29ad5 {
    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(--oeeaf);
    border-top: 1px solid rgba(212,168,83,.1);
    border-bottom: 1px solid rgba(212,168,83,.1);
}
.c29ad5 h2 {
    font-family: var(--ba94f);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 700; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--ddd99), var(--pc8c3));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.c29ad5 p { color: var(--odb5d); 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(--h6cdc);
    border-radius: var(--k9f12); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--odb5d); font-size: .9rem; }
.highlight-box strong { color: var(--pc8c3); }

/* ===== BREADCRUMB ===== */
.d8f42f { padding: 14px 0; font-size: .82rem; }
.h6f602 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.h6f602 li + li::before { content: '\203A'; margin-right: 8px; color: var(--eab8f); }
.d8f42f a { color: var(--eab8f); }
.d8f42f a:hover { color: var(--pc8c3); }
.d8f42f [aria-current] { color: var(--h6cdc); }

/* ===== SITE FOOTER ===== */
.o2f552 {
    background: var(--n0a28); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.gd23fa {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.gd23fa a {
    color: var(--eab8f); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.gd23fa a:hover { color: var(--pc8c3); }

.hb2127 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.hb2127 p {
    color: var(--eab8f); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.hb2127 a { color: var(--h6cdc); }
.h7efcc { text-align: center; color: var(--eab8f); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.fb209b { max-width: 800px; margin: 0 auto; }
.fb209b p {
    color: var(--odb5d); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.fb209b p:last-child { margin-bottom: 0; }
.fb209b strong { color: var(--g942d); }
.fb209b a { color: var(--pc8c3); text-decoration: underline; text-underline-offset: 3px; }
.fb209b a:hover { color: var(--ddd99); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.of3880 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.hb1603 { direction: rtl; }
.hb1603 > * { direction: ltr; }
.ma8d28 { border-radius: var(--j1ae0); overflow: hidden; }
.ma8d28 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--j1ae0);
    border: 1px solid rgba(212,168,83,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.45);
}
.g7117b { color: var(--odb5d); font-size: .93rem; line-height: 1.7; }
.g7117b strong { color: var(--g942d); }
.g7117b a { color: var(--pc8c3); }
@media (max-width: 768px) {
    .of3880 { grid-template-columns: 1fr; gap: 24px; }
    .hb1603 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--cdad9);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--cdad9); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.ja6fea {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--h6cdc);
    color: var(--g942d); 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(--mf756);
}
.ja6fea.k0c5e1 { opacity: 1; visibility: visible; }
.ja6fea:hover { transform: translateY(-3px); background: var(--cdad9); }

/* ===== REVIEW SCORE (review page) ===== */
.f5e867 {
    font-family: var(--ba94f); font-size: 5rem; font-weight: 700;
    background: linear-gradient(135deg, var(--ddd99), var(--pc8c3));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--ddd99); 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(--odb5d); width: 55%; }
.score-table td:last-child { color: var(--ddd99); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.f364d5 {
    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);
}
.f364d5 .a3f675 { 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) {
    .l896d2 { display: none; }
    .k52def .ff4bb2 { display: none; }
    .i0d8c3 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .f68d0b { grid-template-columns: 1fr; }
    section, .a46864 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .gd23fa { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .hdb388 { grid-template-columns: 1fr 1fr; }
    .aefa13 { grid-template-columns: 1fr 1fr; }
    .a0a123 { grid-template-columns: 1fr 100px auto; }
    .f364d5 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .jc1e19 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .hdb388 { grid-template-columns: 1fr; }
    .aefa13 { grid-template-columns: 1fr; }
    .m3369d { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .f5e867 { font-size: 3.5rem; }
    .a0a123 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .f68d0b { grid-template-columns: 1fr; }
    .kf24e9 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.p42d20 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.p42d20 summary.oca9b3 {
    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(--g942d);
    padding: 6px 11px;
    border-radius: var(--k9f12);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--hc71f);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.p42d20 summary.oca9b3::-webkit-details-marker { display: none; }
.p42d20 summary.oca9b3::marker { display: none; }
.p42d20:hover summary.oca9b3,
.p42d20[open] summary.oca9b3 {
    background: rgba(255,255,255,.13);
    border-color: rgba(212,168,83,.35);
    color: var(--ddd99);
}
.e41cdf { font-size: .7rem; opacity: .7; transition: transform .2s; }
.p42d20[open] .e41cdf { transform: rotate(180deg); }

.o41ba2 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--b59c9);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--n25fc);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.p42d20[open] .o41ba2 {
    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); }
}
.o41ba2 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--i92b1);
    border-radius: var(--k9f12);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.o41ba2 li a:hover,
.o41ba2 li a.n3ac2f {
    background: rgba(255,255,255,.08);
    color: var(--ddd99);
}
.o41ba2 li a.n3ac2f { font-weight: 700; }

/* Mobile lang bar */
.n2e453 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.n2e453 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(--k9f12);
    color: var(--i92b1);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.n2e453 a:hover,
.n2e453 a.m58534 {
    background: rgba(212,168,83,.12);
    border-color: rgba(212,168,83,.3);
    color: var(--ddd99);
}
.n2e453 a.m58534 { font-weight: 700; }

@media (max-width: 768px) {
    .p42d20 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.aefa13, ul.l64225 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.hf9e18 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .hf9e18 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.hdb388, ol.kbb54c { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.kbb54c > li { counter-increment: step-counter; }
ol.kbb54c > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--h6cdc); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.ff340d { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--h6cdc); }
.e85dc8 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.d99886 { width: 36px; height: 36px; border-radius: 50%; background: var(--h6cdc); color: var(--n0a28); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.hea509 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.aed42d { display: grid; grid-template-columns: 1fr; gap: 0; }
.e7ad01 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.e7ad01:last-child { border-bottom: none; }
.bc3800 { font-weight: 600; padding: .75rem 1rem; color: var(--h6cdc); }
.oc0822 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.ad6827 .a0cabe { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.ad6827 .ad854e { display: none; }
.ad6827 .ka96d7.bdf83f .ad854e { display: block; }

/* faq variant C: definition list */
dl.m9fb46 { display: grid; gap: 0; }
dl.m9fb46 dt.f89d1e { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.m9fb46 dd.ad854e { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.p9b78e { padding: 2rem 0; }
.g99e3d { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.g99e3d li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--n25fc); border: 1px solid var(--ddd99); color: var(--ddd99); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.g99e3d li a:hover { background: var(--ddd99); color: var(--n0a28); }


/* Promo Banner (SVG image banners) */
.ad0186 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.ife711 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.ife711:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.nc1baf { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.b9ca04 { display: inline-block; vertical-align: middle; }
.n30f82 .b9ca04 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.dc9f7b {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--b59c9), var(--b241b));
    border-radius: var(--n25fc); padding: 24px; margin-top: 24px;
}
.ge99bf { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--k9f12); background: var(--oeeaf); }
.ge99bf dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.ge99bf dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--ddd99); }
@media (max-width: 768px) { .dc9f7b { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .dc9f7b { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--ddd99); 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; }
  .kc4103 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.a3f675, .kc4103, .jc1e19, .o71a81, .i5b8a8, .i0d8c3, .a0cabe, .f89d1e, .ja6fea, .f364d5 a, .oca9b3 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.kc4103 { position: relative; overflow: visible; }
.kc4103::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--ddd99); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.kc4103:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.kc4103::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.je2245 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.c26cf1 {
    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);
}
.c26cf1.j33fbf { color: var(--ddd99); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.o56119, .b3c41a { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.iac628, .p0cec9 { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--k9f12); background: var(--b59c9); transition: transform 0.2s; }
.iac628:hover, .p0cec9:hover { transform: translateY(-2px); }
.iac628 span, .p0cec9 span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.ha0028 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.jfa326 { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--k9f12); background: var(--b59c9); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.jfa326:hover { border-color: var(--ddd99); }
.jfa326 span { font-size: 0.7rem; color: var(--ddd99); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.b07d7a { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.j70163 { background: var(--b59c9); border-radius: var(--n25fc); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.ma38ff { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.e5952c { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--ddd99), var(--h6cdc)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--n0a28); flex-shrink: 0; }
.e3577b { color: var(--ddd99); font-size: 14px; letter-spacing: 1px; }
.md50fc { color: var(--eab8f); font-size: 0.75rem; }
.j70163 p { font-size: 0.9rem; color: var(--i92b1); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1060px; }
:root { --radius: 6px; --radius-lg: 10px; --radius-sm: 4px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.btn-gold { background: transparent; border: 2px solid var(--gold); color: var(--gold); animation: none; box-shadow: none; }
.btn-gold:hover { background: var(--gold); color: var(--bg); }
.info-card:hover, .bonus-card:hover { box-shadow: none; }
body { line-height: 1.6; }
body { font-size: 16.5px; }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: none; border-color: var(--gold); }
