@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 {
    --a1bb1:        #FF6F61;
    --j8e33:        #FF9088;
    --i08bd:        #CC5850;
    --d6c2c:        #FF7870;
    --n6f02:        #FF6F61;
    --b1258:        #CC5850;
    --cb4d5:        #40E0D0;
    --i0568:        #30B0A0;
    --h645d:        #040810;
    --l1bec:        #081018;
    --k9a1a:        #0C1820;
    --cb333:        #102028;
    --he641:        #FFFFFF;
    --e0142:        #80A0B0;
    --f9060:        #506878;
    --pb6fd:        #80A0B0;
    --n73f7:    'Quicksand', sans-serif;
    --k06b5:    'Nunito', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --f82dc:       12px;
    --d8cbe:    20px;
    --l984d:    8px;
    --h34e5:        1100px;
    --ibf03:       0 4px 24px rgba(0,0,0,.5);
    --cf26d:         0 0 32px rgba(255,111,97,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--a1bb1);
    --color-primary-light: var(--j8e33);
    --color-primary-dark: var(--i08bd);
    --color-accent: var(--n6f02);
    --color-accent-dark: var(--b1258);
    --color-secondary: var(--cb4d5);
    --color-secondary-dark: var(--i0568);
    --color-surface: var(--k9a1a);
    --color-surface-elevated: var(--cb333);
    --color-on-surface: var(--he641);
    --color-on-surface-muted: var(--e0142);
    --color-text: var(--he641);
    --color-text-secondary: var(--pb6fd);
    --text-heading: var(--n73f7);
    --text-body: var(--k06b5);
    --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(--k06b5);
    background: var(--h645d);
    color: var(--he641);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--j8e33); text-decoration: none; transition: color .2s; }
a:hover { color: var(--n6f02); }
img { max-width: 100%; height: auto; display: block; }

.hf4fdc { width: 92%; max-width: var(--h34e5); margin: 0 auto; }

.lc1a75 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.f72c14 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--a1bb1); color: var(--he641);
    padding: 8px 16px; border-radius: var(--l984d);
    z-index: 999; transition: top .2s;
}
.f72c14:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.i01d3f {
    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);
}
.h2a87a {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.pbf219 {
    font-family: var(--n73f7);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--he641);
    white-space: nowrap; text-decoration: none;
}
.pbf219:hover { color: var(--n6f02); }

/* Main Nav */
.j15030 { display: flex; align-items: center; gap: 20px; }
.b57d7c {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.b57d7c a {
    color: var(--e0142); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.b57d7c a:hover { color: var(--j8e33); }

/* Language Select */
.c9e58e {
    background: var(--k9a1a); color: var(--he641);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--l984d);
    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;
}
.c9e58e:hover, .c9e58e:focus { border-color: var(--a1bb1); outline: none; }

/* Menu Toggle */
.nb592d {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.la2851, .la2851::before, .la2851::after {
    display: block; width: 24px; height: 2px;
    background: var(--he641); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.la2851 { position: relative; }
.la2851::before, .la2851::after { content: ''; position: absolute; left: 0; }
.la2851::before { top: -7px; }
.la2851::after { top: 7px; }

/* Mobile Nav */
.l2fba4 {
    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;
}
.l2fba4.p844aa { display: flex; }
.c670bb {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.c670bb a {
    font-size: 1.2rem; font-weight: 600; color: var(--he641); text-decoration: none;
}
.c670bb a:hover { color: var(--j8e33); }

/* ===== BUTTONS ===== */
.ie11e2 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--n73f7); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--f82dc); 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(--a1bb1) 0%, var(--d6c2c) 100%);
    color: var(--he641); box-shadow: var(--cf26d);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--he641);
}
.btn-secondary {
    background: transparent; color: var(--j8e33);
    border: 2px solid var(--a1bb1);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--n6f02); }

