@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');
/* ===== ARCTIC FROST — Design System ===== */
:root {
    --kc9af:        #5DADE2;
    --o2ebd:  #85C1E9;
    --m6151:   #2E86C1;
    --mfce3:         #85C1E9;
    --gc6aa:         #5DADE2;
    --g34bc:    #2E86C1;
    --bcd35:         #5DADE2;
    --p5595:    #2E86C1;
    --mab34:           #060A10;
    --m4e4a:         #0C1420;
    --i52a8:         #121E30;
    --pf649:         #18283E;
    --e7c93:        #FFFFFF;
    --m58ae:         #B0BEC5;
    --nd45a:       #78909C;
    --h2693:       #B0BEC5;
    --mef04:    'Quicksand', sans-serif;
    --ld589:    'Quicksand', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --m50a6:       16px;
    --g9289:    24px;
    --caf18:    10px;
    --ebf55:        1100px;
    --b7760:       0 6px 28px rgba(0,0,0,.45);
    --he7f6:         0 0 32px rgba(93,173,226,.25);
    --frost:        #ECF0F1;
    --silver:       #D5DBDB;
    --coral:        #E74C3C;
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--kc9af);
    --color-primary-light: var(--o2ebd);
    --color-primary-dark: var(--m6151);
    --color-accent: var(--gc6aa);
    --color-accent-dark: var(--g34bc);
    --color-secondary: var(--bcd35);
    --color-secondary-dark: var(--p5595);
    --color-surface: var(--i52a8);
    --color-surface-elevated: var(--pf649);
    --color-on-surface: var(--e7c93);
    --color-on-surface-muted: var(--m58ae);
    --color-text: var(--e7c93);
    --color-text-secondary: var(--h2693);
    --text-heading: var(--mef04);
    --text-body: var(--ld589);
    --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(--ld589);
    background: var(--mab34);
    color: var(--e7c93);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--o2ebd); text-decoration: none; transition: color .2s; }
a:hover { color: var(--frost); }
img { max-width: 100%; height: auto; display: block; }

.abb91a { width: 92%; max-width: var(--ebf55); margin: 0 auto; }

.fc82c3 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.cef1a9 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--kc9af); color: var(--e7c93);
    padding: 8px 16px; border-radius: var(--caf18);
    z-index: 999; transition: top .2s;
}
.cef1a9:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.g12a5d {
    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);
}
.eb884d {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.m28543 {
    font-family: var(--mef04);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--e7c93);
    white-space: nowrap; text-decoration: none;
}
.m28543:hover { color: var(--o2ebd); }

/* Main Nav */
.l19c59 { display: flex; align-items: center; gap: 20px; }
.j21d24 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.j21d24 a {
    color: var(--m58ae); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.j21d24 a:hover { color: var(--o2ebd); }

/* Language Select */
.jd577b {
    background: var(--i52a8); color: var(--e7c93);
    border: 1px solid rgba(93,173,226,.25);
    border-radius: var(--caf18);
    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;
}
.jd577b:hover, .jd577b:focus { border-color: var(--kc9af); outline: none; }

/* Menu Toggle */
.k7e242 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.c691e2, .c691e2::before, .c691e2::after {
    display: block; width: 24px; height: 2px;
    background: var(--e7c93); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.c691e2 { position: relative; }
.c691e2::before, .c691e2::after { content: ''; position: absolute; left: 0; }
.c691e2::before { top: -7px; }
.c691e2::after { top: 7px; }

/* Mobile Nav */
.he62e7 {
    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;
}
.he62e7.gca23a { display: flex; }
.g25064 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.g25064 a {
    font-size: 1.2rem; font-weight: 600; color: var(--e7c93); text-decoration: none;
}
.g25064 a:hover { color: var(--o2ebd); }

/* ===== BUTTONS ===== */
.i56c07 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--mef04); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--m50a6); 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(--kc9af) 0%, var(--o2ebd) 100%);
    color: #060A10; box-shadow: var(--he7f6);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(93,173,226,.5);
    color: #060A10;
}
.btn-secondary {
    background: transparent; color: var(--o2ebd);
    border: 2px solid var(--kc9af);
}
.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); }
}
.i8220e {
    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 */
}
.i8220e:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(93,173,226,.65);
    color: #060A10; animation: none;
}

