@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');
/* ===== CARBON FIBER — Design System ===== */
:root {
    --ge02a:        #3498DB;
    --d55af:  #5DADE2;
    --bb7b3:   #2176AE;
    --j28bf:         #5DADE2;
    --m1f26:         #5DADE2;
    --g0733:    #2176AE;
    --n0bd8:         #2ECC71;
    --eb59e:    #27AE60;
    --ha262:           #0C0C0E;
    --cd141:         #141416;
    --l6051:         #1C1C20;
    --lfa08:         #24242A;
    --ia06c:        #FFFFFF;
    --f4abb:         #BDC3C7;
    --paf74:       #7F8C8D;
    --i91b6:       #BDC3C7;
    --deb59:    'Space Grotesk', sans-serif;
    --bd99d:    'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --od3d1:       6px;
    --f1acf:    10px;
    --ld7a1:    4px;
    --e1fe7:        1100px;
    --b591e:       0 4px 24px rgba(0,0,0,.6);
    --h99a1:         0 0 32px rgba(52,152,219,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--ge02a);
    --color-primary-light: var(--d55af);
    --color-primary-dark: var(--bb7b3);
    --color-accent: var(--m1f26);
    --color-accent-dark: var(--g0733);
    --color-secondary: var(--n0bd8);
    --color-secondary-dark: var(--eb59e);
    --color-surface: var(--l6051);
    --color-surface-elevated: var(--lfa08);
    --color-on-surface: var(--ia06c);
    --color-on-surface-muted: var(--f4abb);
    --color-text: var(--ia06c);
    --color-text-secondary: var(--i91b6);
    --text-heading: var(--deb59);
    --text-body: var(--bd99d);
    --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(--bd99d);
    background: var(--ha262);
    color: var(--ia06c);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--d55af); text-decoration: none; transition: color .2s; }
a:hover { color: var(--m1f26); }
img { max-width: 100%; height: auto; display: block; }

.hc58bc { width: 92%; max-width: var(--e1fe7); margin: 0 auto; }

.b78b99 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.h832cb {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--ge02a); color: var(--ia06c);
    padding: 8px 16px; border-radius: var(--ld7a1);
    z-index: 999; transition: top .2s;
}
.h832cb:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.b95053 {
    position: sticky; top: 0; z-index: 100;
    background: rgba(12,12,14,.95);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(52,152,219,.2);
}
.a37225 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.of122e {
    font-family: var(--deb59);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--ia06c);
    white-space: nowrap; text-decoration: none;
    letter-spacing: .5px;
}
.of122e:hover { color: var(--d55af); }

/* Main Nav */
.p46918 { display: flex; align-items: center; gap: 20px; }
.k343d7 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.k343d7 a {
    color: var(--f4abb); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.k343d7 a:hover { color: var(--d55af); }

/* Language Select */
.m5d7e3 {
    background: var(--l6051); color: var(--ia06c);
    border: 1px solid rgba(52,152,219,.25);
    border-radius: var(--ld7a1);
    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='%233498DB'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 8px center;
    transition: border-color .2s;
}
.m5d7e3:hover, .m5d7e3:focus { border-color: var(--ge02a); outline: none; }

/* Menu Toggle */
.fe917f {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.nc4759, .nc4759::before, .nc4759::after {
    display: block; width: 24px; height: 2px;
    background: var(--ia06c); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.nc4759 { position: relative; }
.nc4759::before, .nc4759::after { content: ''; position: absolute; left: 0; }
.nc4759::before { top: -7px; }
.nc4759::after { top: 7px; }

/* Mobile Nav */
.h2dc19 {
    display: none; position: fixed; inset: 0;
    background: rgba(12,12,14,.98); z-index: 200;
    align-items: center; justify-content: center;
    flex-direction: column; padding: 60px 20px;
}
.h2dc19.h0ce18 { display: flex; }
.cae1d9 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.cae1d9 a {
    font-size: 1.2rem; font-weight: 600; color: var(--ia06c); text-decoration: none;
}
.cae1d9 a:hover { color: var(--d55af); }

/* ===== BUTTONS ===== */
.n879d8 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--deb59); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--od3d1); 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(--ge02a) 0%, var(--j28bf) 100%);
    color: var(--ia06c); box-shadow: var(--h99a1);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(52,152,219,.55);
    color: var(--ia06c);
}
.btn-secondary {
    background: transparent; color: var(--d55af);
    border: 2px solid var(--ge02a);
}
.btn-secondary:hover { background: rgba(52,152,219,.1); color: var(--m1f26); }