/* 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); }
}
.ja763d {
    background: linear-gradient(135deg, var(--n6f02) 0%, #e8a020 55%, var(--b1258) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.ja763d:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.g98d3f { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--d8cbe); }
.g133d9 { padding: 8px 18px; font-size: .85rem; border-radius: var(--l984d); }

/* Nav CTA in header */
.l63de8 {
    background: linear-gradient(135deg, var(--n6f02) 0%, var(--b1258) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--l984d);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.l63de8:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.je5142 {
    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(--h645d);
    position: relative; overflow: hidden;
}
.je5142::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;
}
.lc7e32 {
    font-family: var(--n73f7);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--n6f02) 0%, var(--j8e33) 50%, var(--a1bb1) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.pe1f8c {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--e0142);
    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(--h645d);
}
.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(--n73f7);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--n6f02) 0%, var(--j8e33) 45%, var(--a1bb1) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--e0142);
    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(--e0142);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--l984d);
}
.hero-stat strong { color: var(--j8e33); }

/* ===== SECTIONS ===== */
.lda363 { padding: clamp(52px, 7vw, 80px) 0; }
.j05d65 { background: var(--l1bec); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--a1bb1); margin-bottom: 10px;
}
.lda363 h2, .i75274 {
    font-family: var(--n73f7);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.lda363 h3 {
    font-family: var(--n73f7); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--j8e33);
}
.lda363 p, .section-desc {
    color: var(--e0142); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.lda363 ul, .lda363 ol {
    color: var(--e0142); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.lda363 li { margin-bottom: 8px; }
.lda363 li strong { color: var(--he641); }

/* ===== 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(--k9a1a), var(--cb333));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--f82dc); 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(--ibf03);
}
.h15f73 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--n73f7); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--he641);
}
.card p { color: var(--e0142); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.lc580f { overflow-x: auto; margin: 24px 0; border-radius: var(--l984d); }
.m3335c { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.m3335c thead th {
    background: var(--cb333); color: var(--he641); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.m3335c thead th:first-child { border-radius: var(--l984d) 0 0 0; }
.m3335c thead th:last-child { border-radius: 0 var(--l984d) 0 0; }
.m3335c tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.m3335c td { padding: 13px 16px; }
.m3335c td:first-child { color: var(--e0142); font-weight: 500; width: 42%; }
.m3335c td:last-child { color: var(--he641); font-weight: 600; }
.m3335c 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(--a1bb1), var(--d6c2c));
    border-radius: 50%; font-family: var(--n73f7);
    font-size: 1.2rem; font-weight: 700; color: var(--he641);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--e0142); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.pfc761 { max-width: 800px; margin: 0 auto; }
details.m6a414 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.m6a414 summary {
    display: block; list-style: none;
    color: var(--he641); font-family: var(--k06b5);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.m6a414 summary::-webkit-details-marker { display: none; }
details.m6a414 summary::marker { display: none; content: ''; }
details.m6a414 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--a1bb1); transition: transform .3s;
}
details.m6a414[open] summary::after { content: '\2212'; }
details.m6a414 summary:hover { color: var(--j8e33); }
details.m6a414 > p { padding: 0 0 20px; color: var(--e0142); font-size: .9rem; line-height: 1.7; }
details.m6a414 > div { padding: 0 0 20px; color: var(--e0142); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--l1bec); }

/* ===== INFO GRID & CARDS ===== */
.id2cc8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.nff301 {
    background: linear-gradient(145deg, var(--k9a1a), var(--cb333));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--f82dc); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.nff301:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--ibf03);
}
.hd0b67 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.nff301 h3 {
    font-family: var(--n73f7); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--he641);
}
.nff301 p { color: var(--e0142); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.n92db1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.e75395 {
    background: linear-gradient(145deg, var(--k9a1a), var(--cb333));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--f82dc); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.e75395:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.e75395 h3 {
    font-family: var(--n73f7); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--n6f02);
}
.e75395 p { color: var(--e0142); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.g79f40 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.afea66 { text-align: center; padding: 22px 14px; }
.db55a3 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--a1bb1), var(--d6c2c));
    border-radius: 50%; font-family: var(--n73f7);
    font-size: 1.15rem; font-weight: 800; color: var(--he641);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.afea66 h3 {
    font-family: var(--n73f7); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--he641);
}
.afea66 p { color: var(--e0142); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.nd0bf1 {
    background: linear-gradient(145deg, var(--k9a1a), var(--cb333));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--d8cbe);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.f0729d { margin-top: 24px; }
.m5dd0f {
    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;
}
.m5dd0f > span:first-child { color: var(--e0142); text-align: left; }
.b04e79 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.e3d8ec {
    height: 100%;
    background: linear-gradient(90deg, var(--a1bb1) 0%, var(--n6f02) 100%);
    border-radius: 4px;
}
.m5dd0f > span:last-child { color: var(--n6f02); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.l49b67 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.m0c89a, .b42a9a {
    background: linear-gradient(145deg, var(--k9a1a), var(--cb333));
    border-radius: var(--f82dc); padding: 24px 22px;
}
.m0c89a { border-top: 3px solid var(--cb4d5); }
.b42a9a { border-top: 3px solid #C84040; }
.m0c89a h3, .m0c89a h4 { color: var(--cb4d5); margin-bottom: 12px; font-size: 1rem; }
.b42a9a h3, .b42a9a h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.m0c89a ul, .b42a9a ul { list-style: none; padding: 0; margin: 0; }
.m0c89a li::before { content: '\2713 '; color: var(--cb4d5); font-weight: 700; }
.b42a9a li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.m0c89a li, .b42a9a li { padding: 5px 0; color: var(--e0142); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.kf642b {
    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(--l1bec);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.kf642b h2 {
    font-family: var(--n73f7);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--n6f02), var(--j8e33));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.kf642b p { color: var(--e0142); 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(--a1bb1);
    border-radius: var(--l984d); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--e0142); font-size: .9rem; }
.highlight-box strong { color: var(--j8e33); }

/* ===== BREADCRUMB ===== */
.ea5f1c { padding: 14px 0; font-size: .82rem; }
.ce868b { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.ce868b li + li::before { content: '\203A'; margin-right: 8px; color: var(--f9060); }
.ea5f1c a { color: var(--f9060); }
.ea5f1c a:hover { color: var(--j8e33); }
.ea5f1c [aria-current] { color: var(--a1bb1); }

/* ===== SITE FOOTER ===== */
.ia8d43 {
    background: var(--h645d); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.k22004 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.k22004 a {
    color: var(--f9060); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.k22004 a:hover { color: var(--j8e33); }

.ed9985 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.ed9985 p {
    color: var(--f9060); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.ed9985 a { color: var(--a1bb1); }
.hcd287 { text-align: center; color: var(--f9060); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.edbc39 { max-width: 800px; margin: 0 auto; }
.edbc39 p {
    color: var(--e0142); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.edbc39 p:last-child { margin-bottom: 0; }
.edbc39 strong { color: var(--he641); }
.edbc39 a { color: var(--j8e33); text-decoration: underline; text-underline-offset: 3px; }
.edbc39 a:hover { color: var(--n6f02); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.jf197e {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.edbead { direction: rtl; }
.edbead > * { direction: ltr; }
.od9d67 { border-radius: var(--d8cbe); overflow: hidden; }
.od9d67 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--d8cbe);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.cd6156 { color: var(--e0142); font-size: .93rem; line-height: 1.7; }
.cd6156 strong { color: var(--he641); }
.cd6156 a { color: var(--j8e33); }
@media (max-width: 768px) {
    .jf197e { grid-template-columns: 1fr; gap: 24px; }
    .edbead { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--i08bd);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--i08bd); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.i00243 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--a1bb1);
    color: var(--he641); 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(--ibf03);
}
.i00243.c2641f { opacity: 1; visibility: visible; }
.i00243:hover { transform: translateY(-3px); background: var(--i08bd); }

/* ===== REVIEW SCORE (review page) ===== */
.fa8008 {
    font-family: var(--n73f7); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--n6f02), var(--j8e33));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--n6f02); 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(--e0142); width: 55%; }
.score-table td:last-child { color: var(--n6f02); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.ja2b15 {
    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);
}
.ja2b15 .ie11e2 { 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) {
    .b57d7c { display: none; }
    .j15030 .c9e58e { display: none; }
    .nb592d { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .l49b67 { grid-template-columns: 1fr; }
    section, .lda363 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .k22004 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .g79f40 { grid-template-columns: 1fr 1fr; }
    .id2cc8 { grid-template-columns: 1fr 1fr; }
    .m5dd0f { grid-template-columns: 1fr 100px auto; }
    .ja2b15 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .g98d3f { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .g79f40 { grid-template-columns: 1fr; }
    .id2cc8 { grid-template-columns: 1fr; }
    .h2a87a { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .fa8008 { font-size: 3.5rem; }
    .m5dd0f { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .l49b67 { grid-template-columns: 1fr; }
    .nd0bf1 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.p12b61 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.p12b61 summary.j129ca {
    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(--he641);
    padding: 6px 11px;
    border-radius: var(--l984d);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--k06b5);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.p12b61 summary.j129ca::-webkit-details-marker { display: none; }
.p12b61 summary.j129ca::marker { display: none; }
.p12b61:hover summary.j129ca,
.p12b61[open] summary.j129ca {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--n6f02);
}
.o8fd9c { font-size: .7rem; opacity: .7; transition: transform .2s; }
.p12b61[open] .o8fd9c { transform: rotate(180deg); }

.df6747 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--k9a1a);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--f82dc);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.p12b61[open] .df6747 {
    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); }
}
.df6747 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--pb6fd);
    border-radius: var(--l984d);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.df6747 li a:hover,
.df6747 li a.o10c9f {
    background: rgba(255,255,255,.08);
    color: var(--n6f02);
}
.df6747 li a.o10c9f { font-weight: 700; }

/* Mobile lang bar */
.f0485e {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.f0485e 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(--l984d);
    color: var(--pb6fd);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.f0485e a:hover,
.f0485e a.i5ac52 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--n6f02);
}
.f0485e a.i5ac52 { font-weight: 700; }

@media (max-width: 768px) {
    .p12b61 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.id2cc8, ul.kf4fa3 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.kbdf26 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .kbdf26 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.g79f40, ol.h0a6e4 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.h0a6e4 > li { counter-increment: step-counter; }
ol.h0a6e4 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--a1bb1); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.p162e8 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--a1bb1); }
.ia6562 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.b0e5e0 { width: 36px; height: 36px; border-radius: 50%; background: var(--a1bb1); color: var(--h645d); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.f3d560 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.n4ab34 { display: grid; grid-template-columns: 1fr; gap: 0; }
.f4fd15 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.f4fd15:last-child { border-bottom: none; }
.m20254 { font-weight: 600; padding: .75rem 1rem; color: var(--a1bb1); }
.k350fb { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.a83dcf .d5c46e { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.a83dcf .pb9139 { display: none; }
.a83dcf .m6a414.p844aa .pb9139 { display: block; }

/* faq variant C: definition list */
dl.pfc761 { display: grid; gap: 0; }
dl.pfc761 dt.f0b1a6 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.pfc761 dd.pb9139 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.ccf1ed { padding: 2rem 0; }
.l4d474 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.l4d474 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--f82dc); border: 1px solid var(--n6f02); color: var(--n6f02); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.l4d474 li a:hover { background: var(--n6f02); color: var(--h645d); }


/* Promo Banner (SVG image banners) */
.f03a4f { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.m42c14 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.m42c14:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.ged0fc { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.h15f73 { display: inline-block; vertical-align: middle; }
.hd0b67 .h15f73 { 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(--k9a1a), var(--cb333));
    border-radius: var(--f82dc); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--l984d); background: var(--l1bec); }
.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(--n6f02); }
@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(--n6f02); 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; }
  .ja763d { animation: none; }
}
/* Touch targets: minimum 44x44px */
.ie11e2, .ja763d, .g98d3f, .g133d9, .l63de8, .nb592d, .d5c46e, .f0b1a6, .i00243, .ja2b15 a, .j129ca { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.ja763d { position: relative; overflow: visible; }
.ja763d::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--n6f02); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.ja763d:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.ja763d::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(--n6f02); 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(--l984d); background: var(--k9a1a); 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(--l984d); background: var(--k9a1a); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--n6f02); }
.trust-item span { font-size: 0.7rem; color: var(--n6f02); 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(--k9a1a); border-radius: var(--f82dc); 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(--n6f02), var(--a1bb1)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--h645d); flex-shrink: 0; }
.review-stars { color: var(--n6f02); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--f9060); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--pb6fd); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1060px; }
:root { --radius: 6px; --radius-lg: 10px; --radius-sm: 4px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.btn { border-radius: 999px; }
.btn-lg { border-radius: 999px; }
.btn-sm { border-radius: 999px; }
.info-card:hover, .bonus-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.6); }
body { line-height: 1.75; }
body { font-size: 15.5px; }
.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: none; border-color: var(--gold); }


