@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');
/* ===== ARCTIC FROST — Design System ===== */
:root {
    --bd13e:        #5DADE2;
    --e5f18:  #85C1E9;
    --f1507:   #2E86C1;
    --gba3c:         #85C1E9;
    --hbc89:         #5DADE2;
    --b70c0:    #2E86C1;
    --nab46:         #5DADE2;
    --jf081:    #2E86C1;
    --gbc7e:           #060A10;
    --g2efa:         #0C1420;
    --gfee2:         #121E30;
    --ld318:         #18283E;
    --fe046:        #FFFFFF;
    --mdd4c:         #B0BEC5;
    --nfb35:       #78909C;
    --a267e:       #B0BEC5;
    --g5f23:    'Quicksand', sans-serif;
    --p3527:    'Quicksand', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --ic2f7:       16px;
    --o5a80:    24px;
    --a192d:    10px;
    --o5ab1:        1100px;
    --o2490:       0 6px 28px rgba(0,0,0,.45);
    --l9d20:         0 0 32px rgba(93,173,226,.25);
    --frost:        #ECF0F1;
    --silver:       #D5DBDB;
    --coral:        #E74C3C;
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--bd13e);
    --color-primary-light: var(--e5f18);
    --color-primary-dark: var(--f1507);
    --color-accent: var(--hbc89);
    --color-accent-dark: var(--b70c0);
    --color-secondary: var(--nab46);
    --color-secondary-dark: var(--jf081);
    --color-surface: var(--gfee2);
    --color-surface-elevated: var(--ld318);
    --color-on-surface: var(--fe046);
    --color-on-surface-muted: var(--mdd4c);
    --color-text: var(--fe046);
    --color-text-secondary: var(--a267e);
    --text-heading: var(--g5f23);
    --text-body: var(--p3527);
    --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(--p3527);
    background: var(--gbc7e);
    color: var(--fe046);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--e5f18); text-decoration: none; transition: color .2s; }
a:hover { color: var(--frost); }
img { max-width: 100%; height: auto; display: block; }

.n66c6a { width: 92%; max-width: var(--o5ab1); margin: 0 auto; }

.f8d460 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.h88697 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--bd13e); color: var(--fe046);
    padding: 8px 16px; border-radius: var(--a192d);
    z-index: 999; transition: top .2s;
}
.h88697:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.j6f85a {
    position: sticky; top: 0; z-index: 100;
    background: rgba(6,10,16,.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(93,173,226,.15);
}
.ne1f8f {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.d2d4bd {
    font-family: var(--g5f23);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--fe046);
    white-space: nowrap; text-decoration: none;
}
.d2d4bd:hover { color: var(--e5f18); }

/* Main Nav */
.hfb5f4 { display: flex; align-items: center; gap: 20px; }
.i8e300 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.i8e300 a {
    color: var(--mdd4c); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.i8e300 a:hover { color: var(--e5f18); }

/* Language Select */
.kc1848 {
    background: var(--gfee2); color: var(--fe046);
    border: 1px solid rgba(93,173,226,.25);
    border-radius: var(--a192d);
    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='%235DADE2'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 8px center;
    transition: border-color .2s;
}
.kc1848:hover, .kc1848:focus { border-color: var(--bd13e); outline: none; }

/* Menu Toggle */
.e1ca08 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.cb0db2, .cb0db2::before, .cb0db2::after {
    display: block; width: 24px; height: 2px;
    background: var(--fe046); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.cb0db2 { position: relative; }
.cb0db2::before, .cb0db2::after { content: ''; position: absolute; left: 0; }
.cb0db2::before { top: -7px; }
.cb0db2::after { top: 7px; }

/* Mobile Nav */
.b586bd {
    display: none; position: fixed; inset: 0;
    background: rgba(6,10,16,.97); z-index: 200;
    align-items: center; justify-content: center;
    flex-direction: column; padding: 60px 20px;
}
.b586bd.e76378 { display: flex; }
.m9b3b6 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.m9b3b6 a {
    font-size: 1.2rem; font-weight: 600; color: var(--fe046); text-decoration: none;
}
.m9b3b6 a:hover { color: var(--e5f18); }

/* ===== BUTTONS ===== */
.d28704 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--g5f23); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--ic2f7); 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(--bd13e) 0%, var(--e5f18) 100%);
    color: #060A10; box-shadow: var(--l9d20);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(93,173,226,.5);
    color: #060A10;
}
.btn-secondary {
    background: transparent; color: var(--e5f18);
    border: 2px solid var(--bd13e);
}
.btn-secondary:hover { background: rgba(93,173,226,.1); color: var(--frost); }

