@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 {
    --b9ae1:        #FF6F61;
    --gdcbb:        #FF9088;
    --ke2b6:        #CC5850;
    --b922d:        #FF7870;
    --f4d15:        #FF6F61;
    --c7d22:        #CC5850;
    --eb8e7:        #40E0D0;
    --m39b0:        #30B0A0;
    --o505b:        #040810;
    --ie8b5:        #081018;
    --a30b0:        #0C1820;
    --kadb7:        #102028;
    --g0b15:        #FFFFFF;
    --hd322:        #80A0B0;
    --efa8e:        #506878;
    --da223:        #80A0B0;
    --da3bb:    'Quicksand', sans-serif;
    --hebac:    'Nunito', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --l1cf4:       12px;
    --pa701:    20px;
    --p973f:    8px;
    --ec231:        1100px;
    --f814b:       0 4px 24px rgba(0,0,0,.5);
    --n2e01:         0 0 32px rgba(255,111,97,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--b9ae1);
    --color-primary-light: var(--gdcbb);
    --color-primary-dark: var(--ke2b6);
    --color-accent: var(--f4d15);
    --color-accent-dark: var(--c7d22);
    --color-secondary: var(--eb8e7);
    --color-secondary-dark: var(--m39b0);
    --color-surface: var(--a30b0);
    --color-surface-elevated: var(--kadb7);
    --color-on-surface: var(--g0b15);
    --color-on-surface-muted: var(--hd322);
    --color-text: var(--g0b15);
    --color-text-secondary: var(--da223);
    --text-heading: var(--da3bb);
    --text-body: var(--hebac);
    --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(--hebac);
    background: var(--o505b);
    color: var(--g0b15);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--gdcbb); text-decoration: none; transition: color .2s; }
a:hover { color: var(--f4d15); }
img { max-width: 100%; height: auto; display: block; }

.gd9774 { width: 92%; max-width: var(--ec231); margin: 0 auto; }

.hdfba1 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.ha3d7d {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--b9ae1); color: var(--g0b15);
    padding: 8px 16px; border-radius: var(--p973f);
    z-index: 999; transition: top .2s;
}
.ha3d7d:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.fc37f3 {
    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);
}
.d31319 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.i19bda {
    font-family: var(--da3bb);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--g0b15);
    white-space: nowrap; text-decoration: none;
}
.i19bda:hover { color: var(--f4d15); }

/* Main Nav */
.ka3edf { display: flex; align-items: center; gap: 20px; }
.oaef0d {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.oaef0d a {
    color: var(--hd322); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.oaef0d a:hover { color: var(--gdcbb); }

/* Language Select */
.he88fa {
    background: var(--a30b0); color: var(--g0b15);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--p973f);
    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;
}
.he88fa:hover, .he88fa:focus { border-color: var(--b9ae1); outline: none; }

/* Menu Toggle */
.f3b171 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.pae8c2, .pae8c2::before, .pae8c2::after {
    display: block; width: 24px; height: 2px;
    background: var(--g0b15); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.pae8c2 { position: relative; }
.pae8c2::before, .pae8c2::after { content: ''; position: absolute; left: 0; }
.pae8c2::before { top: -7px; }
.pae8c2::after { top: 7px; }

/* Mobile Nav */
.h9d340 {
    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;
}
.h9d340.i1e9cb { display: flex; }
.m34866 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.m34866 a {
    font-size: 1.2rem; font-weight: 600; color: var(--g0b15); text-decoration: none;
}
.m34866 a:hover { color: var(--gdcbb); }

/* ===== BUTTONS ===== */
.l30052 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--da3bb); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--l1cf4); 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(--b9ae1) 0%, var(--b922d) 100%);
    color: var(--g0b15); box-shadow: var(--n2e01);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--g0b15);
}
.btn-secondary {
    background: transparent; color: var(--gdcbb);
    border: 2px solid var(--b9ae1);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--f4d15); }