/* ===== 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,.lc7e32,.i75274{font-family:var(--cfh);}
.hf4fdc{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.lda363{padding:58px 0;position:relative;}
.id2cc8{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.id2cc8.kbdf26{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.g79f40{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.l49b67{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.jf197e{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.edbead{direction:rtl;}.edbead>*{direction:ltr;}
.od9d67 img,.od9d67 svg{width:100%;height:auto;}
.cd6156 p{margin:0 0 1em;}
.pfc761{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.f0b1a6{cursor:pointer;list-style:none;position:relative;}.f0b1a6::-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;}
.ged0fc{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){
  .je5142 .hf4fdc{grid-template-columns:1fr !important;}
  .jf197e,.l49b67{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.edbead{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,.i01d3f{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;}
.je5142{padding:80px 0 56px;text-align:center;background:transparent!important;}
.je5142::before{display:none!important;}
.je5142.has-art .hf4fdc{display:flex;flex-direction:column;align-items:center;gap:20px;}
.je5142 .hero-art{order:2;}.hero-art img{max-width:430px;}
.lc7e32{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;}
.pe1f8c{color:#6B5B86;font-size:1.12rem;max-width:58ch;margin:18px auto 26px;font-weight:600;}
.i75274{text-align:center;font-family:'Baloo 2',cursive;font-weight:800;color:#1A1030!important;}
.i75274::after{content:"";display:block;width:80px;height:6px;border-radius:6px;background:#FF2D8B;margin:14px auto 0;box-shadow:3px 3px 0 #1A1030;}
.ja763d,.l63de8{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;}
.g98d3f{padding:14px 32px;}.ja763d:hover,.l63de8: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;}
.nff301,.e75395,.afea66,.m0c89a,.b42a9a{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;}
.nff301:hover,.e75395:hover,.afea66:hover{transform:translate(-3px,-3px);box-shadow:8px 8px 0 #FF2D8B!important;}
.nff301 h3,.e75395 h3,.afea66 h3{color:#1A1030!important;font-family:'Baloo 2',cursive;font-weight:700;}
.nff301 p,.e75395 p,.afea66 p{color:#6B5B86!important;}
.db55a3,.b0e5e0{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;}
.cd6156{color:#6B5B86;}.cd6156 strong{color:#1A1030;}.od9d67 img{border:3px solid #1A1030;border-radius:22px;box-shadow:6px 6px 0 #2D6BFF;}
.j05d65{background:#FFE6F6!important;}
.m6a414{background:#FFFFFF!important;border:3px solid #1A1030!important;border-radius:16px;padding:4px 18px;box-shadow:3px 3px 0 #2D6BFF;}
.f0b1a6{color:#1A1030!important;font-family:'Baloo 2',cursive;font-weight:700;padding:14px 0;}
details.m6a414 summary.f0b1a6::after{content:"+";position:absolute;right:0;top:12px;color:#FF2D8B;font-size:1.4rem;}details.m6a414[open] summary.f0b1a6::after{content:"\2013";}
.pb9139{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;}
.m42c14{border:3px solid #1A1030;border-radius:22px;display:block;overflow:hidden;box-shadow:6px 6px 0 #2D6BFF;}
footer,.ia8d43{background:#FFE6F6!important;border-top:3px solid #1A1030!important;color:#6B5B86!important;}footer a{color:#1A1030!important;}
.ea5f1c a{color:#6B5B86!important;}

.edbc39 strong,.jf197e strong,.faq strong,.l49b67 strong{color:inherit !important;}
