@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 {
    --n3454:        #D4A853;
    --hdf74:  #E2C47A;
    --ecdee:   #B08C3A;
    --k4dcd:         #C4A265;
    --d8edf:         #D4A853;
    --f3892:    #B08C3A;
    --o5ef9:         #D4A853;
    --m481f:    #B08C3A;
    --terra:        #C0392B;
    --terra-light:  #D9534F;
    --sienna:       #A0522D;
    --jca91:           #0A0806;
    --e5d35:         #14100C;
    --p6ef5:         #1E1814;
    --o050c:         #28201C;
    --db2fb:        #FFFFFF;
    --b9dc7:         #B5A898;
    --jfbc8:       #7D7068;
    --cd28d:       #B5A898;
    --n73db:    'Bitter', Georgia, serif;
    --kd2b8:    'Work Sans', sans-serif;
    --d6119:       12px;
    --ldbce:    20px;
    --c8ced:    8px;
    --l13d2:        1100px;
    --n44be:       0 4px 24px rgba(0,0,0,.55);
    --nfc1c:         0 0 32px rgba(212,168,83,.25);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--n3454);
    --color-primary-light: var(--hdf74);
    --color-primary-dark: var(--ecdee);
    --color-accent: var(--d8edf);
    --color-accent-dark: var(--f3892);
    --color-secondary: var(--o5ef9);
    --color-secondary-dark: var(--m481f);
    --color-surface: var(--p6ef5);
    --color-surface-elevated: var(--o050c);
    --color-on-surface: var(--db2fb);
    --color-on-surface-muted: var(--b9dc7);
    --color-text: var(--db2fb);
    --color-text-secondary: var(--cd28d);
    --text-heading: var(--n73db);
    --text-body: var(--kd2b8);
    --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(--kd2b8);
    background: var(--jca91);
    color: var(--db2fb);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--hdf74); text-decoration: none; transition: color .2s; }
a:hover { color: var(--d8edf); }
img { max-width: 100%; height: auto; display: block; }

.dc0b39 { width: 92%; max-width: var(--l13d2); margin: 0 auto; }

.bfd220 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.cdcbd5 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--n3454); color: var(--db2fb);
    padding: 8px 16px; border-radius: var(--c8ced);
    z-index: 999; transition: top .2s;
}
.cdcbd5:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.l245a9 {
    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);
}
.j3ba76 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.a8cca9 {
    font-family: var(--n73db);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--db2fb);
    white-space: nowrap; text-decoration: none;
}
.a8cca9:hover { color: var(--d8edf); }

/* Main Nav */
.lc47e4 { display: flex; align-items: center; gap: 20px; }
.je09e5 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.je09e5 a {
    color: var(--b9dc7); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.je09e5 a:hover { color: var(--hdf74); }

/* Language Select */
.d73ac6 {
    background: var(--p6ef5); color: var(--db2fb);
    border: 1px solid rgba(212,168,83,.25);
    border-radius: var(--c8ced);
    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;
}
.d73ac6:hover, .d73ac6:focus { border-color: var(--n3454); outline: none; }

/* Menu Toggle */
.ee6795 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.cf3726, .cf3726::before, .cf3726::after {
    display: block; width: 24px; height: 2px;
    background: var(--db2fb); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.cf3726 { position: relative; }
.cf3726::before, .cf3726::after { content: ''; position: absolute; left: 0; }
.cf3726::before { top: -7px; }
.cf3726::after { top: 7px; }

/* Mobile Nav */
.o91c60 {
    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;
}
.o91c60.d351cf { display: flex; }
.g5e03c {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.g5e03c a {
    font-size: 1.2rem; font-weight: 600; color: var(--db2fb); text-decoration: none;
}
.g5e03c a:hover { color: var(--hdf74); }

/* ===== BUTTONS ===== */
.kca32f {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--n73db); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--d6119); 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(--n3454) 0%, var(--k4dcd) 100%);
    color: var(--db2fb); box-shadow: var(--nfc1c);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,83,.5);
    color: var(--db2fb);
}
.btn-secondary {
    background: transparent; color: var(--hdf74);
    border: 2px solid var(--n3454);
}
.btn-secondary:hover { background: rgba(212,168,83,.1); color: var(--d8edf); }

/* 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); }
}
.abf861 {
    background: linear-gradient(135deg, var(--d8edf) 0%, #C4A265 55%, var(--f3892) 100%);
    color: #1a0e00; font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(212,168,83,.35);
    /* animation moved to ::after */
}
.abf861:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(212,168,83,.65);
    color: #1a0e00; animation: none;
}

