@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');
/* ===== CARBON FIBER — Design System ===== */
:root {
    --lf2b3:        #3498DB;
    --nccc9:  #5DADE2;
    --fb929:   #2176AE;
    --lb1fe:         #5DADE2;
    --i2885:         #5DADE2;
    --j0bb4:    #2176AE;
    --m3c36:         #2ECC71;
    --c32b8:    #27AE60;
    --a53c8:           #0C0C0E;
    --na2e1:         #141416;
    --mbf21:         #1C1C20;
    --c7e91:         #24242A;
    --pde99:        #FFFFFF;
    --h5b9f:         #BDC3C7;
    --h27c6:       #7F8C8D;
    --j3f50:       #BDC3C7;
    --ma256:    'Space Grotesk', sans-serif;
    --ad0df:    'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --ad708:       6px;
    --c198a:    10px;
    --c7a85:    4px;
    --g3e71:        1100px;
    --k52c1:       0 4px 24px rgba(0,0,0,.6);
    --m5fb9:         0 0 32px rgba(52,152,219,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--lf2b3);
    --color-primary-light: var(--nccc9);
    --color-primary-dark: var(--fb929);
    --color-accent: var(--i2885);
    --color-accent-dark: var(--j0bb4);
    --color-secondary: var(--m3c36);
    --color-secondary-dark: var(--c32b8);
    --color-surface: var(--mbf21);
    --color-surface-elevated: var(--c7e91);
    --color-on-surface: var(--pde99);
    --color-on-surface-muted: var(--h5b9f);
    --color-text: var(--pde99);
    --color-text-secondary: var(--j3f50);
    --text-heading: var(--ma256);
    --text-body: var(--ad0df);
    --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(--ad0df);
    background: var(--a53c8);
    color: var(--pde99);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--nccc9); text-decoration: none; transition: color .2s; }
a:hover { color: var(--i2885); }
img { max-width: 100%; height: auto; display: block; }

.paf75b { width: 92%; max-width: var(--g3e71); margin: 0 auto; }

.k02f7f {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.h2113f {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--lf2b3); color: var(--pde99);
    padding: 8px 16px; border-radius: var(--c7a85);
    z-index: 999; transition: top .2s;
}
.h2113f:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.n97c02 {
    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);
}
.ddc4dc {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.eceeb1 {
    font-family: var(--ma256);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--pde99);
    white-space: nowrap; text-decoration: none;
    letter-spacing: .5px;
}
.eceeb1:hover { color: var(--nccc9); }

/* Main Nav */
.k2009a { display: flex; align-items: center; gap: 20px; }
.c4958b {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.c4958b a {
    color: var(--h5b9f); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.c4958b a:hover { color: var(--nccc9); }

/* Language Select */
.i05958 {
    background: var(--mbf21); color: var(--pde99);
    border: 1px solid rgba(52,152,219,.25);
    border-radius: var(--c7a85);
    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;
}
.i05958:hover, .i05958:focus { border-color: var(--lf2b3); outline: none; }

/* Menu Toggle */
.f49019 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.iff062, .iff062::before, .iff062::after {
    display: block; width: 24px; height: 2px;
    background: var(--pde99); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.iff062 { position: relative; }
.iff062::before, .iff062::after { content: ''; position: absolute; left: 0; }
.iff062::before { top: -7px; }
.iff062::after { top: 7px; }

/* Mobile Nav */
.mcc223 {
    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;
}
.mcc223.k5d00a { display: flex; }
.g90432 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.g90432 a {
    font-size: 1.2rem; font-weight: 600; color: var(--pde99); text-decoration: none;
}
.g90432 a:hover { color: var(--nccc9); }

/* ===== BUTTONS ===== */
.d84096 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--ma256); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--ad708); 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(--lf2b3) 0%, var(--lb1fe) 100%);
    color: var(--pde99); box-shadow: var(--m5fb9);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(52,152,219,.55);
    color: var(--pde99);
}
.btn-secondary {
    background: transparent; color: var(--nccc9);
    border: 2px solid var(--lf2b3);
}
.btn-secondary:hover { background: rgba(52,152,219,.1); color: var(--i2885); }

