@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap');
/* ===== OCEAN DEEP — Design System ===== */
:root {
    --f175f:        #1ABC9C;
    --gf731:  #48D1CC;
    --a710a:   #16A085;
    --o8a3c:         #48D1CC;
    --accec:         #1ABC9C;
    --a2075:    #16A085;
    --d8f55:         #1ABC9C;
    --c9f1a:    #16A085;
    --d5026:           #04080F;
    --k20f8:         #0A1628;
    --j9d12:         #0F2035;
    --k135e:         #152A42;
    --p3941:        #FFFFFF;
    --mcc80:         #94A7C0;
    --d7e4a:       #5E7590;
    --mad67:       #94A7C0;
    --coral:        #FF6B6B;
    --a2471:    'Outfit', sans-serif;
    --d707e:    'Outfit', sans-serif;
    --bd6b4:       12px;
    --n78a1:    20px;
    --h6977:    8px;
    --ab0f6:        1100px;
    --k15b9:       0 4px 24px rgba(0,0,0,.55);
    --m4eaa:         0 0 32px rgba(26,188,156,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--f175f);
    --color-primary-light: var(--gf731);
    --color-primary-dark: var(--a710a);
    --color-accent: var(--accec);
    --color-accent-dark: var(--a2075);
    --color-secondary: var(--d8f55);
    --color-secondary-dark: var(--c9f1a);
    --color-surface: var(--j9d12);
    --color-surface-elevated: var(--k135e);
    --color-on-surface: var(--p3941);
    --color-on-surface-muted: var(--mcc80);
    --color-text: var(--p3941);
    --color-text-secondary: var(--mad67);
    --text-heading: var(--a2471);
    --text-body: var(--d707e);
    --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(--d707e);
    background: var(--d5026);
    color: var(--p3941);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--gf731); text-decoration: none; transition: color .2s; }
a:hover { color: var(--accec); }
img { max-width: 100%; height: auto; display: block; }

.c1beb8 { width: 92%; max-width: var(--ab0f6); margin: 0 auto; }

.j7f3c5 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.ncd89d {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--f175f); color: var(--p3941);
    padding: 8px 16px; border-radius: var(--h6977);
    z-index: 999; transition: top .2s;
}
.ncd89d:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.dd6a09 {
    position: sticky; top: 0; z-index: 100;
    background: rgba(4,8,15,.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(26,188,156,.15);
}
.o1e692 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.lb5861 {
    font-family: var(--a2471);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--p3941);
    white-space: nowrap; text-decoration: none;
}
.lb5861:hover { color: var(--gf731); }

/* Main Nav */
.jae87f { display: flex; align-items: center; gap: 20px; }
.pc8443 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.pc8443 a {
    color: var(--mcc80); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.pc8443 a:hover { color: var(--gf731); }

/* Language Select */
.m9944b {
    background: var(--j9d12); color: var(--p3941);
    border: 1px solid rgba(26,188,156,.25);
    border-radius: var(--h6977);
    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='%231ABC9C'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 8px center;
    transition: border-color .2s;
}
.m9944b:hover, .m9944b:focus { border-color: var(--f175f); outline: none; }

/* Menu Toggle */
.efa6b0 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.j64a90, .j64a90::before, .j64a90::after {
    display: block; width: 24px; height: 2px;
    background: var(--p3941); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.j64a90 { position: relative; }
.j64a90::before, .j64a90::after { content: ''; position: absolute; left: 0; }
.j64a90::before { top: -7px; }
.j64a90::after { top: 7px; }

/* Mobile Nav */
.i45b2a {
    display: none; position: fixed; inset: 0;
    background: rgba(4,8,15,.97); z-index: 200;
    align-items: center; justify-content: center;
    flex-direction: column; padding: 60px 20px;
}
.i45b2a.e98296 { display: flex; }
.m1b16f {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.m1b16f a {
    font-size: 1.2rem; font-weight: 600; color: var(--p3941); text-decoration: none;
}
.m1b16f a:hover { color: var(--gf731); }

/* ===== BUTTONS ===== */
.h15ba4 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--a2471); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--bd6b4); 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(--f175f) 0%, var(--o8a3c) 100%);
    color: var(--p3941); box-shadow: var(--m4eaa);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(26,188,156,.55);
    color: var(--p3941);
}
.btn-secondary {
    background: transparent; color: var(--gf731);
    border: 2px solid var(--f175f);
}
.btn-secondary:hover { background: rgba(26,188,156,.1); color: var(--gf731); }