.k5cd05 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--ldbce); }
.j6613d { padding: 8px 18px; font-size: .85rem; border-radius: var(--c8ced); }

/* Nav CTA in header */
.b351bf {
    background: linear-gradient(135deg, var(--d8edf) 0%, var(--f3892) 100%);
    color: #1a0e00 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--c8ced);
    box-shadow: 0 0 16px rgba(212,168,83,.25);
    transition: transform .2s, box-shadow .2s;
}
.b351bf:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(212,168,83,.5);
    color: #1a0e00 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.l027db {
    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(--jca91);
    position: relative; overflow: hidden;
}
.l027db::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;
}
.c60f03 {
    font-family: var(--n73db);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--d8edf) 0%, var(--hdf74) 50%, var(--terra) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.k59d68 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--b9dc7);
    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(--jca91);
}
.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(--n73db);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--d8edf) 0%, var(--hdf74) 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(--b9dc7);
    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(--b9dc7);
    padding: 7px 14px;
    background: rgba(212,168,83,.06);
    border: 1px solid rgba(212,168,83,.15);
    border-radius: var(--c8ced);
}
.hero-stat strong { color: var(--hdf74); }

/* ===== SECTIONS ===== */
.ae2491 { padding: clamp(52px, 7vw, 80px) 0; }
.kf4cce { background: var(--e5d35); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--n3454); margin-bottom: 10px;
}
.ae2491 h2, .l87c80 {
    font-family: var(--n73db);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.ae2491 h3 {
    font-family: var(--n73db); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--hdf74);
}
.ae2491 p, .section-desc {
    color: var(--b9dc7); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.ae2491 ul, .ae2491 ol {
    color: var(--b9dc7); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.ae2491 li { margin-bottom: 8px; }
.ae2491 li strong { color: var(--db2fb); }

/* ===== 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(--p6ef5), var(--o050c));
    border: 1px solid rgba(212,168,83,.1);
    border-radius: var(--d6119); 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(--n44be);
}
.p1f9f1 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--n73db); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--db2fb);
}
.card p { color: var(--b9dc7); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.n0ffe7 { overflow-x: auto; margin: 24px 0; border-radius: var(--c8ced); }
.bf6699 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.bf6699 thead th {
    background: var(--o050c); color: var(--db2fb); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,83,.2);
}
.bf6699 thead th:first-child { border-radius: var(--c8ced) 0 0 0; }
.bf6699 thead th:last-child { border-radius: 0 var(--c8ced) 0 0; }
.bf6699 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.bf6699 td { padding: 13px 16px; }
.bf6699 td:first-child { color: var(--b9dc7); font-weight: 500; width: 42%; }
.bf6699 td:last-child { color: var(--db2fb); font-weight: 600; }
.bf6699 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(--n3454), var(--sienna));
    border-radius: 50%; font-family: var(--n73db);
    font-size: 1.2rem; font-weight: 700; color: var(--db2fb);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--b9dc7); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.ga72f4 { max-width: 800px; margin: 0 auto; }
details.a2dfb3 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.a2dfb3 summary {
    display: block; list-style: none;
    color: var(--db2fb); font-family: var(--kd2b8);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.a2dfb3 summary::-webkit-details-marker { display: none; }
details.a2dfb3 summary::marker { display: none; content: ''; }
details.a2dfb3 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--n3454); transition: transform .3s;
}
details.a2dfb3[open] summary::after { content: '\2212'; }
details.a2dfb3 summary:hover { color: var(--hdf74); }
details.a2dfb3 > p { padding: 0 0 20px; color: var(--b9dc7); font-size: .9rem; line-height: 1.7; }
details.a2dfb3 > div { padding: 0 0 20px; color: var(--b9dc7); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--e5d35); }

/* ===== INFO GRID & CARDS ===== */
.efc1e4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.i8dbfd {
    background: linear-gradient(145deg, var(--p6ef5), var(--o050c));
    border: 1px solid rgba(212,168,83,.12); border-radius: var(--d6119); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.i8dbfd:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,83,.35);
    box-shadow: var(--n44be);
}
.iabb0f { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.i8dbfd h3 {
    font-family: var(--n73db); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--db2fb);
}
.i8dbfd p { color: var(--b9dc7); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.cc128c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.gdebb6 {
    background: linear-gradient(145deg, var(--p6ef5), var(--o050c));
    border: 1px solid rgba(212,168,83,.15); border-radius: var(--d6119); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.gdebb6:hover { transform: translateY(-5px); border-color: rgba(212,168,83,.38); }
.gdebb6 h3 {
    font-family: var(--n73db); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--d8edf);
}
.gdebb6 p { color: var(--b9dc7); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.efd37a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.c6472f { text-align: center; padding: 22px 14px; }
.o368a9 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--n3454), var(--sienna));
    border-radius: 50%; font-family: var(--n73db);
    font-size: 1.15rem; font-weight: 800; color: var(--db2fb);
    box-shadow: 0 0 22px rgba(212,168,83,.3);
}
.c6472f h3 {
    font-family: var(--n73db); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--db2fb);
}
.c6472f p { color: var(--b9dc7); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.a1a0dc {
    background: linear-gradient(145deg, var(--p6ef5), var(--o050c));
    border: 1px solid rgba(212,168,83,.18); border-radius: var(--ldbce);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.45);
}
.i07793 { margin-top: 24px; }
.h92392 {
    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;
}
.h92392 > span:first-child { color: var(--b9dc7); text-align: left; }
.db4eb6 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.j26adc {
    height: 100%;
    background: linear-gradient(90deg, var(--sienna) 0%, var(--d8edf) 100%);
    border-radius: 4px;
}
.h92392 > span:last-child { color: var(--d8edf); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.k8c9f6 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.b5f643, .g130a3 {
    background: linear-gradient(145deg, var(--p6ef5), var(--o050c));
    border-radius: var(--d6119); padding: 24px 22px;
}
.b5f643 { border-top: 3px solid var(--d8edf); }
.g130a3 { border-top: 3px solid var(--terra); }
.b5f643 h3, .b5f643 h4 { color: var(--d8edf); margin-bottom: 12px; font-size: 1rem; }
.g130a3 h3, .g130a3 h4 { color: var(--terra-light); margin-bottom: 12px; font-size: 1rem; }
.b5f643 ul, .g130a3 ul { list-style: none; padding: 0; margin: 0; }
.b5f643 li::before { content: '\2713 '; color: var(--d8edf); font-weight: 700; }
.g130a3 li::before { content: '\2717 '; color: var(--terra); font-weight: 700; }
.b5f643 li, .g130a3 li { padding: 5px 0; color: var(--b9dc7); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.f0ed08 {
    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(--e5d35);
    border-top: 1px solid rgba(212,168,83,.1);
    border-bottom: 1px solid rgba(212,168,83,.1);
}
.f0ed08 h2 {
    font-family: var(--n73db);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 700; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--d8edf), var(--hdf74));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.f0ed08 p { color: var(--b9dc7); 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(--n3454);
    border-radius: var(--c8ced); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--b9dc7); font-size: .9rem; }
