@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');
/* ===== ARCTIC FROST — Design System ===== */
:root {
    --a0f68:        #5DADE2;
    --nd1b8:  #85C1E9;
    --cd7f6:   #2E86C1;
    --l7a64:         #85C1E9;
    --df36e:         #5DADE2;
    --b612d:    #2E86C1;
    --f394e:         #5DADE2;
    --ab5b3:    #2E86C1;
    --lc8f3:           #060A10;
    --kd73d:         #0C1420;
    --l8156:         #121E30;
    --ed29f:         #18283E;
    --p7be6:        #FFFFFF;
    --c6d99:         #B0BEC5;
    --o4d14:       #78909C;
    --h1405:       #B0BEC5;
    --n8c15:    'Quicksand', sans-serif;
    --i75b9:    'Quicksand', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --p130f:       16px;
    --f744a:    24px;
    --a1792:    10px;
    --cd15a:        1100px;
    --n9b59:       0 6px 28px rgba(0,0,0,.45);
    --p167d:         0 0 32px rgba(93,173,226,.25);
    --frost:        #ECF0F1;
    --silver:       #D5DBDB;
    --coral:        #E74C3C;
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--a0f68);
    --color-primary-light: var(--nd1b8);
    --color-primary-dark: var(--cd7f6);
    --color-accent: var(--df36e);
    --color-accent-dark: var(--b612d);
    --color-secondary: var(--f394e);
    --color-secondary-dark: var(--ab5b3);
    --color-surface: var(--l8156);
    --color-surface-elevated: var(--ed29f);
    --color-on-surface: var(--p7be6);
    --color-on-surface-muted: var(--c6d99);
    --color-text: var(--p7be6);
    --color-text-secondary: var(--h1405);
    --text-heading: var(--n8c15);
    --text-body: var(--i75b9);
    --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(--i75b9);
    background: var(--lc8f3);
    color: var(--p7be6);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--nd1b8); text-decoration: none; transition: color .2s; }
a:hover { color: var(--frost); }
img { max-width: 100%; height: auto; display: block; }

.p34a9e { width: 92%; max-width: var(--cd15a); margin: 0 auto; }

.e8c84c {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.dba86a {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--a0f68); color: var(--p7be6);
    padding: 8px 16px; border-radius: var(--a1792);
    z-index: 999; transition: top .2s;
}
.dba86a:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.fe36f7 {
    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);
}
.ic1a90 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.fcefd1 {
    font-family: var(--n8c15);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--p7be6);
    white-space: nowrap; text-decoration: none;
}
.fcefd1:hover { color: var(--nd1b8); }

/* Main Nav */
.kcbb14 { display: flex; align-items: center; gap: 20px; }
.bd86ba {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.bd86ba a {
    color: var(--c6d99); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.bd86ba a:hover { color: var(--nd1b8); }

/* Language Select */
.b4b91f {
    background: var(--l8156); color: var(--p7be6);
    border: 1px solid rgba(93,173,226,.25);
    border-radius: var(--a1792);
    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;
}
.b4b91f:hover, .b4b91f:focus { border-color: var(--a0f68); outline: none; }

/* Menu Toggle */
.h4dc81 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.p66e4f, .p66e4f::before, .p66e4f::after {
    display: block; width: 24px; height: 2px;
    background: var(--p7be6); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.p66e4f { position: relative; }
.p66e4f::before, .p66e4f::after { content: ''; position: absolute; left: 0; }
.p66e4f::before { top: -7px; }
.p66e4f::after { top: 7px; }

/* Mobile Nav */
.g0007f {
    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;
}
.g0007f.bbeb13 { display: flex; }
.ae400b {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.ae400b a {
    font-size: 1.2rem; font-weight: 600; color: var(--p7be6); text-decoration: none;
}
.ae400b a:hover { color: var(--nd1b8); }

/* ===== BUTTONS ===== */
.g60121 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--n8c15); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--p130f); 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(--a0f68) 0%, var(--nd1b8) 100%);
    color: #060A10; box-shadow: var(--p167d);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(93,173,226,.5);
    color: #060A10;
}
.btn-secondary {
    background: transparent; color: var(--nd1b8);
    border: 2px solid var(--a0f68);
}
.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); }
}
.jddbfc {
    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 */
}
.jddbfc:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(93,173,226,.65);
    color: #060A10; animation: none;
}

.b165b1 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--f744a); }
.cce7e3 { padding: 8px 18px; font-size: .85rem; border-radius: var(--a1792); }