/* Blue CTA — main call-to-action */
@keyframes pulse-glow {
    0%,100% { box-shadow: 0 0 22px rgba(52,152,219,.35); }
    50%      { box-shadow: 0 0 50px rgba(52,152,219,.7), 0 0 90px rgba(52,152,219,.18); }
}
.a57396 {
    background: linear-gradient(135deg, #3498DB 0%, #5DADE2 55%, #2176AE 100%);
    color: #ffffff; font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(52,152,219,.4);
    /* animation moved to ::after */
}
.a57396:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(52,152,219,.7);
    color: #ffffff; animation: none;
}

.g98777 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--f1acf); }
.p6b14c { padding: 8px 18px; font-size: .85rem; border-radius: var(--ld7a1); }

/* Nav CTA in header */
.jfdc1c {
    background: linear-gradient(135deg, #3498DB 0%, #2176AE 100%);
    color: #ffffff !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--ld7a1);
    box-shadow: 0 0 16px rgba(52,152,219,.3);
    transition: transform .2s, box-shadow .2s;
}
.jfdc1c:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(52,152,219,.55);
    color: #ffffff !important;
}

/* ===== PAGE HERO (subpages) ===== */
.j81d23 {
    padding: clamp(52px, 8vw, 90px) 0 clamp(44px, 6vw, 70px);
    text-align: center;
    background:
        radial-gradient(ellipse 80% 55% at 50% 0%, rgba(52,152,219,.12) 0%, transparent 65%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(93,173,226,.05) 0%, transparent 60%),
        var(--ha262);
    position: relative; overflow: hidden;
}
.j81d23::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h40v40H0z' fill='none' stroke='rgba(52,152,219,0.03)' stroke-width='.5'/%3E%3C/svg%3E");
    pointer-events: none;
}
.f2d207 {
    font-family: var(--deb59);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, #5DADE2 0%, #3498DB 50%, #2176AE 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.oddb83 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--f4abb);
    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(52,152,219,.1) 0%, transparent 70%),
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(33,118,174,.07) 0%, transparent 60%),
        var(--ha262);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h40v40H0z' fill='none' stroke='rgba(52,152,219,0.025)' stroke-width='.5'/%3E%3C/svg%3E");
    pointer-events: none;
}
.hero h1 {
    font-family: var(--deb59);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, #5DADE2 0%, #3498DB 45%, #2176AE 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--f4abb);
    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(--f4abb);
    padding: 7px 14px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(52,152,219,.15);
    border-radius: var(--ld7a1);
}
.hero-stat strong { color: var(--d55af); }