/* Gold CTA — main call-to-action (aquamarine theme) */
@keyframes pulse-glow {
    0%,100% { box-shadow: 0 0 22px rgba(26,188,156,.35); }
    50%      { box-shadow: 0 0 50px rgba(26,188,156,.7), 0 0 90px rgba(72,209,204,.18); }
}
.k43224 {
    background: linear-gradient(135deg, #1ABC9C 0%, #48D1CC 55%, #16A085 100%);
    color: #04080F; font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(26,188,156,.4);
    /* animation moved to ::after */
}
.k43224:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(26,188,156,.7);
    color: #04080F; animation: none;
}

.d40eb8 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--n78a1); }
.c49458 { padding: 8px 18px; font-size: .85rem; border-radius: var(--h6977); }

/* Nav CTA in header */
.g5e34e {
    background: linear-gradient(135deg, #1ABC9C 0%, #16A085 100%);
    color: #04080F !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--h6977);
    box-shadow: 0 0 16px rgba(26,188,156,.3);
    transition: transform .2s, box-shadow .2s;
}
.g5e34e:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(26,188,156,.55);
    color: #04080F !important;
}

/* ===== PAGE HERO (subpages) ===== */
.g50784 {
    padding: clamp(52px, 8vw, 90px) 0 clamp(44px, 6vw, 70px);
    text-align: center;
    background:
        radial-gradient(ellipse 80% 55% at 50% 0%, rgba(26,188,156,.14) 0%, transparent 65%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(72,209,204,.06) 0%, transparent 60%),
        var(--d5026);
    position: relative; overflow: hidden;
}
.g50784::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%3Ccircle cx='30' cy='30' r='1.5' fill='rgba(26,188,156,0.04)'/%3E%3Ccircle cx='10' cy='10' r='1' fill='rgba(72,209,204,0.03)'/%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(72,209,204,0.03)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.e6d42c {
    font-family: var(--a2471);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, #1ABC9C 0%, #48D1CC 50%, #1ABC9C 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.eef130 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--mcc80);
    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(26,188,156,.13) 0%, transparent 70%),
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(72,209,204,.08) 0%, transparent 60%),
        var(--d5026);
}
.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%3Ccircle cx='30' cy='30' r='1.5' fill='rgba(26,188,156,0.04)'/%3E%3Ccircle cx='10' cy='10' r='1' fill='rgba(72,209,204,0.03)'/%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(72,209,204,0.03)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.hero h1 {
    font-family: var(--a2471);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, #1ABC9C 0%, #48D1CC 45%, #1ABC9C 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--mcc80);
    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(--mcc80);
    padding: 7px 14px;
    background: rgba(26,188,156,.06);
    border: 1px solid rgba(26,188,156,.15);
    border-radius: var(--h6977);
}
.hero-stat strong { color: var(--gf731); }

