@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');
/* ===== CRIMSON NIGHT — Design System ===== */
:root {
    --e55b6:        #DC143C;
    --g8117:  #E74C3C;
    --j9f6c:   #8B0000;
    --gf0c0:         #B22222;
    --k14c6:         #DC143C;
    --g275a:    #8B0000;
    --ce995:         #2ECC71;
    --lf79b:    #27AE60;
    --dac0f:           #080404;
    --d0d9d:         #120808;
    --gf0a1:         #1A0C0C;
    --lf938:         #221010;
    --fc151:        #FFFFFF;
    --d1b52:         #B0A0A0;
    --acbf1:       #786868;
    --d23b1:       #B0A0A0;
    --l3272:    'Rajdhani', sans-serif;
    --k0c24:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --e926f:       10px;
    --j37d8:    18px;
    --ef320:    6px;
    --f9cfd:        1100px;
    --gbad9:       0 4px 28px rgba(0,0,0,.6);
    --n30e1:         0 0 32px rgba(220,20,60,.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(--k0c24);
    background: var(--dac0f);
    color: var(--fc151);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--g8117); text-decoration: none; transition: color .2s; }
a:hover { color: var(--e55b6); }
img { max-width: 100%; height: auto; display: block; }

.kbfad4 { width: 92%; max-width: var(--f9cfd); margin: 0 auto; }

.d07245 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.h71833 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--e55b6); color: var(--fc151);
    padding: 8px 16px; border-radius: var(--ef320);
    z-index: 999; transition: top .2s;
}
.h71833:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.m6376c {
    position: sticky; top: 0; z-index: 100;
    background: rgba(8,4,4,.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(220,20,60,.18);
}
.j231fd {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.a816b5 {
    font-family: var(--l3272);
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    font-weight: 700; color: var(--fc151);
    white-space: nowrap; text-decoration: none;
    text-transform: uppercase; letter-spacing: 1.5px;
}
.a816b5:hover { color: var(--e55b6); }

/* Main Nav */
.nd021d { display: flex; align-items: center; gap: 20px; }
.g3f74a {
    display: flex; gap: 24px; list-style: none;
    font-size: .9rem; font-weight: 600; align-items: center;
    text-transform: uppercase; letter-spacing: .6px;
}
.g3f74a a {
    color: var(--d1b52); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.g3f74a a:hover { color: var(--g8117); }

/* Language Select */
.p4c2e3 {
    background: var(--gf0a1); color: var(--fc151);
    border: 1px solid rgba(220,20,60,.25);
    border-radius: var(--ef320);
    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='%23DC143C'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 8px center;
    transition: border-color .2s;
}
.p4c2e3:hover, .p4c2e3:focus { border-color: var(--e55b6); outline: none; }

/* Menu Toggle */
.ddc4c5 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.a62a9a, .a62a9a::before, .a62a9a::after {
    display: block; width: 24px; height: 2px;
    background: var(--fc151); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.a62a9a { position: relative; }
.a62a9a::before, .a62a9a::after { content: ''; position: absolute; left: 0; }
.a62a9a::before { top: -7px; }
.a62a9a::after { top: 7px; }

/* Mobile Nav */
.d0d6db {
    display: none; position: fixed; inset: 0;
    background: rgba(8,4,4,.98); z-index: 200;
    align-items: center; justify-content: center;
    flex-direction: column; padding: 60px 20px;
}
.d0d6db.d6768a { display: flex; }
.p3ff59 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.p3ff59 a {
    font-size: 1.2rem; font-weight: 700; color: var(--fc151); text-decoration: none;
    text-transform: uppercase; letter-spacing: 1px;
}
.p3ff59 a:hover { color: var(--g8117); }

/* ===== BUTTONS ===== */
.m67e23 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--l3272); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--e926f); border: none;
    cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s;
    text-decoration: none; white-space: nowrap; letter-spacing: .8px;
    text-transform: uppercase;
}
.btn-primary {
    background: linear-gradient(135deg, var(--e55b6) 0%, var(--gf0c0) 100%);
    color: var(--fc151); box-shadow: var(--n30e1);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 44px rgba(220,20,60,.55);
    color: var(--fc151);
}
.btn-secondary {
    background: transparent; color: var(--g8117);
    border: 2px solid var(--e55b6);
}
.btn-secondary:hover { background: rgba(220,20,60,.1); color: var(--e55b6); }

/* Crimson CTA — main call-to-action */
@keyframes pulse-glow {
    0%,100% { box-shadow: 0 0 22px rgba(220,20,60,.35); }
    50%      { box-shadow: 0 0 54px rgba(220,20,60,.7), 0 0 100px rgba(220,20,60,.2); }
}
.p7c10c {
    background: linear-gradient(135deg, #DC143C 0%, #A01030 55%, #8B0000 100%);
    color: #FFFFFF; font-weight: 700; font-size: 1rem;
    box-shadow: 0 0 28px rgba(220,20,60,.45);
    animation: pulse-glow 2.6s ease-in-out infinite;
    letter-spacing: 1px; text-transform: uppercase;
}
.p7c10c:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 60px rgba(220,20,60,.75);
    color: #FFFFFF; animation: none;
}

.bbe1eb { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--j37d8); }
.ne0abf { padding: 8px 18px; font-size: .85rem; border-radius: var(--ef320); }