/* Gold CTA — main call-to-action (ice-blue themed) */
@keyframes pulse-glow {
    0%,100% { box-shadow: 0 0 22px rgba(93,173,226,.35); }
    50%      { box-shadow: 0 0 50px rgba(93,173,226,.65), 0 0 90px rgba(93,173,226,.15); }
}
.jaca36 {
    background: linear-gradient(135deg, #85C1E9 0%, #5DADE2 55%, #2E86C1 100%);
    color: #060A10; font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(93,173,226,.4);
    /* animation moved to ::after */
}
.jaca36:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(93,173,226,.65);
    color: #060A10; animation: none;
}

.g37081 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--o5a80); }
.h78813 { padding: 8px 18px; font-size: .85rem; border-radius: var(--a192d); }

/* Nav CTA in header */
.bdd05b {
    background: linear-gradient(135deg, var(--bd13e) 0%, var(--f1507) 100%);
    color: #060A10 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--a192d);
    box-shadow: 0 0 16px rgba(93,173,226,.3);
    transition: transform .2s, box-shadow .2s;
}
.bdd05b:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(93,173,226,.55);
    color: #060A10 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.c64028 {
    padding: clamp(52px, 8vw, 90px) 0 clamp(44px, 6vw, 70px);
    text-align: center;
    background:
        radial-gradient(ellipse 80% 55% at 50% 0%, rgba(93,173,226,.12) 0%, transparent 65%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(133,193,233,.06) 0%, transparent 60%),
        var(--gbc7e);
    position: relative; overflow: hidden;
}
.c64028::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='1.5' fill='rgba(93,173,226,0.04)'/%3E%3Ccircle cx='10' cy='10' r='1' fill='rgba(236,240,241,0.02)'/%3E%3Ccircle cx='70' cy='15' r='0.8' fill='rgba(93,173,226,0.03)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.l55104 {
    font-family: var(--g5f23);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, #85C1E9 0%, #ECF0F1 50%, #5DADE2 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.o58c64 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--mdd4c);
    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(93,173,226,.11) 0%, transparent 70%),
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(236,240,241,.06) 0%, transparent 60%),
        var(--gbc7e);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='1.5' fill='rgba(93,173,226,0.04)'/%3E%3Ccircle cx='10' cy='10' r='1' fill='rgba(236,240,241,0.025)'/%3E%3Ccircle cx='70' cy='15' r='0.8' fill='rgba(93,173,226,0.03)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.hero h1 {
    font-family: var(--g5f23);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, #85C1E9 0%, #ECF0F1 45%, #5DADE2 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--mdd4c);
    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(--mdd4c);
    padding: 7px 14px;
    background: rgba(93,173,226,.06);
    border: 1px solid rgba(93,173,226,.15);
    border-radius: var(--a192d);
}
.hero-stat strong { color: var(--e5f18); }

