@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 {
    --pe1c1:        #D4A853;
    --o94a2:  #E2C47A;
    --h52bc:   #B08C3A;
    --j5a71:         #C4A265;
    --i331e:         #D4A853;
    --maec0:    #B08C3A;
    --m97b4:         #D4A853;
    --jd331:    #B08C3A;
    --terra:        #C0392B;
    --terra-light:  #D9534F;
    --sienna:       #A0522D;
    --ec8c1:           #0A0806;
    --b0b1f:         #14100C;
    --a9e73:         #1E1814;
    --nc8b2:         #28201C;
    --d3ee7:        #FFFFFF;
    --g11d9:         #B5A898;
    --lf7a1:       #7D7068;
    --o0dfb:       #B5A898;
    --o1761:    'Bitter', Georgia, serif;
    --l2252:    'Work Sans', sans-serif;
    --k3a17:       12px;
    --jdc67:    20px;
    --f242c:    8px;
    --nb174:        1100px;
    --f6414:       0 4px 24px rgba(0,0,0,.55);
    --e327b:         0 0 32px rgba(212,168,83,.25);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--pe1c1);
    --color-primary-light: var(--o94a2);
    --color-primary-dark: var(--h52bc);
    --color-accent: var(--i331e);
    --color-accent-dark: var(--maec0);
    --color-secondary: var(--m97b4);
    --color-secondary-dark: var(--jd331);
    --color-surface: var(--a9e73);
    --color-surface-elevated: var(--nc8b2);
    --color-on-surface: var(--d3ee7);
    --color-on-surface-muted: var(--g11d9);
    --color-text: var(--d3ee7);
    --color-text-secondary: var(--o0dfb);
    --text-heading: var(--o1761);
    --text-body: var(--l2252);
    --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(--l2252);
    background: var(--ec8c1);
    color: var(--d3ee7);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--o94a2); text-decoration: none; transition: color .2s; }
a:hover { color: var(--i331e); }
img { max-width: 100%; height: auto; display: block; }

.nef339 { width: 92%; max-width: var(--nb174); margin: 0 auto; }

.fbcfbe {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.iba961 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--pe1c1); color: var(--d3ee7);
    padding: 8px 16px; border-radius: var(--f242c);
    z-index: 999; transition: top .2s;
}
.iba961:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.k52f2e {
    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);
}
.h5bf91 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.m9b609 {
    font-family: var(--o1761);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--d3ee7);
    white-space: nowrap; text-decoration: none;
}
.m9b609:hover { color: var(--i331e); }

/* Main Nav */
.b50284 { display: flex; align-items: center; gap: 20px; }
.i607bf {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.i607bf a {
    color: var(--g11d9); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.i607bf a:hover { color: var(--o94a2); }

/* Language Select */
.pdb6ae {
    background: var(--a9e73); color: var(--d3ee7);
    border: 1px solid rgba(212,168,83,.25);
    border-radius: var(--f242c);
    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;
}
.pdb6ae:hover, .pdb6ae:focus { border-color: var(--pe1c1); outline: none; }

/* Menu Toggle */
.a1cc90 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.ba3274, .ba3274::before, .ba3274::after {
    display: block; width: 24px; height: 2px;
    background: var(--d3ee7); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.ba3274 { position: relative; }
.ba3274::before, .ba3274::after { content: ''; position: absolute; left: 0; }
.ba3274::before { top: -7px; }
.ba3274::after { top: 7px; }

/* Mobile Nav */
.c93f70 {
    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;
}
.c93f70.e4de75 { display: flex; }
.d53bd3 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.d53bd3 a {
    font-size: 1.2rem; font-weight: 600; color: var(--d3ee7); text-decoration: none;
}
.d53bd3 a:hover { color: var(--o94a2); }

/* ===== BUTTONS ===== */
.fa61ed {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--o1761); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--k3a17); 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(--pe1c1) 0%, var(--j5a71) 100%);
    color: var(--d3ee7); box-shadow: var(--e327b);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,83,.5);
    color: var(--d3ee7);
}
.btn-secondary {
    background: transparent; color: var(--o94a2);
    border: 2px solid var(--pe1c1);
}
.btn-secondary:hover { background: rgba(212,168,83,.1); color: var(--i331e); }