.highlight-box strong { color: var(--hdf74); }

/* ===== BREADCRUMB ===== */
.cc77b3 { padding: 14px 0; font-size: .82rem; }
.ea781b { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.ea781b li + li::before { content: '\203A'; margin-right: 8px; color: var(--jfbc8); }
.cc77b3 a { color: var(--jfbc8); }
.cc77b3 a:hover { color: var(--hdf74); }
.cc77b3 [aria-current] { color: var(--n3454); }

/* ===== SITE FOOTER ===== */
.efc134 {
    background: var(--jca91); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.a5a742 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.a5a742 a {
    color: var(--jfbc8); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.a5a742 a:hover { color: var(--hdf74); }

.n00a86 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.n00a86 p {
    color: var(--jfbc8); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.n00a86 a { color: var(--n3454); }
.ac6cfc { text-align: center; color: var(--jfbc8); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.c341f6 { max-width: 800px; margin: 0 auto; }
.c341f6 p {
    color: var(--b9dc7); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.c341f6 p:last-child { margin-bottom: 0; }
.c341f6 strong { color: var(--db2fb); }
.c341f6 a { color: var(--hdf74); text-decoration: underline; text-underline-offset: 3px; }
.c341f6 a:hover { color: var(--d8edf); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.b38acb {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.ea5556 { direction: rtl; }
.ea5556 > * { direction: ltr; }
.lf5079 { border-radius: var(--ldbce); overflow: hidden; }
.lf5079 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--ldbce);
    border: 1px solid rgba(212,168,83,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.45);
}
.a7896e { color: var(--b9dc7); font-size: .93rem; line-height: 1.7; }
.a7896e strong { color: var(--db2fb); }
.a7896e a { color: var(--hdf74); }
@media (max-width: 768px) {
    .b38acb { grid-template-columns: 1fr; gap: 24px; }
    .ea5556 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--ecdee);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--ecdee); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.p3f7c0 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--n3454);
    color: var(--db2fb); 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(--n44be);
}
.p3f7c0.jce5fe { opacity: 1; visibility: visible; }
.p3f7c0:hover { transform: translateY(-3px); background: var(--ecdee); }

/* ===== REVIEW SCORE (review page) ===== */
.d8e9ce {
    font-family: var(--n73db); font-size: 5rem; font-weight: 700;
    background: linear-gradient(135deg, var(--d8edf), var(--hdf74));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--d8edf); 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(--b9dc7); width: 55%; }
.score-table td:last-child { color: var(--d8edf); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.k6613c {
    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);
}
.k6613c .kca32f { 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) {
    .je09e5 { display: none; }
    .lc47e4 .d73ac6 { display: none; }
    .ee6795 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .k8c9f6 { grid-template-columns: 1fr; }
    section, .ae2491 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .a5a742 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .efd37a { grid-template-columns: 1fr 1fr; }
    .efc1e4 { grid-template-columns: 1fr 1fr; }
    .h92392 { grid-template-columns: 1fr 100px auto; }
    .k6613c { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .k5cd05 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .efd37a { grid-template-columns: 1fr; }
    .efc1e4 { grid-template-columns: 1fr; }
    .j3ba76 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .d8e9ce { font-size: 3.5rem; }
    .h92392 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .k8c9f6 { grid-template-columns: 1fr; }
    .a1a0dc { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.n4f79a {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.n4f79a summary.f2fbd9 {
    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(--db2fb);
    padding: 6px 11px;
    border-radius: var(--c8ced);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--kd2b8);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.n4f79a summary.f2fbd9::-webkit-details-marker { display: none; }
.n4f79a summary.f2fbd9::marker { display: none; }
.n4f79a:hover summary.f2fbd9,
.n4f79a[open] summary.f2fbd9 {
    background: rgba(255,255,255,.13);
    border-color: rgba(212,168,83,.35);
    color: var(--d8edf);
}
.h74b68 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.n4f79a[open] .h74b68 { transform: rotate(180deg); }

.n20973 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--p6ef5);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--d6119);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.n4f79a[open] .n20973 {
    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); }
}
.n20973 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--cd28d);
    border-radius: var(--c8ced);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.n20973 li a:hover,
.n20973 li a.o55d75 {
    background: rgba(255,255,255,.08);
    color: var(--d8edf);
}
.n20973 li a.o55d75 { font-weight: 700; }

/* Mobile lang bar */
.d5381e {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.d5381e 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(--c8ced);
    color: var(--cd28d);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.d5381e a:hover,
.d5381e a.l6d976 {
    background: rgba(212,168,83,.12);
    border-color: rgba(212,168,83,.3);
    color: var(--d8edf);
}
.d5381e a.l6d976 { font-weight: 700; }

@media (max-width: 768px) {
    .n4f79a { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.efc1e4, ul.i53fe0 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.j42338 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .j42338 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.efd37a, ol.ed33ce { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.ed33ce > li { counter-increment: step-counter; }
ol.ed33ce > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--n3454); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.oee8b9 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--n3454); }
.g41015 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.k50b73 { width: 36px; height: 36px; border-radius: 50%; background: var(--n3454); color: var(--jca91); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.ofb0d5 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.fe406d { display: grid; grid-template-columns: 1fr; gap: 0; }
.o1f71d { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.o1f71d:last-child { border-bottom: none; }
.bb1176 { font-weight: 600; padding: .75rem 1rem; color: var(--n3454); }
.i87fd4 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.a9e08a .d03785 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.a9e08a .oe2f86 { display: none; }
.a9e08a .a2dfb3.d351cf .oe2f86 { display: block; }

/* faq variant C: definition list */
dl.ga72f4 { display: grid; gap: 0; }
dl.ga72f4 dt.j6a0bf { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.ga72f4 dd.oe2f86 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.gefd44 { padding: 2rem 0; }
.df536e { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.df536e li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--d6119); border: 1px solid var(--d8edf); color: var(--d8edf); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.df536e li a:hover { background: var(--d8edf); color: var(--jca91); }


/* Promo Banner (SVG image banners) */
.fea4c1 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.pd64cf { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.pd64cf:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.g6e29b { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.p1f9f1 { display: inline-block; vertical-align: middle; }
.iabb0f .p1f9f1 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.key-facts {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--p6ef5), var(--o050c));
    border-radius: var(--d6119); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--c8ced); background: var(--e5d35); }
.fact-row dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.fact-row dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--d8edf); }
@media (max-width: 768px) { .key-facts { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .key-facts { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--d8edf); 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; }
  .abf861 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.kca32f, .abf861, .k5cd05, .j6613d, .b351bf, .ee6795, .d03785, .j6a0bf, .p3f7c0, .k6613c a, .f2fbd9 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.abf861 { position: relative; overflow: visible; }
.abf861::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--d8edf); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.abf861:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.abf861::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.hero-badge {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 4px 12px; border-radius: 20px;
    font-size: 0.75rem; font-weight: 600;
    background: rgba(255,255,255,0.08); color: var(--txt-2);
    border: 1px solid rgba(255,255,255,0.1);
}
.hero-badge.freshness { color: var(--d8edf); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.payment-grid, .provider-grid { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.payment-item, .provider-item { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--c8ced); background: var(--p6ef5); transition: transform 0.2s; }
.payment-item:hover, .provider-item:hover { transform: translateY(-2px); }
.payment-item span, .provider-item span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.trust-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.trust-item { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--c8ced); background: var(--p6ef5); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--d8edf); }
.trust-item span { font-size: 0.7rem; color: var(--d8edf); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.review-card { background: var(--p6ef5); border-radius: var(--d6119); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--d8edf), var(--n3454)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--jca91); flex-shrink: 0; }
.review-stars { color: var(--d8edf); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--jfbc8); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--cd28d); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1100px; }
:root { --radius: 12px; --radius-lg: 20px; --radius-sm: 8px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.btn-gold { animation: none; box-shadow: none; background: var(--gold); }
.btn-gold:hover { box-shadow: 0 4px 16px rgba(0,0,0,.3); }
.info-card:hover, .bonus-card:hover { box-shadow: none; }
body { line-height: 1.8; }
body { font-size: 16px; }
.section + .section::before { content: ''; display: block; width: 60px; height: 3px; background: var(--gold); margin: 0 auto 40px; opacity: .3; }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
.info-card:hover { transform: scale(1.03); }


/* ===== USA design language: Editorial Press (editorial) ===== */
:root{
  --cbg:#F7F3EA; --csurf:#FFFDF8; --csurf2:#EFE8D9;
  --ctext:#1A1611; --cmuted:#6A6253; --cacc:#B23A2E; --cacc2:#1A1611;
  --cbord:#D8CDB8; --cfh:'Playfair Display',Georgia,serif; --cfb:'Lora',Georgia,serif;
}
html{scroll-behavior:smooth;}
*{box-sizing:border-box;}
body{font-family:var(--cfb);color:var(--ctext)!important;line-height:1.6;}
h1,h2,h3,h4,.c60f03,.l87c80{font-family:var(--cfh);}
.dc0b39{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.ae2491{padding:58px 0;position:relative;}
.efc1e4{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.efc1e4.j42338{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.efd37a{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.k8c9f6{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.b38acb{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.ea5556{direction:rtl;}.ea5556>*{direction:ltr;}
.lf5079 img,.lf5079 svg{width:100%;height:auto;}
.a7896e p{margin:0 0 1em;}
.ga72f4{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.j6a0bf{cursor:pointer;list-style:none;position:relative;}.j6a0bf::-webkit-details-marker{display:none;}
.trust-grid{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;}
.trust-item{display:inline-flex;align-items:center;gap:10px;text-decoration:none;}
.trust-item img{width:30px;height:30px;}
.g6e29b{width:100%;height:auto;display:block;}
.logo-mark{vertical-align:middle;margin-right:9px;}
table{width:100%;border-collapse:collapse;}
table th,table td{padding:13px 16px;text-align:left;}
@media (prefers-reduced-motion: no-preference){
  @keyframes u-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
  .hero-art img,.hero-art svg{animation:u-float 6.5s ease-in-out infinite;}
  section.u-rev{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease;}
  section.u-rev.u-in{opacity:1;transform:none;}
}
@media (max-width:900px){
  .l027db .dc0b39{grid-template-columns:1fr !important;}
  .b38acb,.k8c9f6{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.ea5556{direction:ltr;}
}

/* EDITORIAL PRESS — светлая бумага, журнальная вёрстка, display-сериф, рамки */
body{background:#F7F3EA!important;color:#1A1611!important;}
header,.l245a9{background:#F7F3EA!important;border-bottom:2px solid #1A1611!important;}
header a,nav a{color:#1A1611!important;font-family:var(--cfb);font-size:.9rem;}header a:hover{color:#B23A2E!important;}
.l027db{padding:70px 0 50px;border-bottom:1px solid #D8CDB8;background:#F7F3EA!important;}
.l027db::before{display:none!important;}
.l027db.has-art .dc0b39{display:grid;grid-template-columns:1.25fr .75fr;gap:46px;align-items:center;}
.c60f03{font-weight:800;font-size:clamp(2.4rem,5.4vw,4.2rem);line-height:1.02;color:#1A1611!important;-webkit-text-fill-color:#1A1611!important;background:none!important;letter-spacing:-.01em;}
.k59d68{color:#6A6253;font-size:1.16rem;max-width:56ch;margin:20px 0 26px;font-style:italic;}
.l87c80{text-align:left;font-weight:800;font-size:clamp(1.8rem,3.2vw,2.6rem);color:#1A1611!important;border-bottom:2px solid #1A1611;padding-bottom:12px;margin-bottom:30px;}
.l87c80::before{content:"§ ";color:#B23A2E;}
.abf861,.b351bf{background:#B23A2E!important;color:#FFFDF8!important;border:none!important;border-radius:2px;font-family:var(--cfb);font-weight:600;letter-spacing:.02em;}
.k5cd05{padding:14px 30px;}.abf861:hover,.b351bf:hover{background:#1A1611!important;}
.hero-trust{display:flex;gap:0;flex-wrap:wrap;margin-top:18px;border-top:1px solid #D8CDB8;}
.hero-badge{background:none!important;border:none!important;border-right:1px solid #D8CDB8!important;border-radius:0!important;color:#6A6253!important;padding:10px 16px 10px 0!important;margin-right:16px;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;}
.i8dbfd,.gdebb6,.c6472f,.b5f643,.g130a3{background:#FFFDF8!important;border:1px solid #D8CDB8!important;border-radius:2px;padding:26px;box-shadow:none!important;transition:border-color .2s;}
.i8dbfd:hover,.gdebb6:hover,.c6472f:hover{border-color:#1A1611!important;}
.i8dbfd h3,.gdebb6 h3,.c6472f h3{color:#1A1611!important;font-family:var(--cfh);font-weight:700;font-size:1.24rem;}
.i8dbfd p,.gdebb6 p,.c6472f p{color:#6A6253!important;font-family:var(--cfb);}
.gdebb6{border-left:4px solid #B23A2E!important;}
.a7896e{color:#1A1611;font-size:1.08rem;column-gap:30px;}.a7896e p:first-of-type::first-letter{font-family:var(--cfh);font-size:3.2em;float:left;line-height:.8;padding:6px 10px 0 0;color:#B23A2E;}
.a7896e strong{color:#1A1611;}.lf5079 img{border:1px solid #D8CDB8;border-radius:2px;}
.kf4cce{background:#EFE8D9!important;}
.a2dfb3{background:none!important;border:none!important;border-bottom:1px solid #D8CDB8!important;border-radius:0!important;padding:6px 0;}
.j6a0bf{color:#1A1611!important;font-family:var(--cfh);font-weight:700;font-size:1.18rem;padding:16px 0;}
details.a2dfb3 summary.j6a0bf::after{content:"+";position:absolute;right:0;top:15px;color:#B23A2E;}
details.a2dfb3[open] summary.j6a0bf::after{content:"\2013";}
.oe2f86{color:#6A6253!important;font-family:var(--cfb);padding-bottom:14px;}
.trust-item{background:none!important;border:1px solid #1A1611!important;border-radius:2px;padding:11px 17px;color:#1A1611!important;text-transform:uppercase;font-size:.78rem;letter-spacing:.05em;}
.pd64cf{border-radius:2px;display:block;overflow:hidden;border:1px solid #D8CDB8;}
table{border:1px solid #D8CDB8;}table th{background:#EFE8D9!important;color:#1A1611!important;border-bottom:2px solid #1A1611;}table td{border-bottom:1px solid #D8CDB8;color:#1A1611!important;}
footer,.efc134{background:#EFE8D9!important;border-top:2px solid #1A1611!important;color:#6A6253!important;}footer a{color:#1A1611!important;}
.cc77b3 a{color:#6A6253!important;}

.c341f6 strong,.b38acb strong,.faq strong,.k8c9f6 strong{color:inherit !important;}