/* Nav CTA in header */
.ga9cac {
    background: linear-gradient(135deg, #DC143C 0%, #8B0000 100%);
    color: #FFFFFF !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--ef320);
    box-shadow: 0 0 16px rgba(220,20,60,.35);
    transition: transform .2s, box-shadow .2s;
    text-transform: uppercase; letter-spacing: .6px;
}
.ga9cac:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 34px rgba(220,20,60,.6);
    color: #FFFFFF !important;
}

/* ===== PAGE HERO (subpages) ===== */
.aaf53b {
    padding: clamp(52px, 8vw, 90px) 0 clamp(44px, 6vw, 70px);
    text-align: center;
    background:
        radial-gradient(ellipse 80% 55% at 50% 0%, rgba(220,20,60,.14) 0%, transparent 65%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(139,0,0,.08) 0%, transparent 60%),
        var(--dac0f);
    position: relative; overflow: hidden;
}
.aaf53b::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1.5' fill='rgba(220,20,60,0.04)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.f6bae9 {
    font-family: var(--l3272);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 16px;
    text-transform: uppercase; letter-spacing: 2px;
    background: linear-gradient(135deg, #DC143C 0%, #E74C3C 50%, #FF4444 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.k69d63 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--d1b52);
    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(220,20,60,.15) 0%, transparent 70%),
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(139,0,0,.1) 0%, transparent 60%),
        var(--dac0f);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1.5' fill='rgba(220,20,60,0.04)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.hero h1 {
    font-family: var(--l3272);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700; line-height: 1.12; margin-bottom: 18px;
    text-transform: uppercase; letter-spacing: 3px;
    background: linear-gradient(135deg, #DC143C 0%, #E74C3C 45%, #FF4444 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--d1b52);
    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(--d1b52);
    padding: 7px 14px;
    background: rgba(220,20,60,.06);
    border: 1px solid rgba(220,20,60,.18);
    border-radius: var(--ef320);
}
.hero-stat strong { color: var(--g8117); }

/* ===== SECTIONS ===== */
.l46e86 { padding: clamp(52px, 7vw, 80px) 0; }
.c2e79f { background: var(--d0d9d); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 2px;
    color: var(--e55b6); margin-bottom: 10px;
}
.l46e86 h2, .ie4d38 {
    font-family: var(--l3272);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
    text-transform: uppercase; letter-spacing: 1px;
}
.l46e86 h3 {
    font-family: var(--l3272); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--g8117);
    text-transform: uppercase; letter-spacing: .5px;
}
.l46e86 p, .section-desc {
    color: var(--d1b52); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.l46e86 ul, .l46e86 ol {
    color: var(--d1b52); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.l46e86 li { margin-bottom: 8px; }
.l46e86 li strong { color: var(--fc151); }

/* ===== 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(--gf0a1), var(--lf938));
    border: 1px solid rgba(220,20,60,.1);
    border-radius: var(--e926f); padding: 28px 24px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.card:hover {
    transform: translateY(-4px);
    border-color: rgba(220,20,60,.35);
    box-shadow: 0 6px 32px rgba(220,20,60,.12);
}
.card-icon { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--l3272); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--fc151);
    text-transform: uppercase; letter-spacing: .5px;
}
.card p { color: var(--d1b52); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.n980b5 { overflow-x: auto; margin: 24px 0; border-radius: var(--ef320); }
.j15d7b { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.j15d7b thead th {
    background: var(--lf938); color: var(--fc151); font-weight: 700;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    text-transform: uppercase; letter-spacing: .5px;
    border-bottom: 2px solid rgba(220,20,60,.25);
}
.j15d7b thead th:first-child { border-radius: var(--ef320) 0 0 0; }
.j15d7b thead th:last-child { border-radius: 0 var(--ef320) 0 0; }
.j15d7b tr { border-bottom: 1px solid rgba(255,255,255,.05); }
.j15d7b td { padding: 13px 16px; }
.j15d7b td:first-child { color: var(--d1b52); font-weight: 500; width: 42%; }
.j15d7b td:last-child { color: var(--fc151); font-weight: 600; }
.j15d7b tr:hover { background: rgba(220,20,60,.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(--e55b6), var(--gf0c0));
    border-radius: 50%; font-family: var(--l3272);
    font-size: 1.2rem; font-weight: 700; color: var(--fc151);
    box-shadow: 0 0 18px rgba(220,20,60,.3);
}
.step h3 {
    font-size: .95rem; font-weight: 700; margin-bottom: 6px;
    text-transform: uppercase; letter-spacing: .5px;
}
.step p { color: var(--d1b52); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.jb0029 { max-width: 800px; margin: 0 auto; }
details.bbdf09 { border-bottom: 1px solid rgba(255,255,255,.06); }
details.bbdf09 summary {
    display: block; list-style: none;
    color: var(--fc151); font-family: var(--k0c24);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.bbdf09 summary::-webkit-details-marker { display: none; }
details.bbdf09 summary::marker { display: none; content: ''; }
details.bbdf09 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--e55b6); transition: transform .3s;
}
details.bbdf09[open] summary::after { content: '\2212'; }
details.bbdf09 summary:hover { color: var(--g8117); }
details.bbdf09 > p { padding: 0 0 20px; color: var(--d1b52); font-size: .9rem; line-height: 1.7; }
details.bbdf09 > div { padding: 0 0 20px; color: var(--d1b52); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--d0d9d); }

/* ===== INFO GRID & CARDS ===== */
.n97148 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.n4c524 {
    background: linear-gradient(145deg, var(--gf0a1), var(--lf938));
    border: 1px solid rgba(220,20,60,.12); border-radius: var(--e926f); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.n4c524:hover {
    transform: translateY(-5px);
    border-color: rgba(220,20,60,.38);
    box-shadow: 0 6px 32px rgba(220,20,60,.12);
}
.dd278a { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.n4c524 h3 {
    font-family: var(--l3272); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--fc151);
    text-transform: uppercase; letter-spacing: .5px;
}
.n4c524 p { color: var(--d1b52); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.d01a6d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.f0c17e {
    background: linear-gradient(145deg, var(--gf0a1), var(--lf938));
    border: 1px solid rgba(220,20,60,.15); border-radius: var(--e926f); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.f0c17e:hover { transform: translateY(-5px); border-color: rgba(220,20,60,.4); }
.f0c17e h3 {
    font-family: var(--l3272); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--e55b6);
    text-transform: uppercase; letter-spacing: .5px;
}
.f0c17e p { color: var(--d1b52); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.jbaa6d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.idd937 { text-align: center; padding: 22px 14px; }
.e9bb5d {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--e55b6), var(--gf0c0));
    border-radius: 50%; font-family: var(--l3272);
    font-size: 1.15rem; font-weight: 700; color: var(--fc151);
    box-shadow: 0 0 24px rgba(220,20,60,.4);
}
.idd937 h3 {
    font-family: var(--l3272); font-size: .97rem; font-weight: 700;
    margin-bottom: 6px; color: var(--fc151);
    text-transform: uppercase; letter-spacing: .5px;
}
.idd937 p { color: var(--d1b52); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.lc56b6 {
    background: linear-gradient(145deg, var(--gf0a1), var(--lf938));
    border: 1px solid rgba(220,20,60,.2); border-radius: var(--j37d8);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 44px rgba(0,0,0,.5);
}
.a2078d { margin-top: 24px; }
.g71269 {
    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;
}
.g71269 > span:first-child { color: var(--d1b52); text-align: left; }
.fdfa2f {
    height: 7px; background: rgba(255,255,255,.07);
    border-radius: 4px; overflow: hidden;
}
.ba0439 {
    height: 100%;
    background: linear-gradient(90deg, #8B0000 0%, #DC143C 50%, #E74C3C 100%);
    border-radius: 4px;
}
.g71269 > span:last-child { color: var(--e55b6); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.cfde9a { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.i054f0, .dded0d {
    background: linear-gradient(145deg, var(--gf0a1), var(--lf938));
    border-radius: var(--e926f); padding: 24px 22px;
}
.i054f0 { border-top: 3px solid var(--ce995); }
.dded0d { border-top: 3px solid #DC143C; }
.i054f0 h3, .i054f0 h4 { color: var(--ce995); margin-bottom: 12px; font-size: 1rem; text-transform: uppercase; letter-spacing: .5px; }
.dded0d h3, .dded0d h4 { color: #E74C3C; margin-bottom: 12px; font-size: 1rem; text-transform: uppercase; letter-spacing: .5px; }
.i054f0 ul, .dded0d ul { list-style: none; padding: 0; margin: 0; }
.i054f0 li::before { content: '\2713 '; color: var(--ce995); font-weight: 700; }
.dded0d li::before { content: '\2717 '; color: #DC143C; font-weight: 700; }
.i054f0 li, .dded0d li { padding: 5px 0; color: var(--d1b52); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.g1d453 {
    text-align: center; padding: clamp(52px, 7vw, 80px) 0;
    background:
        radial-gradient(ellipse 70% 60% at 50% 50%, rgba(220,20,60,.1) 0%, transparent 65%),
        radial-gradient(ellipse 80% 50% at 50% 50%, rgba(139,0,0,.08) 0%, transparent 70%),
        var(--d0d9d);
    border-top: 1px solid rgba(220,20,60,.12);
    border-bottom: 1px solid rgba(220,20,60,.12);
}
.g1d453 h2 {
    font-family: var(--l3272);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 700; margin-bottom: 12px;
    text-transform: uppercase; letter-spacing: 2px;
    background: linear-gradient(135deg, #DC143C, #E74C3C);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.g1d453 p { color: var(--d1b52); margin-bottom: 32px; font-size: .97rem; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ===== HIGHLIGHT BOX ===== */
.highlight-box {
    background: linear-gradient(135deg, rgba(220,20,60,.08), rgba(139,0,0,.05));
    border: 1px solid rgba(220,20,60,.2); border-left: 4px solid var(--e55b6);
    border-radius: var(--ef320); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--d1b52); font-size: .9rem; }
.highlight-box strong { color: var(--g8117); }

/* ===== BREADCRUMB ===== */
.dda302 { padding: 14px 0; font-size: .82rem; }
.n64ac7 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.n64ac7 li + li::before { content: '\203A'; margin-right: 8px; color: var(--acbf1); }
.dda302 a { color: var(--acbf1); }
.dda302 a:hover { color: var(--g8117); }
.dda302 [aria-current] { color: var(--e55b6); }

/* ===== SITE FOOTER ===== */
.c41b67 {
    background: var(--dac0f); border-top: 1px solid rgba(255,255,255,.05);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.o3b9d3 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.o3b9d3 a {
    color: var(--acbf1); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.o3b9d3 a:hover { color: var(--g8117); }

.i7d3ff {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.05); margin-top: 8px;
}
.i7d3ff p {
    color: var(--acbf1); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.i7d3ff a { color: var(--e55b6); }
.a48b5a { text-align: center; color: var(--acbf1); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.j67ab9 { max-width: 800px; margin: 0 auto; }
.j67ab9 p {
    color: var(--d1b52); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.j67ab9 p:last-child { margin-bottom: 0; }
.j67ab9 strong { color: var(--fc151); }
.j67ab9 a { color: var(--g8117); text-decoration: underline; text-underline-offset: 3px; }
.j67ab9 a:hover { color: var(--e55b6); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.l91575 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.pddf3b { direction: rtl; }
.pddf3b > * { direction: ltr; }
.f910f9 { border-radius: var(--j37d8); overflow: hidden; }
.f910f9 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--j37d8);
    border: 1px solid rgba(220,20,60,.18);
    box-shadow: 0 8px 36px rgba(0,0,0,.5);
}
.p10477 { color: var(--d1b52); font-size: .93rem; line-height: 1.7; }
.p10477 strong { color: var(--fc151); }
.p10477 a { color: var(--g8117); }
@media (max-width: 768px) {
    .l91575 { grid-template-columns: 1fr; gap: 24px; }
    .pddf3b { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--j9f6c);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--j9f6c); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.f1457b {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--e55b6);
    color: var(--fc151); border: none; border-radius: 50%;
    font-size: 1.2rem; cursor: pointer;
    opacity: 0; visibility: hidden;
    transition: opacity .3s, visibility .3s, transform .2s;
    z-index: 90; box-shadow: 0 4px 20px rgba(220,20,60,.3);
}
.f1457b.hadf09 { opacity: 1; visibility: visible; }
.f1457b:hover { transform: translateY(-3px); background: var(--j9f6c); }

/* ===== REVIEW SCORE (review page) ===== */
.b63783 {
    font-family: var(--l3272); font-size: 5rem; font-weight: 700;
    background: linear-gradient(135deg, #DC143C, #E74C3C);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1; letter-spacing: 2px;
}
.score-stars { font-size: 1.8rem; color: var(--e55b6); 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(--d1b52); width: 55%; }
.score-table td:last-child { color: var(--e55b6); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.o272e1 {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
    padding: 12px 16px;
    background: rgba(8,4,4,.97);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(220,20,60,.25);
    text-align: center;
    box-shadow: 0 -4px 28px rgba(0,0,0,.6);
}
.o272e1 .m67e23 { 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) {
    .g3f74a { display: none; }
    .nd021d .p4c2e3 { display: none; }
    .ddc4c5 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .cfde9a { grid-template-columns: 1fr; }
    section, .l46e86 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .o3b9d3 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .jbaa6d { grid-template-columns: 1fr 1fr; }
    .n97148 { grid-template-columns: 1fr 1fr; }
    .g71269 { grid-template-columns: 1fr 100px auto; }
    .o272e1 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .bbe1eb { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .jbaa6d { grid-template-columns: 1fr; }
    .n97148 { grid-template-columns: 1fr; }
    .j231fd { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .b63783 { font-size: 3.5rem; }
    .g71269 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .cfde9a { grid-template-columns: 1fr; }
    .lc56b6 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.lfdee4 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.lfdee4 summary.k44dbb {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    color: var(--fc151);
    padding: 6px 11px;
    border-radius: var(--ef320);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--k0c24);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.lfdee4 summary.k44dbb::-webkit-details-marker { display: none; }
.lfdee4 summary.k44dbb::marker { display: none; }
.lfdee4:hover summary.k44dbb,
.lfdee4[open] summary.k44dbb {
    background: rgba(255,255,255,.1);
    border-color: rgba(220,20,60,.4);
    color: var(--e55b6);
}
.pc4948 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.lfdee4[open] .pc4948 { transform: rotate(180deg); }

.fb711a {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--gf0a1);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: var(--e926f);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 36px rgba(0,0,0,.7);
    min-width: 160px;
}
.lfdee4[open] .fb711a {
    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); }
}
.fb711a li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--d23b1);
    border-radius: var(--ef320);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.fb711a li a:hover,
.fb711a li a.b78c40 {
    background: rgba(220,20,60,.1);
    color: var(--e55b6);
}
.fb711a li a.b78c40 { font-weight: 700; }

/* Mobile lang bar */
.fc45cd {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 8px;
}
.fc45cd 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(--ef320);
    color: var(--d23b1);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.fc45cd a:hover,
.fc45cd a.cf1c50 {
    background: rgba(220,20,60,.12);
    border-color: rgba(220,20,60,.35);
    color: var(--e55b6);
}
.fc45cd a.cf1c50 { font-weight: 700; }

@media (max-width: 768px) {
    .lfdee4 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.n97148, ul.o494d6 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.b02ac3 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .b02ac3 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.jbaa6d, ol.ca9d1d { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.ca9d1d > li { counter-increment: step-counter; }
ol.ca9d1d > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--e55b6); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.af5bb4 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--e55b6); }
.i3d116 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.mc5a75 { width: 36px; height: 36px; border-radius: 50%; background: var(--e55b6); color: var(--dac0f); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.ef01af h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.cd5aa4 { display: grid; grid-template-columns: 1fr; gap: 0; }
.ed7e0d { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.ed7e0d:last-child { border-bottom: none; }
.e07095 { font-weight: 600; padding: .75rem 1rem; color: var(--e55b6); }
.faf4c2 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.ke35db .f4b60d { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.ke35db .n446ad { display: none; }
.ke35db .bbdf09.d6768a .n446ad { display: block; }

/* faq variant C: definition list */
dl.jb0029 { display: grid; gap: 0; }
dl.jb0029 dt.m3a98c { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.jb0029 dd.n446ad { 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; }
