@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap');
/* ===== OCEAN DEEP — Design System ===== */
:root {
    --nc03e:        #1ABC9C;
    --e29aa:  #48D1CC;
    --g3a55:   #16A085;
    --ha6da:         #48D1CC;
    --l8636:         #1ABC9C;
    --g82b0:    #16A085;
    --nbaf0:         #1ABC9C;
    --k7457:    #16A085;
    --db879:           #04080F;
    --o5948:         #0A1628;
    --p80f3:         #0F2035;
    --a1cd7:         #152A42;
    --g76d6:        #FFFFFF;
    --a042c:         #94A7C0;
    --o558b:       #5E7590;
    --e4253:       #94A7C0;
    --coral:        #FF6B6B;
    --ic570:    'Outfit', sans-serif;
    --p647e:    'Outfit', sans-serif;
    --e5c06:       12px;
    --eb52e:    20px;
    --l71d2:    8px;
    --h9e63:        1100px;
    --c922e:       0 4px 24px rgba(0,0,0,.55);
    --h946d:         0 0 32px rgba(26,188,156,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--nc03e);
    --color-primary-light: var(--e29aa);
    --color-primary-dark: var(--g3a55);
    --color-accent: var(--l8636);
    --color-accent-dark: var(--g82b0);
    --color-secondary: var(--nbaf0);
    --color-secondary-dark: var(--k7457);
    --color-surface: var(--p80f3);
    --color-surface-elevated: var(--a1cd7);
    --color-on-surface: var(--g76d6);
    --color-on-surface-muted: var(--a042c);
    --color-text: var(--g76d6);
    --color-text-secondary: var(--e4253);
    --text-heading: var(--ic570);
    --text-body: var(--p647e);
    --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(--p647e);
    background: var(--db879);
    color: var(--g76d6);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--e29aa); text-decoration: none; transition: color .2s; }
a:hover { color: var(--l8636); }
img { max-width: 100%; height: auto; display: block; }

.fc2757 { width: 92%; max-width: var(--h9e63); margin: 0 auto; }

.hd6620 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.paac6b {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--nc03e); color: var(--g76d6);
    padding: 8px 16px; border-radius: var(--l71d2);
    z-index: 999; transition: top .2s;
}
.paac6b:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.n61980 {
    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);
}
.l6a93c {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.a556be {
    font-family: var(--ic570);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--g76d6);
    white-space: nowrap; text-decoration: none;
}
.a556be:hover { color: var(--e29aa); }

/* Main Nav */
.f8eee5 { display: flex; align-items: center; gap: 20px; }
.e53122 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.e53122 a {
    color: var(--a042c); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.e53122 a:hover { color: var(--e29aa); }

/* Language Select */
.a57ef0 {
    background: var(--p80f3); color: var(--g76d6);
    border: 1px solid rgba(26,188,156,.25);
    border-radius: var(--l71d2);
    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;
}
.a57ef0:hover, .a57ef0:focus { border-color: var(--nc03e); outline: none; }

/* Menu Toggle */
.me9a5f {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.l1ca2f, .l1ca2f::before, .l1ca2f::after {
    display: block; width: 24px; height: 2px;
    background: var(--g76d6); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.l1ca2f { position: relative; }
.l1ca2f::before, .l1ca2f::after { content: ''; position: absolute; left: 0; }
.l1ca2f::before { top: -7px; }
.l1ca2f::after { top: 7px; }

/* Mobile Nav */
.j1be59 {
    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;
}
.j1be59.f5c26f { display: flex; }
.j0ca90 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.j0ca90 a {
    font-size: 1.2rem; font-weight: 600; color: var(--g76d6); text-decoration: none;
}
.j0ca90 a:hover { color: var(--e29aa); }

/* ===== BUTTONS ===== */
.b434e2 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--ic570); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--e5c06); 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(--nc03e) 0%, var(--ha6da) 100%);
    color: var(--g76d6); box-shadow: var(--h946d);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(26,188,156,.55);
    color: var(--g76d6);
}
.btn-secondary {
    background: transparent; color: var(--e29aa);
    border: 2px solid var(--nc03e);
}
.btn-secondary:hover { background: rgba(26,188,156,.1); color: var(--e29aa); }

/* 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); }
}
.e36171 {
    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 */
}
.e36171:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(26,188,156,.7);
    color: #04080F; animation: none;
}

