@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 {
    --f024a:        #D4A853;
    --c5c48:  #E2C47A;
    --g1fe9:   #B08C3A;
    --pdace:         #C4A265;
    --j06e8:         #D4A853;
    --m637c:    #B08C3A;
    --b04f2:         #D4A853;
    --k2a32:    #B08C3A;
    --terra:        #C0392B;
    --terra-light:  #D9534F;
    --sienna:       #A0522D;
    --h7321:           #0A0806;
    --bcd9e:         #14100C;
    --e473c:         #1E1814;
    --ma70f:         #28201C;
    --ab040:        #FFFFFF;
    --o9a64:         #B5A898;
    --efd4f:       #7D7068;
    --kd841:       #B5A898;
    --c4a39:    'Bitter', Georgia, serif;
    --d6ae0:    'Work Sans', sans-serif;
    --j23e0:       12px;
    --c0866:    20px;
    --k35e0:    8px;
    --if630:        1100px;
    --o2488:       0 4px 24px rgba(0,0,0,.55);
    --g48fd:         0 0 32px rgba(212,168,83,.25);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--f024a);
    --color-primary-light: var(--c5c48);
    --color-primary-dark: var(--g1fe9);
    --color-accent: var(--j06e8);
    --color-accent-dark: var(--m637c);
    --color-secondary: var(--b04f2);
    --color-secondary-dark: var(--k2a32);
    --color-surface: var(--e473c);
    --color-surface-elevated: var(--ma70f);
    --color-on-surface: var(--ab040);
    --color-on-surface-muted: var(--o9a64);
    --color-text: var(--ab040);
    --color-text-secondary: var(--kd841);
    --text-heading: var(--c4a39);
    --text-body: var(--d6ae0);
    --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(--d6ae0);
    background: var(--h7321);
    color: var(--ab040);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--c5c48); text-decoration: none; transition: color .2s; }
a:hover { color: var(--j06e8); }
img { max-width: 100%; height: auto; display: block; }

.l4ec99 { width: 92%; max-width: var(--if630); margin: 0 auto; }

.e6abc9 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.g1e135 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--f024a); color: var(--ab040);
    padding: 8px 16px; border-radius: var(--k35e0);
    z-index: 999; transition: top .2s;
}
.g1e135:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.pa41bd {
    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);
}
.f36bb7 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.ac80cf {
    font-family: var(--c4a39);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--ab040);
    white-space: nowrap; text-decoration: none;
}
.ac80cf:hover { color: var(--j06e8); }

/* Main Nav */
.n08a92 { display: flex; align-items: center; gap: 20px; }
.j2792d {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.j2792d a {
    color: var(--o9a64); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.j2792d a:hover { color: var(--c5c48); }

/* Language Select */
.f4d08a {
    background: var(--e473c); color: var(--ab040);
    border: 1px solid rgba(212,168,83,.25);
    border-radius: var(--k35e0);
    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;
}
.f4d08a:hover, .f4d08a:focus { border-color: var(--f024a); outline: none; }

/* Menu Toggle */
.a6ec7c {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.k26605, .k26605::before, .k26605::after {
    display: block; width: 24px; height: 2px;
    background: var(--ab040); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.k26605 { position: relative; }
.k26605::before, .k26605::after { content: ''; position: absolute; left: 0; }
.k26605::before { top: -7px; }
.k26605::after { top: 7px; }

/* Mobile Nav */
.m99c26 {
    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;
}
.m99c26.d2b4d0 { display: flex; }
.n13f46 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.n13f46 a {
    font-size: 1.2rem; font-weight: 600; color: var(--ab040); text-decoration: none;
}
.n13f46 a:hover { color: var(--c5c48); }

/* ===== BUTTONS ===== */
.eeffbb {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--c4a39); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--j23e0); 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(--f024a) 0%, var(--pdace) 100%);
    color: var(--ab040); box-shadow: var(--g48fd);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,83,.5);
    color: var(--ab040);
}
.btn-secondary {
    background: transparent; color: var(--c5c48);
    border: 2px solid var(--f024a);
}
.btn-secondary:hover { background: rgba(212,168,83,.1); color: var(--j06e8); }

