@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 {
    --n02be:        #D4A853;
    --ic44a:  #E2C47A;
    --p5ef0:   #B08C3A;
    --l0df3:         #C4A265;
    --h4d50:         #D4A853;
    --c1d1b:    #B08C3A;
    --d14d5:         #D4A853;
    --pd666:    #B08C3A;
    --terra:        #C0392B;
    --terra-light:  #D9534F;
    --sienna:       #A0522D;
    --k8baa:           #0A0806;
    --o6022:         #14100C;
    --ja4e1:         #1E1814;
    --n1ee2:         #28201C;
    --a14ee:        #FFFFFF;
    --ba818:         #B5A898;
    --a28a3:       #7D7068;
    --bbce3:       #B5A898;
    --j961c:    'Bitter', Georgia, serif;
    --laacb:    'Work Sans', sans-serif;
    --bde44:       12px;
    --n2a2d:    20px;
    --kf876:    8px;
    --k0d6a:        1100px;
    --g0ec0:       0 4px 24px rgba(0,0,0,.55);
    --ac113:         0 0 32px rgba(212,168,83,.25);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--n02be);
    --color-primary-light: var(--ic44a);
    --color-primary-dark: var(--p5ef0);
    --color-accent: var(--h4d50);
    --color-accent-dark: var(--c1d1b);
    --color-secondary: var(--d14d5);
    --color-secondary-dark: var(--pd666);
    --color-surface: var(--ja4e1);
    --color-surface-elevated: var(--n1ee2);
    --color-on-surface: var(--a14ee);
    --color-on-surface-muted: var(--ba818);
    --color-text: var(--a14ee);
    --color-text-secondary: var(--bbce3);
    --text-heading: var(--j961c);
    --text-body: var(--laacb);
    --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(--laacb);
    background: var(--k8baa);
    color: var(--a14ee);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--ic44a); text-decoration: none; transition: color .2s; }
a:hover { color: var(--h4d50); }
img { max-width: 100%; height: auto; display: block; }

.j95e60 { width: 92%; max-width: var(--k0d6a); margin: 0 auto; }

.jb490c {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.a0d841 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--n02be); color: var(--a14ee);
    padding: 8px 16px; border-radius: var(--kf876);
    z-index: 999; transition: top .2s;
}
.a0d841:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.e6340e {
    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);
}
.j0c39b {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.hf6f08 {
    font-family: var(--j961c);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--a14ee);
    white-space: nowrap; text-decoration: none;
}
.hf6f08:hover { color: var(--h4d50); }

/* Main Nav */
.ead0e7 { display: flex; align-items: center; gap: 20px; }
.k18ed7 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.k18ed7 a {
    color: var(--ba818); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.k18ed7 a:hover { color: var(--ic44a); }

/* Language Select */
.h023de {
    background: var(--ja4e1); color: var(--a14ee);
    border: 1px solid rgba(212,168,83,.25);
    border-radius: var(--kf876);
    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;
}
.h023de:hover, .h023de:focus { border-color: var(--n02be); outline: none; }

/* Menu Toggle */
.nc408e {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.c3ff61, .c3ff61::before, .c3ff61::after {
    display: block; width: 24px; height: 2px;
    background: var(--a14ee); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.c3ff61 { position: relative; }
.c3ff61::before, .c3ff61::after { content: ''; position: absolute; left: 0; }
.c3ff61::before { top: -7px; }
.c3ff61::after { top: 7px; }

/* Mobile Nav */
.h2738e {
    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;
}
.h2738e.o5d8bf { display: flex; }
.c1d7b5 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.c1d7b5 a {
    font-size: 1.2rem; font-weight: 600; color: var(--a14ee); text-decoration: none;
}
.c1d7b5 a:hover { color: var(--ic44a); }

/* ===== BUTTONS ===== */
.cecff8 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--j961c); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--bde44); 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(--n02be) 0%, var(--l0df3) 100%);
    color: var(--a14ee); box-shadow: var(--ac113);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,83,.5);
    color: var(--a14ee);
}
.btn-secondary {
    background: transparent; color: var(--ic44a);
    border: 2px solid var(--n02be);
}
.btn-secondary:hover { background: rgba(212,168,83,.1); color: var(--h4d50); }

/* 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); }
}
.i6cd04 {
    background: linear-gradient(135deg, var(--h4d50) 0%, #C4A265 55%, var(--c1d1b) 100%);
    color: #1a0e00; font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(212,168,83,.35);
    /* animation moved to ::after */
}
.i6cd04:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(212,168,83,.65);
    color: #1a0e00; animation: none;
}

