@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 {
    --e4981:        #D4A853;
    --j343b:  #E2C47A;
    --o3805:   #B08C3A;
    --i137e:         #C4A265;
    --o63bc:         #D4A853;
    --j9a0f:    #B08C3A;
    --ne991:         #D4A853;
    --idc87:    #B08C3A;
    --terra:        #C0392B;
    --terra-light:  #D9534F;
    --sienna:       #A0522D;
    --h6716:           #0A0806;
    --n0252:         #14100C;
    --pb927:         #1E1814;
    --f1b28:         #28201C;
    --b232b:        #FFFFFF;
    --pd453:         #B5A898;
    --k56ee:       #7D7068;
    --l2928:       #B5A898;
    --h668b:    'Bitter', Georgia, serif;
    --e3cfd:    'Work Sans', sans-serif;
    --b566a:       12px;
    --le2cf:    20px;
    --p4d7e:    8px;
    --a628c:        1100px;
    --m69bc:       0 4px 24px rgba(0,0,0,.55);
    --b4fd1:         0 0 32px rgba(212,168,83,.25);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--e4981);
    --color-primary-light: var(--j343b);
    --color-primary-dark: var(--o3805);
    --color-accent: var(--o63bc);
    --color-accent-dark: var(--j9a0f);
    --color-secondary: var(--ne991);
    --color-secondary-dark: var(--idc87);
    --color-surface: var(--pb927);
    --color-surface-elevated: var(--f1b28);
    --color-on-surface: var(--b232b);
    --color-on-surface-muted: var(--pd453);
    --color-text: var(--b232b);
    --color-text-secondary: var(--l2928);
    --text-heading: var(--h668b);
    --text-body: var(--e3cfd);
    --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(--e3cfd);
    background: var(--h6716);
    color: var(--b232b);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--j343b); text-decoration: none; transition: color .2s; }
a:hover { color: var(--o63bc); }
img { max-width: 100%; height: auto; display: block; }

.lab347 { width: 92%; max-width: var(--a628c); margin: 0 auto; }

.j62fdb {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.bde38f {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--e4981); color: var(--b232b);
    padding: 8px 16px; border-radius: var(--p4d7e);
    z-index: 999; transition: top .2s;
}
.bde38f:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.kc45b4 {
    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);
}
.b86dd3 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.h86efc {
    font-family: var(--h668b);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--b232b);
    white-space: nowrap; text-decoration: none;
}
.h86efc:hover { color: var(--o63bc); }

/* Main Nav */
.c1ca56 { display: flex; align-items: center; gap: 20px; }
.j60093 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.j60093 a {
    color: var(--pd453); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.j60093 a:hover { color: var(--j343b); }

/* Language Select */
.d85a7c {
    background: var(--pb927); color: var(--b232b);
    border: 1px solid rgba(212,168,83,.25);
    border-radius: var(--p4d7e);
    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;
}
.d85a7c:hover, .d85a7c:focus { border-color: var(--e4981); outline: none; }

/* Menu Toggle */
.m09b0c {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.g82241, .g82241::before, .g82241::after {
    display: block; width: 24px; height: 2px;
    background: var(--b232b); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.g82241 { position: relative; }
.g82241::before, .g82241::after { content: ''; position: absolute; left: 0; }
.g82241::before { top: -7px; }
.g82241::after { top: 7px; }

/* Mobile Nav */
.ibd081 {
    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;
}
.ibd081.lcf5bf { display: flex; }
.k749c6 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.k749c6 a {
    font-size: 1.2rem; font-weight: 600; color: var(--b232b); text-decoration: none;
}
.k749c6 a:hover { color: var(--j343b); }

/* ===== BUTTONS ===== */
.c69ac3 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--h668b); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--b566a); 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(--e4981) 0%, var(--i137e) 100%);
    color: var(--b232b); box-shadow: var(--b4fd1);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,83,.5);
    color: var(--b232b);
}
.btn-secondary {
    background: transparent; color: var(--j343b);
    border: 2px solid var(--e4981);
}
.btn-secondary:hover { background: rgba(212,168,83,.1); color: var(--o63bc); }

/* 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); }
}
.i3ae9c {
    background: linear-gradient(135deg, var(--o63bc) 0%, #C4A265 55%, var(--j9a0f) 100%);
    color: #1a0e00; font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(212,168,83,.35);
    /* animation moved to ::after */
}
.i3ae9c:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(212,168,83,.65);
    color: #1a0e00; animation: none;
}