/* 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); }
}
.h02243 {
    background: linear-gradient(135deg, var(--i331e) 0%, #C4A265 55%, var(--maec0) 100%);
    color: #1a0e00; font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(212,168,83,.35);
    /* animation moved to ::after */
}
.h02243:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(212,168,83,.65);
    color: #1a0e00; animation: none;
}

.j46c7b { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--jdc67); }
.ja0b33 { padding: 8px 18px; font-size: .85rem; border-radius: var(--f242c); }

/* Nav CTA in header */
.f9e8e2 {
    background: linear-gradient(135deg, var(--i331e) 0%, var(--maec0) 100%);
    color: #1a0e00 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--f242c);
    box-shadow: 0 0 16px rgba(212,168,83,.25);
    transition: transform .2s, box-shadow .2s;
}
.f9e8e2:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(212,168,83,.5);
    color: #1a0e00 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.k58484 {
    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(--ec8c1);
    position: relative; overflow: hidden;
}
.k58484::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;
}
.aeca95 {
    font-family: var(--o1761);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--i331e) 0%, var(--o94a2) 50%, var(--terra) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.l89e1e {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--g11d9);
    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(--ec8c1);
}
.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(--o1761);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--i331e) 0%, var(--o94a2) 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(--g11d9);
    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(--g11d9);
    padding: 7px 14px;
    background: rgba(212,168,83,.06);
    border: 1px solid rgba(212,168,83,.15);
    border-radius: var(--f242c);
}
.hero-stat strong { color: var(--o94a2); }