/* 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); }
}
.f3bd49 {
    background: linear-gradient(135deg, var(--j06e8) 0%, #C4A265 55%, var(--m637c) 100%);
    color: #1a0e00; font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(212,168,83,.35);
    /* animation moved to ::after */
}
.f3bd49:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(212,168,83,.65);
    color: #1a0e00; animation: none;
}

.gf292e { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--c0866); }
.c6baf8 { padding: 8px 18px; font-size: .85rem; border-radius: var(--k35e0); }

/* Nav CTA in header */
.d68a2b {
    background: linear-gradient(135deg, var(--j06e8) 0%, var(--m637c) 100%);
    color: #1a0e00 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--k35e0);
    box-shadow: 0 0 16px rgba(212,168,83,.25);
    transition: transform .2s, box-shadow .2s;
}
.d68a2b:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(212,168,83,.5);
    color: #1a0e00 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.ibaab3 {
    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(--h7321);
    position: relative; overflow: hidden;
}
.ibaab3::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;
}
.e92180 {
    font-family: var(--c4a39);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--j06e8) 0%, var(--c5c48) 50%, var(--terra) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hab78f {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--o9a64);
    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(--h7321);
}
.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(--c4a39);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--j06e8) 0%, var(--c5c48) 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(--o9a64);
    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(--o9a64);
    padding: 7px 14px;
    background: rgba(212,168,83,.06);
    border: 1px solid rgba(212,168,83,.15);
    border-radius: var(--k35e0);
}
.hero-stat strong { color: var(--c5c48); }