/* Nav CTA in header */
.o50ebc {
    background: linear-gradient(135deg, var(--a0f68) 0%, var(--cd7f6) 100%);
    color: #060A10 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--a1792);
    box-shadow: 0 0 16px rgba(93,173,226,.3);
    transition: transform .2s, box-shadow .2s;
}
.o50ebc:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(93,173,226,.55);
    color: #060A10 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.cae966 {
    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(--lc8f3);
    position: relative; overflow: hidden;
}
.cae966::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;
}
.oe32bc {
    font-family: var(--n8c15);
    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;
}
.a1de5f {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--c6d99);
    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(--lc8f3);
}
.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(--n8c15);
    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(--c6d99);
    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(--c6d99);
    padding: 7px 14px;
    background: rgba(93,173,226,.06);
    border: 1px solid rgba(93,173,226,.15);
    border-radius: var(--a1792);
}
.hero-stat strong { color: var(--nd1b8); }

/* ===== SECTIONS ===== */
.a0dff6 { padding: clamp(52px, 7vw, 80px) 0; }
.a62083 { background: var(--kd73d); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--a0f68); margin-bottom: 10px;
}
.a0dff6 h2, .eddada {
    font-family: var(--n8c15);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.a0dff6 h3 {
    font-family: var(--n8c15); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--nd1b8);
}
.a0dff6 p, .section-desc {
    color: var(--c6d99); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.a0dff6 ul, .a0dff6 ol {
    color: var(--c6d99); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.a0dff6 li { margin-bottom: 8px; }
.a0dff6 li strong { color: var(--p7be6); }

/* ===== 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(--l8156), var(--ed29f));
    border: 1px solid rgba(93,173,226,.1);
    border-radius: var(--p130f); 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(--n9b59);
}
.ga1c62 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--n8c15); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--p7be6);
}
.card p { color: var(--c6d99); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.ic59e9 { overflow-x: auto; margin: 24px 0; border-radius: var(--a1792); }
.n2301a { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.n2301a thead th {
    background: var(--ed29f); color: var(--p7be6); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(93,173,226,.2);
}
.n2301a thead th:first-child { border-radius: var(--a1792) 0 0 0; }
.n2301a thead th:last-child { border-radius: 0 var(--a1792) 0 0; }
.n2301a tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.n2301a td { padding: 13px 16px; }
.n2301a td:first-child { color: var(--c6d99); font-weight: 500; width: 42%; }
.n2301a td:last-child { color: var(--p7be6); font-weight: 600; }
.n2301a 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(--a0f68), var(--nd1b8));
    border-radius: 50%; font-family: var(--n8c15);
    font-size: 1.2rem; font-weight: 700; color: #060A10;
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--c6d99); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.f6f19f { max-width: 800px; margin: 0 auto; }
details.m1d852 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.m1d852 summary {
    display: block; list-style: none;
    color: var(--p7be6); font-family: var(--i75b9);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.m1d852 summary::-webkit-details-marker { display: none; }
details.m1d852 summary::marker { display: none; content: ''; }
details.m1d852 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--a0f68); transition: transform .3s;
}
details.m1d852[open] summary::after { content: '\2212'; }
details.m1d852 summary:hover { color: var(--nd1b8); }
details.m1d852 > p { padding: 0 0 20px; color: var(--c6d99); font-size: .9rem; line-height: 1.7; }
details.m1d852 > div { padding: 0 0 20px; color: var(--c6d99); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--kd73d); }

/* ===== INFO GRID & CARDS ===== */
.a70624 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.p932da {
    background: linear-gradient(145deg, var(--l8156), var(--ed29f));
    border: 1px solid rgba(93,173,226,.12); border-radius: var(--p130f); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.p932da:hover {
    transform: translateY(-5px);
    border-color: rgba(93,173,226,.35);
    box-shadow: var(--n9b59);
}
.h43e0a { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.p932da h3 {
    font-family: var(--n8c15); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--p7be6);
}
.p932da p { color: var(--c6d99); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.n6f44b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.nbc580 {
    background: linear-gradient(145deg, var(--l8156), var(--ed29f));
    border: 1px solid rgba(93,173,226,.15); border-radius: var(--p130f); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.nbc580:hover { transform: translateY(-5px); border-color: rgba(93,173,226,.38); }
.nbc580 h3 {
    font-family: var(--n8c15); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--nd1b8);
}
.nbc580 p { color: var(--c6d99); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.ofd582 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.j9ccc5 { text-align: center; padding: 22px 14px; }
.j7fd73 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--a0f68), var(--nd1b8));
    border-radius: 50%; font-family: var(--n8c15);
    font-size: 1.15rem; font-weight: 800; color: #060A10;
    box-shadow: 0 0 22px rgba(93,173,226,.35);
}
.j9ccc5 h3 {
    font-family: var(--n8c15); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--p7be6);
}
.j9ccc5 p { color: var(--c6d99); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.of6029 {
    background: linear-gradient(145deg, var(--l8156), var(--ed29f));
    border: 1px solid rgba(93,173,226,.18); border-radius: var(--f744a);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.j9ca37 { margin-top: 24px; }
.a5598b {
    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;
}
.a5598b > span:first-child { color: var(--c6d99); text-align: left; }
.eecec3 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.n95949 {
    height: 100%;
    background: linear-gradient(90deg, #2E86C1 0%, #85C1E9 100%);
    border-radius: 4px;
}
.a5598b > span:last-child { color: var(--nd1b8); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.f15bcf { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.dffecb, .naa837 {
    background: linear-gradient(145deg, var(--l8156), var(--ed29f));
    border-radius: var(--p130f); padding: 24px 22px;
}
.dffecb { border-top: 3px solid var(--a0f68); }
.naa837 { border-top: 3px solid var(--coral); }
.dffecb h3, .dffecb h4 { color: var(--nd1b8); margin-bottom: 12px; font-size: 1rem; }
.naa837 h3, .naa837 h4 { color: #F1948A; margin-bottom: 12px; font-size: 1rem; }
.dffecb ul, .naa837 ul { list-style: none; padding: 0; margin: 0; }
.dffecb li::before { content: '\2713 '; color: var(--a0f68); font-weight: 700; }
.naa837 li::before { content: '\2717 '; color: var(--coral); font-weight: 700; }
.dffecb li, .naa837 li { padding: 5px 0; color: var(--c6d99); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.f9b83e {
    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(--kd73d);
    border-top: 1px solid rgba(93,173,226,.1);
    border-bottom: 1px solid rgba(93,173,226,.1);
}
.f9b83e h2 {
    font-family: var(--n8c15);
    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;
}
.f9b83e p { color: var(--c6d99); 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(--a0f68);
    border-radius: var(--a1792); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--c6d99); font-size: .9rem; }
.highlight-box strong { color: var(--nd1b8); }

/* ===== BREADCRUMB ===== */
.g3db4d { padding: 14px 0; font-size: .82rem; }
.edbc8d { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.edbc8d li + li::before { content: '\203A'; margin-right: 8px; color: var(--o4d14); }
.g3db4d a { color: var(--o4d14); }
.g3db4d a:hover { color: var(--nd1b8); }
.g3db4d [aria-current] { color: var(--a0f68); }

/* ===== SITE FOOTER ===== */
.fac5b7 {
    background: var(--lc8f3); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.a3760c {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.a3760c a {
    color: var(--o4d14); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.a3760c a:hover { color: var(--nd1b8); }

.jd02f3 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.jd02f3 p {
    color: var(--o4d14); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.jd02f3 a { color: var(--a0f68); }
.c91a2e { text-align: center; color: var(--o4d14); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.g53a90 { max-width: 800px; margin: 0 auto; }
.g53a90 p {
    color: var(--c6d99); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.g53a90 p:last-child { margin-bottom: 0; }
.g53a90 strong { color: var(--p7be6); }
.g53a90 a { color: var(--nd1b8); text-decoration: underline; text-underline-offset: 3px; }
.g53a90 a:hover { color: var(--frost); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.c6dc41 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.me2085 { direction: rtl; }
.me2085 > * { direction: ltr; }
.j6d14f { border-radius: var(--f744a); overflow: hidden; }
.j6d14f img {
    width: 100%; height: auto; display: block;
    border-radius: var(--f744a);
    border: 1px solid rgba(93,173,226,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.m9e505 { color: var(--c6d99); font-size: .93rem; line-height: 1.7; }
.m9e505 strong { color: var(--p7be6); }
.m9e505 a { color: var(--nd1b8); }
@media (max-width: 768px) {
    .c6dc41 { grid-template-columns: 1fr; gap: 24px; }
    .me2085 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--cd7f6);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--cd7f6); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.f7b5ba {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--a0f68);
    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(--n9b59);
}
.f7b5ba.bd1c49 { opacity: 1; visibility: visible; }
.f7b5ba:hover { transform: translateY(-3px); background: var(--cd7f6); }

/* ===== REVIEW SCORE (review page) ===== */
.h7a2de {
    font-family: var(--n8c15); 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(--nd1b8); 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(--c6d99); width: 55%; }
.score-table td:last-child { color: var(--nd1b8); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.of4c38 {
    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);
}
.of4c38 .g60121 { 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) {
    .bd86ba { display: none; }
    .kcbb14 .b4b91f { display: none; }
    .h4dc81 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .f15bcf { grid-template-columns: 1fr; }
    section, .a0dff6 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .a3760c { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .ofd582 { grid-template-columns: 1fr 1fr; }
    .a70624 { grid-template-columns: 1fr 1fr; }
    .a5598b { grid-template-columns: 1fr 100px auto; }
    .of4c38 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .b165b1 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .ofd582 { grid-template-columns: 1fr; }
    .a70624 { grid-template-columns: 1fr; }
    .ic1a90 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .h7a2de { font-size: 3.5rem; }
    .a5598b { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .f15bcf { grid-template-columns: 1fr; }
    .of6029 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.c1de00 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.c1de00 summary.g75ec6 {
    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(--p7be6);
    padding: 6px 11px;
    border-radius: var(--a1792);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--i75b9);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.c1de00 summary.g75ec6::-webkit-details-marker { display: none; }
.c1de00 summary.g75ec6::marker { display: none; }
.c1de00:hover summary.g75ec6,
.c1de00[open] summary.g75ec6 {
    background: rgba(255,255,255,.13);
    border-color: rgba(93,173,226,.35);
    color: var(--nd1b8);
}
.dc4a48 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.c1de00[open] .dc4a48 { transform: rotate(180deg); }

.gf4c6b {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--l8156);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--p130f);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.c1de00[open] .gf4c6b {
    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); }
}
.gf4c6b li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--h1405);
    border-radius: var(--a1792);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.gf4c6b li a:hover,
.gf4c6b li a.j10082 {
    background: rgba(255,255,255,.08);
    color: var(--nd1b8);
}
.gf4c6b li a.j10082 { font-weight: 700; }

/* Mobile lang bar */
.i3acad {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.i3acad 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(--a1792);
    color: var(--h1405);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.i3acad a:hover,
.i3acad a.b3cc7b {
    background: rgba(93,173,226,.12);
    border-color: rgba(93,173,226,.3);
    color: var(--nd1b8);
}
.i3acad a.b3cc7b { font-weight: 700; }

@media (max-width: 768px) {
    .c1de00 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.a70624, ul.nd38e9 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.c98b80 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .c98b80 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.ofd582, ol.h4b28b { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.h4b28b > li { counter-increment: step-counter; }
ol.h4b28b > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--a0f68); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.ef91da { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--a0f68); }
.g5899f { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.b1a376 { width: 36px; height: 36px; border-radius: 50%; background: var(--a0f68); color: var(--lc8f3); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.n3cbc9 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.ha0887 { display: grid; grid-template-columns: 1fr; gap: 0; }
.c501a5 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.c501a5:last-child { border-bottom: none; }
.o61404 { font-weight: 600; padding: .75rem 1rem; color: var(--a0f68); }
.kb0e30 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.n8c776 .ie4b0f { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.n8c776 .e1ac93 { display: none; }
.n8c776 .m1d852.bbeb13 .e1ac93 { display: block; }

/* faq variant C: definition list */
dl.f6f19f { display: grid; gap: 0; }
dl.f6f19f dt.n33d2c { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.f6f19f dd.e1ac93 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.o9552d { padding: 2rem 0; }
.lc8fc7 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.lc8fc7 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--p130f); border: 1px solid var(--df36e); color: var(--df36e); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.lc8fc7 li a:hover { background: var(--df36e); color: var(--lc8f3); }


/* Promo Banner (SVG image banners) */
.fe7468 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.l7ff46 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.l7ff46:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.a4ebc4 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.ga1c62 { display: inline-block; vertical-align: middle; }
.h43e0a .ga1c62 { 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(--l8156), var(--ed29f));
    border-radius: var(--p130f); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--a1792); background: var(--kd73d); }
.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(--df36e); }
@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(--df36e); 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; }
  .jddbfc { animation: none; }
}
/* Touch targets: minimum 44x44px */
.g60121, .jddbfc, .b165b1, .cce7e3, .o50ebc, .h4dc81, .ie4b0f, .n33d2c, .f7b5ba, .of4c38 a, .g75ec6 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.jddbfc { position: relative; overflow: visible; }
.jddbfc::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--df36e); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.jddbfc:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.jddbfc::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(--df36e); 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(--a1792); background: var(--l8156); 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(--a1792); background: var(--l8156); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--df36e); }
.trust-item span { font-size: 0.7rem; color: var(--df36e); 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(--l8156); border-radius: var(--p130f); 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(--df36e), var(--a0f68)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--lc8f3); flex-shrink: 0; }
.review-stars { color: var(--df36e); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--o4d14); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--h1405); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1100px; }
: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: 0 2px 8px rgba(0,0,0,.2); }
body { line-height: 1.6; }
body { font-size: 17px; }
.section + .section { border-top: 1px solid rgba(255,255,255,.06); }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
.info-card:hover { transform: translateY(-3px) rotate(0.5deg); }