.jdaae5 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--eb52e); }
.h90eeb { padding: 8px 18px; font-size: .85rem; border-radius: var(--l71d2); }

/* Nav CTA in header */
.n4f379 {
    background: linear-gradient(135deg, #1ABC9C 0%, #16A085 100%);
    color: #04080F !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--l71d2);
    box-shadow: 0 0 16px rgba(26,188,156,.3);
    transition: transform .2s, box-shadow .2s;
}
.n4f379:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(26,188,156,.55);
    color: #04080F !important;
}

/* ===== PAGE HERO (subpages) ===== */
.pe72d0 {
    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(--db879);
    position: relative; overflow: hidden;
}
.pe72d0::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;
}
.iccd26 {
    font-family: var(--ic570);
    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;
}
.o56bbe {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--a042c);
    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(--db879);
}
.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(--ic570);
    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(--a042c);
    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(--a042c);
    padding: 7px 14px;
    background: rgba(26,188,156,.06);
    border: 1px solid rgba(26,188,156,.15);
    border-radius: var(--l71d2);
}
.hero-stat strong { color: var(--e29aa); }

/* ===== SECTIONS ===== */
.b593e9 { padding: clamp(52px, 7vw, 80px) 0; }
.ie3e1e { background: var(--o5948); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--nc03e); margin-bottom: 10px;
}
.b593e9 h2, .p72270 {
    font-family: var(--ic570);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.b593e9 h3 {
    font-family: var(--ic570); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--e29aa);
}
.b593e9 p, .section-desc {
    color: var(--a042c); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.b593e9 ul, .b593e9 ol {
    color: var(--a042c); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.b593e9 li { margin-bottom: 8px; }
.b593e9 li strong { color: var(--g76d6); }

/* ===== 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(--p80f3), var(--a1cd7));
    border: 1px solid rgba(26,188,156,.1);
    border-radius: var(--e5c06); 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(--c922e);
}
.ga2011 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--ic570); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--g76d6);
}
.card p { color: var(--a042c); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.j9f917 { overflow-x: auto; margin: 24px 0; border-radius: var(--l71d2); }
.be5558 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.be5558 thead th {
    background: var(--a1cd7); color: var(--g76d6); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(26,188,156,.2);
}
.be5558 thead th:first-child { border-radius: var(--l71d2) 0 0 0; }
.be5558 thead th:last-child { border-radius: 0 var(--l71d2) 0 0; }
.be5558 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.be5558 td { padding: 13px 16px; }
.be5558 td:first-child { color: var(--a042c); font-weight: 500; width: 42%; }
.be5558 td:last-child { color: var(--g76d6); font-weight: 600; }
.be5558 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(--nc03e), var(--ha6da));
    border-radius: 50%; font-family: var(--ic570);
    font-size: 1.2rem; font-weight: 700; color: #04080F;
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--a042c); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.fb84f9 { max-width: 800px; margin: 0 auto; }
details.m2e632 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.m2e632 summary {
    display: block; list-style: none;
    color: var(--g76d6); font-family: var(--p647e);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.m2e632 summary::-webkit-details-marker { display: none; }
details.m2e632 summary::marker { display: none; content: ''; }
details.m2e632 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--nc03e); transition: transform .3s;
}
details.m2e632[open] summary::after { content: '\2212'; }
details.m2e632 summary:hover { color: var(--e29aa); }
details.m2e632 > p { padding: 0 0 20px; color: var(--a042c); font-size: .9rem; line-height: 1.7; }
details.m2e632 > div { padding: 0 0 20px; color: var(--a042c); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--o5948); }

/* ===== INFO GRID & CARDS ===== */
.eec2f3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.ibb253 {
    background: linear-gradient(145deg, var(--p80f3), var(--a1cd7));
    border: 1px solid rgba(26,188,156,.12); border-radius: var(--e5c06); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.ibb253:hover {
    transform: translateY(-5px);
    border-color: rgba(26,188,156,.38);
    box-shadow: var(--c922e);
}
.ae6321 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.ibb253 h3 {
    font-family: var(--ic570); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--g76d6);
}
.ibb253 p { color: var(--a042c); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.la5da9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.a56986 {
    background: linear-gradient(145deg, var(--p80f3), var(--a1cd7));
    border: 1px solid rgba(26,188,156,.15); border-radius: var(--e5c06); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.a56986:hover { transform: translateY(-5px); border-color: rgba(26,188,156,.4); }
.a56986 h3 {
    font-family: var(--ic570); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--e29aa);
}
.a56986 p { color: var(--a042c); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.ia1ea4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.i17e90 { text-align: center; padding: 22px 14px; }
.g82b67 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--nc03e), var(--ha6da));
    border-radius: 50%; font-family: var(--ic570);
    font-size: 1.15rem; font-weight: 800; color: #04080F;
    box-shadow: 0 0 22px rgba(26,188,156,.35);
}
.i17e90 h3 {
    font-family: var(--ic570); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--g76d6);
}
.i17e90 p { color: var(--a042c); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.c0e5bd {
    background: linear-gradient(145deg, var(--p80f3), var(--a1cd7));
    border: 1px solid rgba(26,188,156,.18); border-radius: var(--eb52e);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.45);
}
.lcb1e6 { margin-top: 24px; }
.p5e13a {
    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;
}
.p5e13a > span:first-child { color: var(--a042c); text-align: left; }
.n81229 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.g43026 {
    height: 100%;
    background: linear-gradient(90deg, #1ABC9C 0%, #48D1CC 100%);
    border-radius: 4px;
}
.p5e13a > span:last-child { color: var(--e29aa); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.a1d889 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.a409d4, .lbd298 {
    background: linear-gradient(145deg, var(--p80f3), var(--a1cd7));
    border-radius: var(--e5c06); padding: 24px 22px;
}
.a409d4 { border-top: 3px solid #1ABC9C; }
.lbd298 { border-top: 3px solid var(--coral); }
.a409d4 h3, .a409d4 h4 { color: #1ABC9C; margin-bottom: 12px; font-size: 1rem; }
.lbd298 h3, .lbd298 h4 { color: var(--coral); margin-bottom: 12px; font-size: 1rem; }
.a409d4 ul, .lbd298 ul { list-style: none; padding: 0; margin: 0; }
.a409d4 li::before { content: '\2713 '; color: #1ABC9C; font-weight: 700; }
.lbd298 li::before { content: '\2717 '; color: var(--coral); font-weight: 700; }
.a409d4 li, .lbd298 li { padding: 5px 0; color: var(--a042c); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.ibc4a5 {
    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(--o5948);
    border-top: 1px solid rgba(26,188,156,.1);
    border-bottom: 1px solid rgba(26,188,156,.1);
}
.ibc4a5 h2 {
    font-family: var(--ic570);
    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;
}
.ibc4a5 p { color: var(--a042c); 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(--nc03e);
    border-radius: var(--l71d2); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--a042c); font-size: .9rem; }
.highlight-box strong { color: var(--e29aa); }

/* ===== BREADCRUMB ===== */
.c22ea4 { padding: 14px 0; font-size: .82rem; }
.ob6129 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.ob6129 li + li::before { content: '\203A'; margin-right: 8px; color: var(--o558b); }
.c22ea4 a { color: var(--o558b); }
.c22ea4 a:hover { color: var(--e29aa); }
.c22ea4 [aria-current] { color: var(--nc03e); }

/* ===== SITE FOOTER ===== */
.ke569e {
    background: var(--db879); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.f18422 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.f18422 a {
    color: var(--o558b); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.f18422 a:hover { color: var(--e29aa); }

.abe42d {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.abe42d p {
    color: var(--o558b); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.abe42d a { color: var(--nc03e); }
.eed737 { text-align: center; color: var(--o558b); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.h05ebe { max-width: 800px; margin: 0 auto; }
.h05ebe p {
    color: var(--a042c); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.h05ebe p:last-child { margin-bottom: 0; }
.h05ebe strong { color: var(--g76d6); }
.h05ebe a { color: var(--e29aa); text-decoration: underline; text-underline-offset: 3px; }
.h05ebe a:hover { color: var(--nc03e); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.jd8279 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.g2af5b { direction: rtl; }
.g2af5b > * { direction: ltr; }
.f4707c { border-radius: var(--eb52e); overflow: hidden; }
.f4707c img {
    width: 100%; height: auto; display: block;
    border-radius: var(--eb52e);
    border: 1px solid rgba(26,188,156,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.45);
}
.h4bc6d { color: var(--a042c); font-size: .93rem; line-height: 1.7; }
.h4bc6d strong { color: var(--g76d6); }
.h4bc6d a { color: var(--e29aa); }
@media (max-width: 768px) {
    .jd8279 { grid-template-columns: 1fr; gap: 24px; }
    .g2af5b { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--g3a55);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--g3a55); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.f6e472 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--nc03e);
    color: var(--g76d6); 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(--c922e);
}
.f6e472.ec0a98 { opacity: 1; visibility: visible; }
.f6e472:hover { transform: translateY(-3px); background: var(--g3a55); }

/* ===== REVIEW SCORE (review page) ===== */
.f8f907 {
    font-family: var(--ic570); 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(--e29aa); 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(--a042c); width: 55%; }
.score-table td:last-child { color: var(--e29aa); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.c408ef {
    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);
}
.c408ef .b434e2 { 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) {
    .e53122 { display: none; }
    .f8eee5 .a57ef0 { display: none; }
    .me9a5f { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .a1d889 { grid-template-columns: 1fr; }
    section, .b593e9 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .f18422 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .ia1ea4 { grid-template-columns: 1fr 1fr; }
    .eec2f3 { grid-template-columns: 1fr 1fr; }
    .p5e13a { grid-template-columns: 1fr 100px auto; }
    .c408ef { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .jdaae5 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .ia1ea4 { grid-template-columns: 1fr; }
    .eec2f3 { grid-template-columns: 1fr; }
    .l6a93c { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .f8f907 { font-size: 3.5rem; }
    .p5e13a { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .a1d889 { grid-template-columns: 1fr; }
    .c0e5bd { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.d25399 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.d25399 summary.k5ac37 {
    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(--g76d6);
    padding: 6px 11px;
    border-radius: var(--l71d2);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--p647e);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.d25399 summary.k5ac37::-webkit-details-marker { display: none; }
.d25399 summary.k5ac37::marker { display: none; }
.d25399:hover summary.k5ac37,
.d25399[open] summary.k5ac37 {
    background: rgba(255,255,255,.13);
    border-color: rgba(26,188,156,.35);
    color: var(--e29aa);
}
.df80a6 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.d25399[open] .df80a6 { transform: rotate(180deg); }

.efa77e {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--p80f3);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--e5c06);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.d25399[open] .efa77e {
    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); }
}
.efa77e li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--e4253);
    border-radius: var(--l71d2);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.efa77e li a:hover,
.efa77e li a.f2b7c2 {
    background: rgba(255,255,255,.08);
    color: var(--e29aa);
}
.efa77e li a.f2b7c2 { font-weight: 700; }

/* Mobile lang bar */
.ndcd6c {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.ndcd6c 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(--l71d2);
    color: var(--e4253);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.ndcd6c a:hover,
.ndcd6c a.j2ccc5 {
    background: rgba(26,188,156,.12);
    border-color: rgba(26,188,156,.3);
    color: var(--e29aa);
}
.ndcd6c a.j2ccc5 { font-weight: 700; }

@media (max-width: 768px) {
    .d25399 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.eec2f3, ul.d39de6 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.o85a02 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .o85a02 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.ia1ea4, ol.baac13 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.baac13 > li { counter-increment: step-counter; }
ol.baac13 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--nc03e); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.m5b78f { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--nc03e); }
.j57983 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.j603d0 { width: 36px; height: 36px; border-radius: 50%; background: var(--nc03e); color: var(--db879); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.d1524e h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.a05c5b { display: grid; grid-template-columns: 1fr; gap: 0; }
.o2eb74 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.o2eb74:last-child { border-bottom: none; }
.kb4412 { font-weight: 600; padding: .75rem 1rem; color: var(--nc03e); }
.m57795 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.h33bcf .b74411 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.h33bcf .hdb79b { display: none; }
.h33bcf .m2e632.f5c26f .hdb79b { display: block; }

/* faq variant C: definition list */
dl.fb84f9 { display: grid; gap: 0; }
dl.fb84f9 dt.jf6c4c { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.fb84f9 dd.hdb79b { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.ga94b1 { padding: 2rem 0; }
.gec4ef { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.gec4ef li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--e5c06); border: 1px solid var(--l8636); color: var(--l8636); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.gec4ef li a:hover { background: var(--l8636); color: var(--db879); }


/* Promo Banner (SVG image banners) */
.i4059d { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.m4cacd { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.m4cacd:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.m827b5 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.ga2011 { display: inline-block; vertical-align: middle; }
.ae6321 .ga2011 { 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(--p80f3), var(--a1cd7));
    border-radius: var(--e5c06); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--l71d2); background: var(--o5948); }
.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(--l8636); }
@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(--l8636); 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; }
  .e36171 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.b434e2, .e36171, .jdaae5, .h90eeb, .n4f379, .me9a5f, .b74411, .jf6c4c, .f6e472, .c408ef a, .k5ac37 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.e36171 { position: relative; overflow: visible; }
.e36171::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--l8636); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.e36171:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.e36171::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(--l8636); 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(--l71d2); background: var(--p80f3); 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(--l71d2); background: var(--p80f3); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--l8636); }
.trust-item span { font-size: 0.7rem; color: var(--l8636); 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(--p80f3); border-radius: var(--e5c06); 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(--l8636), var(--nc03e)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--db879); flex-shrink: 0; }
.review-stars { color: var(--l8636); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--o558b); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--e4253); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1200px; }
:root { --radius: 2px; --radius-lg: 4px; --radius-sm: 1px; }
.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: 0 2px 8px rgba(0,0,0,.2); }
body { line-height: 1.8; }
body { font-size: 16px; }
.section-alt + .section:not(.section-alt) { border-top: 2px solid var(--gold); opacity: .15; }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
.info-card:hover { transform: scale(1.03); }


/* ===== 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,.iccd26,.p72270{font-family:var(--cfh);}
.fc2757{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.b593e9{padding:58px 0;position:relative;}
.eec2f3{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.eec2f3.o85a02{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.ia1ea4{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.a1d889{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.jd8279{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.g2af5b{direction:rtl;}.g2af5b>*{direction:ltr;}
.f4707c img,.f4707c svg{width:100%;height:auto;}
.h4bc6d p{margin:0 0 1em;}
.fb84f9{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.jf6c4c{cursor:pointer;list-style:none;position:relative;}.jf6c4c::-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;}
.m827b5{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){
  .pe72d0 .fc2757{grid-template-columns:1fr !important;}
  .jd8279,.a1d889{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.g2af5b{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,.n61980{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;}
.pe72d0{padding:84px 0 60px;background:transparent!important;}
.pe72d0::before{display:none!important;}
.pe72d0.has-art .fc2757{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center;}
.iccd26{font-family:'Outfit',sans-serif;font-weight:800;font-size:clamp(2.2rem,4.8vw,3.6rem);line-height:1.08;
  background:linear-gradient(120deg,#fff,#22D3EE 70%,#8B5CF6)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;}
.o56bbe{color:#A6A9D8;font-size:1.14rem;max-width:56ch;margin:18px 0 28px;}
.p72270{text-align:center;font-family:'Outfit',sans-serif;font-weight:800;color:#EEF0FF!important;}
.p72270::after{content:"";display:block;width:60px;height:4px;border-radius:4px;background:linear-gradient(90deg,#8B5CF6,#22D3EE);margin:14px auto 0;}
.e36171,.n4f379{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);}
.jdaae5{padding:15px 32px;}.e36171:hover,.n4f379: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);}
.ibb253,.a56986,.i17e90,.a409d4,.lbd298{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;}
.ibb253:hover,.a56986:hover,.i17e90: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;}
.ibb253 h3,.a56986 h3,.i17e90 h3{color:#EEF0FF!important;font-family:'Outfit',sans-serif;font-weight:700;}
.ibb253 p,.a56986 p,.i17e90 p{color:#A6A9D8!important;}
.g82b67,.j603d0{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;}
.h4bc6d{color:#A6A9D8;}.h4bc6d strong{color:#EEF0FF;}.f4707c img{border-radius:20px;box-shadow:0 18px 44px rgba(0,0,0,0.35);}
.ie3e1e{background:rgba(255,255,255,0.03)!important;}
.m2e632{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);}
.jf6c4c{color:#EEF0FF!important;font-weight:700;padding:15px 0;}
details.m2e632 summary.jf6c4c::after{content:"+";position:absolute;right:0;top:13px;color:#22D3EE;font-size:1.3rem;}details.m2e632[open] summary.jf6c4c::after{content:"\2013";}
.hdb79b{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);}
.m4cacd{border-radius:20px;display:block;overflow:hidden;box-shadow:0 18px 44px rgba(139,92,246,0.35);}
footer,.ke569e{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;}

.h05ebe strong,.jd8279 strong,.faq strong,.a1d889 strong{color:inherit !important;}
