@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 {
    --b31cb:        #D4A853;
    --f320d:  #E2C47A;
    --ae0a7:   #B08C3A;
    --lf308:         #C4A265;
    --e8ee0:         #D4A853;
    --i88ef:    #B08C3A;
    --e9c55:         #D4A853;
    --le13a:    #B08C3A;
    --terra:        #C0392B;
    --terra-light:  #D9534F;
    --sienna:       #A0522D;
    --mafea:           #0A0806;
    --d073e:         #14100C;
    --l548a:         #1E1814;
    --be42f:         #28201C;
    --e3f3a:        #FFFFFF;
    --la6ee:         #B5A898;
    --h154d:       #7D7068;
    --f941f:       #B5A898;
    --fb67e:    'Bitter', Georgia, serif;
    --d4045:    'Work Sans', sans-serif;
    --n7abc:       12px;
    --a1faa:    20px;
    --l4e8a:    8px;
    --cdc4d:        1100px;
    --if5a6:       0 4px 24px rgba(0,0,0,.55);
    --bd509:         0 0 32px rgba(212,168,83,.25);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--b31cb);
    --color-primary-light: var(--f320d);
    --color-primary-dark: var(--ae0a7);
    --color-accent: var(--e8ee0);
    --color-accent-dark: var(--i88ef);
    --color-secondary: var(--e9c55);
    --color-secondary-dark: var(--le13a);
    --color-surface: var(--l548a);
    --color-surface-elevated: var(--be42f);
    --color-on-surface: var(--e3f3a);
    --color-on-surface-muted: var(--la6ee);
    --color-text: var(--e3f3a);
    --color-text-secondary: var(--f941f);
    --text-heading: var(--fb67e);
    --text-body: var(--d4045);
    --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(--d4045);
    background: var(--mafea);
    color: var(--e3f3a);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--f320d); text-decoration: none; transition: color .2s; }
a:hover { color: var(--e8ee0); }
img { max-width: 100%; height: auto; display: block; }

.b2bfc5 { width: 92%; max-width: var(--cdc4d); margin: 0 auto; }

.e7bfbe {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.i9e6f1 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--b31cb); color: var(--e3f3a);
    padding: 8px 16px; border-radius: var(--l4e8a);
    z-index: 999; transition: top .2s;
}
.i9e6f1:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.fb8185 {
    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);
}
.o8adaf {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.jf92b3 {
    font-family: var(--fb67e);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--e3f3a);
    white-space: nowrap; text-decoration: none;
}
.jf92b3:hover { color: var(--e8ee0); }

/* Main Nav */
.d5b2f3 { display: flex; align-items: center; gap: 20px; }
.lf36d6 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.lf36d6 a {
    color: var(--la6ee); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.lf36d6 a:hover { color: var(--f320d); }

/* Language Select */
.i84aac {
    background: var(--l548a); color: var(--e3f3a);
    border: 1px solid rgba(212,168,83,.25);
    border-radius: var(--l4e8a);
    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;
}
.i84aac:hover, .i84aac:focus { border-color: var(--b31cb); outline: none; }

/* Menu Toggle */
.h6c712 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.k88943, .k88943::before, .k88943::after {
    display: block; width: 24px; height: 2px;
    background: var(--e3f3a); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.k88943 { position: relative; }
.k88943::before, .k88943::after { content: ''; position: absolute; left: 0; }
.k88943::before { top: -7px; }
.k88943::after { top: 7px; }

/* Mobile Nav */
.gab6b3 {
    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;
}
.gab6b3.fe679b { display: flex; }
.f1c2d4 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.f1c2d4 a {
    font-size: 1.2rem; font-weight: 600; color: var(--e3f3a); text-decoration: none;
}
.f1c2d4 a:hover { color: var(--f320d); }

/* ===== BUTTONS ===== */
.m95158 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--fb67e); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--n7abc); 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(--b31cb) 0%, var(--lf308) 100%);
    color: var(--e3f3a); box-shadow: var(--bd509);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,83,.5);
    color: var(--e3f3a);
}
.btn-secondary {
    background: transparent; color: var(--f320d);
    border: 2px solid var(--b31cb);
}
.btn-secondary:hover { background: rgba(212,168,83,.1); color: var(--e8ee0); }

/* 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); }
}
.peed3e {
    background: linear-gradient(135deg, var(--e8ee0) 0%, #C4A265 55%, var(--i88ef) 100%);
    color: #1a0e00; font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(212,168,83,.35);
    /* animation moved to ::after */
}
.peed3e:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(212,168,83,.65);
    color: #1a0e00; animation: none;
}

