@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');
/* ===== CARBON FIBER — Design System ===== */
:root {
    --c9e31:        #DC2626;
    --pd1ad:  #F97316;
    --k17c5:   #DC2626;
    --o2d51:         #F97316;
    --gf035:         #F97316;
    --pb8a2:    #DC2626;
    --o6287:         #F97316;
    --i3c1e:    #F97316;
    --lb685:           #0C0C0E;
    --mdd4e:         #141416;
    --md0bc:         #2A1015;
    --i241d:         #2A1015;
    --i0292:        #FEF2F2;
    --m68a7:         #A8A29E;
    --pb016:       #7F8C8D;
    --m222e:       #A8A29E;
    --i156c:    'Space Grotesk', sans-serif;
    --afb17:    'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --ld98e:       6px;
    --ca2a7:    10px;
    --k9264:    4px;
    --bbe33:        1100px;
    --nf11d:       0 4px 24px rgba(0,0,0,.6);
    --fb727:         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(--afb17);
    background: var(--lb685);
    color: var(--i0292);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--pd1ad); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gf035); }
img { max-width: 100%; height: auto; display: block; }

.iad05e { width: 92%; max-width: var(--bbe33); margin: 0 auto; }

.b1373a {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.l4c304 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--c9e31); color: var(--i0292);
    padding: 8px 16px; border-radius: var(--k9264);
    z-index: 999; transition: top .2s;
}
.l4c304:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.m4dcc1 {
    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);
}
.b17933 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.a4d70e {
    font-family: var(--i156c);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--i0292);
    white-space: nowrap; text-decoration: none;
    letter-spacing: .5px;
}
.a4d70e:hover { color: var(--pd1ad); }

/* Main Nav */
.i5e6df { display: flex; align-items: center; gap: 20px; }
.gbba1d {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.gbba1d a {
    color: var(--m68a7); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.gbba1d a:hover { color: var(--pd1ad); }

/* Language Select */
.p39539 {
    background: var(--md0bc); color: var(--i0292);
    border: 1px solid rgba(52,152,219,.25);
    border-radius: var(--k9264);
    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;
}
.p39539:hover, .p39539:focus { border-color: var(--c9e31); outline: none; }

/* Menu Toggle */
.m8e400 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.ed375d, .ed375d::before, .ed375d::after {
    display: block; width: 24px; height: 2px;
    background: var(--i0292); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.ed375d { position: relative; }
.ed375d::before, .ed375d::after { content: ''; position: absolute; left: 0; }
.ed375d::before { top: -7px; }
.ed375d::after { top: 7px; }

/* Mobile Nav */
.n48a1b {
    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;
}
.n48a1b.cf3366 { display: flex; }
.m94f92 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.m94f92 a {
    font-size: 1.2rem; font-weight: 600; color: var(--i0292); text-decoration: none;
}
.m94f92 a:hover { color: var(--pd1ad); }

/* ===== BUTTONS ===== */
.m07236 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--i156c); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--ld98e); 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(--c9e31) 0%, var(--o2d51) 100%);
    color: var(--i0292); box-shadow: var(--fb727);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(52,152,219,.55);
    color: var(--i0292);
}
.btn-secondary {
    background: transparent; color: var(--pd1ad);
    border: 2px solid var(--c9e31);
}
.btn-secondary:hover { background: rgba(52,152,219,.1); color: var(--gf035); }

/* 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); }
}
.b0db01 {
    background: linear-gradient(135deg, #DC2626 0%, #F97316 55%, #DC2626 100%);
    color: #FEF2F2; 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;
}
.b0db01:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(52,152,219,.7);
    color: #FEF2F2; animation: none;
}

.bcad2b { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--ca2a7); }
.lee17e { padding: 8px 18px; font-size: .85rem; border-radius: var(--k9264); }

/* Nav CTA in header */
.pb5523 {
    background: linear-gradient(135deg, #DC2626 0%, #DC2626 100%);
    color: #FEF2F2 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--k9264);
    box-shadow: 0 0 16px rgba(52,152,219,.3);
    transition: transform .2s, box-shadow .2s;
}
.pb5523:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(52,152,219,.55);
    color: #FEF2F2 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.f6552c {
    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(--lb685);
    position: relative; overflow: hidden;
}
.f6552c::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;
}
.ea4b0a {
    font-family: var(--i156c);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, #F97316 0%, #DC2626 50%, #DC2626 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.e8ea0a {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--m68a7);
    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(--lb685);
}
.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(--i156c);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, #F97316 0%, #DC2626 45%, #DC2626 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--m68a7);
    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(--m68a7);
    padding: 7px 14px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(52,152,219,.15);
    border-radius: var(--k9264);
}
.hero-stat strong { color: var(--pd1ad); }

