@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 {
    --heart:        #DC143C;
    --heart-light:  #E74C3C;
    --heart-dark:   #8B0000;
    --rose:         #B22222;
    --gold:         #DC143C;
    --gold-dark:    #8B0000;
    --tiki:         #2ECC71;
    --tiki-dark:    #27AE60;
    --bg:           #080404;
    --bg-1:         #120808;
    --bg-2:         #1A0C0C;
    --bg-3:         #221010;
    --white:        #FFFFFF;
    --gray:         #B0A0A0;
    --gray-2:       #786868;
    --text-2:       #B0A0A0;
    --font-head:    'Rajdhani', sans-serif;
    --font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --radius:       10px;
    --radius-lg:    18px;
    --radius-sm:    6px;
    --max-w:        1100px;
    --shadow:       0 4px 28px rgba(0,0,0,.6);
    --glow:         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(--font-body);
    background: var(--bg);
    color: var(--white);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--heart-light); text-decoration: none; transition: color .2s; }
a:hover { color: var(--heart); }
img { max-width: 100%; height: auto; display: block; }

.ja3523 { width: 92%; max-width: var(--max-w); margin: 0 auto; }

.k95429 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.m94ad4 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--heart); color: var(--white);
    padding: 8px 16px; border-radius: var(--radius-sm);
    z-index: 999; transition: top .2s;
}
.m94ad4:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.d44937 {
    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);
}
.ccaacd {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.g8830f {
    font-family: var(--font-head);
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    font-weight: 700; color: var(--white);
    white-space: nowrap; text-decoration: none;
    text-transform: uppercase; letter-spacing: 1.5px;
}
.g8830f:hover { color: var(--heart); }

/* Main Nav */
.j59554 { display: flex; align-items: center; gap: 20px; }
.ic3edc {
    display: flex; gap: 24px; list-style: none;
    font-size: .9rem; font-weight: 600; align-items: center;
    text-transform: uppercase; letter-spacing: .6px;
}
.ic3edc a {
    color: var(--gray); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.ic3edc a:hover { color: var(--heart-light); }

/* Language Select */
.k016b7 {
    background: var(--bg-2); color: var(--white);
    border: 1px solid rgba(220,20,60,.25);
    border-radius: var(--radius-sm);
    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;
}
.k016b7:hover, .k016b7:focus { border-color: var(--heart); outline: none; }

/* Menu Toggle */
.ob6cc4 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.n9f923, .n9f923::before, .n9f923::after {
    display: block; width: 24px; height: 2px;
    background: var(--white); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.n9f923 { position: relative; }
.n9f923::before, .n9f923::after { content: ''; position: absolute; left: 0; }
.n9f923::before { top: -7px; }
.n9f923::after { top: 7px; }

/* Mobile Nav */
.be15c0 {
    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;
}
.be15c0.bbeee9 { display: flex; }
.fe22e3 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.fe22e3 a {
    font-size: 1.2rem; font-weight: 700; color: var(--white); text-decoration: none;
    text-transform: uppercase; letter-spacing: 1px;
}
.fe22e3 a:hover { color: var(--heart-light); }

/* ===== BUTTONS ===== */
.ce17cf {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--font-head); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--radius); 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(--heart) 0%, var(--rose) 100%);
    color: var(--white); box-shadow: var(--glow);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 44px rgba(220,20,60,.55);
    color: var(--white);
}
.btn-secondary {
    background: transparent; color: var(--heart-light);
    border: 2px solid var(--heart);
}
.btn-secondary:hover { background: rgba(220,20,60,.1); color: var(--heart); }

/* 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); }
}
.o0fc08 {
    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;
}
.o0fc08:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 60px rgba(220,20,60,.75);
    color: #FFFFFF; animation: none;
}

.e6c0e4 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--radius-lg); }
.g84ba8 { padding: 8px 18px; font-size: .85rem; border-radius: var(--radius-sm); }

/* Nav CTA in header */
.f9744a {
    background: linear-gradient(135deg, #DC143C 0%, #8B0000 100%);
    color: #FFFFFF !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--radius-sm);
    box-shadow: 0 0 16px rgba(220,20,60,.35);
    transition: transform .2s, box-shadow .2s;
    text-transform: uppercase; letter-spacing: .6px;
}
.f9744a:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 34px rgba(220,20,60,.6);
    color: #FFFFFF !important;
}

