@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=IBM+Plex+Sans:wght@400;500;600&display=swap');
/* ===== FROST SILVER — Design System ===== */
:root {
    --pb1df:        #B0C4DE;
    --a8f65:        #D0E0F0;
    --b454d:        #8AA0C0;
    --pdf0a:        #C0D0E0;
    --a98d2:        #B0C4DE;
    --pce72:        #8AA0C0;
    --pe1f4:        #708090;
    --pba09:        #506070;
    --n24e7:        #060608;
    --j210b:        #0C0C10;
    --e68b8:        #141418;
    --c7bed:        #1C1C22;
    --b1225:        #FFFFFF;
    --g7725:        #8890A0;
    --d39db:        #585E6E;
    --i8848:        #8890A0;
    --deae2:    'Space Grotesk', sans-serif;
    --lcc9b:    'IBM Plex Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --p7925:       4px;
    --ic3d1:    8px;
    --fd44a:    2px;
    --mbed6:        1100px;
    --ff886:       0 4px 24px rgba(0,0,0,.5);
    --paca8:         0 0 32px rgba(176,196,222,.2);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--pb1df);
    --color-primary-light: var(--a8f65);
    --color-primary-dark: var(--b454d);
    --color-accent: var(--a98d2);
    --color-accent-dark: var(--pce72);
    --color-secondary: var(--pe1f4);
    --color-secondary-dark: var(--pba09);
    --color-surface: var(--e68b8);
    --color-surface-elevated: var(--c7bed);
    --color-on-surface: var(--b1225);
    --color-on-surface-muted: var(--g7725);
    --color-text: var(--b1225);
    --color-text-secondary: var(--i8848);
    --text-heading: var(--deae2);
    --text-body: var(--lcc9b);
    --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(--lcc9b);
    background: var(--n24e7);
    color: var(--b1225);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--a8f65); text-decoration: none; transition: color .2s; }
a:hover { color: var(--a98d2); }
img { max-width: 100%; height: auto; display: block; }

.gbf956 { width: 92%; max-width: var(--mbed6); margin: 0 auto; }

.k41ba1 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.o56d00 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--pb1df); color: var(--b1225);
    padding: 8px 16px; border-radius: var(--fd44a);
    z-index: 999; transition: top .2s;
}
.o56d00:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.g0a2fc {
    position: sticky; top: 0; z-index: 100;
    background: rgba(8,12,24,.93);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(212,168,67,.15);
}
.l1d795 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.aa415b {
    font-family: var(--deae2);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--b1225);
    white-space: nowrap; text-decoration: none;
}
.aa415b:hover { color: var(--a98d2); }

/* Main Nav */
.c40ec3 { display: flex; align-items: center; gap: 20px; }
.pe1ad6 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.pe1ad6 a {
    color: var(--g7725); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.pe1ad6 a:hover { color: var(--a8f65); }

/* Language Select */
.c6b584 {
    background: var(--e68b8); color: var(--b1225);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--fd44a);
    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='%23D4A843'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 8px center;
    transition: border-color .2s;
}
.c6b584:hover, .c6b584:focus { border-color: var(--pb1df); outline: none; }

/* Menu Toggle */
.h0663c {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.l54216, .l54216::before, .l54216::after {
    display: block; width: 24px; height: 2px;
    background: var(--b1225); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.l54216 { position: relative; }
.l54216::before, .l54216::after { content: ''; position: absolute; left: 0; }
.l54216::before { top: -7px; }
.l54216::after { top: 7px; }

/* Mobile Nav */
.l9a081 {
    display: none; position: fixed; inset: 0;
    background: rgba(8,12,24,.97); z-index: 200;
    align-items: center; justify-content: center;
    flex-direction: column; padding: 60px 20px;
}
.l9a081.kf9c09 { display: flex; }
.o44298 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.o44298 a {
    font-size: 1.2rem; font-weight: 600; color: var(--b1225); text-decoration: none;
}
.o44298 a:hover { color: var(--a8f65); }

/* ===== BUTTONS ===== */
.lb869c {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--deae2); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--p7925); 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(--pb1df) 0%, var(--pdf0a) 100%);
    color: var(--b1225); box-shadow: var(--paca8);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--b1225);
}
.btn-secondary {
    background: transparent; color: var(--a8f65);
    border: 2px solid var(--pb1df);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--a98d2); }