/* ===== SECTIONS ===== */
.dbdc9e { padding: clamp(52px, 7vw, 80px) 0; }
.l9ee56 { background: var(--mdd4e); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--c9e31); margin-bottom: 10px;
}
.dbdc9e h2, .cbc572 {
    font-family: var(--i156c);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.dbdc9e h3 {
    font-family: var(--i156c); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--pd1ad);
}
.dbdc9e p, .section-desc {
    color: var(--m68a7); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.dbdc9e ul, .dbdc9e ol {
    color: var(--m68a7); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.dbdc9e li { margin-bottom: 8px; }
.dbdc9e li strong { color: var(--i0292); }

/* ===== 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(--md0bc), var(--i241d));
    border: 1px solid rgba(52,152,219,.1);
    border-radius: var(--ld98e); 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(--nf11d);
}
.card-icon { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--i156c); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--i0292);
}
.card p { color: var(--m68a7); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.fbde3e { overflow-x: auto; margin: 24px 0; border-radius: var(--k9264); }
.nf93ff { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.nf93ff thead th {
    background: var(--i241d); color: var(--i0292); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(52,152,219,.2);
}
.nf93ff thead th:first-child { border-radius: var(--k9264) 0 0 0; }
.nf93ff thead th:last-child { border-radius: 0 var(--k9264) 0 0; }
.nf93ff tr { border-bottom: 1px solid rgba(255,255,255,.05); }
.nf93ff td { padding: 13px 16px; }
.nf93ff td:first-child { color: var(--m68a7); font-weight: 500; width: 42%; }
.nf93ff td:last-child { color: var(--i0292); font-weight: 600; }
.nf93ff 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(--c9e31), var(--o2d51));
    border-radius: var(--ld98e); font-family: var(--i156c);
    font-size: 1.2rem; font-weight: 700; color: var(--i0292);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--m68a7); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.b7b74d { max-width: 800px; margin: 0 auto; }
details.c72ad8 { border-bottom: 1px solid rgba(255,255,255,.06); }
details.c72ad8 summary {
    display: block; list-style: none;
    color: var(--i0292); font-family: var(--afb17);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.c72ad8 summary::-webkit-details-marker { display: none; }
details.c72ad8 summary::marker { display: none; content: ''; }
details.c72ad8 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--c9e31); transition: transform .3s;
}
details.c72ad8[open] summary::after { content: '\2212'; }
details.c72ad8 summary:hover { color: var(--pd1ad); }
details.c72ad8 > p { padding: 0 0 20px; color: var(--m68a7); font-size: .9rem; line-height: 1.7; }
details.c72ad8 > div { padding: 0 0 20px; color: var(--m68a7); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--mdd4e); }

/* ===== INFO GRID & CARDS ===== */
.fc4e6b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.f5253f {
    background: linear-gradient(145deg, var(--md0bc), var(--i241d));
    border: 1px solid rgba(52,152,219,.1); border-radius: var(--ld98e); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.f5253f:hover {
    transform: translateY(-5px);
    border-color: rgba(52,152,219,.35);
    box-shadow: var(--nf11d);
}
.f01589 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.f5253f h3 {
    font-family: var(--i156c); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--i0292);
}
.f5253f p { color: var(--m68a7); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.bffd5e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.g4a11a {
    background: linear-gradient(145deg, var(--md0bc), var(--i241d));
    border: 1px solid rgba(52,152,219,.15); border-radius: var(--ld98e); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.g4a11a:hover { transform: translateY(-5px); border-color: rgba(52,152,219,.38); }
.g4a11a h3 {
    font-family: var(--i156c); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--pd1ad);
}
.g4a11a p { color: var(--m68a7); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.k2281b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.la1aa5 { text-align: center; padding: 22px 14px; }
.k21707 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--c9e31), var(--o2d51));
    border-radius: var(--ld98e); font-family: var(--i156c);
    font-size: 1.15rem; font-weight: 800; color: var(--i0292);
    box-shadow: 0 0 22px rgba(52,152,219,.35);
}
.la1aa5 h3 {
    font-family: var(--i156c); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--i0292);
}
.la1aa5 p { color: var(--m68a7); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.fcb7da {
    background: linear-gradient(145deg, var(--md0bc), var(--i241d));
    border: 1px solid rgba(52,152,219,.18); border-radius: var(--ca2a7);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.5);
}
.le77e4 { margin-top: 24px; }
.c2ee0d {
    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;
}
.c2ee0d > span:first-child { color: var(--m68a7); text-align: left; }
.g7a2ed {
    height: 7px; background: rgba(255,255,255,.07);
    border-radius: 4px; overflow: hidden;
}
.c8a1d6 {
    height: 100%;
    background: linear-gradient(90deg, #DC2626 0%, #DC2626 50%, #F97316 100%);
    border-radius: 4px;
}
.c2ee0d > span:last-child { color: var(--pd1ad); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.mf0525 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.ped9fe, .aaf4d7 {
    background: linear-gradient(145deg, var(--md0bc), var(--i241d));
    border-radius: var(--ld98e); padding: 24px 22px;
}
.ped9fe { border-top: 3px solid #DC2626; }
.aaf4d7 { border-top: 3px solid #E74C3C; }
.ped9fe h3, .ped9fe h4 { color: #DC2626; margin-bottom: 12px; font-size: 1rem; }
.aaf4d7 h3, .aaf4d7 h4 { color: #E74C3C; margin-bottom: 12px; font-size: 1rem; }
.ped9fe ul, .aaf4d7 ul { list-style: none; padding: 0; margin: 0; }
.ped9fe li::before { content: '\2713 '; color: #DC2626; font-weight: 700; }
.aaf4d7 li::before { content: '\2717 '; color: #E74C3C; font-weight: 700; }
.ped9fe li, .aaf4d7 li { padding: 5px 0; color: var(--m68a7); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.b5ca00 {
    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(--mdd4e);
    border-top: 1px solid rgba(52,152,219,.1);
    border-bottom: 1px solid rgba(52,152,219,.1);
}
.b5ca00 h2 {
    font-family: var(--i156c);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 700; margin-bottom: 12px;
    background: linear-gradient(135deg, #F97316, #DC2626);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.b5ca00 p { color: var(--m68a7); 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(--c9e31);
    border-radius: var(--k9264); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--m68a7); font-size: .9rem; }
.highlight-box strong { color: var(--pd1ad); }

/* ===== BREADCRUMB ===== */
.ee0b95 { padding: 14px 0; font-size: .82rem; }
.db71c5 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.db71c5 li + li::before { content: '\203A'; margin-right: 8px; color: var(--pb016); }
.ee0b95 a { color: var(--pb016); }
.ee0b95 a:hover { color: var(--pd1ad); }
.ee0b95 [aria-current] { color: var(--c9e31); }

/* ===== SITE FOOTER ===== */
.g3a61d {
    background: var(--lb685); border-top: 1px solid rgba(255,255,255,.05);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.g8b767 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.g8b767 a {
    color: var(--pb016); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.g8b767 a:hover { color: var(--pd1ad); }

.ld73a1 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.05); margin-top: 8px;
}
.ld73a1 p {
    color: var(--pb016); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.ld73a1 a { color: var(--c9e31); }
.l467a5 { text-align: center; color: var(--pb016); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.a3f769 { max-width: 800px; margin: 0 auto; }
.a3f769 p {
    color: var(--m68a7); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.a3f769 p:last-child { margin-bottom: 0; }
.a3f769 strong { color: var(--i0292); }
.a3f769 a { color: var(--pd1ad); text-decoration: underline; text-underline-offset: 3px; }
.a3f769 a:hover { color: var(--gf035); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.nf4974 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.n91473 { direction: rtl; }
.n91473 > * { direction: ltr; }
.p4bc2b { border-radius: var(--ca2a7); overflow: hidden; }
.p4bc2b img {
    width: 100%; height: auto; display: block;
    border-radius: var(--ca2a7);
    border: 1px solid rgba(52,152,219,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.5);
}
.nb8283 { color: var(--m68a7); font-size: .93rem; line-height: 1.7; }
.nb8283 strong { color: var(--i0292); }
.nb8283 a { color: var(--pd1ad); }
@media (max-width: 768px) {
    .nf4974 { grid-template-columns: 1fr; gap: 24px; }
    .n91473 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--k17c5);
    border-radius: var(--k9264); font-weight: 700; font-size: .8rem;
    color: var(--k17c5); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.hf9e24 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--c9e31);
    color: var(--i0292); border: none; border-radius: var(--ld98e);
    font-size: 1.2rem; cursor: pointer;
    opacity: 0; visibility: hidden;
    transition: opacity .3s, visibility .3s, transform .2s;
    z-index: 90; box-shadow: var(--nf11d);
}
.hf9e24.l05901 { opacity: 1; visibility: visible; }
.hf9e24:hover { transform: translateY(-3px); background: var(--k17c5); }

/* ===== REVIEW SCORE (review page) ===== */
.k1b4ee {
    font-family: var(--i156c); font-size: 5rem; font-weight: 700;
    background: linear-gradient(135deg, #F97316, #DC2626);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--pd1ad); 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(--m68a7); width: 55%; }
.score-table td:last-child { color: var(--pd1ad); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.b558c7 {
    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);
}
.b558c7 .m07236 { 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) {
    .gbba1d { display: none; }
    .i5e6df .p39539 { display: none; }
    .m8e400 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .mf0525 { grid-template-columns: 1fr; }
    section, .dbdc9e { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .g8b767 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .k2281b { grid-template-columns: 1fr 1fr; }
    .fc4e6b { grid-template-columns: 1fr 1fr; }
    .c2ee0d { grid-template-columns: 1fr 100px auto; }
    .b558c7 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .bcad2b { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .k2281b { grid-template-columns: 1fr; }
    .fc4e6b { grid-template-columns: 1fr; }
    .b17933 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .k1b4ee { font-size: 3.5rem; }
    .c2ee0d { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .mf0525 { grid-template-columns: 1fr; }
    .fcb7da { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.l8e7dd {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.l8e7dd summary.o9e749 {
    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(--i0292);
    padding: 6px 11px;
    border-radius: var(--k9264);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--afb17);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.l8e7dd summary.o9e749::-webkit-details-marker { display: none; }
.l8e7dd summary.o9e749::marker { display: none; }
.l8e7dd:hover summary.o9e749,
.l8e7dd[open] summary.o9e749 {
    background: rgba(255,255,255,.1);
    border-color: rgba(52,152,219,.35);
    color: var(--pd1ad);
}
.b90f0d { font-size: .7rem; opacity: .7; transition: transform .2s; }
.l8e7dd[open] .b90f0d { transform: rotate(180deg); }

.ffd8c4 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--md0bc);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: var(--ld98e);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.7);
    min-width: 160px;
}
.l8e7dd[open] .ffd8c4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    animation: fadeInDown .15s ease;
}
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}
.ffd8c4 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--m222e);
    border-radius: var(--k9264);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.ffd8c4 li a:hover,
.ffd8c4 li a.n998ea {
    background: rgba(255,255,255,.07);
    color: var(--pd1ad);
}
.ffd8c4 li a.n998ea { font-weight: 700; }

/* Mobile lang bar */
.l38fea {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 8px;
}
.l38fea 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(--k9264);
    color: var(--m222e);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.l38fea a:hover,
.l38fea a.e01734 {
    background: rgba(52,152,219,.1);
    border-color: rgba(52,152,219,.3);
    color: var(--pd1ad);
}
.l38fea a.e01734 { font-weight: 700; }

@media (max-width: 768px) {
    .l8e7dd { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.fc4e6b, ul.c38d5a { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.b4d26f { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .b4d26f { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.k2281b, ol.o86143 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.o86143 > li { counter-increment: step-counter; }
ol.o86143 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--c9e31); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.nf055d { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--c9e31); }
.b97e26 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.ed98db { width: 36px; height: 36px; border-radius: 50%; background: var(--c9e31); color: var(--lb685); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.b224c3 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.n0c2e6 { display: grid; grid-template-columns: 1fr; gap: 0; }
.abd909 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.abd909:last-child { border-bottom: none; }
.f1a710 { font-weight: 600; padding: .75rem 1rem; color: var(--c9e31); }
.k9410b { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.a72e8d .ad7fc3 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.a72e8d .p84526 { display: none; }
.a72e8d .c72ad8.cf3366 .p84526 { display: block; }

/* faq variant C: definition list */
dl.b7b74d { display: grid; gap: 0; }
dl.b7b74d dt.g4d8d8 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.b7b74d dd.p84526 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* 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; }
/* === v3-brand-overlay BEGIN === */
/* domain: grandwin.site | tone: premium-cautious | vocab: asian_fortune | generated: 2026-04-28T13:34:47Z */
:root {
  --v3-primary: #dc2626;
  --v3-accent: #facc15;
  --v3-accent-2: #f97316;
  --v3-good: #22c55e;
  --v3-warn: #eab308;
  --v3-surface-0: #1a0508;
  --v3-surface-1: #2a1015;
  --v3-txt: #fef2f2;
  --v3-txt-muted: #a8a29e;
  --primary: #dc2626;
  --brand: #dc2626;
  --brand-1: #dc2626;
  --accent-1: #dc2626;
  --accent: #facc15;
  --accent-2: #facc15;
  --cta: #facc15;
  --highlight: #facc15;
  --accent-3: #f97316;
  --accent-alt: #f97316;
  --accent-secondary: #f97316;
  --good: #22c55e;
  --success: #22c55e;
  --positive: #22c55e;
  --warn: #eab308;
  --warning: #eab308;
  --attention: #eab308;
  --bg: #1a0508;
  --bg-0: #1a0508;
  --surface: #1a0508;
  --surface-0: #1a0508;
  --page-bg: #1a0508;
  --bg-1: #2a1015;
  --surface-1: #2a1015;
  --card: #2a1015;
  --panel: #2a1015;
  --text: #fef2f2;
  --txt: #fef2f2;
  --fg: #fef2f2;
  --foreground: #fef2f2;
  --text-muted: #a8a29e;
  --txt-muted: #a8a29e;
  --muted: #a8a29e;
  --text-2: #a8a29e;
  --fg-muted: #a8a29e;
}
/* === v3-brand-overlay END === */
