@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');
/* ===== CARBON FIBER — Design System ===== */
:root {
    --decb4:        #3498DB;
    --gab92:  #5DADE2;
    --h4d0b:   #2176AE;
    --nbe3a:         #5DADE2;
    --j97c1:         #5DADE2;
    --n13af:    #2176AE;
    --f2b10:         #2ECC71;
    --pc54a:    #27AE60;
    --i634d:           #0C0C0E;
    --g272a:         #141416;
    --p02cb:         #1C1C20;
    --i0122:         #24242A;
    --kfca3:        #FFFFFF;
    --peb75:         #BDC3C7;
    --b3549:       #7F8C8D;
    --c827e:       #BDC3C7;
    --c144f:    'Space Grotesk', sans-serif;
    --gc75f:    'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --b8462:       6px;
    --p95be:    10px;
    --g3a5f:    4px;
    --ke53b:        1100px;
    --o6b39:       0 4px 24px rgba(0,0,0,.6);
    --l1751:         0 0 32px rgba(52,152,219,.3);
}

/* ===== 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(--gc75f);
    background: var(--i634d);
    color: var(--kfca3);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--gab92); text-decoration: none; transition: color .2s; }
a:hover { color: var(--j97c1); }
img { max-width: 100%; height: auto; display: block; }

.hf22b7 { width: 92%; max-width: var(--ke53b); margin: 0 auto; }

.p240c8 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.jeb438 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--decb4); color: var(--kfca3);
    padding: 8px 16px; border-radius: var(--g3a5f);
    z-index: 999; transition: top .2s;
}
.jeb438:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.m3b752 {
    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);
}
.e121bd {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.j6cfd3 {
    font-family: var(--c144f);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--kfca3);
    white-space: nowrap; text-decoration: none;
    letter-spacing: .5px;
}
.j6cfd3:hover { color: var(--gab92); }

/* Main Nav */
.k23ca4 { display: flex; align-items: center; gap: 20px; }
.f8cd87 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.f8cd87 a {
    color: var(--peb75); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.f8cd87 a:hover { color: var(--gab92); }

/* Language Select */
.hdcdd4 {
    background: var(--p02cb); color: var(--kfca3);
    border: 1px solid rgba(52,152,219,.25);
    border-radius: var(--g3a5f);
    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;
}
.hdcdd4:hover, .hdcdd4:focus { border-color: var(--decb4); outline: none; }

/* Menu Toggle */
.pa2df1 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.n3fb92, .n3fb92::before, .n3fb92::after {
    display: block; width: 24px; height: 2px;
    background: var(--kfca3); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.n3fb92 { position: relative; }
.n3fb92::before, .n3fb92::after { content: ''; position: absolute; left: 0; }
.n3fb92::before { top: -7px; }
.n3fb92::after { top: 7px; }

/* Mobile Nav */
.d0b86a {
    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;
}
.d0b86a.d9f767 { display: flex; }
.p8f550 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.p8f550 a {
    font-size: 1.2rem; font-weight: 600; color: var(--kfca3); text-decoration: none;
}
.p8f550 a:hover { color: var(--gab92); }

/* ===== BUTTONS ===== */
.fa7d99 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--c144f); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--b8462); 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(--decb4) 0%, var(--nbe3a) 100%);
    color: var(--kfca3); box-shadow: var(--l1751);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(52,152,219,.55);
    color: var(--kfca3);
}
.btn-secondary {
    background: transparent; color: var(--gab92);
    border: 2px solid var(--decb4);
}
.btn-secondary:hover { background: rgba(52,152,219,.1); color: var(--j97c1); }

/* 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); }
}
.ad4bd0 {
    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: pulse-glow 2.8s ease-in-out infinite;
}
.ad4bd0:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(52,152,219,.7);
    color: #ffffff; animation: none;
}

.i5e07c { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--p95be); }
.e26406 { padding: 8px 18px; font-size: .85rem; border-radius: var(--g3a5f); }

/* Nav CTA in header */
.f1e36d {
    background: linear-gradient(135deg, #3498DB 0%, #2176AE 100%);
    color: #ffffff !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--g3a5f);
    box-shadow: 0 0 16px rgba(52,152,219,.3);
    transition: transform .2s, box-shadow .2s;
}
.f1e36d:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(52,152,219,.55);
    color: #ffffff !important;
}