/* Gold CTA — main call-to-action */
@keyframes pulse-glow {
    0%,100% { box-shadow: 0 0 22px rgba(244,200,66,.35); }
    50%      { box-shadow: 0 0 50px rgba(244,200,66,.7), 0 0 90px rgba(244,200,66,.18); }
}
.hbf5d2 {
    background: linear-gradient(135deg, var(--a98d2) 0%, #e8a020 55%, var(--pce72) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.hbf5d2:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.o87350 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--ic3d1); }
.le678e { padding: 8px 18px; font-size: .85rem; border-radius: var(--fd44a); }

/* Nav CTA in header */
.g7a279 {
    background: linear-gradient(135deg, var(--a98d2) 0%, var(--pce72) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--fd44a);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.g7a279:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.e113ca {
    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,67,.14) 0%, transparent 65%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(244,200,66,.05) 0%, transparent 60%),
        var(--n24e7);
    position: relative; overflow: hidden;
}
.e113ca::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5L33 20H47L36 28L39 43L30 34L21 43L24 28L13 20H27Z' fill='rgba(212,168,67,0.015)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.ldc06f {
    font-family: var(--deae2);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--a98d2) 0%, var(--a8f65) 50%, var(--pb1df) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.l652c6 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--g7725);
    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,67,.13) 0%, transparent 70%),
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(184,138,48,.08) 0%, transparent 60%),
        var(--n24e7);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5L33 20H47L36 28L39 43L30 34L21 43L24 28L13 20H27Z' fill='rgba(212,168,67,0.02)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.hero h1 {
    font-family: var(--deae2);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--a98d2) 0%, var(--a8f65) 45%, var(--pb1df) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--g7725);
    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(--g7725);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--fd44a);
}
.hero-stat strong { color: var(--a8f65); }