/* ===== SECTIONS ===== */
.f69c00 { padding: clamp(52px, 7vw, 80px) 0; }
.g290fe { background: var(--b0b1f); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--pe1c1); margin-bottom: 10px;
}
.f69c00 h2, .ha239c {
    font-family: var(--o1761);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.f69c00 h3 {
    font-family: var(--o1761); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--o94a2);
}
.f69c00 p, .section-desc {
    color: var(--g11d9); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.f69c00 ul, .f69c00 ol {
    color: var(--g11d9); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.f69c00 li { margin-bottom: 8px; }
.f69c00 li strong { color: var(--d3ee7); }

/* ===== 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(--a9e73), var(--nc8b2));
    border: 1px solid rgba(212,168,83,.1);
    border-radius: var(--k3a17); 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(--f6414);
}
.b11a04 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--o1761); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--d3ee7);
}
.card p { color: var(--g11d9); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.cf37d4 { overflow-x: auto; margin: 24px 0; border-radius: var(--f242c); }
.ie0785 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.ie0785 thead th {
    background: var(--nc8b2); color: var(--d3ee7); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,83,.2);
}
.ie0785 thead th:first-child { border-radius: var(--f242c) 0 0 0; }
.ie0785 thead th:last-child { border-radius: 0 var(--f242c) 0 0; }
.ie0785 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.ie0785 td { padding: 13px 16px; }
.ie0785 td:first-child { color: var(--g11d9); font-weight: 500; width: 42%; }
.ie0785 td:last-child { color: var(--d3ee7); font-weight: 600; }
.ie0785 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(--pe1c1), var(--sienna));
    border-radius: 50%; font-family: var(--o1761);
    font-size: 1.2rem; font-weight: 700; color: var(--d3ee7);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--g11d9); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.f264a5 { max-width: 800px; margin: 0 auto; }
details.jf7d63 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.jf7d63 summary {
    display: block; list-style: none;
    color: var(--d3ee7); font-family: var(--l2252);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.jf7d63 summary::-webkit-details-marker { display: none; }
details.jf7d63 summary::marker { display: none; content: ''; }
details.jf7d63 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--pe1c1); transition: transform .3s;
}
details.jf7d63[open] summary::after { content: '\2212'; }
details.jf7d63 summary:hover { color: var(--o94a2); }
details.jf7d63 > p { padding: 0 0 20px; color: var(--g11d9); font-size: .9rem; line-height: 1.7; }
details.jf7d63 > div { padding: 0 0 20px; color: var(--g11d9); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--b0b1f); }

/* ===== INFO GRID & CARDS ===== */
.e08c27 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.n252d7 {
    background: linear-gradient(145deg, var(--a9e73), var(--nc8b2));
    border: 1px solid rgba(212,168,83,.12); border-radius: var(--k3a17); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.n252d7:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,83,.35);
    box-shadow: var(--f6414);
}
.ebb859 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.n252d7 h3 {
    font-family: var(--o1761); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--d3ee7);
}
.n252d7 p { color: var(--g11d9); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.ea1344 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.m3f9ac {
    background: linear-gradient(145deg, var(--a9e73), var(--nc8b2));
    border: 1px solid rgba(212,168,83,.15); border-radius: var(--k3a17); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.m3f9ac:hover { transform: translateY(-5px); border-color: rgba(212,168,83,.38); }
.m3f9ac h3 {
    font-family: var(--o1761); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--i331e);
}
.m3f9ac p { color: var(--g11d9); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.m64ad6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.kd28ac { text-align: center; padding: 22px 14px; }
.fd9b55 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--pe1c1), var(--sienna));
    border-radius: 50%; font-family: var(--o1761);
    font-size: 1.15rem; font-weight: 800; color: var(--d3ee7);
    box-shadow: 0 0 22px rgba(212,168,83,.3);
}
.kd28ac h3 {
    font-family: var(--o1761); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--d3ee7);
}
.kd28ac p { color: var(--g11d9); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.a841e8 {
    background: linear-gradient(145deg, var(--a9e73), var(--nc8b2));
    border: 1px solid rgba(212,168,83,.18); border-radius: var(--jdc67);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.45);
}
.c9f277 { margin-top: 24px; }
.a69a94 {
    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;
}
.a69a94 > span:first-child { color: var(--g11d9); text-align: left; }
.keadf0 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.cdd189 {
    height: 100%;
    background: linear-gradient(90deg, var(--sienna) 0%, var(--i331e) 100%);
    border-radius: 4px;
}
.a69a94 > span:last-child { color: var(--i331e); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.oc946e { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.pdc57f, .g361f5 {
    background: linear-gradient(145deg, var(--a9e73), var(--nc8b2));
    border-radius: var(--k3a17); padding: 24px 22px;
}
.pdc57f { border-top: 3px solid var(--i331e); }
.g361f5 { border-top: 3px solid var(--terra); }
.pdc57f h3, .pdc57f h4 { color: var(--i331e); margin-bottom: 12px; font-size: 1rem; }
.g361f5 h3, .g361f5 h4 { color: var(--terra-light); margin-bottom: 12px; font-size: 1rem; }
.pdc57f ul, .g361f5 ul { list-style: none; padding: 0; margin: 0; }
.pdc57f li::before { content: '\2713 '; color: var(--i331e); font-weight: 700; }
.g361f5 li::before { content: '\2717 '; color: var(--terra); font-weight: 700; }
.pdc57f li, .g361f5 li { padding: 5px 0; color: var(--g11d9); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.jd87da {
    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(--b0b1f);
    border-top: 1px solid rgba(212,168,83,.1);
    border-bottom: 1px solid rgba(212,168,83,.1);
}
.jd87da h2 {
    font-family: var(--o1761);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 700; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--i331e), var(--o94a2));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.jd87da p { color: var(--g11d9); 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(--pe1c1);
    border-radius: var(--f242c); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--g11d9); font-size: .9rem; }
.highlight-box strong { color: var(--o94a2); }

/* ===== BREADCRUMB ===== */
.ac3ab1 { padding: 14px 0; font-size: .82rem; }
.j6b718 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.j6b718 li + li::before { content: '\203A'; margin-right: 8px; color: var(--lf7a1); }
.ac3ab1 a { color: var(--lf7a1); }
.ac3ab1 a:hover { color: var(--o94a2); }
.ac3ab1 [aria-current] { color: var(--pe1c1); }

/* ===== SITE FOOTER ===== */
.g9aac8 {
    background: var(--ec8c1); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.i43f06 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.i43f06 a {
    color: var(--lf7a1); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.i43f06 a:hover { color: var(--o94a2); }

.k44f26 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.k44f26 p {
    color: var(--lf7a1); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.k44f26 a { color: var(--pe1c1); }
.j9100c { text-align: center; color: var(--lf7a1); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.n80153 { max-width: 800px; margin: 0 auto; }
.n80153 p {
    color: var(--g11d9); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.n80153 p:last-child { margin-bottom: 0; }
.n80153 strong { color: var(--d3ee7); }
.n80153 a { color: var(--o94a2); text-decoration: underline; text-underline-offset: 3px; }
.n80153 a:hover { color: var(--i331e); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.h532c6 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.k5fe61 { direction: rtl; }
.k5fe61 > * { direction: ltr; }
.l0634b { border-radius: var(--jdc67); overflow: hidden; }
.l0634b img {
    width: 100%; height: auto; display: block;
    border-radius: var(--jdc67);
    border: 1px solid rgba(212,168,83,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.45);
}
.l10031 { color: var(--g11d9); font-size: .93rem; line-height: 1.7; }
.l10031 strong { color: var(--d3ee7); }
.l10031 a { color: var(--o94a2); }
@media (max-width: 768px) {
    .h532c6 { grid-template-columns: 1fr; gap: 24px; }
    .k5fe61 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--h52bc);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--h52bc); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.b2f3d0 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--pe1c1);
    color: var(--d3ee7); 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(--f6414);
}
.b2f3d0.eeb668 { opacity: 1; visibility: visible; }
.b2f3d0:hover { transform: translateY(-3px); background: var(--h52bc); }

/* ===== REVIEW SCORE (review page) ===== */
.mb8afc {
    font-family: var(--o1761); font-size: 5rem; font-weight: 700;
    background: linear-gradient(135deg, var(--i331e), var(--o94a2));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--i331e); 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(--g11d9); width: 55%; }
.score-table td:last-child { color: var(--i331e); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.g59697 {
    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);
}
.g59697 .fa61ed { 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) {
    .i607bf { display: none; }
    .b50284 .pdb6ae { display: none; }
    .a1cc90 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .oc946e { grid-template-columns: 1fr; }
    section, .f69c00 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .i43f06 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .m64ad6 { grid-template-columns: 1fr 1fr; }
    .e08c27 { grid-template-columns: 1fr 1fr; }
    .a69a94 { grid-template-columns: 1fr 100px auto; }
    .g59697 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .j46c7b { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .m64ad6 { grid-template-columns: 1fr; }
    .e08c27 { grid-template-columns: 1fr; }
    .h5bf91 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .mb8afc { font-size: 3.5rem; }
    .a69a94 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .oc946e { grid-template-columns: 1fr; }
    .a841e8 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.b8f590 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.b8f590 summary.e8fa5f {
    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(--d3ee7);
    padding: 6px 11px;
    border-radius: var(--f242c);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--l2252);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.b8f590 summary.e8fa5f::-webkit-details-marker { display: none; }
.b8f590 summary.e8fa5f::marker { display: none; }
.b8f590:hover summary.e8fa5f,
.b8f590[open] summary.e8fa5f {
    background: rgba(255,255,255,.13);
    border-color: rgba(212,168,83,.35);
    color: var(--i331e);
}
.k7b885 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.b8f590[open] .k7b885 { transform: rotate(180deg); }

.nc0618 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--a9e73);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--k3a17);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.b8f590[open] .nc0618 {
    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); }
}
.nc0618 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--o0dfb);
    border-radius: var(--f242c);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.nc0618 li a:hover,