/* ===== PAGE HERO (subpages) ===== */
.g80cbb {
    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(--i634d);
    position: relative; overflow: hidden;
}
.g80cbb::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;
}
.db9cb6 {
    font-family: var(--c144f);
    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;
}
.c2fa63 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--peb75);
    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(--i634d);
}
.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(--c144f);
    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(--peb75);
    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(--peb75);
    padding: 7px 14px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(52,152,219,.15);
    border-radius: var(--g3a5f);
}
.hero-stat strong { color: var(--gab92); }

/* ===== SECTIONS ===== */
.be0ff2 { padding: clamp(52px, 7vw, 80px) 0; }
.c41818 { background: var(--g272a); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--decb4); margin-bottom: 10px;
}
.be0ff2 h2, .h00187 {
    font-family: var(--c144f);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.be0ff2 h3 {
    font-family: var(--c144f); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--gab92);
}
.be0ff2 p, .section-desc {
    color: var(--peb75); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.be0ff2 ul, .be0ff2 ol {
    color: var(--peb75); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.be0ff2 li { margin-bottom: 8px; }
.be0ff2 li strong { color: var(--kfca3); }

/* ===== 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(--p02cb), var(--i0122));
    border: 1px solid rgba(52,152,219,.1);
    border-radius: var(--b8462); 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(--o6b39);
}
.card-icon { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--c144f); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--kfca3);
}
.card p { color: var(--peb75); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.k8c128 { overflow-x: auto; margin: 24px 0; border-radius: var(--g3a5f); }
.d3ab2a { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.d3ab2a thead th {
    background: var(--i0122); color: var(--kfca3); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(52,152,219,.2);
}
.d3ab2a thead th:first-child { border-radius: var(--g3a5f) 0 0 0; }
.d3ab2a thead th:last-child { border-radius: 0 var(--g3a5f) 0 0; }
.d3ab2a tr { border-bottom: 1px solid rgba(255,255,255,.05); }
.d3ab2a td { padding: 13px 16px; }
.d3ab2a td:first-child { color: var(--peb75); font-weight: 500; width: 42%; }
.d3ab2a td:last-child { color: var(--kfca3); font-weight: 600; }
.d3ab2a 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(--decb4), var(--nbe3a));
    border-radius: var(--b8462); font-family: var(--c144f);
    font-size: 1.2rem; font-weight: 700; color: var(--kfca3);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--peb75); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.e929fd { max-width: 800px; margin: 0 auto; }
details.le1e32 { border-bottom: 1px solid rgba(255,255,255,.06); }
details.le1e32 summary {
    display: block; list-style: none;
    color: var(--kfca3); font-family: var(--gc75f);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.le1e32 summary::-webkit-details-marker { display: none; }
details.le1e32 summary::marker { display: none; content: ''; }
details.le1e32 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--decb4); transition: transform .3s;
}
details.le1e32[open] summary::after { content: '\2212'; }
details.le1e32 summary:hover { color: var(--gab92); }
details.le1e32 > p { padding: 0 0 20px; color: var(--peb75); font-size: .9rem; line-height: 1.7; }
details.le1e32 > div { padding: 0 0 20px; color: var(--peb75); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--g272a); }

/* ===== INFO GRID & CARDS ===== */
.o10a98 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.e531d5 {
    background: linear-gradient(145deg, var(--p02cb), var(--i0122));
    border: 1px solid rgba(52,152,219,.1); border-radius: var(--b8462); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.e531d5:hover {
    transform: translateY(-5px);
    border-color: rgba(52,152,219,.35);
    box-shadow: var(--o6b39);
}
.j98e82 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.e531d5 h3 {
    font-family: var(--c144f); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--kfca3);
}
.e531d5 p { color: var(--peb75); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.k2f6c0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.pd5e00 {
    background: linear-gradient(145deg, var(--p02cb), var(--i0122));
    border: 1px solid rgba(52,152,219,.15); border-radius: var(--b8462); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.pd5e00:hover { transform: translateY(-5px); border-color: rgba(52,152,219,.38); }
.pd5e00 h3 {
    font-family: var(--c144f); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--gab92);
}
.pd5e00 p { color: var(--peb75); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.ifd79d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.hd42fd { text-align: center; padding: 22px 14px; }
.jca84c {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--decb4), var(--nbe3a));
    border-radius: var(--b8462); font-family: var(--c144f);
    font-size: 1.15rem; font-weight: 800; color: var(--kfca3);
    box-shadow: 0 0 22px rgba(52,152,219,.35);
}
.hd42fd h3 {
    font-family: var(--c144f); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--kfca3);
}
.hd42fd p { color: var(--peb75); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.j5cb40 {
    background: linear-gradient(145deg, var(--p02cb), var(--i0122));
    border: 1px solid rgba(52,152,219,.18); border-radius: var(--p95be);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.5);
}
.jc34f2 { margin-top: 24px; }
.bd5827 {
    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;
}
.bd5827 > span:first-child { color: var(--peb75); text-align: left; }
.a97be2 {
    height: 7px; background: rgba(255,255,255,.07);
    border-radius: 4px; overflow: hidden;
}
.g03555 {
    height: 100%;
    background: linear-gradient(90deg, #2176AE 0%, #3498DB 50%, #5DADE2 100%);
    border-radius: 4px;
}
.bd5827 > span:last-child { color: var(--gab92); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.kf6d7d { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.ce6e44, .icf638 {
    background: linear-gradient(145deg, var(--p02cb), var(--i0122));
    border-radius: var(--b8462); padding: 24px 22px;
}
.ce6e44 { border-top: 3px solid #3498DB; }
.icf638 { border-top: 3px solid #E74C3C; }
.ce6e44 h3, .ce6e44 h4 { color: #3498DB; margin-bottom: 12px; font-size: 1rem; }
.icf638 h3, .icf638 h4 { color: #E74C3C; margin-bottom: 12px; font-size: 1rem; }
.ce6e44 ul, .icf638 ul { list-style: none; padding: 0; margin: 0; }
.ce6e44 li::before { content: '\2713 '; color: #3498DB; font-weight: 700; }
.icf638 li::before { content: '\2717 '; color: #E74C3C; font-weight: 700; }
.ce6e44 li, .icf638 li { padding: 5px 0; color: var(--peb75); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.j7cdc2 {
    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(--g272a);
    border-top: 1px solid rgba(52,152,219,.1);
    border-bottom: 1px solid rgba(52,152,219,.1);
}
.j7cdc2 h2 {
    font-family: var(--c144f);
    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;
}
.j7cdc2 p { color: var(--peb75); 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(--decb4);
    border-radius: var(--g3a5f); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--peb75); font-size: .9rem; }
.highlight-box strong { color: var(--gab92); }

/* ===== BREADCRUMB ===== */
.l37bc9 { padding: 14px 0; font-size: .82rem; }
.f846b4 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.f846b4 li + li::before { content: '\203A'; margin-right: 8px; color: var(--b3549); }
.l37bc9 a { color: var(--b3549); }
.l37bc9 a:hover { color: var(--gab92); }
.l37bc9 [aria-current] { color: var(--decb4); }

/* ===== SITE FOOTER ===== */
.a29993 {
    background: var(--i634d); border-top: 1px solid rgba(255,255,255,.05);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.gab54e {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.gab54e a {
    color: var(--b3549); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.gab54e a:hover { color: var(--gab92); }

.e05ab8 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.05); margin-top: 8px;
}
.e05ab8 p {
    color: var(--b3549); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.e05ab8 a { color: var(--decb4); }
.m65b21 { text-align: center; color: var(--b3549); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.n5002c { max-width: 800px; margin: 0 auto; }
.n5002c p {
    color: var(--peb75); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.n5002c p:last-child { margin-bottom: 0; }
.n5002c strong { color: var(--kfca3); }
.n5002c a { color: var(--gab92); text-decoration: underline; text-underline-offset: 3px; }
.n5002c a:hover { color: var(--j97c1); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.ma64db {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.c9fa97 { direction: rtl; }
.c9fa97 > * { direction: ltr; }
.h8040e { border-radius: var(--p95be); overflow: hidden; }
.h8040e img {
    width: 100%; height: auto; display: block;
    border-radius: var(--p95be);
    border: 1px solid rgba(52,152,219,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.5);
}
.d41c58 { color: var(--peb75); font-size: .93rem; line-height: 1.7; }
.d41c58 strong { color: var(--kfca3); }
.d41c58 a { color: var(--gab92); }
@media (max-width: 768px) {
    .ma64db { grid-template-columns: 1fr; gap: 24px; }
    .c9fa97 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--h4d0b);
    border-radius: var(--g3a5f); font-weight: 700; font-size: .8rem;
    color: var(--h4d0b); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.g69f31 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--decb4);
    color: var(--kfca3); border: none; border-radius: var(--b8462);
    font-size: 1.2rem; cursor: pointer;
    opacity: 0; visibility: hidden;
    transition: opacity .3s, visibility .3s, transform .2s;
    z-index: 90; box-shadow: var(--o6b39);
}
.g69f31.p17924 { opacity: 1; visibility: visible; }
.g69f31:hover { transform: translateY(-3px); background: var(--h4d0b); }

/* ===== REVIEW SCORE (review page) ===== */
.n86953 {
    font-family: var(--c144f); 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(--gab92); 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(--peb75); width: 55%; }
.score-table td:last-child { color: var(--gab92); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.b7e567 {
    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);
}
.b7e567 .fa7d99 { 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) {
    .f8cd87 { display: none; }
    .k23ca4 .hdcdd4 { display: none; }
    .pa2df1 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .kf6d7d { grid-template-columns: 1fr; }
    section, .be0ff2 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .gab54e { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .ifd79d { grid-template-columns: 1fr 1fr; }
    .o10a98 { grid-template-columns: 1fr 1fr; }
    .bd5827 { grid-template-columns: 1fr 100px auto; }
    .b7e567 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .i5e07c { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .ifd79d { grid-template-columns: 1fr; }
    .o10a98 { grid-template-columns: 1fr; }
    .e121bd { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .n86953 { font-size: 3.5rem; }
    .bd5827 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .kf6d7d { grid-template-columns: 1fr; }
    .j5cb40 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.a3af7d {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.a3af7d summary.e0745e {
    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(--kfca3);
    padding: 6px 11px;
    border-radius: var(--g3a5f);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--gc75f);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.a3af7d summary.e0745e::-webkit-details-marker { display: none; }
.a3af7d summary.e0745e::marker { display: none; }
.a3af7d:hover summary.e0745e,
.a3af7d[open] summary.e0745e {
    background: rgba(255,255,255,.1);
    border-color: rgba(52,152,219,.35);
    color: var(--gab92);
}
.pd0ef2 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.a3af7d[open] .pd0ef2 { transform: rotate(180deg); }

.g24da8 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--p02cb);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: var(--b8462);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.7);
    min-width: 160px;
}
.a3af7d[open] .g24da8 {
    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); }
}
.g24da8 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--c827e);
    border-radius: var(--g3a5f);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.g24da8 li a:hover,
.g24da8 li a.c59457 {
    background: rgba(255,255,255,.07);
    color: var(--gab92);
}
.g24da8 li a.c59457 { font-weight: 700; }

/* Mobile lang bar */
.m205e9 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 8px;
}
.m205e9 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(--g3a5f);
    color: var(--c827e);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.m205e9 a:hover,
.m205e9 a.fc2988 {
    background: rgba(52,152,219,.1);
    border-color: rgba(52,152,219,.3);
    color: var(--gab92);
}
.m205e9 a.fc2988 { font-weight: 700; }

@media (max-width: 768px) {
    .a3af7d { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.o10a98, ul.mf4db2 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.na744f { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .na744f { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.ifd79d, ol.g1b2a3 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.g1b2a3 > li { counter-increment: step-counter; }
ol.g1b2a3 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--decb4); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.i304dc { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--decb4); }
.i24420 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.i330d2 { width: 36px; height: 36px; border-radius: 50%; background: var(--decb4); color: var(--i634d); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.j7e0c3 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.l65e3c { display: grid; grid-template-columns: 1fr; gap: 0; }
.fdf612 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.fdf612:last-child { border-bottom: none; }
.mbcafd { font-weight: 600; padding: .75rem 1rem; color: var(--decb4); }
.g735ff { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.iaf5c3 .p9d535 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.iaf5c3 .n85c18 { display: none; }
.iaf5c3 .le1e32.d9f767 .n85c18 { display: block; }

/* faq variant C: definition list */
dl.e929fd { display: grid; gap: 0; }
dl.e929fd dt.j7cada { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.e929fd dd.n85c18 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.k9cae7 { padding: 2rem 0; }
.e47737 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.e47737 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--b8462); border: 1px solid var(--j97c1); color: var(--j97c1); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.e47737 li a:hover { background: var(--j97c1); color: var(--i634d); }

/* === Per-domain layout === */
:root { --max-w: 1160px; }
:root { --radius: 16px; --radius-lg: 28px; --radius-sm: 10px; }
.section { padding: clamp(40px, 5vw, 60px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.btn-gold { background: transparent; border: 2px solid var(--gold); color: var(--gold); animation: none; box-shadow: none; }
.btn-gold:hover { background: var(--gold); color: var(--bg); }
.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: inset 0 1px 0 rgba(255,255,255,.05); }
body { line-height: 1.75; }
body { font-size: 15px; }
.section + .section { border-top: 1px solid rgba(255,255,255,.06); }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: none; border-color: var(--gold); }

/* Promo Banner (SVG image banners) */
.promo-banner-wrap { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.promo-banner-link { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.promo-banner-link:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.promo-banner-img { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.card-icon { display: inline-block; vertical-align: middle; }
.info-icon .card-icon { width: 32px; height: 32px; }
