@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');
/* ===== ARCTIC FROST — Design System ===== */
:root {
    --c71dc:        #5DADE2;
    --bd52b:  #85C1E9;
    --p3845:   #2E86C1;
    --pa1f8:         #85C1E9;
    --jb3b5:         #5DADE2;
    --pf2d8:    #2E86C1;
    --gfeb6:         #5DADE2;
    --d69aa:    #2E86C1;
    --j2aee:           #060A10;
    --m1125:         #0C1420;
    --hb3c3:         #121E30;
    --l132a:         #18283E;
    --g3bb1:        #FFFFFF;
    --a0c6f:         #B0BEC5;
    --o3df1:       #78909C;
    --b220d:       #B0BEC5;
    --jffe2:    'Quicksand', sans-serif;
    --c42ce:    'Quicksand', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --j65b6:       16px;
    --fe09a:    24px;
    --dcc9a:    10px;
    --ad727:        1100px;
    --be207:       0 6px 28px rgba(0,0,0,.45);
    --ob23a:         0 0 32px rgba(93,173,226,.25);
    --frost:        #ECF0F1;
    --silver:       #D5DBDB;
    --coral:        #E74C3C;
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--c71dc);
    --color-primary-light: var(--bd52b);
    --color-primary-dark: var(--p3845);
    --color-accent: var(--jb3b5);
    --color-accent-dark: var(--pf2d8);
    --color-secondary: var(--gfeb6);
    --color-secondary-dark: var(--d69aa);
    --color-surface: var(--hb3c3);
    --color-surface-elevated: var(--l132a);
    --color-on-surface: var(--g3bb1);
    --color-on-surface-muted: var(--a0c6f);
    --color-text: var(--g3bb1);
    --color-text-secondary: var(--b220d);
    --text-heading: var(--jffe2);
    --text-body: var(--c42ce);
    --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(--c42ce);
    background: var(--j2aee);
    color: var(--g3bb1);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--bd52b); text-decoration: none; transition: color .2s; }
a:hover { color: var(--frost); }
img { max-width: 100%; height: auto; display: block; }

.g1a930 { width: 92%; max-width: var(--ad727); margin: 0 auto; }

.cc1d26 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.i6f4ed {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--c71dc); color: var(--g3bb1);
    padding: 8px 16px; border-radius: var(--dcc9a);
    z-index: 999; transition: top .2s;
}
.i6f4ed:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.mca5f5 {
    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);
}
.fe4ce3 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.je3592 {
    font-family: var(--jffe2);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--g3bb1);
    white-space: nowrap; text-decoration: none;
}
.je3592:hover { color: var(--bd52b); }

/* Main Nav */
.b364b9 { display: flex; align-items: center; gap: 20px; }
.e5d6f0 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.e5d6f0 a {
    color: var(--a0c6f); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.e5d6f0 a:hover { color: var(--bd52b); }

/* Language Select */
.o09a51 {
    background: var(--hb3c3); color: var(--g3bb1);
    border: 1px solid rgba(93,173,226,.25);
    border-radius: var(--dcc9a);
    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;
}
.o09a51:hover, .o09a51:focus { border-color: var(--c71dc); outline: none; }

/* Menu Toggle */
.k36dc3 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.h68842, .h68842::before, .h68842::after {
    display: block; width: 24px; height: 2px;
    background: var(--g3bb1); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.h68842 { position: relative; }
.h68842::before, .h68842::after { content: ''; position: absolute; left: 0; }
.h68842::before { top: -7px; }
.h68842::after { top: 7px; }

/* Mobile Nav */
.n430f9 {
    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;
}
.n430f9.l55112 { display: flex; }
.j5ef71 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.j5ef71 a {
    font-size: 1.2rem; font-weight: 600; color: var(--g3bb1); text-decoration: none;
}
.j5ef71 a:hover { color: var(--bd52b); }

/* ===== BUTTONS ===== */
.o5cc00 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--jffe2); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--j65b6); 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(--c71dc) 0%, var(--bd52b) 100%);
    color: #060A10; box-shadow: var(--ob23a);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(93,173,226,.5);
    color: #060A10;
}
.btn-secondary {
    background: transparent; color: var(--bd52b);
    border: 2px solid var(--c71dc);
}
.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); }
}
.f950cf {
    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 */
}
.f950cf:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(93,173,226,.65);
    color: #060A10; animation: none;
}