/* 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); }
}
.m00aa7 {
    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 */
}
.m00aa7:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(52,152,219,.7);
    color: #ffffff; animation: none;
}

.h6925a { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--c198a); }
.p66ab1 { padding: 8px 18px; font-size: .85rem; border-radius: var(--c7a85); }

/* Nav CTA in header */
.m42b16 {
    background: linear-gradient(135deg, #3498DB 0%, #2176AE 100%);
    color: #ffffff !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--c7a85);
    box-shadow: 0 0 16px rgba(52,152,219,.3);
    transition: transform .2s, box-shadow .2s;
}
.m42b16:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(52,152,219,.55);
    color: #ffffff !important;
}

/* ===== PAGE HERO (subpages) ===== */
.e48b1c {
    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(--a53c8);
    position: relative; overflow: hidden;
}
.e48b1c::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;
}
.d7ba2c {
    font-family: var(--ma256);
    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;
}
.ld1f72 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--h5b9f);
    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(--a53c8);
}
.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(--ma256);
    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(--h5b9f);
    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(--h5b9f);
    padding: 7px 14px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(52,152,219,.15);
    border-radius: var(--c7a85);
}
.hero-stat strong { color: var(--nccc9); }

/* ===== SECTIONS ===== */
.jb25d2 { padding: clamp(52px, 7vw, 80px) 0; }
.j388ed { background: var(--na2e1); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--lf2b3); margin-bottom: 10px;
}
.jb25d2 h2, .hb504e {
    font-family: var(--ma256);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.jb25d2 h3 {
    font-family: var(--ma256); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--nccc9);
}
.jb25d2 p, .section-desc {
    color: var(--h5b9f); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.jb25d2 ul, .jb25d2 ol {
    color: var(--h5b9f); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.jb25d2 li { margin-bottom: 8px; }
.jb25d2 li strong { color: var(--pde99); }

/* ===== 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(--mbf21), var(--c7e91));
    border: 1px solid rgba(52,152,219,.1);
    border-radius: var(--ad708); 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(--k52c1);
}
.l3e2c6 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--ma256); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--pde99);
}
.card p { color: var(--h5b9f); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.b47618 { overflow-x: auto; margin: 24px 0; border-radius: var(--c7a85); }
.a4138a { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.a4138a thead th {
    background: var(--c7e91); color: var(--pde99); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(52,152,219,.2);
}
.a4138a thead th:first-child { border-radius: var(--c7a85) 0 0 0; }
.a4138a thead th:last-child { border-radius: 0 var(--c7a85) 0 0; }
.a4138a tr { border-bottom: 1px solid rgba(255,255,255,.05); }
.a4138a td { padding: 13px 16px; }
.a4138a td:first-child { color: var(--h5b9f); font-weight: 500; width: 42%; }
.a4138a td:last-child { color: var(--pde99); font-weight: 600; }
.a4138a 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(--lf2b3), var(--lb1fe));
    border-radius: var(--ad708); font-family: var(--ma256);
    font-size: 1.2rem; font-weight: 700; color: var(--pde99);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--h5b9f); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.lf2083 { max-width: 800px; margin: 0 auto; }
details.fc9f0e { border-bottom: 1px solid rgba(255,255,255,.06); }
details.fc9f0e summary {
    display: block; list-style: none;
    color: var(--pde99); font-family: var(--ad0df);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.fc9f0e summary::-webkit-details-marker { display: none; }
details.fc9f0e summary::marker { display: none; content: ''; }
details.fc9f0e summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--lf2b3); transition: transform .3s;
}
details.fc9f0e[open] summary::after { content: '\2212'; }
details.fc9f0e summary:hover { color: var(--nccc9); }
details.fc9f0e > p { padding: 0 0 20px; color: var(--h5b9f); font-size: .9rem; line-height: 1.7; }
details.fc9f0e > div { padding: 0 0 20px; color: var(--h5b9f); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--na2e1); }

/* ===== INFO GRID & CARDS ===== */
.pde85a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.c55501 {
    background: linear-gradient(145deg, var(--mbf21), var(--c7e91));
    border: 1px solid rgba(52,152,219,.1); border-radius: var(--ad708); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.c55501:hover {
    transform: translateY(-5px);
    border-color: rgba(52,152,219,.35);
    box-shadow: var(--k52c1);
}
.d674a5 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.c55501 h3 {
    font-family: var(--ma256); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--pde99);
}
.c55501 p { color: var(--h5b9f); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.jb4112 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.p9795e {
    background: linear-gradient(145deg, var(--mbf21), var(--c7e91));
    border: 1px solid rgba(52,152,219,.15); border-radius: var(--ad708); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.p9795e:hover { transform: translateY(-5px); border-color: rgba(52,152,219,.38); }
.p9795e h3 {
    font-family: var(--ma256); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--nccc9);
}
.p9795e p { color: var(--h5b9f); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.gd5ce4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.j0a86c { text-align: center; padding: 22px 14px; }
.aa7c66 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--lf2b3), var(--lb1fe));
    border-radius: var(--ad708); font-family: var(--ma256);
    font-size: 1.15rem; font-weight: 800; color: var(--pde99);
    box-shadow: 0 0 22px rgba(52,152,219,.35);
}
.j0a86c h3 {
    font-family: var(--ma256); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--pde99);
}
.j0a86c p { color: var(--h5b9f); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.gdb34f {
    background: linear-gradient(145deg, var(--mbf21), var(--c7e91));
    border: 1px solid rgba(52,152,219,.18); border-radius: var(--c198a);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.5);
}
.eeeb8a { margin-top: 24px; }
.kf7f34 {
    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;
}
.kf7f34 > span:first-child { color: var(--h5b9f); text-align: left; }
.me86f9 {
    height: 7px; background: rgba(255,255,255,.07);
    border-radius: 4px; overflow: hidden;
}
.p0c322 {
    height: 100%;
    background: linear-gradient(90deg, #2176AE 0%, #3498DB 50%, #5DADE2 100%);
    border-radius: 4px;
}
.kf7f34 > span:last-child { color: var(--nccc9); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.nc001f { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.a63370, .jfd55b {
    background: linear-gradient(145deg, var(--mbf21), var(--c7e91));
    border-radius: var(--ad708); padding: 24px 22px;
}
.a63370 { border-top: 3px solid #3498DB; }
.jfd55b { border-top: 3px solid #E74C3C; }
.a63370 h3, .a63370 h4 { color: #3498DB; margin-bottom: 12px; font-size: 1rem; }
.jfd55b h3, .jfd55b h4 { color: #E74C3C; margin-bottom: 12px; font-size: 1rem; }
.a63370 ul, .jfd55b ul { list-style: none; padding: 0; margin: 0; }
.a63370 li::before { content: '\2713 '; color: #3498DB; font-weight: 700; }
.jfd55b li::before { content: '\2717 '; color: #E74C3C; font-weight: 700; }
.a63370 li, .jfd55b li { padding: 5px 0; color: var(--h5b9f); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.h343a9 {
    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(--na2e1);
    border-top: 1px solid rgba(52,152,219,.1);
    border-bottom: 1px solid rgba(52,152,219,.1);
}
.h343a9 h2 {
    font-family: var(--ma256);
    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;
}
.h343a9 p { color: var(--h5b9f); 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(--lf2b3);
    border-radius: var(--c7a85); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--h5b9f); font-size: .9rem; }
.highlight-box strong { color: var(--nccc9); }

/* ===== BREADCRUMB ===== */
.oa382f { padding: 14px 0; font-size: .82rem; }
.gb97ce { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.gb97ce li + li::before { content: '\203A'; margin-right: 8px; color: var(--h27c6); }
.oa382f a { color: var(--h27c6); }
.oa382f a:hover { color: var(--nccc9); }
.oa382f [aria-current] { color: var(--lf2b3); }

/* ===== SITE FOOTER ===== */
.db12c9 {
    background: var(--a53c8); border-top: 1px solid rgba(255,255,255,.05);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.d4b101 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.d4b101 a {
    color: var(--h27c6); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.d4b101 a:hover { color: var(--nccc9); }

.i4f344 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.05); margin-top: 8px;
}
.i4f344 p {
    color: var(--h27c6); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.i4f344 a { color: var(--lf2b3); }
.n2f5c7 { text-align: center; color: var(--h27c6); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.oa6092 { max-width: 800px; margin: 0 auto; }
.oa6092 p {
    color: var(--h5b9f); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.oa6092 p:last-child { margin-bottom: 0; }
.oa6092 strong { color: var(--pde99); }
.oa6092 a { color: var(--nccc9); text-decoration: underline; text-underline-offset: 3px; }
.oa6092 a:hover { color: var(--i2885); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.a8d650 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.mfa140 { direction: rtl; }
.mfa140 > * { direction: ltr; }
.aa4f86 { border-radius: var(--c198a); overflow: hidden; }
.aa4f86 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--c198a);
    border: 1px solid rgba(52,152,219,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.5);
}
.b335bc { color: var(--h5b9f); font-size: .93rem; line-height: 1.7; }
.b335bc strong { color: var(--pde99); }
.b335bc a { color: var(--nccc9); }
@media (max-width: 768px) {
    .a8d650 { grid-template-columns: 1fr; gap: 24px; }
    .mfa140 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--fb929);
    border-radius: var(--c7a85); font-weight: 700; font-size: .8rem;
    color: var(--fb929); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.kc4af1 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--lf2b3);
    color: var(--pde99); border: none; border-radius: var(--ad708);
    font-size: 1.2rem; cursor: pointer;
    opacity: 0; visibility: hidden;
    transition: opacity .3s, visibility .3s, transform .2s;
    z-index: 90; box-shadow: var(--k52c1);
}
.kc4af1.nbd165 { opacity: 1; visibility: visible; }
.kc4af1:hover { transform: translateY(-3px); background: var(--fb929); }

/* ===== REVIEW SCORE (review page) ===== */
.d45296 {
    font-family: var(--ma256); 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(--nccc9); 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(--h5b9f); width: 55%; }
.score-table td:last-child { color: var(--nccc9); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.f1670f {
    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);
}
.f1670f .d84096 { 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) {
    .c4958b { display: none; }
    .k2009a .i05958 { display: none; }
    .f49019 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .nc001f { grid-template-columns: 1fr; }
    section, .jb25d2 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .d4b101 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .gd5ce4 { grid-template-columns: 1fr 1fr; }
    .pde85a { grid-template-columns: 1fr 1fr; }
    .kf7f34 { grid-template-columns: 1fr 100px auto; }
    .f1670f { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .h6925a { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .gd5ce4 { grid-template-columns: 1fr; }
    .pde85a { grid-template-columns: 1fr; }
    .ddc4dc { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .d45296 { font-size: 3.5rem; }
    .kf7f34 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .nc001f { grid-template-columns: 1fr; }
    .gdb34f { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.ia7720 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.ia7720 summary.a99340 {
    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(--pde99);
    padding: 6px 11px;
    border-radius: var(--c7a85);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--ad0df);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.ia7720 summary.a99340::-webkit-details-marker { display: none; }
.ia7720 summary.a99340::marker { display: none; }
.ia7720:hover summary.a99340,
.ia7720[open] summary.a99340 {
    background: rgba(255,255,255,.1);
    border-color: rgba(52,152,219,.35);
    color: var(--nccc9);
}
.jc3db6 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.ia7720[open] .jc3db6 { transform: rotate(180deg); }

.jc760a {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--mbf21);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: var(--ad708);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.7);
    min-width: 160px;
}
.ia7720[open] .jc760a {
    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); }
}
.jc760a li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--j3f50);
    border-radius: var(--c7a85);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.jc760a li a:hover,
.jc760a li a.h9d4dc {
    background: rgba(255,255,255,.07);
    color: var(--nccc9);
}
.jc760a li a.h9d4dc { font-weight: 700; }

/* Mobile lang bar */
.jbdcf1 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 8px;
}
.jbdcf1 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(--c7a85);
    color: var(--j3f50);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.jbdcf1 a:hover,
.jbdcf1 a.m3f5d8 {
    background: rgba(52,152,219,.1);
    border-color: rgba(52,152,219,.3);
    color: var(--nccc9);
}
.jbdcf1 a.m3f5d8 { font-weight: 700; }

@media (max-width: 768px) {
    .ia7720 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.pde85a, ul.f3c2a1 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.lf10df { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .lf10df { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.gd5ce4, ol.f8a7d4 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.f8a7d4 > li { counter-increment: step-counter; }
ol.f8a7d4 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--lf2b3); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.m9eb61 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--lf2b3); }
.eafae8 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.i90b49 { width: 36px; height: 36px; border-radius: 50%; background: var(--lf2b3); color: var(--a53c8); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.nf7457 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.a5b5f0 { display: grid; grid-template-columns: 1fr; gap: 0; }
.i0b6ea { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.i0b6ea:last-child { border-bottom: none; }
.a3c3d2 { font-weight: 600; padding: .75rem 1rem; color: var(--lf2b3); }
.ebec35 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.j36078 .eb913d { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.j36078 .n21c25 { display: none; }
.j36078 .fc9f0e.k5d00a .n21c25 { display: block; }

/* faq variant C: definition list */
dl.lf2083 { display: grid; gap: 0; }
dl.lf2083 dt.fe0478 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.lf2083 dd.n21c25 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.de4c69 { padding: 2rem 0; }
.p97f95 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.p97f95 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--ad708); border: 1px solid var(--i2885); color: var(--i2885); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.p97f95 li a:hover { background: var(--i2885); color: var(--a53c8); }


/* Promo Banner (SVG image banners) */
.lb9e9a { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.bc6399 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.bc6399:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.p4c721 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.l3e2c6 { display: inline-block; vertical-align: middle; }
.d674a5 .l3e2c6 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.c257db {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--mbf21), var(--c7e91));
    border-radius: var(--ad708); padding: 24px; margin-top: 24px;
}
.o4efc6 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--c7a85); background: var(--na2e1); }
.o4efc6 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.o4efc6 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--i2885); }
@media (max-width: 768px) { .c257db { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .c257db { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--i2885); 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; }
  .m00aa7 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.d84096, .m00aa7, .h6925a, .p66ab1, .m42b16, .f49019, .eb913d, .fe0478, .kc4af1, .f1670f a, .a99340 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.m00aa7 { position: relative; overflow: visible; }
.m00aa7::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--i2885); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.m00aa7:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.m00aa7::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.b816b8 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.c18bd1 {
    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);
}
.c18bd1.ef063b { color: var(--i2885); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.n01a78, .kf2b63 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.gf9832, .k2ccad { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--c7a85); background: var(--mbf21); transition: transform 0.2s; }
.gf9832:hover, .k2ccad:hover { transform: translateY(-2px); }
.gf9832 span, .k2ccad span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.m558cb { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.m5c79a { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--c7a85); background: var(--mbf21); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.m5c79a:hover { border-color: var(--i2885); }
.m5c79a span { font-size: 0.7rem; color: var(--i2885); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.kab5d0 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.o82d12 { background: var(--mbf21); border-radius: var(--ad708); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.edd625 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.ef2da3 { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--i2885), var(--lf2b3)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--a53c8); flex-shrink: 0; }
.e8bdaf { color: var(--i2885); font-size: 14px; letter-spacing: 1px; }
.gc4903 { color: var(--h27c6); font-size: 0.75rem; }
.o82d12 p { font-size: 0.9rem; color: var(--j3f50); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1200px; }
:root { --radius: 24px; --radius-lg: 36px; --radius-sm: 14px; }
.section { padding: clamp(52px, 7vw, 80px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.btn { border-radius: 999px; }
.btn-lg { border-radius: 999px; }
.btn-sm { border-radius: 999px; }
.info-card:hover, .bonus-card:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
body { line-height: 1.65; }
body { font-size: 16.5px; }
.section + .section::before { content: ''; display: block; width: 60px; height: 3px; background: var(--gold); margin: 0 auto 40px; opacity: .3; }
.info-card:hover { transform: scale(1.03); }