.nc0618 li a.if2b78 {
    background: rgba(255,255,255,.08);
    color: var(--i331e);
}
.nc0618 li a.if2b78 { font-weight: 700; }

/* Mobile lang bar */
.n37e98 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.n37e98 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(--f242c);
    color: var(--o0dfb);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.n37e98 a:hover,
.n37e98 a.kbdc03 {
    background: rgba(212,168,83,.12);
    border-color: rgba(212,168,83,.3);
    color: var(--i331e);
}
.n37e98 a.kbdc03 { font-weight: 700; }

@media (max-width: 768px) {
    .b8f590 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.e08c27, ul.n29246 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.o3a9ec { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .o3a9ec { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.m64ad6, ol.i00497 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.i00497 > li { counter-increment: step-counter; }
ol.i00497 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--pe1c1); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.id2ecd { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--pe1c1); }
.jf8c45 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.gcb462 { width: 36px; height: 36px; border-radius: 50%; background: var(--pe1c1); color: var(--ec8c1); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.i563de h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.n2e407 { display: grid; grid-template-columns: 1fr; gap: 0; }
.b8c49c { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.b8c49c:last-child { border-bottom: none; }
.o98644 { font-weight: 600; padding: .75rem 1rem; color: var(--pe1c1); }
.d4e71f { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.b477c4 .i0fbae { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.b477c4 .i98bd1 { display: none; }
.b477c4 .jf7d63.e4de75 .i98bd1 { display: block; }

/* faq variant C: definition list */
dl.f264a5 { display: grid; gap: 0; }
dl.f264a5 dt.kf5cf6 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.f264a5 dd.i98bd1 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.o92c1f { padding: 2rem 0; }
.f36511 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.f36511 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--k3a17); border: 1px solid var(--i331e); color: var(--i331e); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.f36511 li a:hover { background: var(--i331e); color: var(--ec8c1); }


/* Promo Banner (SVG image banners) */
.af9ea7 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.i062a9 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.i062a9:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.c292ee { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.b11a04 { display: inline-block; vertical-align: middle; }
.ebb859 .b11a04 { 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(--a9e73), var(--nc8b2));
    border-radius: var(--k3a17); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--f242c); background: var(--b0b1f); }
.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(--i331e); }
@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(--i331e); 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; }
  .h02243 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.fa61ed, .h02243, .j46c7b, .ja0b33, .f9e8e2, .a1cc90, .i0fbae, .kf5cf6, .b2f3d0, .g59697 a, .e8fa5f { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.h02243 { position: relative; overflow: visible; }
.h02243::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--i331e); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.h02243:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.h02243::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(--i331e); 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(--f242c); background: var(--a9e73); 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(--f242c); background: var(--a9e73); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--i331e); }
.trust-item span { font-size: 0.7rem; color: var(--i331e); 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(--a9e73); border-radius: var(--k3a17); 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(--i331e), var(--pe1c1)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--ec8c1); flex-shrink: 0; }
.review-stars { color: var(--i331e); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--lf7a1); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--o0dfb); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1280px; }
:root { --radius: 24px; --radius-lg: 36px; --radius-sm: 14px; }
.section { padding: clamp(64px, 9vw, 100px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.info-card:hover, .bonus-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.6); }
body { line-height: 1.6; }
body { font-size: 17px; }
.info-card:hover { transform: none; border-color: var(--gold); }