/* ===== SECTIONS ===== */
.h25bca { padding: clamp(52px, 7vw, 80px) 0; }
.g95a79 { background: var(--cd141); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--ge02a); margin-bottom: 10px;
}
.h25bca h2, .ca52ff {
    font-family: var(--deb59);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.h25bca h3 {
    font-family: var(--deb59); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--d55af);
}
.h25bca p, .section-desc {
    color: var(--f4abb); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.h25bca ul, .h25bca ol {
    color: var(--f4abb); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.h25bca li { margin-bottom: 8px; }
.h25bca li strong { color: var(--ia06c); }

/* ===== 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(--l6051), var(--lfa08));
    border: 1px solid rgba(52,152,219,.1);
    border-radius: var(--od3d1); padding: 28px 24px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.card:hover {
    transform: translateY(-4px);
    border-color: rgba(52,152,219,.3);
    box-shadow: var(--b591e);
}
.lb5362 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--deb59); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--ia06c);
}
.card p { color: var(--f4abb); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.c85867 { overflow-x: auto; margin: 24px 0; border-radius: var(--ld7a1); }
.ld2f3d { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.ld2f3d thead th {
    background: var(--lfa08); color: var(--ia06c); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(52,152,219,.2);
}
.ld2f3d thead th:first-child { border-radius: var(--ld7a1) 0 0 0; }
.ld2f3d thead th:last-child { border-radius: 0 var(--ld7a1) 0 0; }
.ld2f3d tr { border-bottom: 1px solid rgba(255,255,255,.05); }
.ld2f3d td { padding: 13px 16px; }
.ld2f3d td:first-child { color: var(--f4abb); font-weight: 500; width: 42%; }
.ld2f3d td:last-child { color: var(--ia06c); font-weight: 600; }
.ld2f3d tr:hover { background: rgba(52,152,219,.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(--ge02a), var(--j28bf));
    border-radius: var(--od3d1); font-family: var(--deb59);
    font-size: 1.2rem; font-weight: 700; color: var(--ia06c);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--f4abb); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.n03d29 { max-width: 800px; margin: 0 auto; }
details.k26419 { border-bottom: 1px solid rgba(255,255,255,.06); }
details.k26419 summary {
    display: block; list-style: none;
    color: var(--ia06c); font-family: var(--bd99d);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.k26419 summary::-webkit-details-marker { display: none; }
details.k26419 summary::marker { display: none; content: ''; }
details.k26419 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--ge02a); transition: transform .3s;
}
details.k26419[open] summary::after { content: '\2212'; }
details.k26419 summary:hover { color: var(--d55af); }
details.k26419 > p { padding: 0 0 20px; color: var(--f4abb); font-size: .9rem; line-height: 1.7; }
details.k26419 > div { padding: 0 0 20px; color: var(--f4abb); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--cd141); }

/* ===== INFO GRID & CARDS ===== */
.m7ca79 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.o76388 {
    background: linear-gradient(145deg, var(--l6051), var(--lfa08));
    border: 1px solid rgba(52,152,219,.1); border-radius: var(--od3d1); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.o76388:hover {
    transform: translateY(-5px);
    border-color: rgba(52,152,219,.35);
    box-shadow: var(--b591e);
}
.h8dbff { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.o76388 h3 {
    font-family: var(--deb59); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--ia06c);
}
.o76388 p { color: var(--f4abb); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.h2bd01 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.nd4cf5 {
    background: linear-gradient(145deg, var(--l6051), var(--lfa08));
    border: 1px solid rgba(52,152,219,.15); border-radius: var(--od3d1); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.nd4cf5:hover { transform: translateY(-5px); border-color: rgba(52,152,219,.38); }
.nd4cf5 h3 {
    font-family: var(--deb59); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--d55af);
}
.nd4cf5 p { color: var(--f4abb); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.g84f7e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.mfe94c { text-align: center; padding: 22px 14px; }
.me0f27 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--ge02a), var(--j28bf));
    border-radius: var(--od3d1); font-family: var(--deb59);
    font-size: 1.15rem; font-weight: 800; color: var(--ia06c);
    box-shadow: 0 0 22px rgba(52,152,219,.35);
}
.mfe94c h3 {
    font-family: var(--deb59); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--ia06c);
}
.mfe94c p { color: var(--f4abb); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.p7f56a {
    background: linear-gradient(145deg, var(--l6051), var(--lfa08));
    border: 1px solid rgba(52,152,219,.18); border-radius: var(--f1acf);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.5);
}
.bf411a { margin-top: 24px; }
.obeefa {
    display: grid; grid-template-columns: 1fr 140px auto;
    align-items: center; gap: 12px;
    padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.05);
    font-size: .9rem;
}
.obeefa > span:first-child { color: var(--f4abb); text-align: left; }
.eaf424 {
    height: 7px; background: rgba(255,255,255,.07);
    border-radius: 4px; overflow: hidden;
}
.nd9a01 {
    height: 100%;
    background: linear-gradient(90deg, #2176AE 0%, #3498DB 50%, #5DADE2 100%);
    border-radius: 4px;
}
.obeefa > span:last-child { color: var(--d55af); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.n976fc { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.bfb881, .d95eee {
    background: linear-gradient(145deg, var(--l6051), var(--lfa08));
    border-radius: var(--od3d1); padding: 24px 22px;
}
.bfb881 { border-top: 3px solid #3498DB; }
.d95eee { border-top: 3px solid #E74C3C; }
.bfb881 h3, .bfb881 h4 { color: #3498DB; margin-bottom: 12px; font-size: 1rem; }
.d95eee h3, .d95eee h4 { color: #E74C3C; margin-bottom: 12px; font-size: 1rem; }
.bfb881 ul, .d95eee ul { list-style: none; padding: 0; margin: 0; }
.bfb881 li::before { content: '\2713 '; color: #3498DB; font-weight: 700; }
.d95eee li::before { content: '\2717 '; color: #E74C3C; font-weight: 700; }
.bfb881 li, .d95eee li { padding: 5px 0; color: var(--f4abb); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.e220ff {
    text-align: center; padding: clamp(52px, 7vw, 80px) 0;
    background:
        radial-gradient(ellipse 70% 60% at 50% 50%, rgba(52,152,219,.08) 0%, transparent 65%),
        radial-gradient(ellipse 80% 50% at 50% 50%, rgba(33,118,174,.06) 0%, transparent 70%),
        var(--cd141);
    border-top: 1px solid rgba(52,152,219,.1);
    border-bottom: 1px solid rgba(52,152,219,.1);
}
.e220ff h2 {
    font-family: var(--deb59);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 700; margin-bottom: 12px;
    background: linear-gradient(135deg, #5DADE2, #3498DB);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.e220ff p { color: var(--f4abb); margin-bottom: 32px; font-size: .97rem; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ===== HIGHLIGHT BOX ===== */
.highlight-box {
    background: linear-gradient(135deg, rgba(52,152,219,.07), rgba(33,118,174,.04));
    border: 1px solid rgba(52,152,219,.18); border-left: 4px solid var(--ge02a);
    border-radius: var(--ld7a1); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--f4abb); font-size: .9rem; }
.highlight-box strong { color: var(--d55af); }

/* ===== BREADCRUMB ===== */
.pfbaa9 { padding: 14px 0; font-size: .82rem; }
.j9edb8 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.j9edb8 li + li::before { content: '\203A'; margin-right: 8px; color: var(--paf74); }
.pfbaa9 a { color: var(--paf74); }
.pfbaa9 a:hover { color: var(--d55af); }
.pfbaa9 [aria-current] { color: var(--ge02a); }

/* ===== SITE FOOTER ===== */
.gc81b1 {
    background: var(--ha262); border-top: 1px solid rgba(255,255,255,.05);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.k090f3 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.k090f3 a {
    color: var(--paf74); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.k090f3 a:hover { color: var(--d55af); }

.ka7f01 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.05); margin-top: 8px;
}
.ka7f01 p {
    color: var(--paf74); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.ka7f01 a { color: var(--ge02a); }
.efac6d { text-align: center; color: var(--paf74); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.dd2f2f { max-width: 800px; margin: 0 auto; }
.dd2f2f p {
    color: var(--f4abb); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.dd2f2f p:last-child { margin-bottom: 0; }
.dd2f2f strong { color: var(--ia06c); }
.dd2f2f a { color: var(--d55af); text-decoration: underline; text-underline-offset: 3px; }
.dd2f2f a:hover { color: var(--m1f26); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.a7eea9 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.l8f183 { direction: rtl; }
.l8f183 > * { direction: ltr; }
.md3aa9 { border-radius: var(--f1acf); overflow: hidden; }
.md3aa9 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--f1acf);
    border: 1px solid rgba(52,152,219,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.5);
}
.p747a7 { color: var(--f4abb); font-size: .93rem; line-height: 1.7; }
.p747a7 strong { color: var(--ia06c); }
.p747a7 a { color: var(--d55af); }
@media (max-width: 768px) {
    .a7eea9 { grid-template-columns: 1fr; gap: 24px; }
    .l8f183 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--bb7b3);
    border-radius: var(--ld7a1); font-weight: 700; font-size: .8rem;
    color: var(--bb7b3); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.bd77d2 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--ge02a);
    color: var(--ia06c); border: none; border-radius: var(--od3d1);
    font-size: 1.2rem; cursor: pointer;
    opacity: 0; visibility: hidden;
    transition: opacity .3s, visibility .3s, transform .2s;
    z-index: 90; box-shadow: var(--b591e);
}
.bd77d2.ec96dc { opacity: 1; visibility: visible; }
.bd77d2:hover { transform: translateY(-3px); background: var(--bb7b3); }

/* ===== REVIEW SCORE (review page) ===== */
.a93ae6 {
    font-family: var(--deb59); font-size: 5rem; font-weight: 700;
    background: linear-gradient(135deg, #5DADE2, #3498DB);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--d55af); 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,.05); }
.score-table td:first-child { color: var(--f4abb); width: 55%; }
.score-table td:last-child { color: var(--d55af); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.lc0205 {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
    padding: 12px 16px;
    background: rgba(12,12,14,.97);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(52,152,219,.2);
    text-align: center;
    box-shadow: 0 -4px 24px rgba(0,0,0,.6);
}
.lc0205 .n879d8 { 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) {
    .k343d7 { display: none; }
    .p46918 .m5d7e3 { display: none; }
    .fe917f { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .n976fc { grid-template-columns: 1fr; }
    section, .h25bca { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .k090f3 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .g84f7e { grid-template-columns: 1fr 1fr; }
    .m7ca79 { grid-template-columns: 1fr 1fr; }
    .obeefa { grid-template-columns: 1fr 100px auto; }
    .lc0205 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .g98777 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .g84f7e { grid-template-columns: 1fr; }
    .m7ca79 { grid-template-columns: 1fr; }
    .a37225 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .a93ae6 { font-size: 3.5rem; }
    .obeefa { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .n976fc { grid-template-columns: 1fr; }
    .p7f56a { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.ldfa02 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.ldfa02 summary.ha29f2 {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    color: var(--ia06c);
    padding: 6px 11px;
    border-radius: var(--ld7a1);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--bd99d);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.ldfa02 summary.ha29f2::-webkit-details-marker { display: none; }
.ldfa02 summary.ha29f2::marker { display: none; }
.ldfa02:hover summary.ha29f2,
.ldfa02[open] summary.ha29f2 {
    background: rgba(255,255,255,.1);
    border-color: rgba(52,152,219,.35);
    color: var(--d55af);
}
.m4a7e9 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.ldfa02[open] .m4a7e9 { transform: rotate(180deg); }

.d6f229 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--l6051);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: var(--od3d1);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.7);
    min-width: 160px;
}
.ldfa02[open] .d6f229 {
    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); }
}
.d6f229 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--i91b6);
    border-radius: var(--ld7a1);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.d6f229 li a:hover,
.d6f229 li a.k1295c {
    background: rgba(255,255,255,.07);
    color: var(--d55af);
}
.d6f229 li a.k1295c { font-weight: 700; }

/* Mobile lang bar */
.n08e2f {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 8px;
}
.n08e2f a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: var(--ld7a1);
    color: var(--i91b6);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.n08e2f a:hover,
.n08e2f a.m59b97 {
    background: rgba(52,152,219,.1);
    border-color: rgba(52,152,219,.3);
    color: var(--d55af);
}
.n08e2f a.m59b97 { font-weight: 700; }

@media (max-width: 768px) {
    .ldfa02 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.m7ca79, ul.b1c798 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.l3ec0a { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .l3ec0a { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.g84f7e, ol.k1eb58 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.k1eb58 > li { counter-increment: step-counter; }
ol.k1eb58 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--ge02a); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.hc044f { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--ge02a); }
.aadde6 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.cf2cdc { width: 36px; height: 36px; border-radius: 50%; background: var(--ge02a); color: var(--ha262); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.e4cd3e h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.o165aa { display: grid; grid-template-columns: 1fr; gap: 0; }
.j218f7 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.j218f7:last-child { border-bottom: none; }
.h869c9 { font-weight: 600; padding: .75rem 1rem; color: var(--ge02a); }
.m363f7 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.n7e64f .i161b5 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.n7e64f .h21457 { display: none; }
.n7e64f .k26419.h0ce18 .h21457 { display: block; }

/* faq variant C: definition list */
dl.n03d29 { display: grid; gap: 0; }
dl.n03d29 dt.d46aae { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.n03d29 dd.h21457 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.n62c17 { padding: 2rem 0; }
.df0550 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.df0550 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--od3d1); border: 1px solid var(--m1f26); color: var(--m1f26); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.df0550 li a:hover { background: var(--m1f26); color: var(--ha262); }


/* Promo Banner (SVG image banners) */
.ma3951 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.ae17c9 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.ae17c9:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.p40a5e { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.lb5362 { display: inline-block; vertical-align: middle; }
.h8dbff .lb5362 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.g22259 {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--l6051), var(--lfa08));
    border-radius: var(--od3d1); padding: 24px; margin-top: 24px;
}
.neba5b { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--ld7a1); background: var(--cd141); }
.neba5b dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.neba5b dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--m1f26); }
@media (max-width: 768px) { .g22259 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .g22259 { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--m1f26); 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; }
  .a57396 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.n879d8, .a57396, .g98777, .p6b14c, .jfdc1c, .fe917f, .i161b5, .d46aae, .bd77d2, .lc0205 a, .ha29f2 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.a57396 { position: relative; overflow: visible; }
.a57396::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--m1f26); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.a57396:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.a57396::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.l1b133 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.ke8797 {
    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);
}
.ke8797.af2125 { color: var(--m1f26); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.c55e91, .ibde14 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.jd7cc4, .i7c301 { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--ld7a1); background: var(--l6051); transition: transform 0.2s; }
.jd7cc4:hover, .i7c301:hover { transform: translateY(-2px); }
.jd7cc4 span, .i7c301 span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.n4af1f { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.o00392 { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--ld7a1); background: var(--l6051); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.o00392:hover { border-color: var(--m1f26); }
.o00392 span { font-size: 0.7rem; color: var(--m1f26); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.oefa55 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.ob6976 { background: var(--l6051); border-radius: var(--od3d1); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.p687d7 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.e23e5d { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--m1f26), var(--ge02a)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--ha262); flex-shrink: 0; }
.b506f7 { color: var(--m1f26); font-size: 14px; letter-spacing: 1px; }
.c8ca9d { color: var(--paf74); font-size: 0.75rem; }
.ob6976 p { font-size: 0.9rem; color: var(--i91b6); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1280px; }
:root { --radius: 24px; --radius-lg: 36px; --radius-sm: 14px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.btn { border-radius: 4px; }
.btn-gold { animation: none; box-shadow: 0 2px 8px rgba(0,0,0,.3); }
.info-card:hover, .bonus-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.6); }
body { line-height: 1.6; }
body { font-size: 16.5px; }
.section + .section { border-top: 1px solid rgba(255,255,255,.06); }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: scale(1.03); }