/* ===== SECTIONS ===== */
.p0bcde { padding: clamp(52px, 7vw, 80px) 0; }
.h26d17 { background: var(--bcd9e); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--f024a); margin-bottom: 10px;
}
.p0bcde h2, .gaa079 {
    font-family: var(--c4a39);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.p0bcde h3 {
    font-family: var(--c4a39); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--c5c48);
}
.p0bcde p, .section-desc {
    color: var(--o9a64); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.p0bcde ul, .p0bcde ol {
    color: var(--o9a64); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.p0bcde li { margin-bottom: 8px; }
.p0bcde li strong { color: var(--ab040); }

/* ===== 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(--e473c), var(--ma70f));
    border: 1px solid rgba(212,168,83,.1);
    border-radius: var(--j23e0); 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(--o2488);
}
.dfbd66 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--c4a39); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--ab040);
}
.card p { color: var(--o9a64); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.c42eba { overflow-x: auto; margin: 24px 0; border-radius: var(--k35e0); }
.n7448e { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.n7448e thead th {
    background: var(--ma70f); color: var(--ab040); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,83,.2);
}
.n7448e thead th:first-child { border-radius: var(--k35e0) 0 0 0; }
.n7448e thead th:last-child { border-radius: 0 var(--k35e0) 0 0; }
.n7448e tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.n7448e td { padding: 13px 16px; }
.n7448e td:first-child { color: var(--o9a64); font-weight: 500; width: 42%; }
.n7448e td:last-child { color: var(--ab040); font-weight: 600; }
.n7448e 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(--f024a), var(--sienna));
    border-radius: 50%; font-family: var(--c4a39);
    font-size: 1.2rem; font-weight: 700; color: var(--ab040);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--o9a64); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.ec552a { max-width: 800px; margin: 0 auto; }
details.h13c1d { border-bottom: 1px solid rgba(255,255,255,.07); }
details.h13c1d summary {
    display: block; list-style: none;
    color: var(--ab040); font-family: var(--d6ae0);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.h13c1d summary::-webkit-details-marker { display: none; }
details.h13c1d summary::marker { display: none; content: ''; }
details.h13c1d summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--f024a); transition: transform .3s;
}
details.h13c1d[open] summary::after { content: '\2212'; }
details.h13c1d summary:hover { color: var(--c5c48); }
details.h13c1d > p { padding: 0 0 20px; color: var(--o9a64); font-size: .9rem; line-height: 1.7; }
details.h13c1d > div { padding: 0 0 20px; color: var(--o9a64); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--bcd9e); }

/* ===== INFO GRID & CARDS ===== */
.pb3575 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.ha591c {
    background: linear-gradient(145deg, var(--e473c), var(--ma70f));
    border: 1px solid rgba(212,168,83,.12); border-radius: var(--j23e0); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.ha591c:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,83,.35);
    box-shadow: var(--o2488);
}
.i89bf6 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.ha591c h3 {
    font-family: var(--c4a39); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--ab040);
}
.ha591c p { color: var(--o9a64); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.a6e03a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.k7978d {
    background: linear-gradient(145deg, var(--e473c), var(--ma70f));
    border: 1px solid rgba(212,168,83,.15); border-radius: var(--j23e0); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.k7978d:hover { transform: translateY(-5px); border-color: rgba(212,168,83,.38); }
.k7978d h3 {
    font-family: var(--c4a39); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--j06e8);
}
.k7978d p { color: var(--o9a64); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.ff0968 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.ffd3a9 { text-align: center; padding: 22px 14px; }
.c0100e {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--f024a), var(--sienna));
    border-radius: 50%; font-family: var(--c4a39);
    font-size: 1.15rem; font-weight: 800; color: var(--ab040);
    box-shadow: 0 0 22px rgba(212,168,83,.3);
}
.ffd3a9 h3 {
    font-family: var(--c4a39); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--ab040);
}
.ffd3a9 p { color: var(--o9a64); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.hcd57e {
    background: linear-gradient(145deg, var(--e473c), var(--ma70f));
    border: 1px solid rgba(212,168,83,.18); border-radius: var(--c0866);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.45);
}
.g44745 { margin-top: 24px; }
.l41e17 {
    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;
}
.l41e17 > span:first-child { color: var(--o9a64); text-align: left; }
.m8175b {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.beff5f {
    height: 100%;
    background: linear-gradient(90deg, var(--sienna) 0%, var(--j06e8) 100%);
    border-radius: 4px;
}
.l41e17 > span:last-child { color: var(--j06e8); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.gf327c { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.d6d37c, .j1afaa {
    background: linear-gradient(145deg, var(--e473c), var(--ma70f));
    border-radius: var(--j23e0); padding: 24px 22px;
}
.d6d37c { border-top: 3px solid var(--j06e8); }
.j1afaa { border-top: 3px solid var(--terra); }
.d6d37c h3, .d6d37c h4 { color: var(--j06e8); margin-bottom: 12px; font-size: 1rem; }
.j1afaa h3, .j1afaa h4 { color: var(--terra-light); margin-bottom: 12px; font-size: 1rem; }
.d6d37c ul, .j1afaa ul { list-style: none; padding: 0; margin: 0; }
.d6d37c li::before { content: '\2713 '; color: var(--j06e8); font-weight: 700; }
.j1afaa li::before { content: '\2717 '; color: var(--terra); font-weight: 700; }
.d6d37c li, .j1afaa li { padding: 5px 0; color: var(--o9a64); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.ccd902 {
    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(--bcd9e);
    border-top: 1px solid rgba(212,168,83,.1);
    border-bottom: 1px solid rgba(212,168,83,.1);
}
.ccd902 h2 {
    font-family: var(--c4a39);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 700; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--j06e8), var(--c5c48));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.ccd902 p { color: var(--o9a64); 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(--f024a);
    border-radius: var(--k35e0); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--o9a64); font-size: .9rem; }
.highlight-box strong { color: var(--c5c48); }

/* ===== BREADCRUMB ===== */
.e9d2b7 { padding: 14px 0; font-size: .82rem; }
.ldf01a { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.ldf01a li + li::before { content: '\203A'; margin-right: 8px; color: var(--efd4f); }
.e9d2b7 a { color: var(--efd4f); }
.e9d2b7 a:hover { color: var(--c5c48); }
.e9d2b7 [aria-current] { color: var(--f024a); }

/* ===== SITE FOOTER ===== */
.k04fcf {
    background: var(--h7321); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.i7c52c {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.i7c52c a {
    color: var(--efd4f); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.i7c52c a:hover { color: var(--c5c48); }

.naf54c {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.naf54c p {
    color: var(--efd4f); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.naf54c a { color: var(--f024a); }
.j39e15 { text-align: center; color: var(--efd4f); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.e34740 { max-width: 800px; margin: 0 auto; }
.e34740 p {
    color: var(--o9a64); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.e34740 p:last-child { margin-bottom: 0; }
.e34740 strong { color: var(--ab040); }
.e34740 a { color: var(--c5c48); text-decoration: underline; text-underline-offset: 3px; }
.e34740 a:hover { color: var(--j06e8); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.e574fe {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.hb1ac0 { direction: rtl; }
.hb1ac0 > * { direction: ltr; }
.e3e196 { border-radius: var(--c0866); overflow: hidden; }
.e3e196 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--c0866);
    border: 1px solid rgba(212,168,83,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.45);
}
.c33e91 { color: var(--o9a64); font-size: .93rem; line-height: 1.7; }
.c33e91 strong { color: var(--ab040); }
.c33e91 a { color: var(--c5c48); }
@media (max-width: 768px) {
    .e574fe { grid-template-columns: 1fr; gap: 24px; }
    .hb1ac0 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--g1fe9);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--g1fe9); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.aef37d {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--f024a);
    color: var(--ab040); 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(--o2488);
}
.aef37d.hf331d { opacity: 1; visibility: visible; }
.aef37d:hover { transform: translateY(-3px); background: var(--g1fe9); }

/* ===== REVIEW SCORE (review page) ===== */
.o96618 {
    font-family: var(--c4a39); font-size: 5rem; font-weight: 700;
    background: linear-gradient(135deg, var(--j06e8), var(--c5c48));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--j06e8); 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(--o9a64); width: 55%; }
.score-table td:last-child { color: var(--j06e8); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.j561b9 {
    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);
}
.j561b9 .eeffbb { 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) {
    .j2792d { display: none; }
    .n08a92 .f4d08a { display: none; }
    .a6ec7c { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .gf327c { grid-template-columns: 1fr; }
    section, .p0bcde { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .i7c52c { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .ff0968 { grid-template-columns: 1fr 1fr; }
    .pb3575 { grid-template-columns: 1fr 1fr; }
    .l41e17 { grid-template-columns: 1fr 100px auto; }
    .j561b9 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .gf292e { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .ff0968 { grid-template-columns: 1fr; }
    .pb3575 { grid-template-columns: 1fr; }
    .f36bb7 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .o96618 { font-size: 3.5rem; }
    .l41e17 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .gf327c { grid-template-columns: 1fr; }
    .hcd57e { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.kb2247 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.kb2247 summary.nc0bc5 {
    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(--ab040);
    padding: 6px 11px;
    border-radius: var(--k35e0);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--d6ae0);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.kb2247 summary.nc0bc5::-webkit-details-marker { display: none; }
.kb2247 summary.nc0bc5::marker { display: none; }
.kb2247:hover summary.nc0bc5,
.kb2247[open] summary.nc0bc5 {
    background: rgba(255,255,255,.13);
    border-color: rgba(212,168,83,.35);
    color: var(--j06e8);
}
.adbfcf { font-size: .7rem; opacity: .7; transition: transform .2s; }
.kb2247[open] .adbfcf { transform: rotate(180deg); }

.e3a4f9 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--e473c);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--j23e0);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.kb2247[open] .e3a4f9 {
    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); }
}
.e3a4f9 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--kd841);
    border-radius: var(--k35e0);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.e3a4f9 li a:hover,
.e3a4f9 li a.m80e48 {
    background: rgba(255,255,255,.08);
    color: var(--j06e8);
}
.e3a4f9 li a.m80e48 { font-weight: 700; }

/* Mobile lang bar */
.p097e0 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.p097e0 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(--k35e0);
    color: var(--kd841);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.p097e0 a:hover,
.p097e0 a.f8c907 {
    background: rgba(212,168,83,.12);
    border-color: rgba(212,168,83,.3);
    color: var(--j06e8);
}
.p097e0 a.f8c907 { font-weight: 700; }

@media (max-width: 768px) {
    .kb2247 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.pb3575, ul.ef20a1 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.h47278 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .h47278 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.ff0968, ol.c0e101 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.c0e101 > li { counter-increment: step-counter; }
ol.c0e101 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--f024a); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.ec713b { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--f024a); }
.m82d36 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.nb3fa1 { width: 36px; height: 36px; border-radius: 50%; background: var(--f024a); color: var(--h7321); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.ne3579 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.pedb5b { display: grid; grid-template-columns: 1fr; gap: 0; }
.f7e6a2 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.f7e6a2:last-child { border-bottom: none; }
.ice349 { font-weight: 600; padding: .75rem 1rem; color: var(--f024a); }
.j31789 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.i744b6 .c44b87 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.i744b6 .j3edd5 { display: none; }
.i744b6 .h13c1d.d2b4d0 .j3edd5 { display: block; }

/* faq variant C: definition list */
dl.ec552a { display: grid; gap: 0; }
dl.ec552a dt.b9ebdf { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.ec552a dd.j3edd5 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.e73212 { padding: 2rem 0; }
.n86be1 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.n86be1 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--j23e0); border: 1px solid var(--j06e8); color: var(--j06e8); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.n86be1 li a:hover { background: var(--j06e8); color: var(--h7321); }


/* Promo Banner (SVG image banners) */
.c3a348 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.c36582 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.c36582:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.b62223 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.dfbd66 { display: inline-block; vertical-align: middle; }
.i89bf6 .dfbd66 { 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(--e473c), var(--ma70f));
    border-radius: var(--j23e0); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--k35e0); background: var(--bcd9e); }
.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(--j06e8); }
@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(--j06e8); 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; }
  .f3bd49 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.eeffbb, .f3bd49, .gf292e, .c6baf8, .d68a2b, .a6ec7c, .c44b87, .b9ebdf, .aef37d, .j561b9 a, .nc0bc5 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.f3bd49 { position: relative; overflow: visible; }
.f3bd49::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--j06e8); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.f3bd49:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.f3bd49::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(--j06e8); 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(--k35e0); background: var(--e473c); 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(--k35e0); background: var(--e473c); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--j06e8); }
.trust-item span { font-size: 0.7rem; color: var(--j06e8); 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(--e473c); border-radius: var(--j23e0); 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(--j06e8), var(--f024a)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--h7321); flex-shrink: 0; }
.review-stars { color: var(--j06e8); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--efd4f); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--kd841); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1160px; }
:root { --radius: 16px; --radius-lg: 28px; --radius-sm: 10px; }
.section { padding: clamp(52px, 7vw, 80px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.btn { border-radius: 4px; }
.btn-gold { animation: none; box-shadow: 0 2px 8px rgba(0,0,0,.3); }
.info-card:hover, .bonus-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,.2); }
body { line-height: 1.7; }
body { font-size: 15px; }
.section-alt + .section:not(.section-alt) { border-top: 2px solid var(--gold); opacity: .15; }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: none; border-color: var(--gold); }