/* ===== SECTIONS ===== */
.bc93da { padding: clamp(52px, 7vw, 80px) 0; }
.n0c44b { background: var(--g2efa); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--bd13e); margin-bottom: 10px;
}
.bc93da h2, .p0d9e9 {
    font-family: var(--g5f23);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.bc93da h3 {
    font-family: var(--g5f23); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--e5f18);
}
.bc93da p, .section-desc {
    color: var(--mdd4c); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.bc93da ul, .bc93da ol {
    color: var(--mdd4c); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.bc93da li { margin-bottom: 8px; }
.bc93da li strong { color: var(--fe046); }

/* ===== 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(--gfee2), var(--ld318));
    border: 1px solid rgba(93,173,226,.1);
    border-radius: var(--ic2f7); padding: 28px 24px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.card:hover {
    transform: translateY(-4px);
    border-color: rgba(93,173,226,.3);
    box-shadow: var(--o2490);
}
.a71826 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--g5f23); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--fe046);
}
.card p { color: var(--mdd4c); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.j35eff { overflow-x: auto; margin: 24px 0; border-radius: var(--a192d); }
.p752d9 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.p752d9 thead th {
    background: var(--ld318); color: var(--fe046); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(93,173,226,.2);
}
.p752d9 thead th:first-child { border-radius: var(--a192d) 0 0 0; }
.p752d9 thead th:last-child { border-radius: 0 var(--a192d) 0 0; }
.p752d9 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.p752d9 td { padding: 13px 16px; }
.p752d9 td:first-child { color: var(--mdd4c); font-weight: 500; width: 42%; }
.p752d9 td:last-child { color: var(--fe046); font-weight: 600; }
.p752d9 tr:hover { background: rgba(93,173,226,.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(--bd13e), var(--e5f18));
    border-radius: 50%; font-family: var(--g5f23);
    font-size: 1.2rem; font-weight: 700; color: #060A10;
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--mdd4c); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.b07d2f { max-width: 800px; margin: 0 auto; }
details.i358bd { border-bottom: 1px solid rgba(255,255,255,.07); }
details.i358bd summary {
    display: block; list-style: none;
    color: var(--fe046); font-family: var(--p3527);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.i358bd summary::-webkit-details-marker { display: none; }
details.i358bd summary::marker { display: none; content: ''; }
details.i358bd summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--bd13e); transition: transform .3s;
}
details.i358bd[open] summary::after { content: '\2212'; }
details.i358bd summary:hover { color: var(--e5f18); }
details.i358bd > p { padding: 0 0 20px; color: var(--mdd4c); font-size: .9rem; line-height: 1.7; }
details.i358bd > div { padding: 0 0 20px; color: var(--mdd4c); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--g2efa); }

/* ===== INFO GRID & CARDS ===== */
.ka3ba5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.j284c0 {
    background: linear-gradient(145deg, var(--gfee2), var(--ld318));
    border: 1px solid rgba(93,173,226,.12); border-radius: var(--ic2f7); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.j284c0:hover {
    transform: translateY(-5px);
    border-color: rgba(93,173,226,.35);
    box-shadow: var(--o2490);
}
.acda05 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.j284c0 h3 {
    font-family: var(--g5f23); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--fe046);
}
.j284c0 p { color: var(--mdd4c); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.oc02b3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.fe5b37 {
    background: linear-gradient(145deg, var(--gfee2), var(--ld318));
    border: 1px solid rgba(93,173,226,.15); border-radius: var(--ic2f7); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.fe5b37:hover { transform: translateY(-5px); border-color: rgba(93,173,226,.38); }
.fe5b37 h3 {
    font-family: var(--g5f23); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--e5f18);
}
.fe5b37 p { color: var(--mdd4c); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.o6d0d2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.nccfb9 { text-align: center; padding: 22px 14px; }
.j17e34 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--bd13e), var(--e5f18));
    border-radius: 50%; font-family: var(--g5f23);
    font-size: 1.15rem; font-weight: 800; color: #060A10;
    box-shadow: 0 0 22px rgba(93,173,226,.35);
}
.nccfb9 h3 {
    font-family: var(--g5f23); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--fe046);
}
.nccfb9 p { color: var(--mdd4c); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.med3e6 {
    background: linear-gradient(145deg, var(--gfee2), var(--ld318));
    border: 1px solid rgba(93,173,226,.18); border-radius: var(--o5a80);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.k98f6f { margin-top: 24px; }
.h7943e {
    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;
}
.h7943e > span:first-child { color: var(--mdd4c); text-align: left; }
.ebfabf {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.i55372 {
    height: 100%;
    background: linear-gradient(90deg, #2E86C1 0%, #85C1E9 100%);
    border-radius: 4px;
}
.h7943e > span:last-child { color: var(--e5f18); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.ofcd5b { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.j91528, .g567f0 {
    background: linear-gradient(145deg, var(--gfee2), var(--ld318));
    border-radius: var(--ic2f7); padding: 24px 22px;
}
.j91528 { border-top: 3px solid var(--bd13e); }
.g567f0 { border-top: 3px solid var(--coral); }
.j91528 h3, .j91528 h4 { color: var(--e5f18); margin-bottom: 12px; font-size: 1rem; }
.g567f0 h3, .g567f0 h4 { color: #F1948A; margin-bottom: 12px; font-size: 1rem; }
.j91528 ul, .g567f0 ul { list-style: none; padding: 0; margin: 0; }
.j91528 li::before { content: '\2713 '; color: var(--bd13e); font-weight: 700; }
.g567f0 li::before { content: '\2717 '; color: var(--coral); font-weight: 700; }
.j91528 li, .g567f0 li { padding: 5px 0; color: var(--mdd4c); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.mbbed4 {
    text-align: center; padding: clamp(52px, 7vw, 80px) 0;
    background:
        radial-gradient(ellipse 70% 60% at 50% 50%, rgba(93,173,226,.08) 0%, transparent 65%),
        radial-gradient(ellipse 80% 50% at 50% 50%, rgba(236,240,241,.05) 0%, transparent 70%),
        var(--g2efa);
    border-top: 1px solid rgba(93,173,226,.1);
    border-bottom: 1px solid rgba(93,173,226,.1);
}
.mbbed4 h2 {
    font-family: var(--g5f23);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 700; margin-bottom: 12px;
    background: linear-gradient(135deg, #85C1E9, #ECF0F1);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.mbbed4 p { color: var(--mdd4c); margin-bottom: 32px; font-size: .97rem; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ===== HIGHLIGHT BOX ===== */
.highlight-box {
    background: linear-gradient(135deg, rgba(93,173,226,.08), rgba(46,134,193,.05));
    border: 1px solid rgba(93,173,226,.2); border-left: 4px solid var(--bd13e);
    border-radius: var(--a192d); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--mdd4c); font-size: .9rem; }
.highlight-box strong { color: var(--e5f18); }

/* ===== BREADCRUMB ===== */
.f962e2 { padding: 14px 0; font-size: .82rem; }
.b2b157 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.b2b157 li + li::before { content: '\203A'; margin-right: 8px; color: var(--nfb35); }
.f962e2 a { color: var(--nfb35); }
.f962e2 a:hover { color: var(--e5f18); }
.f962e2 [aria-current] { color: var(--bd13e); }

/* ===== SITE FOOTER ===== */
.md5b71 {
    background: var(--gbc7e); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.g13fcd {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.g13fcd a {
    color: var(--nfb35); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.g13fcd a:hover { color: var(--e5f18); }

.m70c82 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.m70c82 p {
    color: var(--nfb35); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.m70c82 a { color: var(--bd13e); }
.h880ab { text-align: center; color: var(--nfb35); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.m88f6d { max-width: 800px; margin: 0 auto; }
.m88f6d p {
    color: var(--mdd4c); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.m88f6d p:last-child { margin-bottom: 0; }
.m88f6d strong { color: var(--fe046); }
.m88f6d a { color: var(--e5f18); text-decoration: underline; text-underline-offset: 3px; }
.m88f6d a:hover { color: var(--frost); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.o4c0a1 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.ad27bb { direction: rtl; }
.ad27bb > * { direction: ltr; }
.lcccb8 { border-radius: var(--o5a80); overflow: hidden; }
.lcccb8 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--o5a80);
    border: 1px solid rgba(93,173,226,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.kc4fbf { color: var(--mdd4c); font-size: .93rem; line-height: 1.7; }
.kc4fbf strong { color: var(--fe046); }
.kc4fbf a { color: var(--e5f18); }
@media (max-width: 768px) {
    .o4c0a1 { grid-template-columns: 1fr; gap: 24px; }
    .ad27bb { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--f1507);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--f1507); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.k029c9 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--bd13e);
    color: #060A10; 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(--o2490);
}
.k029c9.m5ad75 { opacity: 1; visibility: visible; }
.k029c9:hover { transform: translateY(-3px); background: var(--f1507); }

/* ===== REVIEW SCORE (review page) ===== */
.o31844 {
    font-family: var(--g5f23); font-size: 5rem; font-weight: 700;
    background: linear-gradient(135deg, #85C1E9, #ECF0F1);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--e5f18); 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(--mdd4c); width: 55%; }
.score-table td:last-child { color: var(--e5f18); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.j5a425 {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
    padding: 12px 16px;
    background: rgba(6,10,16,.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(93,173,226,.2);
    text-align: center;
    box-shadow: 0 -4px 24px rgba(0,0,0,.5);
}
.j5a425 .d28704 { 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) {
    .i8e300 { display: none; }
    .hfb5f4 .kc1848 { display: none; }
    .e1ca08 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .ofcd5b { grid-template-columns: 1fr; }
    section, .bc93da { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .g13fcd { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .o6d0d2 { grid-template-columns: 1fr 1fr; }
    .ka3ba5 { grid-template-columns: 1fr 1fr; }
    .h7943e { grid-template-columns: 1fr 100px auto; }
    .j5a425 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .g37081 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .o6d0d2 { grid-template-columns: 1fr; }
    .ka3ba5 { grid-template-columns: 1fr; }
    .ne1f8f { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .o31844 { font-size: 3.5rem; }
    .h7943e { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .ofcd5b { grid-template-columns: 1fr; }
    .med3e6 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.n0e4c5 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.n0e4c5 summary.n4be5a {
    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(--fe046);
    padding: 6px 11px;
    border-radius: var(--a192d);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--p3527);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.n0e4c5 summary.n4be5a::-webkit-details-marker { display: none; }
.n0e4c5 summary.n4be5a::marker { display: none; }
.n0e4c5:hover summary.n4be5a,
.n0e4c5[open] summary.n4be5a {
    background: rgba(255,255,255,.13);
    border-color: rgba(93,173,226,.35);
    color: var(--e5f18);
}
.of7c44 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.n0e4c5[open] .of7c44 { transform: rotate(180deg); }

.l17fd6 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--gfee2);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--ic2f7);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.n0e4c5[open] .l17fd6 {
    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); }
}
.l17fd6 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--a267e);
    border-radius: var(--a192d);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.l17fd6 li a:hover,
.l17fd6 li a.oc9870 {
    background: rgba(255,255,255,.08);
    color: var(--e5f18);
}
.l17fd6 li a.oc9870 { font-weight: 700; }

/* Mobile lang bar */
.e88c2d {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.e88c2d 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(--a192d);
    color: var(--a267e);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.e88c2d a:hover,
.e88c2d a.j26f2e {
    background: rgba(93,173,226,.12);
    border-color: rgba(93,173,226,.3);
    color: var(--e5f18);
}
.e88c2d a.j26f2e { font-weight: 700; }

@media (max-width: 768px) {
    .n0e4c5 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.ka3ba5, ul.d3aced { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.l244c9 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .l244c9 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.o6d0d2, ol.la5479 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.la5479 > li { counter-increment: step-counter; }
ol.la5479 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--bd13e); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.f4877c { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--bd13e); }
.n33fe7 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.pd44fe { width: 36px; height: 36px; border-radius: 50%; background: var(--bd13e); color: var(--gbc7e); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.a6acd9 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.pa0b84 { display: grid; grid-template-columns: 1fr; gap: 0; }
.f93a82 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.f93a82:last-child { border-bottom: none; }
.lf6172 { font-weight: 600; padding: .75rem 1rem; color: var(--bd13e); }
.g1cc34 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.d68cfb .fb07aa { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.d68cfb .kd5a37 { display: none; }
.d68cfb .i358bd.e76378 .kd5a37 { display: block; }

/* faq variant C: definition list */
dl.b07d2f { display: grid; gap: 0; }
dl.b07d2f dt.c339ce { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.b07d2f dd.kd5a37 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.ceedc8 { padding: 2rem 0; }
.l7ab55 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.l7ab55 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--ic2f7); border: 1px solid var(--hbc89); color: var(--hbc89); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.l7ab55 li a:hover { background: var(--hbc89); color: var(--gbc7e); }


/* Promo Banner (SVG image banners) */
.e127ff { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.o327fd { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.o327fd:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.h9d890 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.a71826 { display: inline-block; vertical-align: middle; }
.acda05 .a71826 { 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(--gfee2), var(--ld318));
    border-radius: var(--ic2f7); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--a192d); background: var(--g2efa); }
.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(--hbc89); }
@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(--hbc89); 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; }
  .jaca36 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.d28704, .jaca36, .g37081, .h78813, .bdd05b, .e1ca08, .fb07aa, .c339ce, .k029c9, .j5a425 a, .n4be5a { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.jaca36 { position: relative; overflow: visible; }
.jaca36::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--hbc89); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.jaca36:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.jaca36::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(--hbc89); 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(--a192d); background: var(--gfee2); 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(--a192d); background: var(--gfee2); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--hbc89); }
.trust-item span { font-size: 0.7rem; color: var(--hbc89); 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(--gfee2); border-radius: var(--ic2f7); 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(--hbc89), var(--bd13e)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--gbc7e); flex-shrink: 0; }
.review-stars { color: var(--hbc89); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--nfb35); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--a267e); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1160px; }
:root { --radius: 6px; --radius-lg: 10px; --radius-sm: 4px; }
.section { padding: clamp(64px, 9vw, 100px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.btn { border-radius: 999px; }
.btn-lg { border-radius: 999px; }
.btn-sm { border-radius: 999px; }
.info-card:hover, .bonus-card:hover { box-shadow: none; }
body { line-height: 1.8; }
body { font-size: 16.5px; }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
.info-card:hover { transform: translateY(-3px) rotate(0.5deg); }


/* ===== USA design language: Pastel Cloud (cloud) ===== */
:root{
  --cbg:#FFF5EC; --csurf:#FFFFFF; --csurf2:#F8E8DC;
  --ctext:#2A2333; --cmuted:#6E6480; --cacc:#FFB4A2; --cacc2:#B8E0D2;
  --cbord:#F0DCD0; --cfh:'Comfortaa',cursive; --cfb:'DM Sans',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,.l55104,.p0d9e9{font-family:var(--cfh);}
.n66c6a{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.bc93da{padding:58px 0;position:relative;}
.ka3ba5{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.ka3ba5.l244c9{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.o6d0d2{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.ofcd5b{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.o4c0a1{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.ad27bb{direction:rtl;}.ad27bb>*{direction:ltr;}
.lcccb8 img,.lcccb8 svg{width:100%;height:auto;}
.kc4fbf p{margin:0 0 1em;}
.b07d2f{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.c339ce{cursor:pointer;list-style:none;position:relative;}.c339ce::-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;}
.h9d890{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){
  .c64028 .n66c6a{grid-template-columns:1fr !important;}
  .o4c0a1,.ofcd5b{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.ad27bb{direction:ltr;}
}

/* PASTEL CLOUD — мечтательный персик/мята, Comfortaa, мягкий */
body{background:
  radial-gradient(620px 480px at 4% -4%,rgba(255,180,162,0.3),transparent 60%),
  radial-gradient(560px 440px at 96% 8%,rgba(184,224,210,0.28),transparent 60%),
  radial-gradient(720px 540px at 50% 110%,rgba(255,180,162,0.18),transparent 60%),#FFF5EC!important;color:#2A2333!important;}
header,.j6f85a{background:rgba(255,255,255,0.85)!important;border-bottom:1px solid #F0DCD0!important;backdrop-filter:blur(10px);}
header a,nav a{color:#6E6480!important;font-family:'Comfortaa',cursive;font-weight:600;}header a:hover{color:#FFB4A2!important;}
.c64028{padding:88px 0 60px;background:transparent!important;}.c64028::before{display:none!important;}
.c64028.has-art .n66c6a{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;}
.l55104{font-family:'Comfortaa',cursive;font-weight:700;font-size:clamp(2.2rem,4.8vw,3.6rem);line-height:1.12;color:#2A2333!important;-webkit-text-fill-color:#2A2333!important;background:none!important;letter-spacing:-.01em;}
.o58c64{color:#6E6480;font-family:'DM Sans',sans-serif;font-size:1.14rem;max-width:54ch;margin:20px 0 28px;}
.p0d9e9{text-align:center;font-family:'Comfortaa',cursive;font-weight:700;color:#2A2333!important;}
.p0d9e9::after{content:"";display:block;width:120px;height:14px;border-radius:14px;margin:16px auto 0;
  background:radial-gradient(closest-side,#FFB4A2 60%,transparent 70%) 0/24px 14px space,radial-gradient(closest-side,#B8E0D2 60%,transparent 70%) 12px/24px 14px space;}
.jaca36,.bdd05b{background:linear-gradient(120deg,#FFB4A2,#B8E0D2)!important;color:#2A2333!important;border:none!important;border-radius:999px;font-family:'Comfortaa',cursive;font-weight:700;box-shadow:0 14px 30px rgba(255,180,162,0.35);}
.g37081{padding:16px 38px;}.jaca36:hover,.bdd05b:hover{transform:translateY(-3px);box-shadow:0 20px 38px rgba(255,180,162,0.5);}
.hero-trust{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px;}
.hero-badge{background:#FFFFFF!important;border:none!important;color:#6E6480!important;border-radius:999px;padding:10px 18px;font-family:'Comfortaa',cursive;font-weight:600;font-size:.84rem;box-shadow:0 6px 16px rgba(255,180,162,0.18);}
.j284c0,.fe5b37,.nccfb9,.j91528,.g567f0{background:#FFFFFF!important;border:none!important;border-radius:32px;padding:30px;box-shadow:0 18px 40px rgba(255,180,162,0.15)!important;transition:transform .25s,box-shadow .25s;}
.j284c0:hover,.fe5b37:hover,.nccfb9:hover{transform:translateY(-6px) rotate(-1deg);box-shadow:0 26px 52px rgba(255,180,162,0.28)!important;}
.j284c0 h3,.fe5b37 h3,.nccfb9 h3{color:#2A2333!important;font-family:'Comfortaa',cursive;font-weight:700;}
.j284c0 p,.fe5b37 p,.nccfb9 p{color:#6E6480!important;font-family:'DM Sans',sans-serif;}
.j17e34,.pd44fe{background:linear-gradient(120deg,#FFB4A2,#B8E0D2);color:#2A2333;width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Comfortaa',cursive;font-weight:700;margin-bottom:10px;box-shadow:0 10px 22px rgba(255,180,162,0.4);}
.kc4fbf{color:#6E6480;font-family:'DM Sans',sans-serif;}.kc4fbf strong{color:#2A2333;}.lcccb8 img{border-radius:36px;box-shadow:0 22px 48px rgba(255,180,162,0.22);}
.n0c44b{background:rgba(248,232,220,0.6)!important;}
.i358bd{background:#FFFFFF!important;border:none!important;border-radius:24px;padding:4px 22px;box-shadow:0 10px 24px rgba(255,180,162,0.12);}
.c339ce{color:#2A2333!important;font-family:'Comfortaa',cursive;font-weight:700;padding:16px 0;}
details.i358bd summary.c339ce::after{content:"+";position:absolute;right:0;top:14px;color:#FFB4A2;font-size:1.4rem;}details.i358bd[open] summary.c339ce::after{content:"\2013";}
.kd5a37{color:#6E6480!important;font-family:'DM Sans',sans-serif;padding-bottom:14px;}
.trust-item{background:#FFFFFF!important;border:none!important;border-radius:999px;padding:13px 20px;color:#2A2333!important;font-family:'Comfortaa',cursive;font-weight:600;box-shadow:0 8px 18px rgba(255,180,162,0.18);}
.o327fd{border-radius:36px;display:block;overflow:hidden;box-shadow:0 20px 44px rgba(255,180,162,0.25);}
footer,.md5b71{background:rgba(248,232,220,0.7)!important;border-top:none!important;color:#6E6480!important;}footer a{color:#6E6480!important;}footer a:hover{color:#FFB4A2!important;}

.m88f6d strong,.o4c0a1 strong,.faq strong,.ofcd5b strong{color:inherit !important;}