.ld7738 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--g9289); }
.if9bb6 { padding: 8px 18px; font-size: .85rem; border-radius: var(--caf18); }

/* Nav CTA in header */
.c3e777 {
    background: linear-gradient(135deg, var(--kc9af) 0%, var(--m6151) 100%);
    color: #060A10 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--caf18);
    box-shadow: 0 0 16px rgba(93,173,226,.3);
    transition: transform .2s, box-shadow .2s;
}
.c3e777:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(93,173,226,.55);
    color: #060A10 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.e10dc1 {
    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(--mab34);
    position: relative; overflow: hidden;
}
.e10dc1::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;
}
.a63377 {
    font-family: var(--mef04);
    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;
}
.n2a7da {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--m58ae);
    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(--mab34);
}
.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(--mef04);
    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(--m58ae);
    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(--m58ae);
    padding: 7px 14px;
    background: rgba(93,173,226,.06);
    border: 1px solid rgba(93,173,226,.15);
    border-radius: var(--caf18);
}
.hero-stat strong { color: var(--o2ebd); }

/* ===== SECTIONS ===== */
.l987be { padding: clamp(52px, 7vw, 80px) 0; }
.f04a72 { background: var(--m4e4a); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--kc9af); margin-bottom: 10px;
}
.l987be h2, .n6401e {
    font-family: var(--mef04);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.l987be h3 {
    font-family: var(--mef04); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--o2ebd);
}
.l987be p, .section-desc {
    color: var(--m58ae); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.l987be ul, .l987be ol {
    color: var(--m58ae); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.l987be li { margin-bottom: 8px; }
.l987be li strong { color: var(--e7c93); }

/* ===== 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(--i52a8), var(--pf649));
    border: 1px solid rgba(93,173,226,.1);
    border-radius: var(--m50a6); 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(--b7760);
}
.a8dc88 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--mef04); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--e7c93);
}
.card p { color: var(--m58ae); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.ad8f0a { overflow-x: auto; margin: 24px 0; border-radius: var(--caf18); }
.ladc45 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.ladc45 thead th {
    background: var(--pf649); color: var(--e7c93); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(93,173,226,.2);
}
.ladc45 thead th:first-child { border-radius: var(--caf18) 0 0 0; }
.ladc45 thead th:last-child { border-radius: 0 var(--caf18) 0 0; }
.ladc45 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.ladc45 td { padding: 13px 16px; }
.ladc45 td:first-child { color: var(--m58ae); font-weight: 500; width: 42%; }
.ladc45 td:last-child { color: var(--e7c93); font-weight: 600; }
.ladc45 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(--kc9af), var(--o2ebd));
    border-radius: 50%; font-family: var(--mef04);
    font-size: 1.2rem; font-weight: 700; color: #060A10;
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--m58ae); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.b6f5f9 { max-width: 800px; margin: 0 auto; }
details.cc40c0 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.cc40c0 summary {
    display: block; list-style: none;
    color: var(--e7c93); font-family: var(--ld589);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.cc40c0 summary::-webkit-details-marker { display: none; }
details.cc40c0 summary::marker { display: none; content: ''; }
details.cc40c0 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--kc9af); transition: transform .3s;
}
details.cc40c0[open] summary::after { content: '\2212'; }
details.cc40c0 summary:hover { color: var(--o2ebd); }
details.cc40c0 > p { padding: 0 0 20px; color: var(--m58ae); font-size: .9rem; line-height: 1.7; }
details.cc40c0 > div { padding: 0 0 20px; color: var(--m58ae); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--m4e4a); }

/* ===== INFO GRID & CARDS ===== */
.m3d191 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.k73112 {
    background: linear-gradient(145deg, var(--i52a8), var(--pf649));
    border: 1px solid rgba(93,173,226,.12); border-radius: var(--m50a6); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.k73112:hover {
    transform: translateY(-5px);
    border-color: rgba(93,173,226,.35);
    box-shadow: var(--b7760);
}
.nc0bc3 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.k73112 h3 {
    font-family: var(--mef04); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--e7c93);
}
.k73112 p { color: var(--m58ae); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.dc7966 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.ff4e64 {
    background: linear-gradient(145deg, var(--i52a8), var(--pf649));
    border: 1px solid rgba(93,173,226,.15); border-radius: var(--m50a6); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.ff4e64:hover { transform: translateY(-5px); border-color: rgba(93,173,226,.38); }
.ff4e64 h3 {
    font-family: var(--mef04); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--o2ebd);
}
.ff4e64 p { color: var(--m58ae); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.g19f98 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.b81968 { text-align: center; padding: 22px 14px; }
.l8b17b {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--kc9af), var(--o2ebd));
    border-radius: 50%; font-family: var(--mef04);
    font-size: 1.15rem; font-weight: 800; color: #060A10;
    box-shadow: 0 0 22px rgba(93,173,226,.35);
}
.b81968 h3 {
    font-family: var(--mef04); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--e7c93);
}
.b81968 p { color: var(--m58ae); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.g2f64e {
    background: linear-gradient(145deg, var(--i52a8), var(--pf649));
    border: 1px solid rgba(93,173,226,.18); border-radius: var(--g9289);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.i5041f { margin-top: 24px; }
.ee6250 {
    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;
}
.ee6250 > span:first-child { color: var(--m58ae); text-align: left; }
.bbd203 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.n0ca2f {
    height: 100%;
    background: linear-gradient(90deg, #2E86C1 0%, #85C1E9 100%);
    border-radius: 4px;
}
.ee6250 > span:last-child { color: var(--o2ebd); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.j07fbe { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.e02691, .p2e714 {
    background: linear-gradient(145deg, var(--i52a8), var(--pf649));
    border-radius: var(--m50a6); padding: 24px 22px;
}
.e02691 { border-top: 3px solid var(--kc9af); }
.p2e714 { border-top: 3px solid var(--coral); }
.e02691 h3, .e02691 h4 { color: var(--o2ebd); margin-bottom: 12px; font-size: 1rem; }
.p2e714 h3, .p2e714 h4 { color: #F1948A; margin-bottom: 12px; font-size: 1rem; }
.e02691 ul, .p2e714 ul { list-style: none; padding: 0; margin: 0; }
.e02691 li::before { content: '\2713 '; color: var(--kc9af); font-weight: 700; }
.p2e714 li::before { content: '\2717 '; color: var(--coral); font-weight: 700; }
.e02691 li, .p2e714 li { padding: 5px 0; color: var(--m58ae); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.he751d {
    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(--m4e4a);
    border-top: 1px solid rgba(93,173,226,.1);
    border-bottom: 1px solid rgba(93,173,226,.1);
}
.he751d h2 {
    font-family: var(--mef04);
    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;
}
.he751d p { color: var(--m58ae); 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(--kc9af);
    border-radius: var(--caf18); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--m58ae); font-size: .9rem; }
.highlight-box strong { color: var(--o2ebd); }

/* ===== BREADCRUMB ===== */
.e8c9d9 { padding: 14px 0; font-size: .82rem; }
.a040c2 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.a040c2 li + li::before { content: '\203A'; margin-right: 8px; color: var(--nd45a); }
.e8c9d9 a { color: var(--nd45a); }
.e8c9d9 a:hover { color: var(--o2ebd); }
.e8c9d9 [aria-current] { color: var(--kc9af); }

/* ===== SITE FOOTER ===== */
.he4b86 {
    background: var(--mab34); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.l11aa5 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.l11aa5 a {
    color: var(--nd45a); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.l11aa5 a:hover { color: var(--o2ebd); }

.a71be0 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.a71be0 p {
    color: var(--nd45a); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.a71be0 a { color: var(--kc9af); }
.nf06fa { text-align: center; color: var(--nd45a); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.k54d62 { max-width: 800px; margin: 0 auto; }
.k54d62 p {
    color: var(--m58ae); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.k54d62 p:last-child { margin-bottom: 0; }
.k54d62 strong { color: var(--e7c93); }
.k54d62 a { color: var(--o2ebd); text-decoration: underline; text-underline-offset: 3px; }
.k54d62 a:hover { color: var(--frost); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.id6b12 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.k4d169 { direction: rtl; }
.k4d169 > * { direction: ltr; }
.b1fa6a { border-radius: var(--g9289); overflow: hidden; }
.b1fa6a img {
    width: 100%; height: auto; display: block;
    border-radius: var(--g9289);
    border: 1px solid rgba(93,173,226,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.fed290 { color: var(--m58ae); font-size: .93rem; line-height: 1.7; }
.fed290 strong { color: var(--e7c93); }
.fed290 a { color: var(--o2ebd); }
@media (max-width: 768px) {
    .id6b12 { grid-template-columns: 1fr; gap: 24px; }
    .k4d169 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--m6151);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--m6151); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.n686fc {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--kc9af);
    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(--b7760);
}
.n686fc.i0b77d { opacity: 1; visibility: visible; }
.n686fc:hover { transform: translateY(-3px); background: var(--m6151); }

/* ===== REVIEW SCORE (review page) ===== */
.k847ad {
    font-family: var(--mef04); 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(--o2ebd); 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(--m58ae); width: 55%; }
.score-table td:last-child { color: var(--o2ebd); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.c52122 {
    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);
}
.c52122 .i56c07 { 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) {
    .j21d24 { display: none; }
    .l19c59 .jd577b { display: none; }
    .k7e242 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .j07fbe { grid-template-columns: 1fr; }
    section, .l987be { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .l11aa5 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .g19f98 { grid-template-columns: 1fr 1fr; }
    .m3d191 { grid-template-columns: 1fr 1fr; }
    .ee6250 { grid-template-columns: 1fr 100px auto; }
    .c52122 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .ld7738 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .g19f98 { grid-template-columns: 1fr; }
    .m3d191 { grid-template-columns: 1fr; }
    .eb884d { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .k847ad { font-size: 3.5rem; }
    .ee6250 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .j07fbe { grid-template-columns: 1fr; }
    .g2f64e { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.f706f8 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.f706f8 summary.je9dc6 {
    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(--e7c93);
    padding: 6px 11px;
    border-radius: var(--caf18);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--ld589);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.f706f8 summary.je9dc6::-webkit-details-marker { display: none; }
.f706f8 summary.je9dc6::marker { display: none; }
.f706f8:hover summary.je9dc6,
.f706f8[open] summary.je9dc6 {
    background: rgba(255,255,255,.13);
    border-color: rgba(93,173,226,.35);
    color: var(--o2ebd);
}
.deb9dd { font-size: .7rem; opacity: .7; transition: transform .2s; }
.f706f8[open] .deb9dd { transform: rotate(180deg); }

.c8116c {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--i52a8);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--m50a6);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.f706f8[open] .c8116c {
    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); }
}
.c8116c li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--h2693);
    border-radius: var(--caf18);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.c8116c li a:hover,
.c8116c li a.d5e458 {
    background: rgba(255,255,255,.08);
    color: var(--o2ebd);
}
.c8116c li a.d5e458 { font-weight: 700; }

/* Mobile lang bar */
.jece72 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.jece72 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(--caf18);
    color: var(--h2693);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.jece72 a:hover,
.jece72 a.l2c997 {
    background: rgba(93,173,226,.12);
    border-color: rgba(93,173,226,.3);
    color: var(--o2ebd);
}
.jece72 a.l2c997 { font-weight: 700; }

@media (max-width: 768px) {
    .f706f8 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.m3d191, ul.j59b39 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.a205b7 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .a205b7 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.g19f98, ol.aaad26 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.aaad26 > li { counter-increment: step-counter; }
ol.aaad26 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--kc9af); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.i269e6 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--kc9af); }
.jd3699 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.c84d64 { width: 36px; height: 36px; border-radius: 50%; background: var(--kc9af); color: var(--mab34); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.h1262b h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.f61544 { display: grid; grid-template-columns: 1fr; gap: 0; }
.k6bad6 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.k6bad6:last-child { border-bottom: none; }
.n2d128 { font-weight: 600; padding: .75rem 1rem; color: var(--kc9af); }
.c58504 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.me883e .b134d9 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.me883e .ha8f34 { display: none; }
.me883e .cc40c0.gca23a .ha8f34 { display: block; }

/* faq variant C: definition list */
dl.b6f5f9 { display: grid; gap: 0; }
dl.b6f5f9 dt.k140b4 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.b6f5f9 dd.ha8f34 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.a7d4a6 { padding: 2rem 0; }
.p07072 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.p07072 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--m50a6); border: 1px solid var(--gc6aa); color: var(--gc6aa); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.p07072 li a:hover { background: var(--gc6aa); color: var(--mab34); }


/* Promo Banner (SVG image banners) */
.bb007b { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.obfaa8 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.obfaa8:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.k3e4a0 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.a8dc88 { display: inline-block; vertical-align: middle; }
.nc0bc3 .a8dc88 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.dff4ae {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--i52a8), var(--pf649));
    border-radius: var(--m50a6); padding: 24px; margin-top: 24px;
}
.kbd7d8 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--caf18); background: var(--m4e4a); }
.kbd7d8 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.kbd7d8 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--gc6aa); }
@media (max-width: 768px) { .dff4ae { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .dff4ae { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--gc6aa); 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; }
  .i8220e { animation: none; }
}
/* Touch targets: minimum 44x44px */
.i56c07, .i8220e, .ld7738, .if9bb6, .c3e777, .k7e242, .b134d9, .k140b4, .n686fc, .c52122 a, .je9dc6 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.i8220e { position: relative; overflow: visible; }
.i8220e::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--gc6aa); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.i8220e:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.i8220e::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.m43ffe { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.oa29ef {
    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);
}
.oa29ef.m9b1dd { color: var(--gc6aa); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.l6957a, .d5ec4c { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.jafd67, .c42a97 { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--caf18); background: var(--i52a8); transition: transform 0.2s; }
.jafd67:hover, .c42a97:hover { transform: translateY(-2px); }
.jafd67 span, .c42a97 span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.oce9fd { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.aa5792 { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--caf18); background: var(--i52a8); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.aa5792:hover { border-color: var(--gc6aa); }
.aa5792 span { font-size: 0.7rem; color: var(--gc6aa); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.g99601 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.df5a2e { background: var(--i52a8); border-radius: var(--m50a6); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.m52f47 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.af2242 { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--gc6aa), var(--kc9af)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--mab34); flex-shrink: 0; }
.h31bea { color: var(--gc6aa); font-size: 14px; letter-spacing: 1px; }
.ld3f19 { color: var(--nd45a); font-size: 0.75rem; }
.df5a2e p { font-size: 0.9rem; color: var(--h2693); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1060px; }
:root { --radius: 6px; --radius-lg: 10px; --radius-sm: 4px; }
.section { padding: clamp(64px, 9vw, 100px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(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: none; }
body { line-height: 1.65; }
body { font-size: 17px; }
.info-card:hover { transform: none; border-color: var(--gold); }
