@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');
/* ===== CARBON FIBER — Design System ===== */
:root {
    --j20f9:        #3498DB;
    --m043b:  #5DADE2;
    --g2d89:   #2176AE;
    --i2f7b:         #5DADE2;
    --ga5af:         #5DADE2;
    --ge647:    #2176AE;
    --k9193:         #2ECC71;
    --mb058:    #27AE60;
    --mdafb:           #0C0C0E;
    --e6bd6:         #141416;
    --ad99c:         #1C1C20;
    --f1e06:         #24242A;
    --j7bd3:        #FFFFFF;
    --f5a28:         #BDC3C7;
    --p98fe:       #7F8C8D;
    --ccfc0:       #BDC3C7;
    --o3a3e:    'Space Grotesk', sans-serif;
    --cd404:    'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --m10a7:       6px;
    --c18d9:    10px;
    --k47c4:    4px;
    --ha405:        1100px;
    --ka317:       0 4px 24px rgba(0,0,0,.6);
    --f2543:         0 0 32px rgba(52,152,219,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--j20f9);
    --color-primary-light: var(--m043b);
    --color-primary-dark: var(--g2d89);
    --color-accent: var(--ga5af);
    --color-accent-dark: var(--ge647);
    --color-secondary: var(--k9193);
    --color-secondary-dark: var(--mb058);
    --color-surface: var(--ad99c);
    --color-surface-elevated: var(--f1e06);
    --color-on-surface: var(--j7bd3);
    --color-on-surface-muted: var(--f5a28);
    --color-text: var(--j7bd3);
    --color-text-secondary: var(--ccfc0);
    --text-heading: var(--o3a3e);
    --text-body: var(--cd404);
    --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(--cd404);
    background: var(--mdafb);
    color: var(--j7bd3);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--m043b); text-decoration: none; transition: color .2s; }
a:hover { color: var(--ga5af); }
img { max-width: 100%; height: auto; display: block; }

.n3bf06 { width: 92%; max-width: var(--ha405); margin: 0 auto; }

.h5dc3e {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.ibe91a {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--j20f9); color: var(--j7bd3);
    padding: 8px 16px; border-radius: var(--k47c4);
    z-index: 999; transition: top .2s;
}
.ibe91a:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.kf6adb {
    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);
}
.o87396 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.p050f0 {
    font-family: var(--o3a3e);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--j7bd3);
    white-space: nowrap; text-decoration: none;
    letter-spacing: .5px;
}
.p050f0:hover { color: var(--m043b); }

/* Main Nav */
.j9c11e { display: flex; align-items: center; gap: 20px; }
.m042b9 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.m042b9 a {
    color: var(--f5a28); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.m042b9 a:hover { color: var(--m043b); }

/* Language Select */
.c999e7 {
    background: var(--ad99c); color: var(--j7bd3);
    border: 1px solid rgba(52,152,219,.25);
    border-radius: var(--k47c4);
    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;
}
.c999e7:hover, .c999e7:focus { border-color: var(--j20f9); outline: none; }

/* Menu Toggle */
.j45947 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.eef1af, .eef1af::before, .eef1af::after {
    display: block; width: 24px; height: 2px;
    background: var(--j7bd3); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.eef1af { position: relative; }
.eef1af::before, .eef1af::after { content: ''; position: absolute; left: 0; }
.eef1af::before { top: -7px; }
.eef1af::after { top: 7px; }

/* Mobile Nav */
.obfd64 {
    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;
}
.obfd64.b9ac33 { display: flex; }
.lb722e {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.lb722e a {
    font-size: 1.2rem; font-weight: 600; color: var(--j7bd3); text-decoration: none;
}
.lb722e a:hover { color: var(--m043b); }

/* ===== BUTTONS ===== */
.bc856f {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--o3a3e); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--m10a7); 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(--j20f9) 0%, var(--i2f7b) 100%);
    color: var(--j7bd3); box-shadow: var(--f2543);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(52,152,219,.55);
    color: var(--j7bd3);
}
.btn-secondary {
    background: transparent; color: var(--m043b);
    border: 2px solid var(--j20f9);
}
.btn-secondary:hover { background: rgba(52,152,219,.1); color: var(--ga5af); }