/* ===== USA design language: Vintage Newsprint (newsprint) ===== */
:root{
  --cbg:#EDE6D6; --csurf:#F6F1E4; --csurf2:#E3DAC6;
  --ctext:#20180F; --cmuted:#5E5340; --cacc:#8A2C1F; --cacc2:#20180F;
  --cbord:#C7BBA0; --cfh:'Zilla Slab',serif; --cfb:'Bitter',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,.e92180,.gaa079{font-family:var(--cfh);}
.l4ec99{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.p0bcde{padding:58px 0;position:relative;}
.pb3575{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.pb3575.h47278{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.ff0968{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.gf327c{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.e574fe{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.hb1ac0{direction:rtl;}.hb1ac0>*{direction:ltr;}
.e3e196 img,.e3e196 svg{width:100%;height:auto;}
.c33e91 p{margin:0 0 1em;}
.ec552a{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.b9ebdf{cursor:pointer;list-style:none;position:relative;}.b9ebdf::-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;}
.b62223{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){
  .ibaab3 .l4ec99{grid-template-columns:1fr !important;}
  .e574fe,.gf327c{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.hb1ac0{direction:ltr;}
}

/* VINTAGE NEWSPRINT — сепия-газета, slab-serif, полутон, штампы */
body{background:
  radial-gradient(rgba(32,24,15,0.04) 1px,transparent 1.4px),#EDE6D6!important;background-size:6px 6px!important;color:#20180F!important;}
header,.pa41bd{background:#EDE6D6!important;border-bottom:3px double #20180F!important;}
header a,nav a{color:#20180F!important;font-family:'Bitter',serif;font-size:.86rem;}header a:hover{color:#8A2C1F!important;}
.ibaab3{padding:64px 0 44px;border-bottom:3px double #20180F;background:transparent!important;}.ibaab3::before{display:none!important;}
.ibaab3.has-art .l4ec99{display:grid;grid-template-columns:1.3fr .7fr;gap:42px;align-items:center;}
.e92180{font-family:'Zilla Slab',serif;font-weight:700;font-size:clamp(2.3rem,5.2vw,4rem);line-height:1.0;color:#20180F!important;-webkit-text-fill-color:#20180F!important;background:none!important;text-transform:uppercase;letter-spacing:-.01em;}
.hab78f{color:#5E5340;font-family:'Bitter',serif;font-style:italic;font-size:1.1rem;max-width:54ch;margin:18px 0 24px;border-top:1px solid #20180F;border-bottom:1px solid #20180F;padding:10px 0;}
.gaa079{text-align:center;font-family:'Zilla Slab',serif;font-weight:700;text-transform:uppercase;color:#20180F!important;border-top:3px double #20180F;border-bottom:3px double #20180F;padding:10px 0;letter-spacing:.02em;}
.f3bd49,.d68a2b{background:#8A2C1F!important;color:#EDE6D6!important;border:2px solid #20180F!important;border-radius:0!important;font-family:'Zilla Slab',serif;text-transform:uppercase;letter-spacing:.04em;font-weight:700;}
.gf292e{padding:13px 28px;}.f3bd49:hover,.d68a2b:hover{background:#20180F!important;color:#EDE6D6!important;}
.hero-trust{display:flex;gap:0;flex-wrap:wrap;margin-top:16px;}
.hero-badge{background:none!important;border:1px solid #20180F!important;border-radius:0!important;color:#20180F!important;padding:6px 12px!important;margin:0 8px 8px 0;font-family:'Bitter',serif;font-size:.74rem;text-transform:uppercase;}
.ha591c,.k7978d,.ffd3a9,.d6d37c,.j1afaa{background:#F6F1E4!important;border:1px solid #20180F!important;border-radius:0!important;padding:24px;box-shadow:none!important;transition:transform .2s;}
.ha591c:hover,.k7978d:hover,.ffd3a9:hover{transform:translateY(-3px);}
.ha591c h3,.k7978d h3,.ffd3a9 h3{color:#20180F!important;font-family:'Zilla Slab',serif;font-weight:700;text-transform:uppercase;}
.ha591c p,.k7978d p,.ffd3a9 p{color:#5E5340!important;font-family:'Bitter',serif;}
.k7978d{border-top:4px double #20180F!important;}
.c33e91{color:#20180F;font-family:'Bitter',serif;column-gap:28px;}.c33e91 p:first-of-type::first-letter{font-family:'Zilla Slab',serif;font-size:3em;float:left;line-height:.8;padding:4px 8px 0 0;color:#8A2C1F;}
.e3e196 img{border:1px solid #20180F;border-radius:0;filter:grayscale(0.4) sepia(0.2) contrast(1.05);}
.h26d17{background:#E3DAC6!important;}
.h13c1d{background:none!important;border:none!important;border-bottom:1px solid #20180F!important;border-radius:0!important;padding:6px 0;}
.b9ebdf{color:#20180F!important;font-family:'Zilla Slab',serif;font-weight:700;text-transform:uppercase;font-size:1.02rem;padding:15px 0;}
details.h13c1d summary.b9ebdf::after{content:"+";position:absolute;right:0;top:14px;color:#8A2C1F;}details.h13c1d[open] summary.b9ebdf::after{content:"\2013";}
.j3edd5{color:#5E5340!important;font-family:'Bitter',serif;padding-bottom:14px;}
.trust-item{background:none!important;border:2px solid #20180F!important;border-radius:0;padding:10px 16px;color:#20180F!important;font-family:'Zilla Slab',serif;text-transform:uppercase;font-size:.76rem;}
.c36582{border:2px solid #20180F;border-radius:0;display:block;overflow:hidden;}
table{border:1px solid #20180F;}table th{background:#20180F!important;color:#EDE6D6!important;text-transform:uppercase;font-family:'Zilla Slab',serif;}table td{border-bottom:1px solid #C7BBA0;color:#20180F!important;}
footer,.k04fcf{background:#E3DAC6!important;border-top:3px double #20180F!important;color:#5E5340!important;}footer a{color:#20180F!important;}
.e9d2b7 a{color:#5E5340!important;}

.e34740 strong,.e574fe strong,.faq strong,.gf327c strong{color:inherit !important;}