.ff09cf { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--a1faa); }
.h581c9 { padding: 8px 18px; font-size: .85rem; border-radius: var(--l4e8a); }

/* Nav CTA in header */
.b92dd1 {
    background: linear-gradient(135deg, var(--e8ee0) 0%, var(--i88ef) 100%);
    color: #1a0e00 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--l4e8a);
    box-shadow: 0 0 16px rgba(212,168,83,.25);
    transition: transform .2s, box-shadow .2s;
}
.b92dd1:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(212,168,83,.5);
    color: #1a0e00 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.f3703e {
    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(--mafea);
    position: relative; overflow: hidden;
}
.f3703e::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;
}
.e3c4f2 {
    font-family: var(--fb67e);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--e8ee0) 0%, var(--f320d) 50%, var(--terra) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.aa22b9 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--la6ee);
    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(--mafea);
}
.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(--fb67e);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--e8ee0) 0%, var(--f320d) 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(--la6ee);
    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(--la6ee);
    padding: 7px 14px;
    background: rgba(212,168,83,.06);
    border: 1px solid rgba(212,168,83,.15);
    border-radius: var(--l4e8a);
}
.hero-stat strong { color: var(--f320d); }

/* ===== SECTIONS ===== */
.i6cf0e { padding: clamp(52px, 7vw, 80px) 0; }
.b88241 { background: var(--d073e); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--b31cb); margin-bottom: 10px;
}
.i6cf0e h2, .cf430d {
    font-family: var(--fb67e);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.i6cf0e h3 {
    font-family: var(--fb67e); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--f320d);
}
.i6cf0e p, .section-desc {
    color: var(--la6ee); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.i6cf0e ul, .i6cf0e ol {
    color: var(--la6ee); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.i6cf0e li { margin-bottom: 8px; }
.i6cf0e li strong { color: var(--e3f3a); }

/* ===== 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(--l548a), var(--be42f));
    border: 1px solid rgba(212,168,83,.1);
    border-radius: var(--n7abc); 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(--if5a6);
}
.g496eb { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--fb67e); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--e3f3a);
}
.card p { color: var(--la6ee); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.nfaf15 { overflow-x: auto; margin: 24px 0; border-radius: var(--l4e8a); }
.m8c49a { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.m8c49a thead th {
    background: var(--be42f); color: var(--e3f3a); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,83,.2);
}
.m8c49a thead th:first-child { border-radius: var(--l4e8a) 0 0 0; }
.m8c49a thead th:last-child { border-radius: 0 var(--l4e8a) 0 0; }
.m8c49a tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.m8c49a td { padding: 13px 16px; }
.m8c49a td:first-child { color: var(--la6ee); font-weight: 500; width: 42%; }
.m8c49a td:last-child { color: var(--e3f3a); font-weight: 600; }
.m8c49a 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(--b31cb), var(--sienna));
    border-radius: 50%; font-family: var(--fb67e);
    font-size: 1.2rem; font-weight: 700; color: var(--e3f3a);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--la6ee); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.ab4a46 { max-width: 800px; margin: 0 auto; }
details.h74dd0 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.h74dd0 summary {
    display: block; list-style: none;
    color: var(--e3f3a); font-family: var(--d4045);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.h74dd0 summary::-webkit-details-marker { display: none; }
details.h74dd0 summary::marker { display: none; content: ''; }
details.h74dd0 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--b31cb); transition: transform .3s;
}
details.h74dd0[open] summary::after { content: '\2212'; }
details.h74dd0 summary:hover { color: var(--f320d); }
details.h74dd0 > p { padding: 0 0 20px; color: var(--la6ee); font-size: .9rem; line-height: 1.7; }
details.h74dd0 > div { padding: 0 0 20px; color: var(--la6ee); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--d073e); }

/* ===== INFO GRID & CARDS ===== */
.j5a7b0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.p7f7b6 {
    background: linear-gradient(145deg, var(--l548a), var(--be42f));
    border: 1px solid rgba(212,168,83,.12); border-radius: var(--n7abc); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.p7f7b6:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,83,.35);
    box-shadow: var(--if5a6);
}
.aa0316 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.p7f7b6 h3 {
    font-family: var(--fb67e); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--e3f3a);
}
.p7f7b6 p { color: var(--la6ee); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.kdc921 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.kd68e6 {
    background: linear-gradient(145deg, var(--l548a), var(--be42f));
    border: 1px solid rgba(212,168,83,.15); border-radius: var(--n7abc); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.kd68e6:hover { transform: translateY(-5px); border-color: rgba(212,168,83,.38); }
.kd68e6 h3 {
    font-family: var(--fb67e); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--e8ee0);
}
.kd68e6 p { color: var(--la6ee); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.e3b5da {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.ab1e0a { text-align: center; padding: 22px 14px; }
.be379d {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--b31cb), var(--sienna));
    border-radius: 50%; font-family: var(--fb67e);
    font-size: 1.15rem; font-weight: 800; color: var(--e3f3a);
    box-shadow: 0 0 22px rgba(212,168,83,.3);
}
.ab1e0a h3 {
    font-family: var(--fb67e); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--e3f3a);
}
.ab1e0a p { color: var(--la6ee); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.d6e3f5 {
    background: linear-gradient(145deg, var(--l548a), var(--be42f));
    border: 1px solid rgba(212,168,83,.18); border-radius: var(--a1faa);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.45);
}
.b3b4c0 { margin-top: 24px; }
.i362c6 {
    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;
}
.i362c6 > span:first-child { color: var(--la6ee); text-align: left; }
.k727eb {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.l1e3fe {
    height: 100%;
    background: linear-gradient(90deg, var(--sienna) 0%, var(--e8ee0) 100%);
    border-radius: 4px;
}
.i362c6 > span:last-child { color: var(--e8ee0); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.e6c1de { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.d51d8b, .j131ab {
    background: linear-gradient(145deg, var(--l548a), var(--be42f));
    border-radius: var(--n7abc); padding: 24px 22px;
}
.d51d8b { border-top: 3px solid var(--e8ee0); }
.j131ab { border-top: 3px solid var(--terra); }
.d51d8b h3, .d51d8b h4 { color: var(--e8ee0); margin-bottom: 12px; font-size: 1rem; }
.j131ab h3, .j131ab h4 { color: var(--terra-light); margin-bottom: 12px; font-size: 1rem; }
.d51d8b ul, .j131ab ul { list-style: none; padding: 0; margin: 0; }
.d51d8b li::before { content: '\2713 '; color: var(--e8ee0); font-weight: 700; }
.j131ab li::before { content: '\2717 '; color: var(--terra); font-weight: 700; }
.d51d8b li, .j131ab li { padding: 5px 0; color: var(--la6ee); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.b84bd5 {
    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(--d073e);
    border-top: 1px solid rgba(212,168,83,.1);
    border-bottom: 1px solid rgba(212,168,83,.1);
}
.b84bd5 h2 {
    font-family: var(--fb67e);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 700; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--e8ee0), var(--f320d));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.b84bd5 p { color: var(--la6ee); 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(--b31cb);
    border-radius: var(--l4e8a); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--la6ee); font-size: .9rem; }
.highlight-box strong { color: var(--f320d); }

/* ===== BREADCRUMB ===== */
.i2d7c1 { padding: 14px 0; font-size: .82rem; }
.g47096 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.g47096 li + li::before { content: '\203A'; margin-right: 8px; color: var(--h154d); }
.i2d7c1 a { color: var(--h154d); }
.i2d7c1 a:hover { color: var(--f320d); }
.i2d7c1 [aria-current] { color: var(--b31cb); }

/* ===== SITE FOOTER ===== */
.ie251f {
    background: var(--mafea); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.oca514 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.oca514 a {
    color: var(--h154d); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.oca514 a:hover { color: var(--f320d); }

.g662f2 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.g662f2 p {
    color: var(--h154d); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.g662f2 a { color: var(--b31cb); }
.f82bd2 { text-align: center; color: var(--h154d); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.f76bdd { max-width: 800px; margin: 0 auto; }
.f76bdd p {
    color: var(--la6ee); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.f76bdd p:last-child { margin-bottom: 0; }
.f76bdd strong { color: var(--e3f3a); }
.f76bdd a { color: var(--f320d); text-decoration: underline; text-underline-offset: 3px; }
.f76bdd a:hover { color: var(--e8ee0); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.j10e21 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.i9dd8c { direction: rtl; }
.i9dd8c > * { direction: ltr; }
.i23994 { border-radius: var(--a1faa); overflow: hidden; }
.i23994 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--a1faa);
    border: 1px solid rgba(212,168,83,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.45);
}
.e34ddb { color: var(--la6ee); font-size: .93rem; line-height: 1.7; }
.e34ddb strong { color: var(--e3f3a); }
.e34ddb a { color: var(--f320d); }
@media (max-width: 768px) {
    .j10e21 { grid-template-columns: 1fr; gap: 24px; }
    .i9dd8c { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--ae0a7);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--ae0a7); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.f272f1 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--b31cb);
    color: var(--e3f3a); 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(--if5a6);
}
.f272f1.hbf2ec { opacity: 1; visibility: visible; }
.f272f1:hover { transform: translateY(-3px); background: var(--ae0a7); }

/* ===== REVIEW SCORE (review page) ===== */
.he0744 {
    font-family: var(--fb67e); font-size: 5rem; font-weight: 700;
    background: linear-gradient(135deg, var(--e8ee0), var(--f320d));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--e8ee0); 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(--la6ee); width: 55%; }
.score-table td:last-child { color: var(--e8ee0); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.a4ef09 {
    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);
}
.a4ef09 .m95158 { 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) {
    .lf36d6 { display: none; }
    .d5b2f3 .i84aac { display: none; }
    .h6c712 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .e6c1de { grid-template-columns: 1fr; }
    section, .i6cf0e { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .oca514 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .e3b5da { grid-template-columns: 1fr 1fr; }
    .j5a7b0 { grid-template-columns: 1fr 1fr; }
    .i362c6 { grid-template-columns: 1fr 100px auto; }
    .a4ef09 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .ff09cf { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .e3b5da { grid-template-columns: 1fr; }
    .j5a7b0 { grid-template-columns: 1fr; }
    .o8adaf { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .he0744 { font-size: 3.5rem; }
    .i362c6 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .e6c1de { grid-template-columns: 1fr; }
    .d6e3f5 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.h25df0 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.h25df0 summary.me8a5d {
    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(--e3f3a);
    padding: 6px 11px;
    border-radius: var(--l4e8a);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--d4045);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.h25df0 summary.me8a5d::-webkit-details-marker { display: none; }
.h25df0 summary.me8a5d::marker { display: none; }
.h25df0:hover summary.me8a5d,
.h25df0[open] summary.me8a5d {
    background: rgba(255,255,255,.13);
    border-color: rgba(212,168,83,.35);
    color: var(--e8ee0);
}
.le468f { font-size: .7rem; opacity: .7; transition: transform .2s; }
.h25df0[open] .le468f { transform: rotate(180deg); }

.n81276 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--l548a);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--n7abc);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.h25df0[open] .n81276 {
    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); }
}
.n81276 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--f941f);
    border-radius: var(--l4e8a);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.n81276 li a:hover,
.n81276 li a.j9831d {
    background: rgba(255,255,255,.08);
    color: var(--e8ee0);
}
.n81276 li a.j9831d { font-weight: 700; }

/* Mobile lang bar */
.be3e60 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.be3e60 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(--l4e8a);
    color: var(--f941f);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.be3e60 a:hover,
.be3e60 a.pd3811 {
    background: rgba(212,168,83,.12);
    border-color: rgba(212,168,83,.3);
    color: var(--e8ee0);
}
.be3e60 a.pd3811 { font-weight: 700; }

@media (max-width: 768px) {
    .h25df0 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.j5a7b0, ul.h68d0d { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.k006b0 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .k006b0 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.e3b5da, ol.h68823 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.h68823 > li { counter-increment: step-counter; }
ol.h68823 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--b31cb); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.dc4a83 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--b31cb); }
.p470e2 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.pa24c0 { width: 36px; height: 36px; border-radius: 50%; background: var(--b31cb); color: var(--mafea); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.oc17d1 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.pb48ef { display: grid; grid-template-columns: 1fr; gap: 0; }
.dd1163 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.dd1163:last-child { border-bottom: none; }
.k8f3eb { font-weight: 600; padding: .75rem 1rem; color: var(--b31cb); }
.m212f8 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.c7c062 .j4f6a1 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.c7c062 .e1496f { display: none; }
.c7c062 .h74dd0.fe679b .e1496f { display: block; }

/* faq variant C: definition list */
dl.ab4a46 { display: grid; gap: 0; }
dl.ab4a46 dt.h40b2c { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.ab4a46 dd.e1496f { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.a72330 { padding: 2rem 0; }
.p5b9b8 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.p5b9b8 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--n7abc); border: 1px solid var(--e8ee0); color: var(--e8ee0); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.p5b9b8 li a:hover { background: var(--e8ee0); color: var(--mafea); }


/* Promo Banner (SVG image banners) */
.e7c7e6 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.e3768f { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.e3768f:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.pcab51 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.g496eb { display: inline-block; vertical-align: middle; }
.aa0316 .g496eb { 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(--l548a), var(--be42f));
    border-radius: var(--n7abc); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--l4e8a); background: var(--d073e); }
.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(--e8ee0); }
@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(--e8ee0); 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; }
  .peed3e { animation: none; }
}
/* Touch targets: minimum 44x44px */
.m95158, .peed3e, .ff09cf, .h581c9, .b92dd1, .h6c712, .j4f6a1, .h40b2c, .f272f1, .a4ef09 a, .me8a5d { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.peed3e { position: relative; overflow: visible; }
.peed3e::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--e8ee0); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.peed3e:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.peed3e::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(--e8ee0); 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(--l4e8a); background: var(--l548a); 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(--l4e8a); background: var(--l548a); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--e8ee0); }
.trust-item span { font-size: 0.7rem; color: var(--e8ee0); 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(--l548a); border-radius: var(--n7abc); 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(--e8ee0), var(--b31cb)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--mafea); flex-shrink: 0; }
.review-stars { color: var(--e8ee0); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--h154d); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--f941f); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1100px; }
:root { --radius: 2px; --radius-lg: 4px; --radius-sm: 1px; }
.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: inset 0 1px 0 rgba(255,255,255,.05); }
body { line-height: 1.75; }
body { font-size: 15px; }
.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; }