/* ===== SECTIONS ===== */
.e35ef3 { padding: clamp(52px, 7vw, 80px) 0; }
.i4dfb7 { background: var(--k20f8); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--f175f); margin-bottom: 10px;
}
.e35ef3 h2, .hea0dc {
    font-family: var(--a2471);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.e35ef3 h3 {
    font-family: var(--a2471); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--gf731);
}
.e35ef3 p, .section-desc {
    color: var(--mcc80); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.e35ef3 ul, .e35ef3 ol {
    color: var(--mcc80); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.e35ef3 li { margin-bottom: 8px; }
.e35ef3 li strong { color: var(--p3941); }

/* ===== 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(--j9d12), var(--k135e));
    border: 1px solid rgba(26,188,156,.1);
    border-radius: var(--bd6b4); padding: 28px 24px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.card:hover {
    transform: translateY(-4px);
    border-color: rgba(26,188,156,.35);
    box-shadow: var(--k15b9);
}
.d1ad96 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--a2471); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--p3941);
}
.card p { color: var(--mcc80); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.faae2a { overflow-x: auto; margin: 24px 0; border-radius: var(--h6977); }
.h32466 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.h32466 thead th {
    background: var(--k135e); color: var(--p3941); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(26,188,156,.2);
}
.h32466 thead th:first-child { border-radius: var(--h6977) 0 0 0; }
.h32466 thead th:last-child { border-radius: 0 var(--h6977) 0 0; }
.h32466 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.h32466 td { padding: 13px 16px; }
.h32466 td:first-child { color: var(--mcc80); font-weight: 500; width: 42%; }
.h32466 td:last-child { color: var(--p3941); font-weight: 600; }
.h32466 tr:hover { background: rgba(26,188,156,.05); }

/* ===== 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(--f175f), var(--o8a3c));
    border-radius: 50%; font-family: var(--a2471);
    font-size: 1.2rem; font-weight: 700; color: #04080F;
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--mcc80); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.o450d7 { max-width: 800px; margin: 0 auto; }
details.ca2d06 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.ca2d06 summary {
    display: block; list-style: none;
    color: var(--p3941); font-family: var(--d707e);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.ca2d06 summary::-webkit-details-marker { display: none; }
details.ca2d06 summary::marker { display: none; content: ''; }
details.ca2d06 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--f175f); transition: transform .3s;
}
details.ca2d06[open] summary::after { content: '\2212'; }
details.ca2d06 summary:hover { color: var(--gf731); }
details.ca2d06 > p { padding: 0 0 20px; color: var(--mcc80); font-size: .9rem; line-height: 1.7; }
details.ca2d06 > div { padding: 0 0 20px; color: var(--mcc80); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--k20f8); }

/* ===== INFO GRID & CARDS ===== */
.e6944c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.h7eec2 {
    background: linear-gradient(145deg, var(--j9d12), var(--k135e));
    border: 1px solid rgba(26,188,156,.12); border-radius: var(--bd6b4); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.h7eec2:hover {
    transform: translateY(-5px);
    border-color: rgba(26,188,156,.38);
    box-shadow: var(--k15b9);
}
.h24b52 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.h7eec2 h3 {
    font-family: var(--a2471); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--p3941);
}
.h7eec2 p { color: var(--mcc80); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.hd2bfb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.e504d4 {
    background: linear-gradient(145deg, var(--j9d12), var(--k135e));
    border: 1px solid rgba(26,188,156,.15); border-radius: var(--bd6b4); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.e504d4:hover { transform: translateY(-5px); border-color: rgba(26,188,156,.4); }
.e504d4 h3 {
    font-family: var(--a2471); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--gf731);
}
.e504d4 p { color: var(--mcc80); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.of34af {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.l63e77 { text-align: center; padding: 22px 14px; }
.i5fe94 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--f175f), var(--o8a3c));
    border-radius: 50%; font-family: var(--a2471);
    font-size: 1.15rem; font-weight: 800; color: #04080F;
    box-shadow: 0 0 22px rgba(26,188,156,.35);
}
.l63e77 h3 {
    font-family: var(--a2471); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--p3941);
}
.l63e77 p { color: var(--mcc80); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.g07dbb {
    background: linear-gradient(145deg, var(--j9d12), var(--k135e));
    border: 1px solid rgba(26,188,156,.18); border-radius: var(--n78a1);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.45);
}
.c5cf86 { margin-top: 24px; }
.b6e6f4 {
    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;
}
.b6e6f4 > span:first-child { color: var(--mcc80); text-align: left; }
.jcc498 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.f88cdb {
    height: 100%;
    background: linear-gradient(90deg, #1ABC9C 0%, #48D1CC 100%);
    border-radius: 4px;
}
.b6e6f4 > span:last-child { color: var(--gf731); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.gecc7c { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.l2f4c4, .n4ec77 {
    background: linear-gradient(145deg, var(--j9d12), var(--k135e));
    border-radius: var(--bd6b4); padding: 24px 22px;
}
.l2f4c4 { border-top: 3px solid #1ABC9C; }
.n4ec77 { border-top: 3px solid var(--coral); }
.l2f4c4 h3, .l2f4c4 h4 { color: #1ABC9C; margin-bottom: 12px; font-size: 1rem; }
.n4ec77 h3, .n4ec77 h4 { color: var(--coral); margin-bottom: 12px; font-size: 1rem; }
.l2f4c4 ul, .n4ec77 ul { list-style: none; padding: 0; margin: 0; }
.l2f4c4 li::before { content: '\2713 '; color: #1ABC9C; font-weight: 700; }
.n4ec77 li::before { content: '\2717 '; color: var(--coral); font-weight: 700; }
.l2f4c4 li, .n4ec77 li { padding: 5px 0; color: var(--mcc80); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.e1cee2 {
    text-align: center; padding: clamp(52px, 7vw, 80px) 0;
    background:
        radial-gradient(ellipse 70% 60% at 50% 50%, rgba(26,188,156,.09) 0%, transparent 65%),
        radial-gradient(ellipse 80% 50% at 50% 50%, rgba(72,209,204,.07) 0%, transparent 70%),
        var(--k20f8);
    border-top: 1px solid rgba(26,188,156,.1);
    border-bottom: 1px solid rgba(26,188,156,.1);
}
.e1cee2 h2 {
    font-family: var(--a2471);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, #1ABC9C, #48D1CC);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.e1cee2 p { color: var(--mcc80); margin-bottom: 32px; font-size: .97rem; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ===== HIGHLIGHT BOX ===== */
.highlight-box {
    background: linear-gradient(135deg, rgba(26,188,156,.08), rgba(22,160,133,.05));
    border: 1px solid rgba(26,188,156,.2); border-left: 4px solid var(--f175f);
    border-radius: var(--h6977); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--mcc80); font-size: .9rem; }
.highlight-box strong { color: var(--gf731); }

/* ===== BREADCRUMB ===== */
.iaf863 { padding: 14px 0; font-size: .82rem; }
.d1ae04 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.d1ae04 li + li::before { content: '\203A'; margin-right: 8px; color: var(--d7e4a); }
.iaf863 a { color: var(--d7e4a); }
.iaf863 a:hover { color: var(--gf731); }
.iaf863 [aria-current] { color: var(--f175f); }

/* ===== SITE FOOTER ===== */
.db4208 {
    background: var(--d5026); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.if2b66 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.if2b66 a {
    color: var(--d7e4a); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.if2b66 a:hover { color: var(--gf731); }

.aaa181 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.aaa181 p {
    color: var(--d7e4a); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.aaa181 a { color: var(--f175f); }
.m18bfa { text-align: center; color: var(--d7e4a); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.i0da87 { max-width: 800px; margin: 0 auto; }
.i0da87 p {
    color: var(--mcc80); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.i0da87 p:last-child { margin-bottom: 0; }
.i0da87 strong { color: var(--p3941); }
.i0da87 a { color: var(--gf731); text-decoration: underline; text-underline-offset: 3px; }
.i0da87 a:hover { color: var(--f175f); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.n80199 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.ea6308 { direction: rtl; }
.ea6308 > * { direction: ltr; }
.j87513 { border-radius: var(--n78a1); overflow: hidden; }
.j87513 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--n78a1);
    border: 1px solid rgba(26,188,156,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.45);
}
.m088b3 { color: var(--mcc80); font-size: .93rem; line-height: 1.7; }
.m088b3 strong { color: var(--p3941); }
.m088b3 a { color: var(--gf731); }
@media (max-width: 768px) {
    .n80199 { grid-template-columns: 1fr; gap: 24px; }
    .ea6308 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--a710a);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--a710a); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.b9b4e6 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--f175f);
    color: var(--p3941); 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(--k15b9);
}
.b9b4e6.p6d7b2 { opacity: 1; visibility: visible; }
.b9b4e6:hover { transform: translateY(-3px); background: var(--a710a); }

/* ===== REVIEW SCORE (review page) ===== */
.pa28a7 {
    font-family: var(--a2471); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, #1ABC9C, #48D1CC);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--gf731); 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(--mcc80); width: 55%; }
.score-table td:last-child { color: var(--gf731); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.ma950e {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
    padding: 12px 16px;
    background: rgba(4,8,15,.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(26,188,156,.2);
    text-align: center;
    box-shadow: 0 -4px 24px rgba(0,0,0,.5);
}
.ma950e .h15ba4 { 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) {
    .pc8443 { display: none; }
    .jae87f .m9944b { display: none; }
    .efa6b0 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .gecc7c { grid-template-columns: 1fr; }
    section, .e35ef3 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .if2b66 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .of34af { grid-template-columns: 1fr 1fr; }
    .e6944c { grid-template-columns: 1fr 1fr; }
    .b6e6f4 { grid-template-columns: 1fr 100px auto; }
    .ma950e { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .d40eb8 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .of34af { grid-template-columns: 1fr; }
    .e6944c { grid-template-columns: 1fr; }
    .o1e692 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .pa28a7 { font-size: 3.5rem; }
    .b6e6f4 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .gecc7c { grid-template-columns: 1fr; }
    .g07dbb { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.fad105 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.fad105 summary.afa06f {
    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(--p3941);
    padding: 6px 11px;
    border-radius: var(--h6977);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--d707e);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.fad105 summary.afa06f::-webkit-details-marker { display: none; }
.fad105 summary.afa06f::marker { display: none; }
.fad105:hover summary.afa06f,
.fad105[open] summary.afa06f {
    background: rgba(255,255,255,.13);
    border-color: rgba(26,188,156,.35);
    color: var(--gf731);
}
.a741f1 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.fad105[open] .a741f1 { transform: rotate(180deg); }

.ae30df {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--j9d12);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--bd6b4);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.fad105[open] .ae30df {
    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); }
}
.ae30df li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--mad67);
    border-radius: var(--h6977);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.ae30df li a:hover,
.ae30df li a.i84daf {
    background: rgba(255,255,255,.08);
    color: var(--gf731);
}
.ae30df li a.i84daf { font-weight: 700; }

/* Mobile lang bar */
.m57b86 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.m57b86 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(--h6977);
    color: var(--mad67);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.m57b86 a:hover,
.m57b86 a.odfdbf {
    background: rgba(26,188,156,.12);
    border-color: rgba(26,188,156,.3);
    color: var(--gf731);
}
.m57b86 a.odfdbf { font-weight: 700; }

@media (max-width: 768px) {
    .fad105 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.e6944c, ul.m851c3 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.a59619 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .a59619 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.of34af, ol.dd4c6b { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.dd4c6b > li { counter-increment: step-counter; }
ol.dd4c6b > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--f175f); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.l6b399 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--f175f); }
.p06da1 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.ab9ff2 { width: 36px; height: 36px; border-radius: 50%; background: var(--f175f); color: var(--d5026); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.f7f9fd h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.n80679 { display: grid; grid-template-columns: 1fr; gap: 0; }
.b47bd8 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.b47bd8:last-child { border-bottom: none; }
.a00db5 { font-weight: 600; padding: .75rem 1rem; color: var(--f175f); }
.e371e8 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.ae7cfb .e1b32c { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.ae7cfb .cdc8b8 { display: none; }
.ae7cfb .ca2d06.e98296 .cdc8b8 { display: block; }

/* faq variant C: definition list */
dl.o450d7 { display: grid; gap: 0; }
dl.o450d7 dt.ef7984 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.o450d7 dd.cdc8b8 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.ob75b3 { padding: 2rem 0; }
.hddef0 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.hddef0 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--bd6b4); border: 1px solid var(--accec); color: var(--accec); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.hddef0 li a:hover { background: var(--accec); color: var(--d5026); }


/* Promo Banner (SVG image banners) */
.h5b08b { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.g3a628 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.g3a628:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.jec1e5 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.d1ad96 { display: inline-block; vertical-align: middle; }
.h24b52 .d1ad96 { 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(--j9d12), var(--k135e));
    border-radius: var(--bd6b4); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--h6977); background: var(--k20f8); }
.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(--accec); }
@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(--accec); 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; }
  .k43224 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.h15ba4, .k43224, .d40eb8, .c49458, .g5e34e, .efa6b0, .e1b32c, .ef7984, .b9b4e6, .ma950e a, .afa06f { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.k43224 { position: relative; overflow: visible; }
.k43224::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--accec); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.k43224:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.k43224::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(--accec); 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(--h6977); background: var(--j9d12); 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(--h6977); background: var(--j9d12); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--accec); }
.trust-item span { font-size: 0.7rem; color: var(--accec); 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(--j9d12); border-radius: var(--bd6b4); 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(--accec), var(--f175f)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--d5026); flex-shrink: 0; }
.review-stars { color: var(--accec); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--d7e4a); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--mad67); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1280px; }
: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(260px, 1fr)); }
.btn { border-radius: 4px; }
.btn-gold { animation: none; box-shadow: 0 2px 8px rgba(0,0,0,.3); }
.info-card:hover, .bonus-card:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
body { line-height: 1.65; }
body { font-size: 15.5px; }
.info-card:hover { transform: translateY(-3px) rotate(0.5deg); }


/* ===== USA design language: Glass Aurora (glass) ===== */
:root{
  --cbg:#0A0A1F; --csurf:#15153A; --csurf2:#1D1D4C;
  --ctext:#EEF0FF; --cmuted:#A6A9D8; --cacc:#8B5CF6; --cacc2:#22D3EE;
  --cbord:#2E2E66; --cfh:'Outfit',sans-serif; --cfb:'Inter',sans-serif;
}
html{scroll-behavior:smooth;}
*{box-sizing:border-box;}
body{font-family:var(--cfb);color:var(--ctext)!important;line-height:1.6;}
h1,h2,h3,h4,.e6d42c,.hea0dc{font-family:var(--cfh);}
.c1beb8{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.e35ef3{padding:58px 0;position:relative;}
.e6944c{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.e6944c.a59619{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.of34af{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.gecc7c{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.n80199{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.ea6308{direction:rtl;}.ea6308>*{direction:ltr;}
.j87513 img,.j87513 svg{width:100%;height:auto;}
.m088b3 p{margin:0 0 1em;}
.o450d7{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.ef7984{cursor:pointer;list-style:none;position:relative;}.ef7984::-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;}
.jec1e5{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){
  .g50784 .c1beb8{grid-template-columns:1fr !important;}
  .n80199,.gecc7c{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.ea6308{direction:ltr;}
}

/* GLASS AURORA — яркий aurora-mesh, фростед-стекло, Outfit */
body{background:
  radial-gradient(700px 560px at 10% 4%,rgba(139,92,246,0.42),transparent 58%),
  radial-gradient(680px 540px at 92% 12%,rgba(34,211,238,0.36),transparent 58%),
  radial-gradient(760px 620px at 60% 104%,rgba(255,95,176,0.28),transparent 60%),
  linear-gradient(180deg,#0A0A1F,#070716)!important;background-attachment:fixed;color:#EEF0FF!important;}
header,.dd6a09{background:rgba(10,10,31,0.5)!important;border-bottom:1px solid rgba(255,255,255,0.12)!important;backdrop-filter:blur(16px);}
header a,nav a{color:#A6A9D8!important;font-weight:600;}header a:hover{color:#EEF0FF!important;}
.g50784{padding:84px 0 60px;background:transparent!important;}
.g50784::before{display:none!important;}
.g50784.has-art .c1beb8{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center;}
.e6d42c{font-family:'Outfit',sans-serif;font-weight:800;font-size:clamp(2.2rem,4.8vw,3.6rem);line-height:1.08;
  color:#EAF6FF!important;-webkit-text-fill-color:#EAF6FF!important;background:none!important;}
.eef130{color:#A6A9D8;font-size:1.14rem;max-width:56ch;margin:18px 0 28px;}
.hea0dc{text-align:center;font-family:'Outfit',sans-serif;font-weight:800;color:#EEF0FF!important;}
.hea0dc::after{content:"";display:block;width:60px;height:4px;border-radius:4px;background:linear-gradient(90deg,#8B5CF6,#22D3EE);margin:14px auto 0;}
.k43224,.g5e34e{background:linear-gradient(120deg,#8B5CF6,#22D3EE)!important;color:#fff!important;border:none!important;border-radius:14px;font-weight:700;
  box-shadow:0 10px 30px rgba(139,92,246,0.45);}
.d40eb8{padding:15px 32px;}.k43224:hover,.g5e34e:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgba(139,92,246,0.6);}
.hero-trust{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px;}
.hero-badge{background:rgba(255,255,255,0.08)!important;border:1px solid rgba(255,255,255,0.18)!important;color:#EEF0FF!important;border-radius:999px;padding:8px 15px;font-weight:600;font-size:.82rem;backdrop-filter:blur(10px);}
.h7eec2,.e504d4,.l63e77,.l2f4c4,.n4ec77{background:rgba(255,255,255,0.07)!important;border:1px solid rgba(255,255,255,0.16)!important;border-radius:20px;padding:26px;
  backdrop-filter:blur(18px);box-shadow:inset 0 1px 0 rgba(255,255,255,0.18),0 16px 40px rgba(0,0,0,0.3)!important;transition:transform .2s,box-shadow .2s;}
.h7eec2:hover,.e504d4:hover,.l63e77:hover{transform:translateY(-5px);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 22px 50px rgba(139,92,246,0.35)!important;}
.h7eec2 h3,.e504d4 h3,.l63e77 h3{color:#EEF0FF!important;font-family:'Outfit',sans-serif;font-weight:700;}
.h7eec2 p,.e504d4 p,.l63e77 p{color:#A6A9D8!important;}
.i5fe94,.ab9ff2{background:linear-gradient(120deg,#8B5CF6,#22D3EE);color:#fff;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:8px;}
.m088b3{color:#A6A9D8;}.m088b3 strong{color:#EEF0FF;}.j87513 img{border-radius:20px;box-shadow:0 18px 44px rgba(0,0,0,0.35);}
.i4dfb7{background:rgba(255,255,255,0.03)!important;}
.ca2d06{background:rgba(255,255,255,0.06)!important;border:1px solid rgba(255,255,255,0.14)!important;border-radius:14px;padding:4px 18px;backdrop-filter:blur(12px);}
.ef7984{color:#EEF0FF!important;font-weight:700;padding:15px 0;}
details.ca2d06 summary.ef7984::after{content:"+";position:absolute;right:0;top:13px;color:#22D3EE;font-size:1.3rem;}details.ca2d06[open] summary.ef7984::after{content:"\2013";}
.cdc8b8{color:#A6A9D8!important;padding-bottom:14px;}
.trust-item{background:rgba(255,255,255,0.07)!important;border:1px solid rgba(255,255,255,0.16)!important;border-radius:999px;padding:12px 18px;color:#EEF0FF!important;font-weight:600;backdrop-filter:blur(10px);}
.g3a628{border-radius:20px;display:block;overflow:hidden;box-shadow:0 18px 44px rgba(139,92,246,0.35);}
footer,.db4208{background:rgba(10,10,31,0.6)!important;border-top:1px solid rgba(255,255,255,0.12)!important;backdrop-filter:blur(12px);}footer a{color:#A6A9D8!important;}

.i0da87 strong,.n80199 strong,.faq strong,.gecc7c strong{color:inherit !important;}