/* 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); }
}
.p9cd50 {
    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 */
}
.p9cd50:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(52,152,219,.7);
    color: #ffffff; animation: none;
}

.d594d4 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--c18d9); }
.od7e43 { padding: 8px 18px; font-size: .85rem; border-radius: var(--k47c4); }

/* Nav CTA in header */
.l76935 {
    background: linear-gradient(135deg, #3498DB 0%, #2176AE 100%);
    color: #ffffff !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--k47c4);
    box-shadow: 0 0 16px rgba(52,152,219,.3);
    transition: transform .2s, box-shadow .2s;
}
.l76935:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(52,152,219,.55);
    color: #ffffff !important;
}

/* ===== PAGE HERO (subpages) ===== */
.b6bb69 {
    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(--mdafb);
    position: relative; overflow: hidden;
}
.b6bb69::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;
}
.c340ff {
    font-family: var(--o3a3e);
    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;
}
.kb013e {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--f5a28);
    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(--mdafb);
}
.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(--o3a3e);
    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(--f5a28);
    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(--f5a28);
    padding: 7px 14px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(52,152,219,.15);
    border-radius: var(--k47c4);
}
.hero-stat strong { color: var(--m043b); }

/* ===== SECTIONS ===== */
.g05725 { padding: clamp(52px, 7vw, 80px) 0; }
.p3d906 { background: var(--e6bd6); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--j20f9); margin-bottom: 10px;
}
.g05725 h2, .j54a53 {
    font-family: var(--o3a3e);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.g05725 h3 {
    font-family: var(--o3a3e); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--m043b);
}
.g05725 p, .section-desc {
    color: var(--f5a28); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.g05725 ul, .g05725 ol {
    color: var(--f5a28); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.g05725 li { margin-bottom: 8px; }
.g05725 li strong { color: var(--j7bd3); }

/* ===== 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(--ad99c), var(--f1e06));
    border: 1px solid rgba(52,152,219,.1);
    border-radius: var(--m10a7); 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(--ka317);
}
.k3cc3c { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--o3a3e); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--j7bd3);
}
.card p { color: var(--f5a28); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.ib4759 { overflow-x: auto; margin: 24px 0; border-radius: var(--k47c4); }
.b47335 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.b47335 thead th {
    background: var(--f1e06); color: var(--j7bd3); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(52,152,219,.2);
}
.b47335 thead th:first-child { border-radius: var(--k47c4) 0 0 0; }
.b47335 thead th:last-child { border-radius: 0 var(--k47c4) 0 0; }
.b47335 tr { border-bottom: 1px solid rgba(255,255,255,.05); }
.b47335 td { padding: 13px 16px; }
.b47335 td:first-child { color: var(--f5a28); font-weight: 500; width: 42%; }
.b47335 td:last-child { color: var(--j7bd3); font-weight: 600; }
.b47335 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(--j20f9), var(--i2f7b));
    border-radius: var(--m10a7); font-family: var(--o3a3e);
    font-size: 1.2rem; font-weight: 700; color: var(--j7bd3);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--f5a28); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.f0758e { max-width: 800px; margin: 0 auto; }
details.bb0b44 { border-bottom: 1px solid rgba(255,255,255,.06); }
details.bb0b44 summary {
    display: block; list-style: none;
    color: var(--j7bd3); font-family: var(--cd404);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.bb0b44 summary::-webkit-details-marker { display: none; }
details.bb0b44 summary::marker { display: none; content: ''; }
details.bb0b44 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--j20f9); transition: transform .3s;
}
details.bb0b44[open] summary::after { content: '\2212'; }
details.bb0b44 summary:hover { color: var(--m043b); }
details.bb0b44 > p { padding: 0 0 20px; color: var(--f5a28); font-size: .9rem; line-height: 1.7; }
details.bb0b44 > div { padding: 0 0 20px; color: var(--f5a28); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--e6bd6); }

/* ===== INFO GRID & CARDS ===== */
.j1bb03 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.a8c53c {
    background: linear-gradient(145deg, var(--ad99c), var(--f1e06));
    border: 1px solid rgba(52,152,219,.1); border-radius: var(--m10a7); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.a8c53c:hover {
    transform: translateY(-5px);
    border-color: rgba(52,152,219,.35);
    box-shadow: var(--ka317);
}
.ce7aee { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.a8c53c h3 {
    font-family: var(--o3a3e); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--j7bd3);
}
.a8c53c p { color: var(--f5a28); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.d79fe7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.ccf7d0 {
    background: linear-gradient(145deg, var(--ad99c), var(--f1e06));
    border: 1px solid rgba(52,152,219,.15); border-radius: var(--m10a7); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.ccf7d0:hover { transform: translateY(-5px); border-color: rgba(52,152,219,.38); }
.ccf7d0 h3 {
    font-family: var(--o3a3e); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--m043b);
}
.ccf7d0 p { color: var(--f5a28); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.ac6391 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.j52940 { text-align: center; padding: 22px 14px; }
.m1d13f {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--j20f9), var(--i2f7b));
    border-radius: var(--m10a7); font-family: var(--o3a3e);
    font-size: 1.15rem; font-weight: 800; color: var(--j7bd3);
    box-shadow: 0 0 22px rgba(52,152,219,.35);
}
.j52940 h3 {
    font-family: var(--o3a3e); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--j7bd3);
}
.j52940 p { color: var(--f5a28); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.g07da6 {
    background: linear-gradient(145deg, var(--ad99c), var(--f1e06));
    border: 1px solid rgba(52,152,219,.18); border-radius: var(--c18d9);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.5);
}
.dad15a { margin-top: 24px; }
.h4955f {
    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;
}
.h4955f > span:first-child { color: var(--f5a28); text-align: left; }
.i515a3 {
    height: 7px; background: rgba(255,255,255,.07);
    border-radius: 4px; overflow: hidden;
}
.nb0429 {
    height: 100%;
    background: linear-gradient(90deg, #2176AE 0%, #3498DB 50%, #5DADE2 100%);
    border-radius: 4px;
}
.h4955f > span:last-child { color: var(--m043b); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.dbf485 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.ne93a8, .lc72c8 {
    background: linear-gradient(145deg, var(--ad99c), var(--f1e06));
    border-radius: var(--m10a7); padding: 24px 22px;
}
.ne93a8 { border-top: 3px solid #3498DB; }
.lc72c8 { border-top: 3px solid #E74C3C; }
.ne93a8 h3, .ne93a8 h4 { color: #3498DB; margin-bottom: 12px; font-size: 1rem; }
.lc72c8 h3, .lc72c8 h4 { color: #E74C3C; margin-bottom: 12px; font-size: 1rem; }
.ne93a8 ul, .lc72c8 ul { list-style: none; padding: 0; margin: 0; }
.ne93a8 li::before { content: '\2713 '; color: #3498DB; font-weight: 700; }
.lc72c8 li::before { content: '\2717 '; color: #E74C3C; font-weight: 700; }
.ne93a8 li, .lc72c8 li { padding: 5px 0; color: var(--f5a28); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.k25389 {
    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(--e6bd6);
    border-top: 1px solid rgba(52,152,219,.1);
    border-bottom: 1px solid rgba(52,152,219,.1);
}
.k25389 h2 {
    font-family: var(--o3a3e);
    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;
}
.k25389 p { color: var(--f5a28); 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(--j20f9);
    border-radius: var(--k47c4); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--f5a28); font-size: .9rem; }
.highlight-box strong { color: var(--m043b); }

/* ===== BREADCRUMB ===== */
.i9a2ad { padding: 14px 0; font-size: .82rem; }
.a97aed { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.a97aed li + li::before { content: '\203A'; margin-right: 8px; color: var(--p98fe); }
.i9a2ad a { color: var(--p98fe); }
.i9a2ad a:hover { color: var(--m043b); }
.i9a2ad [aria-current] { color: var(--j20f9); }

/* ===== SITE FOOTER ===== */
.pb710b {
    background: var(--mdafb); border-top: 1px solid rgba(255,255,255,.05);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.a0d681 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.a0d681 a {
    color: var(--p98fe); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.a0d681 a:hover { color: var(--m043b); }

.aa4e76 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.05); margin-top: 8px;
}
.aa4e76 p {
    color: var(--p98fe); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.aa4e76 a { color: var(--j20f9); }
.i392d9 { text-align: center; color: var(--p98fe); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.mdc496 { max-width: 800px; margin: 0 auto; }
.mdc496 p {
    color: var(--f5a28); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.mdc496 p:last-child { margin-bottom: 0; }
.mdc496 strong { color: var(--j7bd3); }
.mdc496 a { color: var(--m043b); text-decoration: underline; text-underline-offset: 3px; }
.mdc496 a:hover { color: var(--ga5af); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.f9c6ee {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.df8c40 { direction: rtl; }
.df8c40 > * { direction: ltr; }
.i1b204 { border-radius: var(--c18d9); overflow: hidden; }
.i1b204 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--c18d9);
    border: 1px solid rgba(52,152,219,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.5);
}
.hed50a { color: var(--f5a28); font-size: .93rem; line-height: 1.7; }
.hed50a strong { color: var(--j7bd3); }
.hed50a a { color: var(--m043b); }
@media (max-width: 768px) {
    .f9c6ee { grid-template-columns: 1fr; gap: 24px; }
    .df8c40 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--g2d89);
    border-radius: var(--k47c4); font-weight: 700; font-size: .8rem;
    color: var(--g2d89); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.e389ca {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--j20f9);
    color: var(--j7bd3); border: none; border-radius: var(--m10a7);
    font-size: 1.2rem; cursor: pointer;
    opacity: 0; visibility: hidden;
    transition: opacity .3s, visibility .3s, transform .2s;
    z-index: 90; box-shadow: var(--ka317);
}
.e389ca.bff90d { opacity: 1; visibility: visible; }
.e389ca:hover { transform: translateY(-3px); background: var(--g2d89); }

/* ===== REVIEW SCORE (review page) ===== */
.le0e7a {
    font-family: var(--o3a3e); 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(--m043b); 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(--f5a28); width: 55%; }
.score-table td:last-child { color: var(--m043b); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.m47ede {
    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);
}
.m47ede .bc856f { 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) {
    .m042b9 { display: none; }
    .j9c11e .c999e7 { display: none; }
    .j45947 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .dbf485 { grid-template-columns: 1fr; }
    section, .g05725 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .a0d681 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .ac6391 { grid-template-columns: 1fr 1fr; }
    .j1bb03 { grid-template-columns: 1fr 1fr; }
    .h4955f { grid-template-columns: 1fr 100px auto; }
    .m47ede { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .d594d4 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .ac6391 { grid-template-columns: 1fr; }
    .j1bb03 { grid-template-columns: 1fr; }
    .o87396 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .le0e7a { font-size: 3.5rem; }
    .h4955f { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .dbf485 { grid-template-columns: 1fr; }
    .g07da6 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.a207a2 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.a207a2 summary.p7f2fe {
    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(--j7bd3);
    padding: 6px 11px;
    border-radius: var(--k47c4);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--cd404);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.a207a2 summary.p7f2fe::-webkit-details-marker { display: none; }
.a207a2 summary.p7f2fe::marker { display: none; }
.a207a2:hover summary.p7f2fe,
.a207a2[open] summary.p7f2fe {
    background: rgba(255,255,255,.1);
    border-color: rgba(52,152,219,.35);
    color: var(--m043b);
}
.nc16f4 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.a207a2[open] .nc16f4 { transform: rotate(180deg); }

.a0cebc {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--ad99c);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: var(--m10a7);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.7);
    min-width: 160px;
}
.a207a2[open] .a0cebc {
    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); }
}
.a0cebc li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--ccfc0);
    border-radius: var(--k47c4);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.a0cebc li a:hover,
.a0cebc li a.o99204 {
    background: rgba(255,255,255,.07);
    color: var(--m043b);
}
.a0cebc li a.o99204 { font-weight: 700; }

/* Mobile lang bar */
.k49703 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 8px;
}
.k49703 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(--k47c4);
    color: var(--ccfc0);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.k49703 a:hover,
.k49703 a.b86c36 {
    background: rgba(52,152,219,.1);
    border-color: rgba(52,152,219,.3);
    color: var(--m043b);
}
.k49703 a.b86c36 { font-weight: 700; }

@media (max-width: 768px) {
    .a207a2 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.j1bb03, ul.a192b7 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.f1cd21 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .f1cd21 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.ac6391, ol.o6a8d6 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.o6a8d6 > li { counter-increment: step-counter; }
ol.o6a8d6 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--j20f9); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.b373f4 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--j20f9); }
.l312a3 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.d07560 { width: 36px; height: 36px; border-radius: 50%; background: var(--j20f9); color: var(--mdafb); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.i47d67 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.k0b5f1 { display: grid; grid-template-columns: 1fr; gap: 0; }
.n98aa0 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.n98aa0:last-child { border-bottom: none; }
.h07492 { font-weight: 600; padding: .75rem 1rem; color: var(--j20f9); }
.e156d4 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.oe783c .k44658 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.oe783c .ad7277 { display: none; }
.oe783c .bb0b44.b9ac33 .ad7277 { display: block; }

/* faq variant C: definition list */
dl.f0758e { display: grid; gap: 0; }
dl.f0758e dt.ga7880 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.f0758e dd.ad7277 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.a52374 { padding: 2rem 0; }
.m6bd05 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.m6bd05 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--m10a7); border: 1px solid var(--ga5af); color: var(--ga5af); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.m6bd05 li a:hover { background: var(--ga5af); color: var(--mdafb); }


/* Promo Banner (SVG image banners) */
.i03fd6 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.j756c9 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.j756c9:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.ab35e3 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.k3cc3c { display: inline-block; vertical-align: middle; }
.ce7aee .k3cc3c { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.ld5a43 {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--ad99c), var(--f1e06));
    border-radius: var(--m10a7); padding: 24px; margin-top: 24px;
}
.edd6fd { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--k47c4); background: var(--e6bd6); }
.edd6fd dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.edd6fd dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--ga5af); }
@media (max-width: 768px) { .ld5a43 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .ld5a43 { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--ga5af); 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; }
  .p9cd50 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.bc856f, .p9cd50, .d594d4, .od7e43, .l76935, .j45947, .k44658, .ga7880, .e389ca, .m47ede a, .p7f2fe { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.p9cd50 { position: relative; overflow: visible; }
.p9cd50::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--ga5af); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.p9cd50:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.p9cd50::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.h13566 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.i4e9cc {
    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);
}
.i4e9cc.c0aa0a { color: var(--ga5af); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.nb2a48, .l82030 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.oaa363, .m7fe53 { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--k47c4); background: var(--ad99c); transition: transform 0.2s; }
.oaa363:hover, .m7fe53:hover { transform: translateY(-2px); }
.oaa363 span, .m7fe53 span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.gc0a0e { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.i1da05 { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--k47c4); background: var(--ad99c); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.i1da05:hover { border-color: var(--ga5af); }
.i1da05 span { font-size: 0.7rem; color: var(--ga5af); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.b71c50 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.e0717f { background: var(--ad99c); border-radius: var(--m10a7); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.oa35ca { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.l8ad7a { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--ga5af), var(--j20f9)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--mdafb); flex-shrink: 0; }
.h566f4 { color: var(--ga5af); font-size: 14px; letter-spacing: 1px; }
.nd4eb8 { color: var(--p98fe); font-size: 0.75rem; }
.e0717f p { font-size: 0.9rem; color: var(--ccfc0); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1060px; }
:root { --radius: 16px; --radius-lg: 28px; --radius-sm: 10px; }
.section { padding: clamp(64px, 9vw, 100px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.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 4px 24px rgba(0,0,0,.5); }
body { line-height: 1.8; }
body { font-size: 16px; }
.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); }