.peedd2 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--le2cf); }
.j453d9 { padding: 8px 18px; font-size: .85rem; border-radius: var(--p4d7e); }

/* Nav CTA in header */
.j56a6a {
    background: linear-gradient(135deg, var(--o63bc) 0%, var(--j9a0f) 100%);
    color: #1a0e00 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--p4d7e);
    box-shadow: 0 0 16px rgba(212,168,83,.25);
    transition: transform .2s, box-shadow .2s;
}
.j56a6a:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(212,168,83,.5);
    color: #1a0e00 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.dec0cf {
    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(--h6716);
    position: relative; overflow: hidden;
}
.dec0cf::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;
}
.ka743f {
    font-family: var(--h668b);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--o63bc) 0%, var(--j343b) 50%, var(--terra) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.d0f5e0 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--pd453);
    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(--h6716);
}
.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(--h668b);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--o63bc) 0%, var(--j343b) 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(--pd453);
    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(--pd453);
    padding: 7px 14px;
    background: rgba(212,168,83,.06);
    border: 1px solid rgba(212,168,83,.15);
    border-radius: var(--p4d7e);
}
.hero-stat strong { color: var(--j343b); }

/* ===== SECTIONS ===== */
.a2952f { padding: clamp(52px, 7vw, 80px) 0; }
.n19aa4 { background: var(--n0252); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--e4981); margin-bottom: 10px;
}
.a2952f h2, .n76ac7 {
    font-family: var(--h668b);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.a2952f h3 {
    font-family: var(--h668b); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--j343b);
}
.a2952f p, .section-desc {
    color: var(--pd453); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.a2952f ul, .a2952f ol {
    color: var(--pd453); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.a2952f li { margin-bottom: 8px; }
.a2952f li strong { color: var(--b232b); }

/* ===== 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(--pb927), var(--f1b28));
    border: 1px solid rgba(212,168,83,.1);
    border-radius: var(--b566a); 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(--m69bc);
}
.i7da73 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--h668b); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--b232b);
}
.card p { color: var(--pd453); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.c3d479 { overflow-x: auto; margin: 24px 0; border-radius: var(--p4d7e); }
.lbb475 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.lbb475 thead th {
    background: var(--f1b28); color: var(--b232b); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,83,.2);
}
.lbb475 thead th:first-child { border-radius: var(--p4d7e) 0 0 0; }
.lbb475 thead th:last-child { border-radius: 0 var(--p4d7e) 0 0; }
.lbb475 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.lbb475 td { padding: 13px 16px; }
.lbb475 td:first-child { color: var(--pd453); font-weight: 500; width: 42%; }
.lbb475 td:last-child { color: var(--b232b); font-weight: 600; }
.lbb475 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(--e4981), var(--sienna));
    border-radius: 50%; font-family: var(--h668b);
    font-size: 1.2rem; font-weight: 700; color: var(--b232b);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--pd453); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.bf4d28 { max-width: 800px; margin: 0 auto; }
details.b6c157 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.b6c157 summary {
    display: block; list-style: none;
    color: var(--b232b); font-family: var(--e3cfd);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.b6c157 summary::-webkit-details-marker { display: none; }
details.b6c157 summary::marker { display: none; content: ''; }
details.b6c157 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--e4981); transition: transform .3s;
}
details.b6c157[open] summary::after { content: '\2212'; }
details.b6c157 summary:hover { color: var(--j343b); }
details.b6c157 > p { padding: 0 0 20px; color: var(--pd453); font-size: .9rem; line-height: 1.7; }
details.b6c157 > div { padding: 0 0 20px; color: var(--pd453); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--n0252); }

/* ===== INFO GRID & CARDS ===== */
.n8059e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.nc0a3e {
    background: linear-gradient(145deg, var(--pb927), var(--f1b28));
    border: 1px solid rgba(212,168,83,.12); border-radius: var(--b566a); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.nc0a3e:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,83,.35);
    box-shadow: var(--m69bc);
}
.m9d06a { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.nc0a3e h3 {
    font-family: var(--h668b); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--b232b);
}
.nc0a3e p { color: var(--pd453); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.j175f5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.dc7d94 {
    background: linear-gradient(145deg, var(--pb927), var(--f1b28));
    border: 1px solid rgba(212,168,83,.15); border-radius: var(--b566a); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.dc7d94:hover { transform: translateY(-5px); border-color: rgba(212,168,83,.38); }
.dc7d94 h3 {
    font-family: var(--h668b); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--o63bc);
}
.dc7d94 p { color: var(--pd453); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.dc89df {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.a315ac { text-align: center; padding: 22px 14px; }
.j839b8 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--e4981), var(--sienna));
    border-radius: 50%; font-family: var(--h668b);
    font-size: 1.15rem; font-weight: 800; color: var(--b232b);
    box-shadow: 0 0 22px rgba(212,168,83,.3);
}
.a315ac h3 {
    font-family: var(--h668b); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--b232b);
}
.a315ac p { color: var(--pd453); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.l77923 {
    background: linear-gradient(145deg, var(--pb927), var(--f1b28));
    border: 1px solid rgba(212,168,83,.18); border-radius: var(--le2cf);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.45);
}
.df4d99 { margin-top: 24px; }
.ed571b {
    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;
}
.ed571b > span:first-child { color: var(--pd453); text-align: left; }
.l2cd93 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.kdd04b {
    height: 100%;
    background: linear-gradient(90deg, var(--sienna) 0%, var(--o63bc) 100%);
    border-radius: 4px;
}
.ed571b > span:last-child { color: var(--o63bc); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.k080e6 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.d15657, .he952c {
    background: linear-gradient(145deg, var(--pb927), var(--f1b28));
    border-radius: var(--b566a); padding: 24px 22px;
}
.d15657 { border-top: 3px solid var(--o63bc); }
.he952c { border-top: 3px solid var(--terra); }
.d15657 h3, .d15657 h4 { color: var(--o63bc); margin-bottom: 12px; font-size: 1rem; }
.he952c h3, .he952c h4 { color: var(--terra-light); margin-bottom: 12px; font-size: 1rem; }
.d15657 ul, .he952c ul { list-style: none; padding: 0; margin: 0; }
.d15657 li::before { content: '\2713 '; color: var(--o63bc); font-weight: 700; }
.he952c li::before { content: '\2717 '; color: var(--terra); font-weight: 700; }
.d15657 li, .he952c li { padding: 5px 0; color: var(--pd453); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.i23675 {
    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(--n0252);
    border-top: 1px solid rgba(212,168,83,.1);
    border-bottom: 1px solid rgba(212,168,83,.1);
}
.i23675 h2 {
    font-family: var(--h668b);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 700; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--o63bc), var(--j343b));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.i23675 p { color: var(--pd453); 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(--e4981);
    border-radius: var(--p4d7e); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--pd453); font-size: .9rem; }