/* ===== PAGE HERO (subpages) ===== */
.gc1c7a {
    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(--bg);
    position: relative; overflow: hidden;
}
.gc1c7a::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;
}
.f3a59e {
    font-family: var(--font-head);
    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;
}
.e2f664 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--gray);
    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(--bg);
}
.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(--font-head);
    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(--gray);
    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(--gray);
    padding: 7px 14px;
    background: rgba(220,20,60,.06);
    border: 1px solid rgba(220,20,60,.18);
    border-radius: var(--radius-sm);
}
.hero-stat strong { color: var(--heart-light); }

/* ===== SECTIONS ===== */
.g70903 { padding: clamp(52px, 7vw, 80px) 0; }
.jcb863 { background: var(--bg-1); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 2px;
    color: var(--heart); margin-bottom: 10px;
}
.g70903 h2, .l3d4c2 {
    font-family: var(--font-head);
    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;
}
.g70903 h3 {
    font-family: var(--font-head); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--heart-light);
    text-transform: uppercase; letter-spacing: .5px;
}
.g70903 p, .section-desc {
    color: var(--gray); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.g70903 ul, .g70903 ol {
    color: var(--gray); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.g70903 li { margin-bottom: 8px; }
.g70903 li strong { color: var(--white); }

/* ===== 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(--bg-2), var(--bg-3));
    border: 1px solid rgba(220,20,60,.1);
    border-radius: var(--radius); 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(--font-head); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--white);
    text-transform: uppercase; letter-spacing: .5px;
}
.card p { color: var(--gray); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.h7e61c { overflow-x: auto; margin: 24px 0; border-radius: var(--radius-sm); }
.md35fd { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.md35fd thead th {
    background: var(--bg-3); color: var(--white); 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);
}
.md35fd thead th:first-child { border-radius: var(--radius-sm) 0 0 0; }
.md35fd thead th:last-child { border-radius: 0 var(--radius-sm) 0 0; }
.md35fd tr { border-bottom: 1px solid rgba(255,255,255,.05); }
.md35fd td { padding: 13px 16px; }
.md35fd td:first-child { color: var(--gray); font-weight: 500; width: 42%; }
.md35fd td:last-child { color: var(--white); font-weight: 600; }
.md35fd 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(--heart), var(--rose));
    border-radius: 50%; font-family: var(--font-head);
    font-size: 1.2rem; font-weight: 700; color: var(--white);
    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(--gray); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.a17c6d { max-width: 800px; margin: 0 auto; }
details.pe330e { border-bottom: 1px solid rgba(255,255,255,.06); }
details.pe330e summary {
    display: block; list-style: none;
    color: var(--white); font-family: var(--font-body);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.pe330e summary::-webkit-details-marker { display: none; }
details.pe330e summary::marker { display: none; content: ''; }
details.pe330e summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--heart); transition: transform .3s;
}
details.pe330e[open] summary::after { content: '\2212'; }
details.pe330e summary:hover { color: var(--heart-light); }
details.pe330e > p { padding: 0 0 20px; color: var(--gray); font-size: .9rem; line-height: 1.7; }
details.pe330e > div { padding: 0 0 20px; color: var(--gray); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--bg-1); }

/* ===== INFO GRID & CARDS ===== */
.h20fb3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.j57af7 {
    background: linear-gradient(145deg, var(--bg-2), var(--bg-3));
    border: 1px solid rgba(220,20,60,.12); border-radius: var(--radius); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.j57af7:hover {
    transform: translateY(-5px);
    border-color: rgba(220,20,60,.38);
    box-shadow: 0 6px 32px rgba(220,20,60,.12);
}
.b7490f { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.j57af7 h3 {
    font-family: var(--font-head); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--white);
    text-transform: uppercase; letter-spacing: .5px;
}
.j57af7 p { color: var(--gray); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.aabf5d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.o1c576 {
    background: linear-gradient(145deg, var(--bg-2), var(--bg-3));
    border: 1px solid rgba(220,20,60,.15); border-radius: var(--radius); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.o1c576:hover { transform: translateY(-5px); border-color: rgba(220,20,60,.4); }
.o1c576 h3 {
    font-family: var(--font-head); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--heart);
    text-transform: uppercase; letter-spacing: .5px;
}
.o1c576 p { color: var(--gray); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.f06ce6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.he2279 { text-align: center; padding: 22px 14px; }
.ifdc29 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--heart), var(--rose));
    border-radius: 50%; font-family: var(--font-head);
    font-size: 1.15rem; font-weight: 700; color: var(--white);
    box-shadow: 0 0 24px rgba(220,20,60,.4);
}
.he2279 h3 {
    font-family: var(--font-head); font-size: .97rem; font-weight: 700;
    margin-bottom: 6px; color: var(--white);
    text-transform: uppercase; letter-spacing: .5px;
}
.he2279 p { color: var(--gray); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.df9c47 {
    background: linear-gradient(145deg, var(--bg-2), var(--bg-3));
    border: 1px solid rgba(220,20,60,.2); border-radius: var(--radius-lg);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 44px rgba(0,0,0,.5);
}
.hc9803 { margin-top: 24px; }
.nf12e2 {
    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;
}
.nf12e2 > span:first-child { color: var(--gray); text-align: left; }
.dcf2eb {
    height: 7px; background: rgba(255,255,255,.07);
    border-radius: 4px; overflow: hidden;
}
.p3b0a3 {
    height: 100%;
    background: linear-gradient(90deg, #8B0000 0%, #DC143C 50%, #E74C3C 100%);
    border-radius: 4px;
}
.nf12e2 > span:last-child { color: var(--heart); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.leafd9 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.m7f5b7, .h08dc6 {
    background: linear-gradient(145deg, var(--bg-2), var(--bg-3));
    border-radius: var(--radius); padding: 24px 22px;
}
.m7f5b7 { border-top: 3px solid var(--tiki); }
.h08dc6 { border-top: 3px solid #DC143C; }
.m7f5b7 h3, .m7f5b7 h4 { color: var(--tiki); margin-bottom: 12px; font-size: 1rem; text-transform: uppercase; letter-spacing: .5px; }
.h08dc6 h3, .h08dc6 h4 { color: #E74C3C; margin-bottom: 12px; font-size: 1rem; text-transform: uppercase; letter-spacing: .5px; }
.m7f5b7 ul, .h08dc6 ul { list-style: none; padding: 0; margin: 0; }
.m7f5b7 li::before { content: '\2713 '; color: var(--tiki); font-weight: 700; }
.h08dc6 li::before { content: '\2717 '; color: #DC143C; font-weight: 700; }
.m7f5b7 li, .h08dc6 li { padding: 5px 0; color: var(--gray); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.e318c6 {
    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(--bg-1);
    border-top: 1px solid rgba(220,20,60,.12);
    border-bottom: 1px solid rgba(220,20,60,.12);
}
.e318c6 h2 {
    font-family: var(--font-head);
    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;
}
.e318c6 p { color: var(--gray); 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(--heart);
    border-radius: var(--radius-sm); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--gray); font-size: .9rem; }
.highlight-box strong { color: var(--heart-light); }

/* ===== BREADCRUMB ===== */
.nd11a0 { padding: 14px 0; font-size: .82rem; }
.j06513 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.j06513 li + li::before { content: '\203A'; margin-right: 8px; color: var(--gray-2); }
.nd11a0 a { color: var(--gray-2); }
.nd11a0 a:hover { color: var(--heart-light); }
.nd11a0 [aria-current] { color: var(--heart); }

/* ===== SITE FOOTER ===== */
.g83e0c {
    background: var(--bg); border-top: 1px solid rgba(255,255,255,.05);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.m5e648 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.m5e648 a {
    color: var(--gray-2); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.m5e648 a:hover { color: var(--heart-light); }

.a6dfdb {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.05); margin-top: 8px;
}
.a6dfdb p {
    color: var(--gray-2); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.a6dfdb a { color: var(--heart); }
.ga4308 { text-align: center; color: var(--gray-2); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.k82ae0 { max-width: 800px; margin: 0 auto; }
.k82ae0 p {
    color: var(--gray); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.k82ae0 p:last-child { margin-bottom: 0; }
.k82ae0 strong { color: var(--white); }
.k82ae0 a { color: var(--heart-light); text-decoration: underline; text-underline-offset: 3px; }
.k82ae0 a:hover { color: var(--heart); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.a80767 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.ie5dc3 { direction: rtl; }
.ie5dc3 > * { direction: ltr; }
.pe91bf { border-radius: var(--radius-lg); overflow: hidden; }
.pe91bf img {
    width: 100%; height: auto; display: block;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(220,20,60,.18);
    box-shadow: 0 8px 36px rgba(0,0,0,.5);
}
.i6fd6c { color: var(--gray); font-size: .93rem; line-height: 1.7; }
.i6fd6c strong { color: var(--white); }
.i6fd6c a { color: var(--heart-light); }
@media (max-width: 768px) {
    .a80767 { grid-template-columns: 1fr; gap: 24px; }
    .ie5dc3 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--heart-dark);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--heart-dark); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.h87d14 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--heart);
    color: var(--white); 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);
}
.h87d14.h690d9 { opacity: 1; visibility: visible; }
.h87d14:hover { transform: translateY(-3px); background: var(--heart-dark); }

/* ===== REVIEW SCORE (review page) ===== */
.nde33e {
    font-family: var(--font-head); 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(--heart); 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(--gray); width: 55%; }
.score-table td:last-child { color: var(--heart); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.b22c0a {
    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);
}
.b22c0a .ce17cf { 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) {
    .ic3edc { display: none; }
    .j59554 .k016b7 { display: none; }
    .ob6cc4 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .leafd9 { grid-template-columns: 1fr; }
    section, .g70903 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .m5e648 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .f06ce6 { grid-template-columns: 1fr 1fr; }
    .h20fb3 { grid-template-columns: 1fr 1fr; }
    .nf12e2 { grid-template-columns: 1fr 100px auto; }
    .b22c0a { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .e6c0e4 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .f06ce6 { grid-template-columns: 1fr; }
    .h20fb3 { grid-template-columns: 1fr; }
    .ccaacd { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .nde33e { font-size: 3.5rem; }
    .nf12e2 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .leafd9 { grid-template-columns: 1fr; }
    .df9c47 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.la3a79 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.la3a79 summary.l6bcf0 {
    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(--white);
    padding: 6px 11px;
    border-radius: var(--radius-sm);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--font-body);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.la3a79 summary.l6bcf0::-webkit-details-marker { display: none; }
.la3a79 summary.l6bcf0::marker { display: none; }
.la3a79:hover summary.l6bcf0,
.la3a79[open] summary.l6bcf0 {
    background: rgba(255,255,255,.1);
    border-color: rgba(220,20,60,.4);
    color: var(--heart);
}
.m6154f { font-size: .7rem; opacity: .7; transition: transform .2s; }
.la3a79[open] .m6154f { transform: rotate(180deg); }

.je9b82 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--bg-2);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: var(--radius);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 36px rgba(0,0,0,.7);
    min-width: 160px;
}
.la3a79[open] .je9b82 {
    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); }
}
.je9b82 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--text-2);
    border-radius: var(--radius-sm);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.je9b82 li a:hover,
.je9b82 li a.m9db2f {
    background: rgba(220,20,60,.1);
    color: var(--heart);
}
.je9b82 li a.m9db2f { font-weight: 700; }

/* Mobile lang bar */
.o3cc42 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 8px;
}
.o3cc42 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(--radius-sm);
    color: var(--text-2);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.o3cc42 a:hover,
.o3cc42 a.k93c7e {
    background: rgba(220,20,60,.12);
    border-color: rgba(220,20,60,.35);
    color: var(--heart);
}
.o3cc42 a.k93c7e { font-weight: 700; }

@media (max-width: 768px) {
    .la3a79 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.h20fb3, ul.b9fbb1 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.if987b { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .if987b { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.f06ce6, ol.n6685c { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.n6685c > li { counter-increment: step-counter; }
ol.n6685c > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--heart); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.he6c89 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--heart); }
.bcef41 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.m4f9e6 { width: 36px; height: 36px; border-radius: 50%; background: var(--heart); color: var(--bg); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.p584fe h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.p81a09 { display: grid; grid-template-columns: 1fr; gap: 0; }
.ocdca8 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.ocdca8:last-child { border-bottom: none; }
.k63821 { font-weight: 600; padding: .75rem 1rem; color: var(--heart); }
.bb18a2 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.fed7d2 .m2e5c2 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.fed7d2 .kbbb78 { display: none; }
.fed7d2 .pe330e.bbeee9 .kbbb78 { display: block; }

/* faq variant C: definition list */
dl.a17c6d { display: grid; gap: 0; }
dl.a17c6d dt.mb957c { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.a17c6d dd.kbbb78 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }

