@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&family=Nunito:wght@400;600;700&display=swap');
/* ===== CORAL REEF — Design System ===== */
:root {
    --n81e5:        #FF6F61;
    --pe60f:        #FF9088;
    --m5864:        #CC5850;
    --b1eca:        #FF7870;
    --fb73d:        #FF6F61;
    --cb44f:        #CC5850;
    --jc214:        #40E0D0;
    --c93da:        #30B0A0;
    --nf270:        #040810;
    --o97d1:        #081018;
    --o0682:        #0C1820;
    --m73d8:        #102028;
    --c4def:        #FFFFFF;
    --heeef:        #80A0B0;
    --dc9e3:        #506878;
    --jf60e:        #80A0B0;
    --abdf6:    'Quicksand', sans-serif;
    --o4424:    'Nunito', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --a09fb:       12px;
    --ief06:    20px;
    --gc592:    8px;
    --p0bbd:        1100px;
    --pf714:       0 4px 24px rgba(0,0,0,.5);
    --a2df4:         0 0 32px rgba(255,111,97,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--n81e5);
    --color-primary-light: var(--pe60f);
    --color-primary-dark: var(--m5864);
    --color-accent: var(--fb73d);
    --color-accent-dark: var(--cb44f);
    --color-secondary: var(--jc214);
    --color-secondary-dark: var(--c93da);
    --color-surface: var(--o0682);
    --color-surface-elevated: var(--m73d8);
    --color-on-surface: var(--c4def);
    --color-on-surface-muted: var(--heeef);
    --color-text: var(--c4def);
    --color-text-secondary: var(--jf60e);
    --text-heading: var(--abdf6);
    --text-body: var(--o4424);
    --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(--o4424);
    background: var(--nf270);
    color: var(--c4def);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--pe60f); text-decoration: none; transition: color .2s; }
a:hover { color: var(--fb73d); }
img { max-width: 100%; height: auto; display: block; }

.k07008 { width: 92%; max-width: var(--p0bbd); margin: 0 auto; }

.o989f1 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.o6df8f {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--n81e5); color: var(--c4def);
    padding: 8px 16px; border-radius: var(--gc592);
    z-index: 999; transition: top .2s;
}
.o6df8f:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.m04eb5 {
    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);
}
.hafe4f {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.b3c290 {
    font-family: var(--abdf6);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--c4def);
    white-space: nowrap; text-decoration: none;
}
.b3c290:hover { color: var(--fb73d); }

/* Main Nav */
.p6a0ac { display: flex; align-items: center; gap: 20px; }
.a09a90 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.a09a90 a {
    color: var(--heeef); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.a09a90 a:hover { color: var(--pe60f); }

/* Language Select */
.i0a893 {
    background: var(--o0682); color: var(--c4def);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--gc592);
    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;
}
.i0a893:hover, .i0a893:focus { border-color: var(--n81e5); outline: none; }

/* Menu Toggle */
.g51619 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.dbb120, .dbb120::before, .dbb120::after {
    display: block; width: 24px; height: 2px;
    background: var(--c4def); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.dbb120 { position: relative; }
.dbb120::before, .dbb120::after { content: ''; position: absolute; left: 0; }
.dbb120::before { top: -7px; }
.dbb120::after { top: 7px; }

/* Mobile Nav */
.b8c8c7 {
    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;
}
.b8c8c7.gf7ca5 { display: flex; }
.nd5d83 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.nd5d83 a {
    font-size: 1.2rem; font-weight: 600; color: var(--c4def); text-decoration: none;
}
.nd5d83 a:hover { color: var(--pe60f); }

/* ===== BUTTONS ===== */
.cb9cf1 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--abdf6); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--a09fb); 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(--n81e5) 0%, var(--b1eca) 100%);
    color: var(--c4def); box-shadow: var(--a2df4);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--c4def);
}
.btn-secondary {
    background: transparent; color: var(--pe60f);
    border: 2px solid var(--n81e5);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--fb73d); }

/* 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); }
}
.h5eee7 {
    background: linear-gradient(135deg, var(--fb73d) 0%, #e8a020 55%, var(--cb44f) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.h5eee7:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.n5af28 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--ief06); }
.pfea9f { padding: 8px 18px; font-size: .85rem; border-radius: var(--gc592); }

/* Nav CTA in header */
.p4b820 {
    background: linear-gradient(135deg, var(--fb73d) 0%, var(--cb44f) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--gc592);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.p4b820:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.h5679e {
    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(--nf270);
    position: relative; overflow: hidden;
}
.h5679e::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;
}
.nc1d17 {
    font-family: var(--abdf6);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--fb73d) 0%, var(--pe60f) 50%, var(--n81e5) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.c99d1a {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--heeef);
    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(--nf270);
}
.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(--abdf6);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--fb73d) 0%, var(--pe60f) 45%, var(--n81e5) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--heeef);
    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(--heeef);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--gc592);
}
.hero-stat strong { color: var(--pe60f); }

/* ===== SECTIONS ===== */
.af07ea { padding: clamp(52px, 7vw, 80px) 0; }
.j870a0 { background: var(--o97d1); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--n81e5); margin-bottom: 10px;
}
.af07ea h2, .abcf9e {
    font-family: var(--abdf6);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.af07ea h3 {
    font-family: var(--abdf6); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--pe60f);
}
.af07ea p, .section-desc {
    color: var(--heeef); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.af07ea ul, .af07ea ol {
    color: var(--heeef); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.af07ea li { margin-bottom: 8px; }
.af07ea li strong { color: var(--c4def); }

/* ===== 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(--o0682), var(--m73d8));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--a09fb); 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(--pf714);
}
.c1abd8 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--abdf6); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--c4def);
}
.card p { color: var(--heeef); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.g0ddae { overflow-x: auto; margin: 24px 0; border-radius: var(--gc592); }
.bf9e42 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.bf9e42 thead th {
    background: var(--m73d8); color: var(--c4def); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.bf9e42 thead th:first-child { border-radius: var(--gc592) 0 0 0; }
.bf9e42 thead th:last-child { border-radius: 0 var(--gc592) 0 0; }
.bf9e42 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.bf9e42 td { padding: 13px 16px; }
.bf9e42 td:first-child { color: var(--heeef); font-weight: 500; width: 42%; }
.bf9e42 td:last-child { color: var(--c4def); font-weight: 600; }
.bf9e42 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(--n81e5), var(--b1eca));
    border-radius: 50%; font-family: var(--abdf6);
    font-size: 1.2rem; font-weight: 700; color: var(--c4def);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--heeef); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.f1f1bc { max-width: 800px; margin: 0 auto; }
details.b7c774 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.b7c774 summary {
    display: block; list-style: none;
    color: var(--c4def); font-family: var(--o4424);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.b7c774 summary::-webkit-details-marker { display: none; }
details.b7c774 summary::marker { display: none; content: ''; }
details.b7c774 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--n81e5); transition: transform .3s;
}
details.b7c774[open] summary::after { content: '\2212'; }
details.b7c774 summary:hover { color: var(--pe60f); }
details.b7c774 > p { padding: 0 0 20px; color: var(--heeef); font-size: .9rem; line-height: 1.7; }
details.b7c774 > div { padding: 0 0 20px; color: var(--heeef); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--o97d1); }

/* ===== INFO GRID & CARDS ===== */
.fbe0f8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.ff275d {
    background: linear-gradient(145deg, var(--o0682), var(--m73d8));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--a09fb); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.ff275d:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--pf714);
}
.i71adc { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.ff275d h3 {
    font-family: var(--abdf6); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--c4def);
}
.ff275d p { color: var(--heeef); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.gdc537 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.b6dc01 {
    background: linear-gradient(145deg, var(--o0682), var(--m73d8));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--a09fb); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.b6dc01:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.b6dc01 h3 {
    font-family: var(--abdf6); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--fb73d);
}
.b6dc01 p { color: var(--heeef); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.f71bf8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.p42cef { text-align: center; padding: 22px 14px; }
.m8ea1b {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--n81e5), var(--b1eca));
    border-radius: 50%; font-family: var(--abdf6);
    font-size: 1.15rem; font-weight: 800; color: var(--c4def);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.p42cef h3 {
    font-family: var(--abdf6); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--c4def);
}
.p42cef p { color: var(--heeef); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.pf3972 {
    background: linear-gradient(145deg, var(--o0682), var(--m73d8));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--ief06);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.df36b8 { margin-top: 24px; }
.ob09a9 {
    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;
}
.ob09a9 > span:first-child { color: var(--heeef); text-align: left; }
.k57602 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.n48d80 {
    height: 100%;
    background: linear-gradient(90deg, var(--n81e5) 0%, var(--fb73d) 100%);
    border-radius: 4px;
}
.ob09a9 > span:last-child { color: var(--fb73d); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.a01cd6 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.k486b9, .ga4329 {
    background: linear-gradient(145deg, var(--o0682), var(--m73d8));
    border-radius: var(--a09fb); padding: 24px 22px;
}
.k486b9 { border-top: 3px solid var(--jc214); }
.ga4329 { border-top: 3px solid #C84040; }
.k486b9 h3, .k486b9 h4 { color: var(--jc214); margin-bottom: 12px; font-size: 1rem; }
.ga4329 h3, .ga4329 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.k486b9 ul, .ga4329 ul { list-style: none; padding: 0; margin: 0; }
.k486b9 li::before { content: '\2713 '; color: var(--jc214); font-weight: 700; }
.ga4329 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.k486b9 li, .ga4329 li { padding: 5px 0; color: var(--heeef); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.efbb29 {
    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(--o97d1);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.efbb29 h2 {
    font-family: var(--abdf6);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--fb73d), var(--pe60f));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.efbb29 p { color: var(--heeef); 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(--n81e5);
    border-radius: var(--gc592); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--heeef); font-size: .9rem; }
.highlight-box strong { color: var(--pe60f); }

/* ===== BREADCRUMB ===== */
.ca4c3a { padding: 14px 0; font-size: .82rem; }
.d0f0b0 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.d0f0b0 li + li::before { content: '\203A'; margin-right: 8px; color: var(--dc9e3); }
.ca4c3a a { color: var(--dc9e3); }
.ca4c3a a:hover { color: var(--pe60f); }
.ca4c3a [aria-current] { color: var(--n81e5); }

/* ===== SITE FOOTER ===== */
.cf2d65 {
    background: var(--nf270); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.c3e567 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.c3e567 a {
    color: var(--dc9e3); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.c3e567 a:hover { color: var(--pe60f); }

.n95a17 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.n95a17 p {
    color: var(--dc9e3); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.n95a17 a { color: var(--n81e5); }
.pfe365 { text-align: center; color: var(--dc9e3); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.h0ed4e { max-width: 800px; margin: 0 auto; }
.h0ed4e p {
    color: var(--heeef); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.h0ed4e p:last-child { margin-bottom: 0; }
.h0ed4e strong { color: var(--c4def); }
.h0ed4e a { color: var(--pe60f); text-decoration: underline; text-underline-offset: 3px; }
.h0ed4e a:hover { color: var(--fb73d); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.g88c73 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.pc19d0 { direction: rtl; }
.pc19d0 > * { direction: ltr; }
.hf61d5 { border-radius: var(--ief06); overflow: hidden; }
.hf61d5 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--ief06);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.i3eb60 { color: var(--heeef); font-size: .93rem; line-height: 1.7; }
.i3eb60 strong { color: var(--c4def); }
.i3eb60 a { color: var(--pe60f); }
@media (max-width: 768px) {
    .g88c73 { grid-template-columns: 1fr; gap: 24px; }
    .pc19d0 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--m5864);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--m5864); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.c53ce6 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--n81e5);
    color: var(--c4def); 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(--pf714);
}
.c53ce6.f26b02 { opacity: 1; visibility: visible; }
.c53ce6:hover { transform: translateY(-3px); background: var(--m5864); }

/* ===== REVIEW SCORE (review page) ===== */
.pdf9cb {
    font-family: var(--abdf6); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--fb73d), var(--pe60f));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--fb73d); 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(--heeef); width: 55%; }
.score-table td:last-child { color: var(--fb73d); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.fe7f0e {
    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);
}
.fe7f0e .cb9cf1 { 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) {
    .a09a90 { display: none; }
    .p6a0ac .i0a893 { display: none; }
    .g51619 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .a01cd6 { grid-template-columns: 1fr; }
    section, .af07ea { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .c3e567 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .f71bf8 { grid-template-columns: 1fr 1fr; }
    .fbe0f8 { grid-template-columns: 1fr 1fr; }
    .ob09a9 { grid-template-columns: 1fr 100px auto; }
    .fe7f0e { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .n5af28 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .f71bf8 { grid-template-columns: 1fr; }
    .fbe0f8 { grid-template-columns: 1fr; }
    .hafe4f { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .pdf9cb { font-size: 3.5rem; }
    .ob09a9 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .a01cd6 { grid-template-columns: 1fr; }
    .pf3972 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.m1181d {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.m1181d summary.f0de33 {
    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(--c4def);
    padding: 6px 11px;
    border-radius: var(--gc592);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--o4424);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.m1181d summary.f0de33::-webkit-details-marker { display: none; }
.m1181d summary.f0de33::marker { display: none; }
.m1181d:hover summary.f0de33,
.m1181d[open] summary.f0de33 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--fb73d);
}
.jc62e0 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.m1181d[open] .jc62e0 { transform: rotate(180deg); }

.e4625b {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--o0682);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--a09fb);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.m1181d[open] .e4625b {
    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); }
}
.e4625b li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--jf60e);
    border-radius: var(--gc592);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.e4625b li a:hover,
.e4625b li a.ke0112 {
    background: rgba(255,255,255,.08);
    color: var(--fb73d);
}
.e4625b li a.ke0112 { font-weight: 700; }

/* Mobile lang bar */
.l3a6a7 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.l3a6a7 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(--gc592);
    color: var(--jf60e);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.l3a6a7 a:hover,
.l3a6a7 a.c66fbb {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--fb73d);
}
.l3a6a7 a.c66fbb { font-weight: 700; }

@media (max-width: 768px) {
    .m1181d { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.fbe0f8, ul.lf2d70 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.n6cdc1 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .n6cdc1 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.f71bf8, ol.a71f9c { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.a71f9c > li { counter-increment: step-counter; }
ol.a71f9c > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--n81e5); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.a3a4e2 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--n81e5); }
.c2093b { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.p76d34 { width: 36px; height: 36px; border-radius: 50%; background: var(--n81e5); color: var(--nf270); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.o5b816 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.p0c8d8 { display: grid; grid-template-columns: 1fr; gap: 0; }
.l14a0e { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.l14a0e:last-child { border-bottom: none; }
.hfe7e3 { font-weight: 600; padding: .75rem 1rem; color: var(--n81e5); }
.cbe79f { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.p0c119 .g0d085 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.p0c119 .be6d84 { display: none; }
.p0c119 .b7c774.gf7ca5 .be6d84 { display: block; }

/* faq variant C: definition list */
dl.f1f1bc { display: grid; gap: 0; }
dl.f1f1bc dt.hf86eb { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.f1f1bc dd.be6d84 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.n9d3df { padding: 2rem 0; }
.k24536 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.k24536 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--a09fb); border: 1px solid var(--fb73d); color: var(--fb73d); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.k24536 li a:hover { background: var(--fb73d); color: var(--nf270); }


/* Promo Banner (SVG image banners) */
.ha3ea9 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.p16831 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.p16831:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.m18c92 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.c1abd8 { display: inline-block; vertical-align: middle; }
.i71adc .c1abd8 { 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(--o0682), var(--m73d8));
    border-radius: var(--a09fb); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--gc592); background: var(--o97d1); }
.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(--fb73d); }
@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(--fb73d); 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; }
  .h5eee7 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.cb9cf1, .h5eee7, .n5af28, .pfea9f, .p4b820, .g51619, .g0d085, .hf86eb, .c53ce6, .fe7f0e a, .f0de33 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.h5eee7 { position: relative; overflow: visible; }
.h5eee7::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--fb73d); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.h5eee7:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.h5eee7::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(--fb73d); 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(--gc592); background: var(--o0682); 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(--gc592); background: var(--o0682); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--fb73d); }
.trust-item span { font-size: 0.7rem; color: var(--fb73d); 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(--o0682); border-radius: var(--a09fb); 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(--fb73d), var(--n81e5)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--nf270); flex-shrink: 0; }
.review-stars { color: var(--fb73d); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--dc9e3); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--jf60e); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1200px; }
:root { --radius: 24px; --radius-lg: 36px; --radius-sm: 14px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.btn-gold { background: transparent; border: 2px solid var(--gold); color: var(--gold); animation: none; box-shadow: none; }
.btn-gold:hover { background: var(--gold); color: var(--bg); }
.info-card:hover, .bonus-card:hover { box-shadow: none; }
body { line-height: 1.65; }
body { font-size: 17px; }
.image-text { grid-template-columns: 1.2fr .8fr; }


/* ===== USA design language: Y2K Pop (pop) ===== */
:root{
  --cbg:#FDF2FF; --csurf:#FFFFFF; --csurf2:#FFE6F6;
  --ctext:#1A1030; --cmuted:#6B5B86; --cacc:#FF2D8B; --cacc2:#2D6BFF;
  --cbord:#1A1030; --cfh:'Baloo 2',cursive; --cfb:'Nunito',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,.nc1d17,.abcf9e{font-family:var(--cfh);}
.k07008{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.af07ea{padding:58px 0;position:relative;}
.fbe0f8{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.fbe0f8.n6cdc1{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.f71bf8{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.a01cd6{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.g88c73{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.pc19d0{direction:rtl;}.pc19d0>*{direction:ltr;}
.hf61d5 img,.hf61d5 svg{width:100%;height:auto;}
.i3eb60 p{margin:0 0 1em;}
.f1f1bc{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.hf86eb{cursor:pointer;list-style:none;position:relative;}.hf86eb::-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;}
.m18c92{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){
  .h5679e .k07008{grid-template-columns:1fr !important;}
  .g88c73,.a01cd6{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.pc19d0{direction:ltr;}
}

/* Y2K POP — яркий поп, толстые цветные бордеры-стикеры, Baloo 2 */
body{background:
  radial-gradient(520px 460px at 6% 0%,rgba(255,45,139,0.16),transparent 60%),
  radial-gradient(520px 460px at 96% 8%,rgba(45,107,255,0.16),transparent 60%),#FDF2FF!important;color:#1A1030!important;}
header,.m04eb5{background:rgba(255,255,255,0.92)!important;border-bottom:3px solid #1A1030!important;}
header a,nav a{color:#1A1030!important;font-family:'Baloo 2',cursive;font-weight:700;}header a:hover{color:#FF2D8B!important;}
.h5679e{padding:80px 0 56px;text-align:center;background:transparent!important;}
.h5679e::before{display:none!important;}
.h5679e.has-art .k07008{display:flex;flex-direction:column;align-items:center;gap:20px;}
.h5679e .hero-art{order:2;}.hero-art img{max-width:430px;}
.nc1d17{font-family:'Baloo 2',cursive;font-weight:800;font-size:clamp(2.2rem,5vw,3.8rem);line-height:1.04;color:#FF2D8B!important;-webkit-text-fill-color:#FF2D8B!important;background:none!important;
  text-shadow:3px 3px 0 #2D6BFF,6px 6px 0 #1A1030;}
.c99d1a{color:#6B5B86;font-size:1.12rem;max-width:58ch;margin:18px auto 26px;font-weight:600;}
.abcf9e{text-align:center;font-family:'Baloo 2',cursive;font-weight:800;color:#1A1030!important;}
.abcf9e::after{content:"";display:block;width:80px;height:6px;border-radius:6px;background:#FF2D8B;margin:14px auto 0;box-shadow:3px 3px 0 #1A1030;}
.h5eee7,.p4b820{background:#FF2D8B!important;color:#fff!important;border:3px solid #1A1030!important;border-radius:999px;font-family:'Baloo 2',cursive;font-weight:700;box-shadow:4px 4px 0 #1A1030;}
.n5af28{padding:14px 32px;}.h5eee7:hover,.p4b820:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 #1A1030;}
.hero-trust{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:20px;}
.hero-badge{background:#FFFFFF!important;border:2px solid #1A1030!important;color:#1A1030!important;border-radius:999px;padding:7px 14px;font-weight:700;font-size:.8rem;box-shadow:2px 2px 0 #1A1030;}
.ff275d,.b6dc01,.p42cef,.k486b9,.ga4329{background:#FFFFFF!important;border:3px solid #1A1030!important;border-radius:22px;padding:26px;box-shadow:5px 5px 0 #2D6BFF!important;transition:transform .15s,box-shadow .15s;}
.ff275d:hover,.b6dc01:hover,.p42cef:hover{transform:translate(-3px,-3px);box-shadow:8px 8px 0 #FF2D8B!important;}
.ff275d h3,.b6dc01 h3,.p42cef h3{color:#1A1030!important;font-family:'Baloo 2',cursive;font-weight:700;}
.ff275d p,.b6dc01 p,.p42cef p{color:#6B5B86!important;}
.m8ea1b,.p76d34{background:#2D6BFF;color:#fff;border:2px solid #1A1030;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:8px;}
.i3eb60{color:#6B5B86;}.i3eb60 strong{color:#1A1030;}.hf61d5 img{border:3px solid #1A1030;border-radius:22px;box-shadow:6px 6px 0 #2D6BFF;}
.j870a0{background:#FFE6F6!important;}
.b7c774{background:#FFFFFF!important;border:3px solid #1A1030!important;border-radius:16px;padding:4px 18px;box-shadow:3px 3px 0 #2D6BFF;}
.hf86eb{color:#1A1030!important;font-family:'Baloo 2',cursive;font-weight:700;padding:14px 0;}
details.b7c774 summary.hf86eb::after{content:"+";position:absolute;right:0;top:12px;color:#FF2D8B;font-size:1.4rem;}details.b7c774[open] summary.hf86eb::after{content:"\2013";}
.be6d84{color:#6B5B86!important;padding-bottom:14px;}
.trust-item{background:#FFFFFF!important;border:3px solid #1A1030!important;border-radius:999px;padding:11px 17px;color:#1A1030!important;font-weight:700;box-shadow:3px 3px 0 #FF2D8B;}
.p16831{border:3px solid #1A1030;border-radius:22px;display:block;overflow:hidden;box-shadow:6px 6px 0 #2D6BFF;}
footer,.cf2d65{background:#FFE6F6!important;border-top:3px solid #1A1030!important;color:#6B5B86!important;}footer a{color:#1A1030!important;}
.ca4c3a a{color:#6B5B86!important;}

.h0ed4e strong,.g88c73 strong,.faq strong,.a01cd6 strong{color:inherit !important;}