/* ===== SECTIONS ===== */
.g26e7d { padding: clamp(52px, 7vw, 80px) 0; }
.c0807b { background: var(--j210b); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--pb1df); margin-bottom: 10px;
}
.g26e7d h2, .j1d6bb {
    font-family: var(--deae2);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.g26e7d h3 {
    font-family: var(--deae2); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--a8f65);
}
.g26e7d p, .section-desc {
    color: var(--g7725); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.g26e7d ul, .g26e7d ol {
    color: var(--g7725); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.g26e7d li { margin-bottom: 8px; }
.g26e7d li strong { color: var(--b1225); }

/* ===== 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(--e68b8), var(--c7bed));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--p7925); padding: 28px 24px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.card:hover {
    transform: translateY(-4px);
    border-color: rgba(212,168,67,.3);
    box-shadow: var(--ff886);
}
.ga2e68 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--deae2); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--b1225);
}
.card p { color: var(--g7725); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.i729ae { overflow-x: auto; margin: 24px 0; border-radius: var(--fd44a); }
.e19355 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.e19355 thead th {
    background: var(--c7bed); color: var(--b1225); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.e19355 thead th:first-child { border-radius: var(--fd44a) 0 0 0; }
.e19355 thead th:last-child { border-radius: 0 var(--fd44a) 0 0; }
.e19355 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.e19355 td { padding: 13px 16px; }
.e19355 td:first-child { color: var(--g7725); font-weight: 500; width: 42%; }
.e19355 td:last-child { color: var(--b1225); font-weight: 600; }
.e19355 tr:hover { background: rgba(212,168,67,.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(--pb1df), var(--pdf0a));
    border-radius: 50%; font-family: var(--deae2);
    font-size: 1.2rem; font-weight: 700; color: var(--b1225);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--g7725); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.l476b2 { max-width: 800px; margin: 0 auto; }
details.m820a4 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.m820a4 summary {
    display: block; list-style: none;
    color: var(--b1225); font-family: var(--lcc9b);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.m820a4 summary::-webkit-details-marker { display: none; }
details.m820a4 summary::marker { display: none; content: ''; }
details.m820a4 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--pb1df); transition: transform .3s;
}
details.m820a4[open] summary::after { content: '\2212'; }
details.m820a4 summary:hover { color: var(--a8f65); }
details.m820a4 > p { padding: 0 0 20px; color: var(--g7725); font-size: .9rem; line-height: 1.7; }
details.m820a4 > div { padding: 0 0 20px; color: var(--g7725); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--j210b); }

/* ===== INFO GRID & CARDS ===== */
.mc67fa {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.i00171 {
    background: linear-gradient(145deg, var(--e68b8), var(--c7bed));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--p7925); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.i00171:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--ff886);
}
.d02ffd { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.i00171 h3 {
    font-family: var(--deae2); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--b1225);
}
.i00171 p { color: var(--g7725); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.ddd18b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.abda3a {
    background: linear-gradient(145deg, var(--e68b8), var(--c7bed));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--p7925); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.abda3a:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.abda3a h3 {
    font-family: var(--deae2); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--a98d2);
}
.abda3a p { color: var(--g7725); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.d290e0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.kef4d6 { text-align: center; padding: 22px 14px; }
.jb4a06 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--pb1df), var(--pdf0a));
    border-radius: 50%; font-family: var(--deae2);
    font-size: 1.15rem; font-weight: 800; color: var(--b1225);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.kef4d6 h3 {
    font-family: var(--deae2); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--b1225);
}
.kef4d6 p { color: var(--g7725); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.j991e7 {
    background: linear-gradient(145deg, var(--e68b8), var(--c7bed));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--ic3d1);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.g831e0 { margin-top: 24px; }
.a22a07 {
    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;
}
.a22a07 > span:first-child { color: var(--g7725); text-align: left; }
.o0a064 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.b58166 {
    height: 100%;
    background: linear-gradient(90deg, var(--pb1df) 0%, var(--a98d2) 100%);
    border-radius: 4px;
}
.a22a07 > span:last-child { color: var(--a98d2); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.na91f8 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.l8ca36, .k5adfe {
    background: linear-gradient(145deg, var(--e68b8), var(--c7bed));
    border-radius: var(--p7925); padding: 24px 22px;
}
.l8ca36 { border-top: 3px solid var(--pe1f4); }
.k5adfe { border-top: 3px solid #C84040; }
.l8ca36 h3, .l8ca36 h4 { color: var(--pe1f4); margin-bottom: 12px; font-size: 1rem; }
.k5adfe h3, .k5adfe h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.l8ca36 ul, .k5adfe ul { list-style: none; padding: 0; margin: 0; }
.l8ca36 li::before { content: '\2713 '; color: var(--pe1f4); font-weight: 700; }
.k5adfe li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.l8ca36 li, .k5adfe li { padding: 5px 0; color: var(--g7725); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.pa1fe0 {
    text-align: center; padding: clamp(52px, 7vw, 80px) 0;
    background:
        radial-gradient(ellipse 70% 60% at 50% 50%, rgba(244,200,66,.09) 0%, transparent 65%),
        radial-gradient(ellipse 80% 50% at 50% 50%, rgba(212,168,67,.08) 0%, transparent 70%),
        var(--j210b);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.pa1fe0 h2 {
    font-family: var(--deae2);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--a98d2), var(--a8f65));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.pa1fe0 p { color: var(--g7725); 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,67,.08), rgba(184,138,48,.05));
    border: 1px solid rgba(212,168,67,.2); border-left: 4px solid var(--pb1df);
    border-radius: var(--fd44a); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--g7725); font-size: .9rem; }
.highlight-box strong { color: var(--a8f65); }

/* ===== BREADCRUMB ===== */
.i1d8d9 { padding: 14px 0; font-size: .82rem; }
.oe95ec { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.oe95ec li + li::before { content: '\203A'; margin-right: 8px; color: var(--d39db); }
.i1d8d9 a { color: var(--d39db); }
.i1d8d9 a:hover { color: var(--a8f65); }
.i1d8d9 [aria-current] { color: var(--pb1df); }

/* ===== SITE FOOTER ===== */
.oe6acf {
    background: var(--n24e7); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.o6352d {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.o6352d a {
    color: var(--d39db); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.o6352d a:hover { color: var(--a8f65); }

.l069d8 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.l069d8 p {
    color: var(--d39db); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.l069d8 a { color: var(--pb1df); }
.d4de8b { text-align: center; color: var(--d39db); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.oebf09 { max-width: 800px; margin: 0 auto; }
.oebf09 p {
    color: var(--g7725); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.oebf09 p:last-child { margin-bottom: 0; }
.oebf09 strong { color: var(--b1225); }
.oebf09 a { color: var(--a8f65); text-decoration: underline; text-underline-offset: 3px; }
.oebf09 a:hover { color: var(--a98d2); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.k8ae05 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.oe3d47 { direction: rtl; }
.oe3d47 > * { direction: ltr; }
.ff792c { border-radius: var(--ic3d1); overflow: hidden; }
.ff792c img {
    width: 100%; height: auto; display: block;
    border-radius: var(--ic3d1);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.p4a3e2 { color: var(--g7725); font-size: .93rem; line-height: 1.7; }
.p4a3e2 strong { color: var(--b1225); }
.p4a3e2 a { color: var(--a8f65); }
@media (max-width: 768px) {
    .k8ae05 { grid-template-columns: 1fr; gap: 24px; }
    .oe3d47 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--b454d);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--b454d); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.h26452 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--pb1df);
    color: var(--b1225); 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(--ff886);
}
.h26452.p16c6c { opacity: 1; visibility: visible; }
.h26452:hover { transform: translateY(-3px); background: var(--b454d); }

/* ===== REVIEW SCORE (review page) ===== */
.obae28 {
    font-family: var(--deae2); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--a98d2), var(--a8f65));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--a98d2); 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(--g7725); width: 55%; }
.score-table td:last-child { color: var(--a98d2); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.gb6a6a {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
    padding: 12px 16px;
    background: rgba(8,12,24,.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(244,200,66,.2);
    text-align: center;
    box-shadow: 0 -4px 24px rgba(0,0,0,.5);
}
.gb6a6a .lb869c { 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) {
    .pe1ad6 { display: none; }
    .c40ec3 .c6b584 { display: none; }
    .h0663c { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .na91f8 { grid-template-columns: 1fr; }
    section, .g26e7d { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .o6352d { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .d290e0 { grid-template-columns: 1fr 1fr; }
    .mc67fa { grid-template-columns: 1fr 1fr; }
    .a22a07 { grid-template-columns: 1fr 100px auto; }
    .gb6a6a { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .o87350 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .d290e0 { grid-template-columns: 1fr; }
    .mc67fa { grid-template-columns: 1fr; }
    .l1d795 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .obae28 { font-size: 3.5rem; }
    .a22a07 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .na91f8 { grid-template-columns: 1fr; }
    .j991e7 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.oa0c8a {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.oa0c8a summary.h4693d {
    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(--b1225);
    padding: 6px 11px;
    border-radius: var(--fd44a);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--lcc9b);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.oa0c8a summary.h4693d::-webkit-details-marker { display: none; }
.oa0c8a summary.h4693d::marker { display: none; }
.oa0c8a:hover summary.h4693d,
.oa0c8a[open] summary.h4693d {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--a98d2);
}
.d17062 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.oa0c8a[open] .d17062 { transform: rotate(180deg); }

.pf5239 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--e68b8);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--p7925);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.oa0c8a[open] .pf5239 {
    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); }
}
.pf5239 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--i8848);
    border-radius: var(--fd44a);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.pf5239 li a:hover,
.pf5239 li a.d4095a {
    background: rgba(255,255,255,.08);
    color: var(--a98d2);
}
.pf5239 li a.d4095a { font-weight: 700; }

/* Mobile lang bar */
.b03483 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.b03483 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(--fd44a);
    color: var(--i8848);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.b03483 a:hover,
.b03483 a.j225b9 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--a98d2);
}
.b03483 a.j225b9 { font-weight: 700; }

@media (max-width: 768px) {
    .oa0c8a { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.mc67fa, ul.gc63e7 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.e74a2d { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .e74a2d { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.d290e0, ol.a7c8f7 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.a7c8f7 > li { counter-increment: step-counter; }
ol.a7c8f7 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--pb1df); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.b0d482 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--pb1df); }
.ca9ca0 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.f0ea53 { width: 36px; height: 36px; border-radius: 50%; background: var(--pb1df); color: var(--n24e7); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.jf7563 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.k769f6 { display: grid; grid-template-columns: 1fr; gap: 0; }
.g30986 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.g30986:last-child { border-bottom: none; }
.a96613 { font-weight: 600; padding: .75rem 1rem; color: var(--pb1df); }
.o580d1 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.ndd647 .b61fe8 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.ndd647 .icbb01 { display: none; }
.ndd647 .m820a4.kf9c09 .icbb01 { display: block; }

/* faq variant C: definition list */
dl.l476b2 { display: grid; gap: 0; }
dl.l476b2 dt.f38c03 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.l476b2 dd.icbb01 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.f37565 { padding: 2rem 0; }
.f2e19a { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.f2e19a li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--p7925); border: 1px solid var(--a98d2); color: var(--a98d2); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.f2e19a li a:hover { background: var(--a98d2); color: var(--n24e7); }


/* Promo Banner (SVG image banners) */
.i43b1a { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.j0c4f5 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.j0c4f5:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.he9b6c { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.ga2e68 { display: inline-block; vertical-align: middle; }
.d02ffd .ga2e68 { 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(--e68b8), var(--c7bed));
    border-radius: var(--p7925); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--fd44a); background: var(--j210b); }
.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(--a98d2); }
@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(--a98d2); 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; }
  .hbf5d2 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.lb869c, .hbf5d2, .o87350, .le678e, .g7a279, .h0663c, .b61fe8, .f38c03, .h26452, .gb6a6a a, .h4693d { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.hbf5d2 { position: relative; overflow: visible; }
.hbf5d2::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--a98d2); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.hbf5d2:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.hbf5d2::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(--a98d2); 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(--fd44a); background: var(--e68b8); 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(--fd44a); background: var(--e68b8); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--a98d2); }
.trust-item span { font-size: 0.7rem; color: var(--a98d2); 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(--e68b8); border-radius: var(--p7925); 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(--a98d2), var(--pb1df)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--n24e7); flex-shrink: 0; }
.review-stars { color: var(--a98d2); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--d39db); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--i8848); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1160px; }
:root { --radius: 12px; --radius-lg: 20px; --radius-sm: 8px; }
.section { padding: clamp(52px, 7vw, 80px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 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); }
.hero { text-align: left; }
.hero h1 { text-align: left; }
.hero-subtitle { margin-left: 0; }
.hero-stats { justify-content: flex-start; }
.info-card:hover, .bonus-card:hover { box-shadow: none; }
body { line-height: 1.75; }
body { font-size: 17px; }
.section + .section::before { content: ''; display: block; width: 60px; height: 3px; background: var(--gold); margin: 0 auto 40px; opacity: .3; }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
.info-card:hover { transform: scale(1.03); }