.gf19b8 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--fe09a); }
.mc7843 { padding: 8px 18px; font-size: .85rem; border-radius: var(--dcc9a); }

/* Nav CTA in header */
.o54f20 {
    background: linear-gradient(135deg, var(--c71dc) 0%, var(--p3845) 100%);
    color: #060A10 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--dcc9a);
    box-shadow: 0 0 16px rgba(93,173,226,.3);
    transition: transform .2s, box-shadow .2s;
}
.o54f20:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(93,173,226,.55);
    color: #060A10 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.l30359 {
    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(--j2aee);
    position: relative; overflow: hidden;
}
.l30359::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;
}
.o28e30 {
    font-family: var(--jffe2);
    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;
}
.e0be69 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--a0c6f);
    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(--j2aee);
}
.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(--jffe2);
    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(--a0c6f);
    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(--a0c6f);
    padding: 7px 14px;
    background: rgba(93,173,226,.06);
    border: 1px solid rgba(93,173,226,.15);
    border-radius: var(--dcc9a);
}
.hero-stat strong { color: var(--bd52b); }

/* ===== SECTIONS ===== */
.oc20af { padding: clamp(52px, 7vw, 80px) 0; }
.b56d57 { background: var(--m1125); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--c71dc); margin-bottom: 10px;
}
.oc20af h2, .a5dcd8 {
    font-family: var(--jffe2);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.oc20af h3 {
    font-family: var(--jffe2); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--bd52b);
}
.oc20af p, .section-desc {
    color: var(--a0c6f); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.oc20af ul, .oc20af ol {
    color: var(--a0c6f); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.oc20af li { margin-bottom: 8px; }
.oc20af li strong { color: var(--g3bb1); }

/* ===== 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(--hb3c3), var(--l132a));
    border: 1px solid rgba(93,173,226,.1);
    border-radius: var(--j65b6); 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(--be207);
}
.aa85a0 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--jffe2); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--g3bb1);
}
.card p { color: var(--a0c6f); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.n39d0a { overflow-x: auto; margin: 24px 0; border-radius: var(--dcc9a); }
.p88056 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.p88056 thead th {
    background: var(--l132a); color: var(--g3bb1); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(93,173,226,.2);
}
.p88056 thead th:first-child { border-radius: var(--dcc9a) 0 0 0; }
.p88056 thead th:last-child { border-radius: 0 var(--dcc9a) 0 0; }
.p88056 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.p88056 td { padding: 13px 16px; }
.p88056 td:first-child { color: var(--a0c6f); font-weight: 500; width: 42%; }
.p88056 td:last-child { color: var(--g3bb1); font-weight: 600; }
.p88056 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(--c71dc), var(--bd52b));
    border-radius: 50%; font-family: var(--jffe2);
    font-size: 1.2rem; font-weight: 700; color: #060A10;
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--a0c6f); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.jc3d79 { max-width: 800px; margin: 0 auto; }
details.h576c8 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.h576c8 summary {
    display: block; list-style: none;
    color: var(--g3bb1); font-family: var(--c42ce);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.h576c8 summary::-webkit-details-marker { display: none; }
details.h576c8 summary::marker { display: none; content: ''; }
details.h576c8 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--c71dc); transition: transform .3s;
}
details.h576c8[open] summary::after { content: '\2212'; }
details.h576c8 summary:hover { color: var(--bd52b); }
details.h576c8 > p { padding: 0 0 20px; color: var(--a0c6f); font-size: .9rem; line-height: 1.7; }
details.h576c8 > div { padding: 0 0 20px; color: var(--a0c6f); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--m1125); }

/* ===== INFO GRID & CARDS ===== */
.g874b4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.nbbaed {
    background: linear-gradient(145deg, var(--hb3c3), var(--l132a));
    border: 1px solid rgba(93,173,226,.12); border-radius: var(--j65b6); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.nbbaed:hover {
    transform: translateY(-5px);
    border-color: rgba(93,173,226,.35);
    box-shadow: var(--be207);
}
.nf9cdf { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.nbbaed h3 {
    font-family: var(--jffe2); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--g3bb1);
}
.nbbaed p { color: var(--a0c6f); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.mbbc10 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.j98159 {
    background: linear-gradient(145deg, var(--hb3c3), var(--l132a));
    border: 1px solid rgba(93,173,226,.15); border-radius: var(--j65b6); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.j98159:hover { transform: translateY(-5px); border-color: rgba(93,173,226,.38); }
.j98159 h3 {
    font-family: var(--jffe2); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--bd52b);
}
.j98159 p { color: var(--a0c6f); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.i48657 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.edd1c1 { text-align: center; padding: 22px 14px; }
.i64916 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--c71dc), var(--bd52b));
    border-radius: 50%; font-family: var(--jffe2);
    font-size: 1.15rem; font-weight: 800; color: #060A10;
    box-shadow: 0 0 22px rgba(93,173,226,.35);
}
.edd1c1 h3 {
    font-family: var(--jffe2); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--g3bb1);
}
.edd1c1 p { color: var(--a0c6f); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.a66620 {
    background: linear-gradient(145deg, var(--hb3c3), var(--l132a));
    border: 1px solid rgba(93,173,226,.18); border-radius: var(--fe09a);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.pe7566 { margin-top: 24px; }
.g03252 {
    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;
}
.g03252 > span:first-child { color: var(--a0c6f); text-align: left; }
.pbb79c {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.j1a221 {
    height: 100%;
    background: linear-gradient(90deg, #2E86C1 0%, #85C1E9 100%);
    border-radius: 4px;
}
.g03252 > span:last-child { color: var(--bd52b); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.bea2fe { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.c8b6fb, .m1b477 {
    background: linear-gradient(145deg, var(--hb3c3), var(--l132a));
    border-radius: var(--j65b6); padding: 24px 22px;
}
.c8b6fb { border-top: 3px solid var(--c71dc); }
.m1b477 { border-top: 3px solid var(--coral); }
.c8b6fb h3, .c8b6fb h4 { color: var(--bd52b); margin-bottom: 12px; font-size: 1rem; }
.m1b477 h3, .m1b477 h4 { color: #F1948A; margin-bottom: 12px; font-size: 1rem; }
.c8b6fb ul, .m1b477 ul { list-style: none; padding: 0; margin: 0; }
.c8b6fb li::before { content: '\2713 '; color: var(--c71dc); font-weight: 700; }
.m1b477 li::before { content: '\2717 '; color: var(--coral); font-weight: 700; }
.c8b6fb li, .m1b477 li { padding: 5px 0; color: var(--a0c6f); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.fc8c8a {
    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(--m1125);
    border-top: 1px solid rgba(93,173,226,.1);
    border-bottom: 1px solid rgba(93,173,226,.1);
}
.fc8c8a h2 {
    font-family: var(--jffe2);
    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;
}
.fc8c8a p { color: var(--a0c6f); 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(--c71dc);
    border-radius: var(--dcc9a); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--a0c6f); font-size: .9rem; }
.highlight-box strong { color: var(--bd52b); }

/* ===== BREADCRUMB ===== */
.bdfb3e { padding: 14px 0; font-size: .82rem; }
.mfa097 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.mfa097 li + li::before { content: '\203A'; margin-right: 8px; color: var(--o3df1); }
.bdfb3e a { color: var(--o3df1); }
.bdfb3e a:hover { color: var(--bd52b); }
.bdfb3e [aria-current] { color: var(--c71dc); }

/* ===== SITE FOOTER ===== */
.jdbec3 {
    background: var(--j2aee); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.b99026 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.b99026 a {
    color: var(--o3df1); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.b99026 a:hover { color: var(--bd52b); }

.hd6350 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.hd6350 p {
    color: var(--o3df1); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.hd6350 a { color: var(--c71dc); }
.i7b253 { text-align: center; color: var(--o3df1); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.k30aef { max-width: 800px; margin: 0 auto; }
.k30aef p {
    color: var(--a0c6f); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.k30aef p:last-child { margin-bottom: 0; }
.k30aef strong { color: var(--g3bb1); }
.k30aef a { color: var(--bd52b); text-decoration: underline; text-underline-offset: 3px; }
.k30aef a:hover { color: var(--frost); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.la0e58 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.eee6ed { direction: rtl; }
.eee6ed > * { direction: ltr; }
.n62f2a { border-radius: var(--fe09a); overflow: hidden; }
.n62f2a img {
    width: 100%; height: auto; display: block;
    border-radius: var(--fe09a);
    border: 1px solid rgba(93,173,226,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.eb3a66 { color: var(--a0c6f); font-size: .93rem; line-height: 1.7; }
.eb3a66 strong { color: var(--g3bb1); }
.eb3a66 a { color: var(--bd52b); }
@media (max-width: 768px) {
    .la0e58 { grid-template-columns: 1fr; gap: 24px; }
    .eee6ed { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--p3845);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--p3845); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.oe0420 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--c71dc);
    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(--be207);
}
.oe0420.l33af8 { opacity: 1; visibility: visible; }
.oe0420:hover { transform: translateY(-3px); background: var(--p3845); }

/* ===== REVIEW SCORE (review page) ===== */
.fa3ab9 {
    font-family: var(--jffe2); 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(--bd52b); 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(--a0c6f); width: 55%; }
.score-table td:last-child { color: var(--bd52b); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.o5a03e {
    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);
}
.o5a03e .o5cc00 { 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) {
    .e5d6f0 { display: none; }
    .b364b9 .o09a51 { display: none; }
    .k36dc3 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .bea2fe { grid-template-columns: 1fr; }
    section, .oc20af { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .b99026 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .i48657 { grid-template-columns: 1fr 1fr; }
    .g874b4 { grid-template-columns: 1fr 1fr; }
    .g03252 { grid-template-columns: 1fr 100px auto; }
    .o5a03e { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .gf19b8 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .i48657 { grid-template-columns: 1fr; }
    .g874b4 { grid-template-columns: 1fr; }
    .fe4ce3 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .fa3ab9 { font-size: 3.5rem; }
    .g03252 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .bea2fe { grid-template-columns: 1fr; }
    .a66620 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.ec3329 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.ec3329 summary.k02338 {
    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(--g3bb1);
    padding: 6px 11px;
    border-radius: var(--dcc9a);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--c42ce);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.ec3329 summary.k02338::-webkit-details-marker { display: none; }
.ec3329 summary.k02338::marker { display: none; }
.ec3329:hover summary.k02338,
.ec3329[open] summary.k02338 {
    background: rgba(255,255,255,.13);
    border-color: rgba(93,173,226,.35);
    color: var(--bd52b);
}
.k8e039 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.ec3329[open] .k8e039 { transform: rotate(180deg); }

.l4c284 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--hb3c3);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--j65b6);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.ec3329[open] .l4c284 {
    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); }
}
.l4c284 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--b220d);
    border-radius: var(--dcc9a);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.l4c284 li a:hover,
.l4c284 li a.h99b9d {
    background: rgba(255,255,255,.08);
    color: var(--bd52b);
}
.l4c284 li a.h99b9d { font-weight: 700; }

/* Mobile lang bar */
.g7af2a {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.g7af2a 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(--dcc9a);
    color: var(--b220d);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.g7af2a a:hover,
.g7af2a a.l82607 {
    background: rgba(93,173,226,.12);
    border-color: rgba(93,173,226,.3);
    color: var(--bd52b);
}
.g7af2a a.l82607 { font-weight: 700; }

@media (max-width: 768px) {
    .ec3329 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.g874b4, ul.c7479e { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.k54ef3 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .k54ef3 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.i48657, ol.j1e48b { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.j1e48b > li { counter-increment: step-counter; }
ol.j1e48b > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--c71dc); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.j4f9d3 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--c71dc); }
.nff371 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.l734a4 { width: 36px; height: 36px; border-radius: 50%; background: var(--c71dc); color: var(--j2aee); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.o95897 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.j96080 { display: grid; grid-template-columns: 1fr; gap: 0; }
.icb867 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.icb867:last-child { border-bottom: none; }
.be5903 { font-weight: 600; padding: .75rem 1rem; color: var(--c71dc); }
.nc460d { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.i43743 .jff2c3 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.i43743 .e35ebf { display: none; }
.i43743 .h576c8.l55112 .e35ebf { display: block; }

/* faq variant C: definition list */
dl.jc3d79 { display: grid; gap: 0; }
dl.jc3d79 dt.f68b22 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.jc3d79 dd.e35ebf { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.l251b0 { padding: 2rem 0; }
.efc994 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.efc994 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--j65b6); border: 1px solid var(--jb3b5); color: var(--jb3b5); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.efc994 li a:hover { background: var(--jb3b5); color: var(--j2aee); }


/* Promo Banner (SVG image banners) */
.c32dcf { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.ae0ed4 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.ae0ed4:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.i2bfaa { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.aa85a0 { display: inline-block; vertical-align: middle; }
.nf9cdf .aa85a0 { 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(--hb3c3), var(--l132a));
    border-radius: var(--j65b6); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--dcc9a); background: var(--m1125); }
.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(--jb3b5); }
@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(--jb3b5); 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; }
  .f950cf { animation: none; }
}
/* Touch targets: minimum 44x44px */
.o5cc00, .f950cf, .gf19b8, .mc7843, .o54f20, .k36dc3, .jff2c3, .f68b22, .oe0420, .o5a03e a, .k02338 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.f950cf { position: relative; overflow: visible; }
.f950cf::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--jb3b5); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.f950cf:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.f950cf::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(--jb3b5); 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(--dcc9a); background: var(--hb3c3); 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(--dcc9a); background: var(--hb3c3); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--jb3b5); }
.trust-item span { font-size: 0.7rem; color: var(--jb3b5); 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(--hb3c3); border-radius: var(--j65b6); 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(--jb3b5), var(--c71dc)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--j2aee); flex-shrink: 0; }
.review-stars { color: var(--jb3b5); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--o3df1); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--b220d); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1280px; }
:root { --radius: 12px; --radius-lg: 20px; --radius-sm: 8px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.btn-gold { animation: none; box-shadow: none; background: var(--gold); }
.btn-gold:hover { box-shadow: 0 4px 16px rgba(0,0,0,.3); }
.hero { text-align: left; }
.hero h1 { text-align: left; }
.hero-subtitle { margin-left: 0; }
.hero-stats { justify-content: flex-start; }
.info-card:hover, .bonus-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,.2); }
body { line-height: 1.75; }
body { font-size: 16.5px; }
.section-alt + .section:not(.section-alt) { border-top: 2px solid var(--gold); opacity: .15; }
.info-card:hover { transform: none; border-color: var(--gold); }


/* ===== USA design language: Daylight Clean (clean) ===== */
:root{
  --cbg:#F5F7FA; --csurf:#FFFFFF; --csurf2:#EEF2F7;
  --ctext:#171A21; --cmuted:#5A6373; --cacc:#4F46E5; --cacc2:#06B6D4;
  --cbord:#E1E7EF; --cfh:'Manrope',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,.o28e30,.a5dcd8{font-family:var(--cfh);}
.g1a930{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.oc20af{padding:58px 0;position:relative;}
.g874b4{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.g874b4.k54ef3{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.i48657{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.bea2fe{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.la0e58{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.eee6ed{direction:rtl;}.eee6ed>*{direction:ltr;}
.n62f2a img,.n62f2a svg{width:100%;height:auto;}
.eb3a66 p{margin:0 0 1em;}
.jc3d79{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.f68b22{cursor:pointer;list-style:none;position:relative;}.f68b22::-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;}
.i2bfaa{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){
  .l30359 .g1a930{grid-template-columns:1fr !important;}
  .la0e58,.bea2fe{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.eee6ed{direction:ltr;}
}

/* DAYLIGHT CLEAN — СВЕТЛЫЙ SaaS, мягкие карточки с тенью */
body{background:#F5F7FA!important;color:#171A21!important;}
header,.mca5f5{background:rgba(255,255,255,0.9)!important;border-bottom:1px solid #E1E7EF!important;backdrop-filter:blur(10px);}
header a,nav a{color:#5A6373!important;font-weight:600;}header a:hover{color:#4F46E5!important;}
.l30359{padding:80px 0 60px;background:linear-gradient(180deg,#EEF2F7,#F5F7FA);}
.l30359::before{display:none;}
.l30359.has-art .g1a930{display:grid;grid-template-columns:1.1fr .95fr;gap:44px;align-items:center;}
.o28e30{font-weight:800;font-size:clamp(2.1rem,4.6vw,3.4rem);line-height:1.08;letter-spacing:-.02em;color:#171A21!important;background:none!important;-webkit-text-fill-color:#171A21!important;}
.e0be69{color:#5A6373;font-size:1.14rem;max-width:56ch;margin:18px 0 28px;}
.a5dcd8{text-align:center;font-weight:800;color:#171A21!important;letter-spacing:-.01em;font-size:clamp(1.6rem,2.8vw,2.2rem);}
.a5dcd8::after{content:"";display:block;width:56px;height:4px;border-radius:4px;background:linear-gradient(90deg,#4F46E5,#06B6D4);margin:14px auto 0;}
.f950cf,.o54f20{background:#4F46E5!important;color:#fff!important;border:none!important;border-radius:11px;font-weight:700;
  box-shadow:0 8px 20px rgba(79,70,229,0.28);}
.gf19b8{padding:15px 30px;}.f950cf:hover,.o54f20:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(79,70,229,0.36);}
.hero-trust{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px;}
.hero-badge{background:#FFFFFF!important;border:1px solid #E1E7EF!important;color:#5A6373!important;border-radius:999px;padding:8px 15px;font-weight:600;font-size:.82rem;}
.hero-badge.freshness{color:#4F46E5!important;border-color:rgba(79,70,229,0.4)!important;}
.nbbaed,.j98159,.edd1c1,.c8b6fb,.m1b477{background:#FFFFFF!important;border:1px solid #E1E7EF!important;border-radius:18px;padding:26px;
  box-shadow:0 10px 28px rgba(26,34,51,0.07)!important;transition:transform .2s,box-shadow .2s;}
.nbbaed:hover,.j98159:hover,.edd1c1:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(26,34,51,0.12)!important;}
.nbbaed h3,.j98159 h3,.edd1c1 h3{color:#171A21!important;font-weight:700;}
.nbbaed p,.j98159 p,.edd1c1 p{color:#5A6373!important;}
.j98159{border-top:3px solid #4F46E5!important;}
.i64916,.l734a4{background:linear-gradient(120deg,#4F46E5,#06B6D4);color:#fff;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:8px;}
.eb3a66{color:#5A6373;}.eb3a66 strong{color:#171A21;}
.n62f2a img{border-radius:18px;box-shadow:0 14px 36px rgba(26,34,51,0.1);}
.b56d57{background:#EEF2F7!important;}
.h576c8{background:#FFFFFF!important;border:1px solid #E1E7EF!important;border-radius:14px;padding:4px 18px;}
.f68b22{color:#171A21!important;font-weight:700;padding:15px 0;}
details.h576c8 summary.f68b22::after{content:"+";position:absolute;right:0;top:13px;color:#4F46E5;font-size:1.3rem;}
details.h576c8[open] summary.f68b22::after{content:"\2013";}
.e35ebf{color:#5A6373!important;padding-bottom:14px;}
.trust-item{background:#FFFFFF!important;border:1px solid #E1E7EF!important;border-radius:999px;padding:12px 18px;color:#171A21!important;font-weight:600;box-shadow:0 6px 16px rgba(26,34,51,0.06);}
.fact-row{background:#FFFFFF!important;border:1px solid #E1E7EF!important;border-radius:12px;padding:12px 16px;}
.fact-row dt{color:#5A6373!important;}.fact-row dd{color:#171A21!important;font-weight:700;}
table{background:#FFFFFF!important;border-radius:16px;overflow:hidden;border:1px solid #E1E7EF;}
table th{background:#EEF2F7!important;color:#171A21!important;}table td,table th{border-bottom:1px solid #E1E7EF;color:#171A21!important;}
.ae0ed4{border-radius:18px;display:block;overflow:hidden;box-shadow:0 12px 30px rgba(26,34,51,0.1);}
footer,.jdbec3{background:#EEF2F7!important;border-top:1px solid #E1E7EF!important;color:#5A6373!important;}
footer a,.jdbec3 a{color:#5A6373!important;}footer a:hover{color:#4F46E5!important;}
.bdfb3e a{color:#5A6373!important;}

.k30aef strong,.la0e58 strong,.faq strong,.bea2fe strong{color:inherit !important;}