.highlight-box strong { color: var(--j343b); }

/* ===== BREADCRUMB ===== */
.p0b44b { padding: 14px 0; font-size: .82rem; }
.acb088 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.acb088 li + li::before { content: '\203A'; margin-right: 8px; color: var(--k56ee); }
.p0b44b a { color: var(--k56ee); }
.p0b44b a:hover { color: var(--j343b); }
.p0b44b [aria-current] { color: var(--e4981); }

/* ===== SITE FOOTER ===== */
.j4032b {
    background: var(--h6716); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.b25168 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.b25168 a {
    color: var(--k56ee); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.b25168 a:hover { color: var(--j343b); }

.n693db {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.n693db p {
    color: var(--k56ee); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.n693db a { color: var(--e4981); }
.ac7b43 { text-align: center; color: var(--k56ee); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.i07e7b { max-width: 800px; margin: 0 auto; }
.i07e7b p {
    color: var(--pd453); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.i07e7b p:last-child { margin-bottom: 0; }
.i07e7b strong { color: var(--b232b); }
.i07e7b a { color: var(--j343b); text-decoration: underline; text-underline-offset: 3px; }
.i07e7b a:hover { color: var(--o63bc); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.ff0e1b {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.kb09e1 { direction: rtl; }
.kb09e1 > * { direction: ltr; }
.lc35fe { border-radius: var(--le2cf); overflow: hidden; }
.lc35fe img {
    width: 100%; height: auto; display: block;
    border-radius: var(--le2cf);
    border: 1px solid rgba(212,168,83,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.45);
}
.d6d87f { color: var(--pd453); font-size: .93rem; line-height: 1.7; }
.d6d87f strong { color: var(--b232b); }
.d6d87f a { color: var(--j343b); }
@media (max-width: 768px) {
    .ff0e1b { grid-template-columns: 1fr; gap: 24px; }
    .kb09e1 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--o3805);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--o3805); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.l4b871 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--e4981);
    color: var(--b232b); 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(--m69bc);
}
.l4b871.h0763e { opacity: 1; visibility: visible; }
.l4b871:hover { transform: translateY(-3px); background: var(--o3805); }

/* ===== REVIEW SCORE (review page) ===== */
.cd2525 {
    font-family: var(--h668b); font-size: 5rem; font-weight: 700;
    background: linear-gradient(135deg, var(--o63bc), var(--j343b));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--o63bc); 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(--pd453); width: 55%; }
.score-table td:last-child { color: var(--o63bc); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.b6eda2 {
    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);
}
.b6eda2 .c69ac3 { 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) {
    .j60093 { display: none; }
    .c1ca56 .d85a7c { display: none; }
    .m09b0c { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .k080e6 { grid-template-columns: 1fr; }
    section, .a2952f { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .b25168 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .dc89df { grid-template-columns: 1fr 1fr; }
    .n8059e { grid-template-columns: 1fr 1fr; }
    .ed571b { grid-template-columns: 1fr 100px auto; }
    .b6eda2 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .peedd2 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .dc89df { grid-template-columns: 1fr; }
    .n8059e { grid-template-columns: 1fr; }
    .b86dd3 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .cd2525 { font-size: 3.5rem; }
    .ed571b { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .k080e6 { grid-template-columns: 1fr; }
    .l77923 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.adcd6d {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.adcd6d summary.if4bf4 {
    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(--b232b);
    padding: 6px 11px;
    border-radius: var(--p4d7e);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--e3cfd);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.adcd6d summary.if4bf4::-webkit-details-marker { display: none; }
.adcd6d summary.if4bf4::marker { display: none; }
.adcd6d:hover summary.if4bf4,
.adcd6d[open] summary.if4bf4 {
    background: rgba(255,255,255,.13);
    border-color: rgba(212,168,83,.35);
    color: var(--o63bc);
}
.df6f8b { font-size: .7rem; opacity: .7; transition: transform .2s; }
.adcd6d[open] .df6f8b { transform: rotate(180deg); }

.a9a16c {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--pb927);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--b566a);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.adcd6d[open] .a9a16c {
    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); }
}
.a9a16c li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--l2928);
    border-radius: var(--p4d7e);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.a9a16c li a:hover,
.a9a16c li a.b940c7 {
    background: rgba(255,255,255,.08);
    color: var(--o63bc);
}
.a9a16c li a.b940c7 { font-weight: 700; }

/* Mobile lang bar */
.mb3693 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.mb3693 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(--p4d7e);
    color: var(--l2928);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.mb3693 a:hover,
.mb3693 a.kb3b26 {
    background: rgba(212,168,83,.12);
    border-color: rgba(212,168,83,.3);
    color: var(--o63bc);
}
.mb3693 a.kb3b26 { font-weight: 700; }

@media (max-width: 768px) {
    .adcd6d { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.n8059e, ul.gccb6e { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.b9367f { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .b9367f { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.dc89df, ol.p5364c { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.p5364c > li { counter-increment: step-counter; }
ol.p5364c > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--e4981); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.gcbf38 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--e4981); }
.od521d { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.e362af { width: 36px; height: 36px; border-radius: 50%; background: var(--e4981); color: var(--h6716); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.of063b h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.j10806 { display: grid; grid-template-columns: 1fr; gap: 0; }
.b3e1fe { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.b3e1fe:last-child { border-bottom: none; }
.d3d7d0 { font-weight: 600; padding: .75rem 1rem; color: var(--e4981); }
.p114c3 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.efb094 .o1fc14 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.efb094 .d66426 { display: none; }
.efb094 .b6c157.lcf5bf .d66426 { display: block; }

/* faq variant C: definition list */
dl.bf4d28 { display: grid; gap: 0; }
dl.bf4d28 dt.gf41cb { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.bf4d28 dd.d66426 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.j8ff37 { padding: 2rem 0; }
.cd1f1c { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.cd1f1c li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--b566a); border: 1px solid var(--o63bc); color: var(--o63bc); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.cd1f1c li a:hover { background: var(--o63bc); color: var(--h6716); }


/* Promo Banner (SVG image banners) */
.n19adc { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.p258a5 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.p258a5:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.l108a0 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.i7da73 { display: inline-block; vertical-align: middle; }
.m9d06a .i7da73 { 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(--pb927), var(--f1b28));
    border-radius: var(--b566a); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--p4d7e); background: var(--n0252); }
.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(--o63bc); }
@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(--o63bc); 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; }
  .i3ae9c { animation: none; }
}
/* Touch targets: minimum 44x44px */
.c69ac3, .i3ae9c, .peedd2, .j453d9, .j56a6a, .m09b0c, .o1fc14, .gf41cb, .l4b871, .b6eda2 a, .if4bf4 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.i3ae9c { position: relative; overflow: visible; }
.i3ae9c::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--o63bc); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.i3ae9c:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.i3ae9c::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(--o63bc); 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(--p4d7e); background: var(--pb927); 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(--p4d7e); background: var(--pb927); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--o63bc); }
.trust-item span { font-size: 0.7rem; color: var(--o63bc); 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(--pb927); border-radius: var(--b566a); 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(--o63bc), var(--e4981)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--h6716); flex-shrink: 0; }
.review-stars { color: var(--o63bc); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--k56ee); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--l2928); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1100px; }
:root { --radius: 2px; --radius-lg: 4px; --radius-sm: 1px; }
.section { padding: clamp(52px, 7vw, 80px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.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; }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
.info-card:hover { transform: translateY(-3px) rotate(0.5deg); }


/* ===== 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,.ka743f,.n76ac7{font-family:var(--cfh);}
.lab347{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.a2952f{padding:58px 0;position:relative;}
.n8059e{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.n8059e.b9367f{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.dc89df{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.k080e6{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.ff0e1b{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.kb09e1{direction:rtl;}.kb09e1>*{direction:ltr;}
.lc35fe img,.lc35fe svg{width:100%;height:auto;}
.d6d87f p{margin:0 0 1em;}
.bf4d28{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.gf41cb{cursor:pointer;list-style:none;position:relative;}.gf41cb::-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;}
.l108a0{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){
  .dec0cf .lab347{grid-template-columns:1fr !important;}
  .ff0e1b,.k080e6{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.kb09e1{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,.kc45b4{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;}
.dec0cf{padding:80px 0 56px;background:transparent!important;}.dec0cf::before{display:none!important;}
.dec0cf.has-art .lab347{display:grid;grid-template-columns:1.1fr .9fr;gap:46px;align-items:center;}
.ka743f{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);}
.d0f5e0{color:#5C5868;font-family:'Inter',sans-serif;font-size:1.1rem;max-width:54ch;margin:22px 0 26px;}
.n76ac7{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);}
.n76ac7::after{content:"";display:block;width:140px;height:8px;background:linear-gradient(90deg,#E84A8A 0 50%,#1E4DD8 50% 100%);margin:14px auto 0;}
.i3ae9c,.j56a6a{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;}
.peedd2{padding:14px 30px;}.i3ae9c:hover,.j56a6a: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;}
.nc0a3e,.dc7d94,.a315ac,.d15657,.he952c{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;}
.nc0a3e:hover,.dc7d94:hover,.a315ac:hover{transform:translate(-3px,-3px);box-shadow:8px 8px 0 #1E4DD8!important;}
.nc0a3e h3,.dc7d94 h3,.a315ac h3{color:#1A1A24!important;font-family:'DM Serif Display',serif;font-weight:400;}
.nc0a3e p,.dc7d94 p,.a315ac p{color:#5C5868!important;font-family:'Inter',sans-serif;}
.dc7d94{border-left:6px solid #E84A8A!important;}
.d6d87f{color:#5C5868;font-family:'Inter',sans-serif;}.d6d87f strong{color:#1A1A24;background:linear-gradient(180deg,transparent 60%,rgba(232,74,138,0.4) 60%);}.lc35fe img{border:2px solid #1A1A24;border-radius:0;box-shadow:6px 6px 0 #1E4DD8;}
.n19aa4{background:#E8DECE!important;}
.b6c157{background:#FAF5EC!important;border:2px solid #1A1A24!important;border-radius:0!important;padding:4px 18px;box-shadow:3px 3px 0 #E84A8A;}
.gf41cb{color:#1A1A24!important;font-family:'DM Serif Display',serif;font-weight:400;font-size:1.16rem;padding:14px 0;}
details.b6c157 summary.gf41cb::after{content:"+";position:absolute;right:0;top:12px;color:#E84A8A;font-size:1.4rem;}details.b6c157[open] summary.gf41cb::after{content:"\2013";}
.d66426{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;}
.p258a5{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,.j4032b{background:#E8DECE!important;border-top:2px solid #1A1A24!important;color:#5C5868!important;}footer a{color:#1A1A24!important;}

.i07e7b strong,.ff0e1b strong,.faq strong,.k080e6 strong{color:inherit !important;}