.k5823b { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--n2a2d); }
.a32eab { padding: 8px 18px; font-size: .85rem; border-radius: var(--kf876); }

/* Nav CTA in header */
.c09071 {
    background: linear-gradient(135deg, var(--h4d50) 0%, var(--c1d1b) 100%);
    color: #1a0e00 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--kf876);
    box-shadow: 0 0 16px rgba(212,168,83,.25);
    transition: transform .2s, box-shadow .2s;
}
.c09071:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(212,168,83,.5);
    color: #1a0e00 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.i33754 {
    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(--k8baa);
    position: relative; overflow: hidden;
}
.i33754::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;
}
.ea3bef {
    font-family: var(--j961c);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--h4d50) 0%, var(--ic44a) 50%, var(--terra) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.je8ff0 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--ba818);
    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(--k8baa);
}
.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(--j961c);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--h4d50) 0%, var(--ic44a) 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(--ba818);
    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(--ba818);
    padding: 7px 14px;
    background: rgba(212,168,83,.06);
    border: 1px solid rgba(212,168,83,.15);
    border-radius: var(--kf876);
}
.hero-stat strong { color: var(--ic44a); }

/* ===== SECTIONS ===== */
.ae3840 { padding: clamp(52px, 7vw, 80px) 0; }
.ga9f12 { background: var(--o6022); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--n02be); margin-bottom: 10px;
}
.ae3840 h2, .b8ef14 {
    font-family: var(--j961c);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.ae3840 h3 {
    font-family: var(--j961c); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--ic44a);
}
.ae3840 p, .section-desc {
    color: var(--ba818); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.ae3840 ul, .ae3840 ol {
    color: var(--ba818); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.ae3840 li { margin-bottom: 8px; }
.ae3840 li strong { color: var(--a14ee); }

/* ===== 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(--ja4e1), var(--n1ee2));
    border: 1px solid rgba(212,168,83,.1);
    border-radius: var(--bde44); 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(--g0ec0);
}
.mac507 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--j961c); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--a14ee);
}
.card p { color: var(--ba818); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.l8dde8 { overflow-x: auto; margin: 24px 0; border-radius: var(--kf876); }
.l2efbf { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.l2efbf thead th {
    background: var(--n1ee2); color: var(--a14ee); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,83,.2);
}
.l2efbf thead th:first-child { border-radius: var(--kf876) 0 0 0; }
.l2efbf thead th:last-child { border-radius: 0 var(--kf876) 0 0; }
.l2efbf tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.l2efbf td { padding: 13px 16px; }
.l2efbf td:first-child { color: var(--ba818); font-weight: 500; width: 42%; }
.l2efbf td:last-child { color: var(--a14ee); font-weight: 600; }
.l2efbf 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(--n02be), var(--sienna));
    border-radius: 50%; font-family: var(--j961c);
    font-size: 1.2rem; font-weight: 700; color: var(--a14ee);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--ba818); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.ed2bac { max-width: 800px; margin: 0 auto; }
details.ca83d5 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.ca83d5 summary {
    display: block; list-style: none;
    color: var(--a14ee); font-family: var(--laacb);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.ca83d5 summary::-webkit-details-marker { display: none; }
details.ca83d5 summary::marker { display: none; content: ''; }
details.ca83d5 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--n02be); transition: transform .3s;
}
details.ca83d5[open] summary::after { content: '\2212'; }
details.ca83d5 summary:hover { color: var(--ic44a); }
details.ca83d5 > p { padding: 0 0 20px; color: var(--ba818); font-size: .9rem; line-height: 1.7; }
details.ca83d5 > div { padding: 0 0 20px; color: var(--ba818); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--o6022); }

/* ===== INFO GRID & CARDS ===== */
.l6a606 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.if6d11 {
    background: linear-gradient(145deg, var(--ja4e1), var(--n1ee2));
    border: 1px solid rgba(212,168,83,.12); border-radius: var(--bde44); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.if6d11:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,83,.35);
    box-shadow: var(--g0ec0);
}
.l58d62 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.if6d11 h3 {
    font-family: var(--j961c); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--a14ee);
}
.if6d11 p { color: var(--ba818); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.f97d58 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.c4baf0 {
    background: linear-gradient(145deg, var(--ja4e1), var(--n1ee2));
    border: 1px solid rgba(212,168,83,.15); border-radius: var(--bde44); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.c4baf0:hover { transform: translateY(-5px); border-color: rgba(212,168,83,.38); }
.c4baf0 h3 {
    font-family: var(--j961c); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--h4d50);
}
.c4baf0 p { color: var(--ba818); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.g7fe0e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.edd002 { text-align: center; padding: 22px 14px; }
.h64109 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--n02be), var(--sienna));
    border-radius: 50%; font-family: var(--j961c);
    font-size: 1.15rem; font-weight: 800; color: var(--a14ee);
    box-shadow: 0 0 22px rgba(212,168,83,.3);
}
.edd002 h3 {
    font-family: var(--j961c); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--a14ee);
}
.edd002 p { color: var(--ba818); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.n1d6a7 {
    background: linear-gradient(145deg, var(--ja4e1), var(--n1ee2));
    border: 1px solid rgba(212,168,83,.18); border-radius: var(--n2a2d);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.45);
}
.c460fd { margin-top: 24px; }
.kcce94 {
    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;
}
.kcce94 > span:first-child { color: var(--ba818); text-align: left; }
.mb9d8f {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.f5bac4 {
    height: 100%;
    background: linear-gradient(90deg, var(--sienna) 0%, var(--h4d50) 100%);
    border-radius: 4px;
}
.kcce94 > span:last-child { color: var(--h4d50); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.j14822 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.af04f9, .if4541 {
    background: linear-gradient(145deg, var(--ja4e1), var(--n1ee2));
    border-radius: var(--bde44); padding: 24px 22px;
}
.af04f9 { border-top: 3px solid var(--h4d50); }
.if4541 { border-top: 3px solid var(--terra); }
.af04f9 h3, .af04f9 h4 { color: var(--h4d50); margin-bottom: 12px; font-size: 1rem; }
.if4541 h3, .if4541 h4 { color: var(--terra-light); margin-bottom: 12px; font-size: 1rem; }
.af04f9 ul, .if4541 ul { list-style: none; padding: 0; margin: 0; }
.af04f9 li::before { content: '\2713 '; color: var(--h4d50); font-weight: 700; }
.if4541 li::before { content: '\2717 '; color: var(--terra); font-weight: 700; }
.af04f9 li, .if4541 li { padding: 5px 0; color: var(--ba818); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.gdfc3b {
    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(--o6022);
    border-top: 1px solid rgba(212,168,83,.1);
    border-bottom: 1px solid rgba(212,168,83,.1);
}
.gdfc3b h2 {
    font-family: var(--j961c);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 700; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--h4d50), var(--ic44a));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.gdfc3b p { color: var(--ba818); 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(--n02be);
    border-radius: var(--kf876); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--ba818); font-size: .9rem; }
.highlight-box strong { color: var(--ic44a); }

/* ===== BREADCRUMB ===== */
.hf29da { padding: 14px 0; font-size: .82rem; }
.d9423a { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.d9423a li + li::before { content: '\203A'; margin-right: 8px; color: var(--a28a3); }
.hf29da a { color: var(--a28a3); }
.hf29da a:hover { color: var(--ic44a); }
.hf29da [aria-current] { color: var(--n02be); }

/* ===== SITE FOOTER ===== */
.obc1f1 {
    background: var(--k8baa); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.l7f8db {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.l7f8db a {
    color: var(--a28a3); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.l7f8db a:hover { color: var(--ic44a); }

.i1c4e5 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.i1c4e5 p {
    color: var(--a28a3); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.i1c4e5 a { color: var(--n02be); }
.p36255 { text-align: center; color: var(--a28a3); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.nca3b5 { max-width: 800px; margin: 0 auto; }
.nca3b5 p {
    color: var(--ba818); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.nca3b5 p:last-child { margin-bottom: 0; }
.nca3b5 strong { color: var(--a14ee); }
.nca3b5 a { color: var(--ic44a); text-decoration: underline; text-underline-offset: 3px; }
.nca3b5 a:hover { color: var(--h4d50); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.o1e7c9 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.p8baff { direction: rtl; }
.p8baff > * { direction: ltr; }
.n0ba4a { border-radius: var(--n2a2d); overflow: hidden; }
.n0ba4a img {
    width: 100%; height: auto; display: block;
    border-radius: var(--n2a2d);
    border: 1px solid rgba(212,168,83,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.45);
}
.d97d22 { color: var(--ba818); font-size: .93rem; line-height: 1.7; }
.d97d22 strong { color: var(--a14ee); }
.d97d22 a { color: var(--ic44a); }
@media (max-width: 768px) {
    .o1e7c9 { grid-template-columns: 1fr; gap: 24px; }
    .p8baff { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--p5ef0);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--p5ef0); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.d56347 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--n02be);
    color: var(--a14ee); 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(--g0ec0);
}
.d56347.e677fb { opacity: 1; visibility: visible; }
.d56347:hover { transform: translateY(-3px); background: var(--p5ef0); }

/* ===== REVIEW SCORE (review page) ===== */
.hf7322 {
    font-family: var(--j961c); font-size: 5rem; font-weight: 700;
    background: linear-gradient(135deg, var(--h4d50), var(--ic44a));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--h4d50); 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(--ba818); width: 55%; }
.score-table td:last-child { color: var(--h4d50); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.m35392 {
    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);
}
.m35392 .cecff8 { 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) {
    .k18ed7 { display: none; }
    .ead0e7 .h023de { display: none; }
    .nc408e { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .j14822 { grid-template-columns: 1fr; }
    section, .ae3840 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .l7f8db { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .g7fe0e { grid-template-columns: 1fr 1fr; }
    .l6a606 { grid-template-columns: 1fr 1fr; }
    .kcce94 { grid-template-columns: 1fr 100px auto; }
    .m35392 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .k5823b { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .g7fe0e { grid-template-columns: 1fr; }
    .l6a606 { grid-template-columns: 1fr; }
    .j0c39b { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .hf7322 { font-size: 3.5rem; }
    .kcce94 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .j14822 { grid-template-columns: 1fr; }
    .n1d6a7 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.a43143 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.a43143 summary.cc3aec {
    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(--a14ee);
    padding: 6px 11px;
    border-radius: var(--kf876);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--laacb);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.a43143 summary.cc3aec::-webkit-details-marker { display: none; }
.a43143 summary.cc3aec::marker { display: none; }
.a43143:hover summary.cc3aec,
.a43143[open] summary.cc3aec {
    background: rgba(255,255,255,.13);
    border-color: rgba(212,168,83,.35);
    color: var(--h4d50);
}
.cb1df3 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.a43143[open] .cb1df3 { transform: rotate(180deg); }

.m04724 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--ja4e1);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--bde44);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.a43143[open] .m04724 {
    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); }
}
.m04724 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--bbce3);
    border-radius: var(--kf876);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.m04724 li a:hover,
.m04724 li a.j43e15 {
    background: rgba(255,255,255,.08);
    color: var(--h4d50);
}
.m04724 li a.j43e15 { font-weight: 700; }

/* Mobile lang bar */
.p1a2aa {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.p1a2aa 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(--kf876);
    color: var(--bbce3);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.p1a2aa a:hover,
.p1a2aa a.gc8b6f {
    background: rgba(212,168,83,.12);
    border-color: rgba(212,168,83,.3);
    color: var(--h4d50);
}
.p1a2aa a.gc8b6f { font-weight: 700; }

@media (max-width: 768px) {
    .a43143 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.l6a606, ul.c8c329 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.dba6e3 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .dba6e3 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.g7fe0e, ol.i51bff { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.i51bff > li { counter-increment: step-counter; }
ol.i51bff > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--n02be); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.k7573f { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--n02be); }
.ccd15b { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.l8d5b1 { width: 36px; height: 36px; border-radius: 50%; background: var(--n02be); color: var(--k8baa); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.kc5549 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.dad6f2 { display: grid; grid-template-columns: 1fr; gap: 0; }
.h80259 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.h80259:last-child { border-bottom: none; }
.f9db4a { font-weight: 600; padding: .75rem 1rem; color: var(--n02be); }
.p0d6f2 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.m2ddc6 .dcf934 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.m2ddc6 .c06493 { display: none; }
.m2ddc6 .ca83d5.o5d8bf .c06493 { display: block; }

/* faq variant C: definition list */
dl.ed2bac { display: grid; gap: 0; }
dl.ed2bac dt.g2a437 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.ed2bac dd.c06493 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.p4fc1e { padding: 2rem 0; }
.f8fca3 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.f8fca3 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--bde44); border: 1px solid var(--h4d50); color: var(--h4d50); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.f8fca3 li a:hover { background: var(--h4d50); color: var(--k8baa); }


/* Promo Banner (SVG image banners) */
.hbdb03 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.n44c2e { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.n44c2e:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.c93da0 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.mac507 { display: inline-block; vertical-align: middle; }
.l58d62 .mac507 { 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(--ja4e1), var(--n1ee2));
    border-radius: var(--bde44); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--kf876); background: var(--o6022); }
.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(--h4d50); }
@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(--h4d50); 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; }
  .i6cd04 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.cecff8, .i6cd04, .k5823b, .a32eab, .c09071, .nc408e, .dcf934, .g2a437, .d56347, .m35392 a, .cc3aec { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.i6cd04 { position: relative; overflow: visible; }
.i6cd04::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--h4d50); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.i6cd04:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.i6cd04::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(--h4d50); 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(--kf876); background: var(--ja4e1); 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(--kf876); background: var(--ja4e1); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--h4d50); }
.trust-item span { font-size: 0.7rem; color: var(--h4d50); 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(--ja4e1); border-radius: var(--bde44); 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(--h4d50), var(--n02be)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--k8baa); flex-shrink: 0; }
.review-stars { color: var(--h4d50); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--a28a3); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--bbce3); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1200px; }
:root { --radius: 16px; --radius-lg: 28px; --radius-sm: 10px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.btn-gold { background: transparent; border: 2px solid var(--gold); color: var(--gold); animation: none; box-shadow: none; }
.btn-gold:hover { background: var(--gold); color: var(--bg); }
.info-card:hover, .bonus-card:hover { box-shadow: 0 4px 24px rgba(0,0,0,.5); }
body { line-height: 1.7; }
body { font-size: 17px; }
.section-alt + .section:not(.section-alt) { border-top: 2px solid var(--gold); opacity: .15; }
.info-card:hover { transform: translateY(-3px) rotate(0.5deg); }


/* ===== 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,.ea3bef,.b8ef14{font-family:var(--cfh);}
.j95e60{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.ae3840{padding:58px 0;position:relative;}
.l6a606{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.l6a606.dba6e3{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.g7fe0e{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.j14822{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.o1e7c9{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.p8baff{direction:rtl;}.p8baff>*{direction:ltr;}
.n0ba4a img,.n0ba4a svg{width:100%;height:auto;}
.d97d22 p{margin:0 0 1em;}
.ed2bac{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.g2a437{cursor:pointer;list-style:none;position:relative;}.g2a437::-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;}
.c93da0{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){
  .i33754 .j95e60{grid-template-columns:1fr !important;}
  .o1e7c9,.j14822{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.p8baff{direction:ltr;}
}

/* EDITORIAL PRESS — светлая бумага, журнальная вёрстка, display-сериф, рамки */
body{background:#F7F3EA!important;color:#1A1611!important;}
header,.e6340e{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;}
.i33754{padding:70px 0 50px;border-bottom:1px solid #D8CDB8;background:#F7F3EA!important;}
.i33754::before{display:none!important;}
.i33754.has-art .j95e60{display:grid;grid-template-columns:1.25fr .75fr;gap:46px;align-items:center;}
.ea3bef{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;}
.je8ff0{color:#6A6253;font-size:1.16rem;max-width:56ch;margin:20px 0 26px;font-style:italic;}
.b8ef14{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;}
.b8ef14::before{content:"§ ";color:#B23A2E;}
.i6cd04,.c09071{background:#B23A2E!important;color:#FFFDF8!important;border:none!important;border-radius:2px;font-family:var(--cfb);font-weight:600;letter-spacing:.02em;}
.k5823b{padding:14px 30px;}.i6cd04:hover,.c09071: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;}
.if6d11,.c4baf0,.edd002,.af04f9,.if4541{background:#FFFDF8!important;border:1px solid #D8CDB8!important;border-radius:2px;padding:26px;box-shadow:none!important;transition:border-color .2s;}
.if6d11:hover,.c4baf0:hover,.edd002:hover{border-color:#1A1611!important;}
.if6d11 h3,.c4baf0 h3,.edd002 h3{color:#1A1611!important;font-family:var(--cfh);font-weight:700;font-size:1.24rem;}
.if6d11 p,.c4baf0 p,.edd002 p{color:#6A6253!important;font-family:var(--cfb);}
.c4baf0{border-left:4px solid #B23A2E!important;}
.d97d22{color:#1A1611;font-size:1.08rem;column-gap:30px;}.d97d22 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;}
.d97d22 strong{color:#1A1611;}.n0ba4a img{border:1px solid #D8CDB8;border-radius:2px;}
.ga9f12{background:#EFE8D9!important;}
.ca83d5{background:none!important;border:none!important;border-bottom:1px solid #D8CDB8!important;border-radius:0!important;padding:6px 0;}
.g2a437{color:#1A1611!important;font-family:var(--cfh);font-weight:700;font-size:1.18rem;padding:16px 0;}
details.ca83d5 summary.g2a437::after{content:"+";position:absolute;right:0;top:15px;color:#B23A2E;}
details.ca83d5[open] summary.g2a437::after{content:"\2013";}
.c06493{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;}
.n44c2e{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,.obc1f1{background:#EFE8D9!important;border-top:2px solid #1A1611!important;color:#6A6253!important;}footer a{color:#1A1611!important;}
.hf29da a{color:#6A6253!important;}

.nca3b5 strong,.o1e7c9 strong,.faq strong,.j14822 strong{color:inherit !important;}