/* ===== 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,.e3c4f2,.cf430d{font-family:var(--cfh);}
.b2bfc5{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.i6cf0e{padding:58px 0;position:relative;}
.j5a7b0{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.j5a7b0.k006b0{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.e3b5da{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.e6c1de{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.j10e21{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.i9dd8c{direction:rtl;}.i9dd8c>*{direction:ltr;}
.i23994 img,.i23994 svg{width:100%;height:auto;}
.e34ddb p{margin:0 0 1em;}
.ab4a46{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.h40b2c{cursor:pointer;list-style:none;position:relative;}.h40b2c::-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;}
.pcab51{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){
  .f3703e .b2bfc5{grid-template-columns:1fr !important;}
  .j10e21,.e6c1de{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.i9dd8c{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,.fb8185{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;}
.f3703e{padding:64px 0 44px;border-bottom:3px double #20180F;background:transparent!important;}.f3703e::before{display:none!important;}
.f3703e.has-art .b2bfc5{display:grid;grid-template-columns:1.3fr .7fr;gap:42px;align-items:center;}
.e3c4f2{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;}
.aa22b9{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;}
.cf430d{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;}
.peed3e,.b92dd1{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;}
.ff09cf{padding:13px 28px;}.peed3e:hover,.b92dd1: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;}
.p7f7b6,.kd68e6,.ab1e0a,.d51d8b,.j131ab{background:#F6F1E4!important;border:1px solid #20180F!important;border-radius:0!important;padding:24px;box-shadow:none!important;transition:transform .2s;}
.p7f7b6:hover,.kd68e6:hover,.ab1e0a:hover{transform:translateY(-3px);}
.p7f7b6 h3,.kd68e6 h3,.ab1e0a h3{color:#20180F!important;font-family:'Zilla Slab',serif;font-weight:700;text-transform:uppercase;}
.p7f7b6 p,.kd68e6 p,.ab1e0a p{color:#5E5340!important;font-family:'Bitter',serif;}
.kd68e6{border-top:4px double #20180F!important;}
.e34ddb{color:#20180F;font-family:'Bitter',serif;column-gap:28px;}.e34ddb 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;}
.i23994 img{border:1px solid #20180F;border-radius:0;filter:grayscale(0.4) sepia(0.2) contrast(1.05);}
.b88241{background:#E3DAC6!important;}
.h74dd0{background:none!important;border:none!important;border-bottom:1px solid #20180F!important;border-radius:0!important;padding:6px 0;}
.h40b2c{color:#20180F!important;font-family:'Zilla Slab',serif;font-weight:700;text-transform:uppercase;font-size:1.02rem;padding:15px 0;}
details.h74dd0 summary.h40b2c::after{content:"+";position:absolute;right:0;top:14px;color:#8A2C1F;}details.h74dd0[open] summary.h40b2c::after{content:"\2013";}
.e1496f{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;}
.e3768f{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,.ie251f{background:#E3DAC6!important;border-top:3px double #20180F!important;color:#5E5340!important;}footer a{color:#20180F!important;}
.i2d7c1 a{color:#5E5340!important;}

.f76bdd strong,.j10e21 strong,.faq strong,.e6c1de strong{color:inherit !important;}