/* ===== USA design language: Swiss Mono (swiss) ===== */
:root{
  --cbg:#FFFFFF; --csurf:#FFFFFF; --csurf2:#F2F2F0;
  --ctext:#0A0A0A; --cmuted:#55554F; --cacc:#E2231A; --cacc2:#0A0A0A;
  --cbord:#0A0A0A; --cfh:'Archivo',sans-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,.ldc06f,.j1d6bb{font-family:var(--cfh);}
.gbf956{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.g26e7d{padding:58px 0;position:relative;}
.mc67fa{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.mc67fa.e74a2d{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.d290e0{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.na91f8{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.k8ae05{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.oe3d47{direction:rtl;}.oe3d47>*{direction:ltr;}
.ff792c img,.ff792c svg{width:100%;height:auto;}
.p4a3e2 p{margin:0 0 1em;}
.l476b2{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.f38c03{cursor:pointer;list-style:none;position:relative;}.f38c03::-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;}
.he9b6c{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){
  .e113ca .gbf956{grid-template-columns:1fr !important;}
  .k8ae05,.na91f8{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.oe3d47{direction:ltr;}
}

/* SWISS MONO — белый, красный акцент, строгая сетка, hairline, Archivo */
body{background:#FFFFFF!important;color:#0A0A0A!important;}
header,.g0a2fc{background:#FFFFFF!important;border-bottom:1px solid #0A0A0A!important;}
header a,nav a{color:#0A0A0A!important;font-family:'Inter',sans-serif;font-weight:600;font-size:.86rem;}header a:hover{color:#E2231A!important;}
.e113ca{padding:72px 0 48px;border-bottom:1px solid #0A0A0A;background:transparent!important;}
.e113ca::before{display:none!important;}
.e113ca.has-art .gbf956{display:grid;grid-template-columns:1.3fr .7fr;gap:46px;align-items:end;}
.ldc06f{font-family:'Archivo',sans-serif;font-weight:900;font-size:clamp(2.6rem,6vw,5rem);line-height:0.96;letter-spacing:-.02em;text-transform:uppercase;color:#0A0A0A!important;-webkit-text-fill-color:#0A0A0A!important;background:none!important;}
.ldc06f::after{content:"";display:block;width:64px;height:10px;background:#E2231A;margin:20px 0 0;}
.l652c6{color:#55554F;font-family:'Inter',sans-serif;font-size:1.05rem;max-width:48ch;margin:18px 0 26px;}
.j1d6bb{text-align:left;font-family:'Archivo',sans-serif;font-weight:800;text-transform:uppercase;font-size:clamp(1.7rem,3.4vw,2.6rem);color:#0A0A0A!important;
  border-bottom:1px solid #0A0A0A;padding-bottom:12px;margin-bottom:30px;letter-spacing:-.01em;}
.j1d6bb::before{content:"";display:inline-block;width:14px;height:14px;background:#E2231A;margin-right:14px;vertical-align:baseline;}
.hbf5d2,.g7a279{background:#E2231A!important;color:#fff!important;border:none!important;border-radius:0!important;font-family:'Inter',sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.04em;}
.o87350{padding:14px 30px;}.hbf5d2:hover,.g7a279:hover{background:#0A0A0A!important;}
.hero-trust{display:flex;gap:0;flex-wrap:wrap;margin-top:18px;border-top:1px solid #0A0A0A;}
.hero-badge{background:none!important;border:none!important;border-right:1px solid #0A0A0A!important;border-radius:0!important;color:#55554F!important;padding:10px 18px 10px 0!important;margin-right:18px;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;font-family:'Inter',sans-serif;}
.i00171,.abda3a,.kef4d6,.l8ca36,.k5adfe{background:#FFFFFF!important;border:none!important;border-top:2px solid #0A0A0A!important;border-radius:0!important;padding:22px 0 0;box-shadow:none!important;}
.i00171:hover,.abda3a:hover,.kef4d6:hover{border-top-color:#E2231A!important;}
.i00171 h3,.abda3a h3,.kef4d6 h3{color:#0A0A0A!important;font-family:'Archivo',sans-serif;font-weight:700;text-transform:uppercase;font-size:1.05rem;letter-spacing:-.01em;}
.i00171 p,.abda3a p,.kef4d6 p{color:#55554F!important;font-family:'Inter',sans-serif;}
.d02ffd img,.ga2e68{width:40px;height:40px;}
.p4a3e2{color:#55554F;font-family:'Inter',sans-serif;}.p4a3e2 strong{color:#0A0A0A;}.ff792c img{border:1px solid #0A0A0A;border-radius:0;}
.c0807b{background:#F2F2F0!important;}
.m820a4{background:none!important;border:none!important;border-bottom:1px solid #0A0A0A!important;border-radius:0!important;padding:4px 0;}
.f38c03{color:#0A0A0A!important;font-family:'Archivo',sans-serif;font-weight:700;text-transform:uppercase;font-size:1rem;padding:16px 0;letter-spacing:-.01em;}
details.m820a4 summary.f38c03::after{content:"+";position:absolute;right:0;top:15px;color:#E2231A;}details.m820a4[open] summary.f38c03::after{content:"\2013";}
.icbb01{color:#55554F!important;font-family:'Inter',sans-serif;padding-bottom:14px;}
.trust-item{background:none!important;border:1px solid #0A0A0A!important;border-radius:0;padding:11px 16px;color:#0A0A0A!important;text-transform:uppercase;font-size:.76rem;letter-spacing:.05em;font-family:'Inter',sans-serif;}
.j0c4f5{border:1px solid #0A0A0A;border-radius:0;display:block;overflow:hidden;}
table{border:1px solid #0A0A0A;}table th{background:#0A0A0A!important;color:#FFFFFF!important;text-transform:uppercase;}table td{border-bottom:1px solid #0A0A0A;color:#0A0A0A!important;}
footer,.oe6acf{background:#FFFFFF!important;border-top:1px solid #0A0A0A!important;color:#55554F!important;}footer a{color:#0A0A0A!important;}
.i1d8d9 a{color:#55554F!important;}

.oebf09 strong,.k8ae05 strong,.faq strong,.na91f8 strong{color:inherit !important;}