/* 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); }
}
.c9f790 {
    background: linear-gradient(135deg, var(--f4d15) 0%, #e8a020 55%, var(--c7d22) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.c9f790:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.f63581 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--pa701); }
.ba90f9 { padding: 8px 18px; font-size: .85rem; border-radius: var(--p973f); }

/* Nav CTA in header */
.ebfe4e {
    background: linear-gradient(135deg, var(--f4d15) 0%, var(--c7d22) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--p973f);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.ebfe4e:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.ade318 {
    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(--o505b);
    position: relative; overflow: hidden;
}
.ade318::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;
}
.ie6cee {
    font-family: var(--da3bb);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--f4d15) 0%, var(--gdcbb) 50%, var(--b9ae1) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.pd8289 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--hd322);
    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(--o505b);
}
.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(--da3bb);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--f4d15) 0%, var(--gdcbb) 45%, var(--b9ae1) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--hd322);
    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(--hd322);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--p973f);
}
.hero-stat strong { color: var(--gdcbb); }

/* ===== SECTIONS ===== */
.e15518 { padding: clamp(52px, 7vw, 80px) 0; }
.n12ed5 { background: var(--ie8b5); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--b9ae1); margin-bottom: 10px;
}
.e15518 h2, .j4d402 {
    font-family: var(--da3bb);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.e15518 h3 {
    font-family: var(--da3bb); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--gdcbb);
}
.e15518 p, .section-desc {
    color: var(--hd322); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.e15518 ul, .e15518 ol {
    color: var(--hd322); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.e15518 li { margin-bottom: 8px; }
.e15518 li strong { color: var(--g0b15); }

/* ===== 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(--a30b0), var(--kadb7));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--l1cf4); 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(--f814b);
}
.m321f3 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--da3bb); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--g0b15);
}
.card p { color: var(--hd322); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.ma7929 { overflow-x: auto; margin: 24px 0; border-radius: var(--p973f); }
.hc2cba { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.hc2cba thead th {
    background: var(--kadb7); color: var(--g0b15); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.hc2cba thead th:first-child { border-radius: var(--p973f) 0 0 0; }
.hc2cba thead th:last-child { border-radius: 0 var(--p973f) 0 0; }
.hc2cba tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.hc2cba td { padding: 13px 16px; }
.hc2cba td:first-child { color: var(--hd322); font-weight: 500; width: 42%; }
.hc2cba td:last-child { color: var(--g0b15); font-weight: 600; }
.hc2cba 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(--b9ae1), var(--b922d));
    border-radius: 50%; font-family: var(--da3bb);
    font-size: 1.2rem; font-weight: 700; color: var(--g0b15);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--hd322); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.a32719 { max-width: 800px; margin: 0 auto; }
details.o6653c { border-bottom: 1px solid rgba(255,255,255,.07); }
details.o6653c summary {
    display: block; list-style: none;
    color: var(--g0b15); font-family: var(--hebac);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.o6653c summary::-webkit-details-marker { display: none; }
details.o6653c summary::marker { display: none; content: ''; }
details.o6653c summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--b9ae1); transition: transform .3s;
}
details.o6653c[open] summary::after { content: '\2212'; }
details.o6653c summary:hover { color: var(--gdcbb); }
details.o6653c > p { padding: 0 0 20px; color: var(--hd322); font-size: .9rem; line-height: 1.7; }
details.o6653c > div { padding: 0 0 20px; color: var(--hd322); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--ie8b5); }

/* ===== INFO GRID & CARDS ===== */
.b7fa89 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.g95951 {
    background: linear-gradient(145deg, var(--a30b0), var(--kadb7));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--l1cf4); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.g95951:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--f814b);
}
.fded35 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.g95951 h3 {
    font-family: var(--da3bb); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--g0b15);
}
.g95951 p { color: var(--hd322); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.k9fceb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.bd2745 {
    background: linear-gradient(145deg, var(--a30b0), var(--kadb7));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--l1cf4); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.bd2745:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.bd2745 h3 {
    font-family: var(--da3bb); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--f4d15);
}
.bd2745 p { color: var(--hd322); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.c00f14 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.n56c4c { text-align: center; padding: 22px 14px; }
.g7910e {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--b9ae1), var(--b922d));
    border-radius: 50%; font-family: var(--da3bb);
    font-size: 1.15rem; font-weight: 800; color: var(--g0b15);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.n56c4c h3 {
    font-family: var(--da3bb); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--g0b15);
}
.n56c4c p { color: var(--hd322); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.o86636 {
    background: linear-gradient(145deg, var(--a30b0), var(--kadb7));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--pa701);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.pd4dab { margin-top: 24px; }
.p18845 {
    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;
}
.p18845 > span:first-child { color: var(--hd322); text-align: left; }
.c64683 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.l7c624 {
    height: 100%;
    background: linear-gradient(90deg, var(--b9ae1) 0%, var(--f4d15) 100%);
    border-radius: 4px;
}
.p18845 > span:last-child { color: var(--f4d15); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.gbbfb0 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.k72b25, .b8e82c {
    background: linear-gradient(145deg, var(--a30b0), var(--kadb7));
    border-radius: var(--l1cf4); padding: 24px 22px;
}
.k72b25 { border-top: 3px solid var(--eb8e7); }
.b8e82c { border-top: 3px solid #C84040; }
.k72b25 h3, .k72b25 h4 { color: var(--eb8e7); margin-bottom: 12px; font-size: 1rem; }
.b8e82c h3, .b8e82c h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.k72b25 ul, .b8e82c ul { list-style: none; padding: 0; margin: 0; }
.k72b25 li::before { content: '\2713 '; color: var(--eb8e7); font-weight: 700; }
.b8e82c li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.k72b25 li, .b8e82c li { padding: 5px 0; color: var(--hd322); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.befb6d {
    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(--ie8b5);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.befb6d h2 {
    font-family: var(--da3bb);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--f4d15), var(--gdcbb));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.befb6d p { color: var(--hd322); 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(--b9ae1);
    border-radius: var(--p973f); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--hd322); font-size: .9rem; }
.highlight-box strong { color: var(--gdcbb); }

/* ===== BREADCRUMB ===== */
.a3564d { padding: 14px 0; font-size: .82rem; }
.bedfcf { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.bedfcf li + li::before { content: '\203A'; margin-right: 8px; color: var(--efa8e); }
.a3564d a { color: var(--efa8e); }
.a3564d a:hover { color: var(--gdcbb); }
.a3564d [aria-current] { color: var(--b9ae1); }

/* ===== SITE FOOTER ===== */
.o95e6d {
    background: var(--o505b); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.c6ca3d {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.c6ca3d a {
    color: var(--efa8e); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.c6ca3d a:hover { color: var(--gdcbb); }

.if69ba {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.if69ba p {
    color: var(--efa8e); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.if69ba a { color: var(--b9ae1); }
.g6d702 { text-align: center; color: var(--efa8e); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.c04a66 { max-width: 800px; margin: 0 auto; }
.c04a66 p {
    color: var(--hd322); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.c04a66 p:last-child { margin-bottom: 0; }
.c04a66 strong { color: var(--g0b15); }
.c04a66 a { color: var(--gdcbb); text-decoration: underline; text-underline-offset: 3px; }
.c04a66 a:hover { color: var(--f4d15); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.o270d3 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.b7f421 { direction: rtl; }
.b7f421 > * { direction: ltr; }
.o0e108 { border-radius: var(--pa701); overflow: hidden; }
.o0e108 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--pa701);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.c8fd69 { color: var(--hd322); font-size: .93rem; line-height: 1.7; }
.c8fd69 strong { color: var(--g0b15); }
.c8fd69 a { color: var(--gdcbb); }
@media (max-width: 768px) {
    .o270d3 { grid-template-columns: 1fr; gap: 24px; }
    .b7f421 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--ke2b6);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--ke2b6); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.k59e5f {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--b9ae1);
    color: var(--g0b15); 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(--f814b);
}
.k59e5f.ib3b70 { opacity: 1; visibility: visible; }
.k59e5f:hover { transform: translateY(-3px); background: var(--ke2b6); }

/* ===== REVIEW SCORE (review page) ===== */
.nfbf0b {
    font-family: var(--da3bb); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--f4d15), var(--gdcbb));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--f4d15); 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(--hd322); width: 55%; }
.score-table td:last-child { color: var(--f4d15); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.f92ab9 {
    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);
}
.f92ab9 .l30052 { 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) {
    .oaef0d { display: none; }
    .ka3edf .he88fa { display: none; }
    .f3b171 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .gbbfb0 { grid-template-columns: 1fr; }
    section, .e15518 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .c6ca3d { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .c00f14 { grid-template-columns: 1fr 1fr; }
    .b7fa89 { grid-template-columns: 1fr 1fr; }
    .p18845 { grid-template-columns: 1fr 100px auto; }
    .f92ab9 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .f63581 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .c00f14 { grid-template-columns: 1fr; }
    .b7fa89 { grid-template-columns: 1fr; }
    .d31319 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .nfbf0b { font-size: 3.5rem; }
    .p18845 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .gbbfb0 { grid-template-columns: 1fr; }
    .o86636 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.f9cd14 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.f9cd14 summary.m55c6c {
    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(--g0b15);
    padding: 6px 11px;
    border-radius: var(--p973f);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--hebac);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.f9cd14 summary.m55c6c::-webkit-details-marker { display: none; }
.f9cd14 summary.m55c6c::marker { display: none; }
.f9cd14:hover summary.m55c6c,
.f9cd14[open] summary.m55c6c {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--f4d15);
}
.ha747c { font-size: .7rem; opacity: .7; transition: transform .2s; }
.f9cd14[open] .ha747c { transform: rotate(180deg); }

.a4860b {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--a30b0);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--l1cf4);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.f9cd14[open] .a4860b {
    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); }
}
.a4860b li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--da223);
    border-radius: var(--p973f);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.a4860b li a:hover,
.a4860b li a.o0b381 {
    background: rgba(255,255,255,.08);
    color: var(--f4d15);
}
.a4860b li a.o0b381 { font-weight: 700; }

/* Mobile lang bar */
.m5f02d {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.m5f02d 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(--p973f);
    color: var(--da223);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.m5f02d a:hover,
.m5f02d a.o6176a {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--f4d15);
}
.m5f02d a.o6176a { font-weight: 700; }

@media (max-width: 768px) {
    .f9cd14 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.b7fa89, ul.l54aef { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.h3a0d7 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .h3a0d7 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.c00f14, ol.ice738 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.ice738 > li { counter-increment: step-counter; }
ol.ice738 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--b9ae1); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.de1de7 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--b9ae1); }
.e39830 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.od6fba { width: 36px; height: 36px; border-radius: 50%; background: var(--b9ae1); color: var(--o505b); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.ma8bfc h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.nedfe2 { display: grid; grid-template-columns: 1fr; gap: 0; }
.j1ae69 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.j1ae69:last-child { border-bottom: none; }
.c7937c { font-weight: 600; padding: .75rem 1rem; color: var(--b9ae1); }
.fa9633 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.d0c5ac .f85da1 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.d0c5ac .nf8d54 { display: none; }
.d0c5ac .o6653c.i1e9cb .nf8d54 { display: block; }

/* faq variant C: definition list */
dl.a32719 { display: grid; gap: 0; }
dl.a32719 dt.i23893 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.a32719 dd.nf8d54 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.gad2a2 { padding: 2rem 0; }
.c18591 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.c18591 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--l1cf4); border: 1px solid var(--f4d15); color: var(--f4d15); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.c18591 li a:hover { background: var(--f4d15); color: var(--o505b); }


/* Promo Banner (SVG image banners) */
.k1364e { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.gbcefb { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.gbcefb:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.la2ce1 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.m321f3 { display: inline-block; vertical-align: middle; }
.fded35 .m321f3 { 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(--a30b0), var(--kadb7));
    border-radius: var(--l1cf4); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--p973f); background: var(--ie8b5); }
.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(--f4d15); }
@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(--f4d15); 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; }
  .c9f790 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.l30052, .c9f790, .f63581, .ba90f9, .ebfe4e, .f3b171, .f85da1, .i23893, .k59e5f, .f92ab9 a, .m55c6c { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.c9f790 { position: relative; overflow: visible; }
.c9f790::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--f4d15); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.c9f790:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.c9f790::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(--f4d15); 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(--p973f); background: var(--a30b0); 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(--p973f); background: var(--a30b0); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--f4d15); }
.trust-item span { font-size: 0.7rem; color: var(--f4d15); 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(--a30b0); border-radius: var(--l1cf4); 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(--f4d15), var(--b9ae1)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--o505b); flex-shrink: 0; }
.review-stars { color: var(--f4d15); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--efa8e); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--da223); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1160px; }
:root { --radius: 24px; --radius-lg: 36px; --radius-sm: 14px; }
.section { padding: clamp(40px, 5vw, 60px) 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: 0 2px 8px rgba(0,0,0,.2); }
body { line-height: 1.6; }
body { font-size: 16px; }
.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,.ie6cee,.j4d402{font-family:var(--cfh);}
.gd9774{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.e15518{padding:58px 0;position:relative;}
.b7fa89{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.b7fa89.h3a0d7{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.c00f14{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.gbbfb0{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.o270d3{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.b7f421{direction:rtl;}.b7f421>*{direction:ltr;}
.o0e108 img,.o0e108 svg{width:100%;height:auto;}
.c8fd69 p{margin:0 0 1em;}
.a32719{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.i23893{cursor:pointer;list-style:none;position:relative;}.i23893::-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;}
.la2ce1{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){
  .ade318 .gd9774{grid-template-columns:1fr !important;}
  .o270d3,.gbbfb0{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.b7f421{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,.fc37f3{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;}
.ade318{padding:80px 0 56px;text-align:center;background:transparent!important;}
.ade318::before{display:none!important;}
.ade318.has-art .gd9774{display:flex;flex-direction:column;align-items:center;gap:20px;}
.ade318 .hero-art{order:2;}.hero-art img{max-width:430px;}
.ie6cee{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;}
.pd8289{color:#6B5B86;font-size:1.12rem;max-width:58ch;margin:18px auto 26px;font-weight:600;}
.j4d402{text-align:center;font-family:'Baloo 2',cursive;font-weight:800;color:#1A1030!important;}
.j4d402::after{content:"";display:block;width:80px;height:6px;border-radius:6px;background:#FF2D8B;margin:14px auto 0;box-shadow:3px 3px 0 #1A1030;}
.c9f790,.ebfe4e{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;}
.f63581{padding:14px 32px;}.c9f790:hover,.ebfe4e: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;}
.g95951,.bd2745,.n56c4c,.k72b25,.b8e82c{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;}
.g95951:hover,.bd2745:hover,.n56c4c:hover{transform:translate(-3px,-3px);box-shadow:8px 8px 0 #FF2D8B!important;}
.g95951 h3,.bd2745 h3,.n56c4c h3{color:#1A1030!important;font-family:'Baloo 2',cursive;font-weight:700;}
.g95951 p,.bd2745 p,.n56c4c p{color:#6B5B86!important;}
.g7910e,.od6fba{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;}
.c8fd69{color:#6B5B86;}.c8fd69 strong{color:#1A1030;}.o0e108 img{border:3px solid #1A1030;border-radius:22px;box-shadow:6px 6px 0 #2D6BFF;}
.n12ed5{background:#FFE6F6!important;}
.o6653c{background:#FFFFFF!important;border:3px solid #1A1030!important;border-radius:16px;padding:4px 18px;box-shadow:3px 3px 0 #2D6BFF;}
.i23893{color:#1A1030!important;font-family:'Baloo 2',cursive;font-weight:700;padding:14px 0;}
details.o6653c summary.i23893::after{content:"+";position:absolute;right:0;top:12px;color:#FF2D8B;font-size:1.4rem;}details.o6653c[open] summary.i23893::after{content:"\2013";}
.nf8d54{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;}
.gbcefb{border:3px solid #1A1030;border-radius:22px;display:block;overflow:hidden;box-shadow:6px 6px 0 #2D6BFF;}
footer,.o95e6d{background:#FFE6F6!important;border-top:3px solid #1A1030!important;color:#6B5B86!important;}footer a{color:#1A1030!important;}
.a3564d a{color:#6B5B86!important;}

.c04a66 strong,.o270d3 strong,.faq strong,.gbbfb0 strong{color:inherit !important;}