/* ===== USA design language: Risograph Print (riso) ===== */
:root{
  --cbg:#F4EFE6; --csurf:#FAF5EC; --csurf2:#E8DECE;
  --ctext:#1A1A24; --cmuted:#5C5868; --cacc:#E84A8A; --cacc2:#1E4DD8;
  --cbord:#D1C7B8; --cfh:'DM Serif Display',serif; --cfb:'Inter',sans-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,.aeca95,.ha239c{font-family:var(--cfh);}
.nef339{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.f69c00{padding:58px 0;position:relative;}
.e08c27{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.e08c27.o3a9ec{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.m64ad6{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.oc946e{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.h532c6{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.k5fe61{direction:rtl;}.k5fe61>*{direction:ltr;}
.l0634b img,.l0634b svg{width:100%;height:auto;}
.l10031 p{margin:0 0 1em;}
.f264a5{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.kf5cf6{cursor:pointer;list-style:none;position:relative;}.kf5cf6::-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;}
.c292ee{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){
  .k58484 .nef339{grid-template-columns:1fr !important;}
  .h532c6,.oc946e{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.k5fe61{direction:ltr;}
}

/* RISOGRAPH PRINT — duotone розовый+синий, бумажная зернистость, riso-смещение */
body{background:
  radial-gradient(rgba(26,26,36,0.05) 1px,transparent 1.4px),
  radial-gradient(540px 480px at 6% 0%,rgba(232,74,138,0.16),transparent 60%),
  radial-gradient(540px 480px at 96% 8%,rgba(30,77,216,0.14),transparent 60%),#F4EFE6!important;background-size:5px 5px,auto,auto,auto!important;color:#1A1A24!important;}
header,.k52f2e{background:rgba(250,245,236,0.95)!important;border-bottom:2px solid #1A1A24!important;}
header a,nav a{color:#1A1A24!important;font-family:'Inter',sans-serif;font-weight:600;font-size:.9rem;}header a:hover{color:#E84A8A!important;}
.k58484{padding:80px 0 56px;background:transparent!important;}.k58484::before{display:none!important;}
.k58484.has-art .nef339{display:grid;grid-template-columns:1.1fr .9fr;gap:46px;align-items:center;}
.aeca95{font-family:'DM Serif Display',serif;font-weight:400;font-size:clamp(2.3rem,5vw,4rem);line-height:1.04;color:#1A1A24!important;-webkit-text-fill-color:#1A1A24!important;background:none!important;
  text-shadow:3px 0 0 rgba(232,74,138,0.7),-3px 0 0 rgba(30,77,216,0.7);}
.l89e1e{color:#5C5868;font-family:'Inter',sans-serif;font-size:1.1rem;max-width:54ch;margin:22px 0 26px;}
.ha239c{text-align:center;font-family:'DM Serif Display',serif;font-weight:400;font-size:clamp(1.8rem,3.4vw,2.6rem);color:#1A1A24!important;text-shadow:2px 0 0 rgba(232,74,138,0.7),-2px 0 0 rgba(30,77,216,0.7);}
.ha239c::after{content:"";display:block;width:140px;height:8px;background:linear-gradient(90deg,#E84A8A 0 50%,#1E4DD8 50% 100%);margin:14px auto 0;}
.h02243,.f9e8e2{background:#E84A8A!important;color:#fff!important;border:2px solid #1A1A24!important;border-radius:0!important;font-family:'Inter',sans-serif;font-weight:700;letter-spacing:.04em;text-transform:uppercase;box-shadow:4px 4px 0 #1E4DD8;}
.j46c7b{padding:14px 30px;}.h02243:hover,.f9e8e2:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 #1E4DD8;}
.hero-trust{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px;}
.hero-badge{background:#FAF5EC!important;border:2px solid #1A1A24!important;border-radius:0!important;color:#1A1A24!important;padding:7px 13px;font-family:'Inter',sans-serif;font-weight:600;font-size:.78rem;text-transform:uppercase;box-shadow:2px 2px 0 #E84A8A;}
.n252d7,.m3f9ac,.kd28ac,.pdc57f,.g361f5{background:#FAF5EC!important;border:2px solid #1A1A24!important;border-radius:0!important;padding:26px;box-shadow:5px 5px 0 #E84A8A!important;transition:transform .15s,box-shadow .15s;}
.n252d7:hover,.m3f9ac:hover,.kd28ac:hover{transform:translate(-3px,-3px);box-shadow:8px 8px 0 #1E4DD8!important;}
.n252d7 h3,.m3f9ac h3,.kd28ac h3{color:#1A1A24!important;font-family:'DM Serif Display',serif;font-weight:400;}
.n252d7 p,.m3f9ac p,.kd28ac p{color:#5C5868!important;font-family:'Inter',sans-serif;}
.m3f9ac{border-left:6px solid #E84A8A!important;}
.l10031{color:#5C5868;font-family:'Inter',sans-serif;}.l10031 strong{color:#1A1A24;background:linear-gradient(180deg,transparent 60%,rgba(232,74,138,0.4) 60%);}.l0634b img{border:2px solid #1A1A24;border-radius:0;box-shadow:6px 6px 0 #1E4DD8;}
.g290fe{background:#E8DECE!important;}
.jf7d63{background:#FAF5EC!important;border:2px solid #1A1A24!important;border-radius:0!important;padding:4px 18px;box-shadow:3px 3px 0 #E84A8A;}
.kf5cf6{color:#1A1A24!important;font-family:'DM Serif Display',serif;font-weight:400;font-size:1.16rem;padding:14px 0;}
details.jf7d63 summary.kf5cf6::after{content:"+";position:absolute;right:0;top:12px;color:#E84A8A;font-size:1.4rem;}details.jf7d63[open] summary.kf5cf6::after{content:"\2013";}
.i98bd1{color:#5C5868!important;font-family:'Inter',sans-serif;padding-bottom:14px;}
.trust-item{background:#FAF5EC!important;border:2px solid #1A1A24!important;border-radius:0;padding:11px 17px;color:#1A1A24!important;font-family:'Inter',sans-serif;font-weight:700;font-size:.8rem;text-transform:uppercase;box-shadow:3px 3px 0 #1E4DD8;}
.i062a9{border:2px solid #1A1A24;border-radius:0;display:block;overflow:hidden;box-shadow:6px 6px 0 #E84A8A;}
table{border:2px solid #1A1A24;}table th{background:#E84A8A!important;color:#fff!important;}table td{border-bottom:1px solid #D1C7B8;color:#1A1A24!important;}
footer,.g9aac8{background:#E8DECE!important;border-top:2px solid #1A1A24!important;color:#5C5868!important;}footer a{color:#1A1A24!important;}

.n80153 strong,.h532c6 strong,.faq strong,.oc946e strong{color:inherit !important;}
