@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 {
    --p6a8e:        #DC143C;
    --k46eb:  #E74C3C;
    --f71f0:   #8B0000;
    --d8af6:         #B22222;
    --mec98:         #DC143C;
    --pd038:    #8B0000;
    --f9bcf:         #2ECC71;
    --p217a:    #27AE60;
    --he225:           #080404;
    --i06ec:         #120808;
    --hcd13:         #1A0C0C;
    --d2b17:         #221010;
    --p14e8:        #FFFFFF;
    --nb750:         #B0A0A0;
    --p986a:       #786868;
    --jc97f:       #B0A0A0;
    --b6fc8:    'Rajdhani', sans-serif;
    --i5ea9:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --fd226:       10px;
    --kdb64:    18px;
    --g78b2:    6px;
    --oa862:        1100px;
    --ab2ca:       0 4px 28px rgba(0,0,0,.6);
    --leabe:         0 0 32px rgba(220,20,60,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--p6a8e);
    --color-primary-light: var(--k46eb);
    --color-primary-dark: var(--f71f0);
    --color-accent: var(--mec98);
    --color-accent-dark: var(--pd038);
    --color-secondary: var(--f9bcf);
    --color-secondary-dark: var(--p217a);
    --color-surface: var(--hcd13);
    --color-surface-elevated: var(--d2b17);
    --color-on-surface: var(--p14e8);
    --color-on-surface-muted: var(--nb750);
    --color-text: var(--p14e8);
    --color-text-secondary: var(--jc97f);
    --text-heading: var(--b6fc8);
    --text-body: var(--i5ea9);
    --space-xs: 4px;
    --space-sm: 8px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;
    --space-2xl: 48px;
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--i5ea9);
    background: var(--he225);
    color: var(--p14e8);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--k46eb); text-decoration: none; transition: color .2s; }
a:hover { color: var(--p6a8e); }
img { max-width: 100%; height: auto; display: block; }

.bca9f0 { width: 92%; max-width: var(--oa862); margin: 0 auto; }

.f864ff {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.p32650 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--p6a8e); color: var(--p14e8);
    padding: 8px 16px; border-radius: var(--g78b2);
    z-index: 999; transition: top .2s;
}
.p32650:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.d5e136 {
    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);
}
.k40ea3 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.j04ff4 {
    font-family: var(--b6fc8);
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    font-weight: 700; color: var(--p14e8);
    white-space: nowrap; text-decoration: none;
    text-transform: uppercase; letter-spacing: 1.5px;
}
.j04ff4:hover { color: var(--p6a8e); }

/* Main Nav */
.ceec49 { display: flex; align-items: center; gap: 20px; }
.ha1721 {
    display: flex; gap: 24px; list-style: none;
    font-size: .9rem; font-weight: 600; align-items: center;
    text-transform: uppercase; letter-spacing: .6px;
}
.ha1721 a {
    color: var(--nb750); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.ha1721 a:hover { color: var(--k46eb); }

/* Language Select */
.f792c0 {
    background: var(--hcd13); color: var(--p14e8);
    border: 1px solid rgba(220,20,60,.25);
    border-radius: var(--g78b2);
    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;
}
.f792c0:hover, .f792c0:focus { border-color: var(--p6a8e); outline: none; }

/* Menu Toggle */
.b26ab7 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.o157c5, .o157c5::before, .o157c5::after {
    display: block; width: 24px; height: 2px;
    background: var(--p14e8); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.o157c5 { position: relative; }
.o157c5::before, .o157c5::after { content: ''; position: absolute; left: 0; }
.o157c5::before { top: -7px; }
.o157c5::after { top: 7px; }

/* Mobile Nav */
.o650c1 {
    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;
}
.o650c1.nb610f { display: flex; }
.if805b {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.if805b a {
    font-size: 1.2rem; font-weight: 700; color: var(--p14e8); text-decoration: none;
    text-transform: uppercase; letter-spacing: 1px;
}
.if805b a:hover { color: var(--k46eb); }

/* ===== BUTTONS ===== */
.ae4869 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--b6fc8); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--fd226); 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(--p6a8e) 0%, var(--d8af6) 100%);
    color: var(--p14e8); box-shadow: var(--leabe);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 44px rgba(220,20,60,.55);
    color: var(--p14e8);
}
.btn-secondary {
    background: transparent; color: var(--k46eb);
    border: 2px solid var(--p6a8e);
}
.btn-secondary:hover { background: rgba(220,20,60,.1); color: var(--p6a8e); }

/* 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); }
}
.med7ae {
    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 moved to ::after */
    letter-spacing: 1px; text-transform: uppercase;
}
.med7ae:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 60px rgba(220,20,60,.75);
    color: #FFFFFF; animation: none;
}

.jb65a2 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--kdb64); }
.l98f0c { padding: 8px 18px; font-size: .85rem; border-radius: var(--g78b2); }

/* Nav CTA in header */
.o4cf18 {
    background: linear-gradient(135deg, #DC143C 0%, #8B0000 100%);
    color: #FFFFFF !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--g78b2);
    box-shadow: 0 0 16px rgba(220,20,60,.35);
    transition: transform .2s, box-shadow .2s;
    text-transform: uppercase; letter-spacing: .6px;
}
.o4cf18:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 34px rgba(220,20,60,.6);
    color: #FFFFFF !important;
}

/* ===== PAGE HERO (subpages) ===== */
.p04a98 {
    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(--he225);
    position: relative; overflow: hidden;
}
.p04a98::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;
}
.oa01db {
    font-family: var(--b6fc8);
    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;
}
.p0463e {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--nb750);
    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(--he225);
}
.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(--b6fc8);
    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(--nb750);
    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(--nb750);
    padding: 7px 14px;
    background: rgba(220,20,60,.06);
    border: 1px solid rgba(220,20,60,.18);
    border-radius: var(--g78b2);
}
.hero-stat strong { color: var(--k46eb); }

/* ===== SECTIONS ===== */
.af6e27 { padding: clamp(52px, 7vw, 80px) 0; }
.o51b47 { background: var(--i06ec); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 2px;
    color: var(--p6a8e); margin-bottom: 10px;
}
.af6e27 h2, .f62a14 {
    font-family: var(--b6fc8);
    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;
}
.af6e27 h3 {
    font-family: var(--b6fc8); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--k46eb);
    text-transform: uppercase; letter-spacing: .5px;
}
.af6e27 p, .section-desc {
    color: var(--nb750); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.af6e27 ul, .af6e27 ol {
    color: var(--nb750); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.af6e27 li { margin-bottom: 8px; }
.af6e27 li strong { color: var(--p14e8); }

/* ===== 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(--hcd13), var(--d2b17));
    border: 1px solid rgba(220,20,60,.1);
    border-radius: var(--fd226); 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);
}
.of6949 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--b6fc8); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--p14e8);
    text-transform: uppercase; letter-spacing: .5px;
}
.card p { color: var(--nb750); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.k93e6d { overflow-x: auto; margin: 24px 0; border-radius: var(--g78b2); }
.i90963 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.i90963 thead th {
    background: var(--d2b17); color: var(--p14e8); 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);
}
.i90963 thead th:first-child { border-radius: var(--g78b2) 0 0 0; }
.i90963 thead th:last-child { border-radius: 0 var(--g78b2) 0 0; }
.i90963 tr { border-bottom: 1px solid rgba(255,255,255,.05); }
.i90963 td { padding: 13px 16px; }
.i90963 td:first-child { color: var(--nb750); font-weight: 500; width: 42%; }
.i90963 td:last-child { color: var(--p14e8); font-weight: 600; }
.i90963 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(--p6a8e), var(--d8af6));
    border-radius: 50%; font-family: var(--b6fc8);
    font-size: 1.2rem; font-weight: 700; color: var(--p14e8);
    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(--nb750); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.j127f6 { max-width: 800px; margin: 0 auto; }
details.a8671b { border-bottom: 1px solid rgba(255,255,255,.06); }
details.a8671b summary {
    display: block; list-style: none;
    color: var(--p14e8); font-family: var(--i5ea9);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.a8671b summary::-webkit-details-marker { display: none; }
details.a8671b summary::marker { display: none; content: ''; }
details.a8671b summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--p6a8e); transition: transform .3s;
}
details.a8671b[open] summary::after { content: '\2212'; }
details.a8671b summary:hover { color: var(--k46eb); }
details.a8671b > p { padding: 0 0 20px; color: var(--nb750); font-size: .9rem; line-height: 1.7; }
details.a8671b > div { padding: 0 0 20px; color: var(--nb750); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--i06ec); }

/* ===== INFO GRID & CARDS ===== */
.m9a562 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.i301f3 {
    background: linear-gradient(145deg, var(--hcd13), var(--d2b17));
    border: 1px solid rgba(220,20,60,.12); border-radius: var(--fd226); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.i301f3:hover {
    transform: translateY(-5px);
    border-color: rgba(220,20,60,.38);
    box-shadow: 0 6px 32px rgba(220,20,60,.12);
}
.haa187 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.i301f3 h3 {
    font-family: var(--b6fc8); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--p14e8);
    text-transform: uppercase; letter-spacing: .5px;
}
.i301f3 p { color: var(--nb750); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.eda8eb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.of74e3 {
    background: linear-gradient(145deg, var(--hcd13), var(--d2b17));
    border: 1px solid rgba(220,20,60,.15); border-radius: var(--fd226); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.of74e3:hover { transform: translateY(-5px); border-color: rgba(220,20,60,.4); }
.of74e3 h3 {
    font-family: var(--b6fc8); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--p6a8e);
    text-transform: uppercase; letter-spacing: .5px;
}
.of74e3 p { color: var(--nb750); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.f9e556 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.hd3207 { text-align: center; padding: 22px 14px; }
.b893a9 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--p6a8e), var(--d8af6));
    border-radius: 50%; font-family: var(--b6fc8);
    font-size: 1.15rem; font-weight: 700; color: var(--p14e8);
    box-shadow: 0 0 24px rgba(220,20,60,.4);
}
.hd3207 h3 {
    font-family: var(--b6fc8); font-size: .97rem; font-weight: 700;
    margin-bottom: 6px; color: var(--p14e8);
    text-transform: uppercase; letter-spacing: .5px;
}
.hd3207 p { color: var(--nb750); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.hd133e {
    background: linear-gradient(145deg, var(--hcd13), var(--d2b17));
    border: 1px solid rgba(220,20,60,.2); border-radius: var(--kdb64);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 44px rgba(0,0,0,.5);
}
.g8b303 { margin-top: 24px; }
.ocf07a {
    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;
}
.ocf07a > span:first-child { color: var(--nb750); text-align: left; }
.kd3294 {
    height: 7px; background: rgba(255,255,255,.07);
    border-radius: 4px; overflow: hidden;
}
.a6dfa5 {
    height: 100%;
    background: linear-gradient(90deg, #8B0000 0%, #DC143C 50%, #E74C3C 100%);
    border-radius: 4px;
}
.ocf07a > span:last-child { color: var(--p6a8e); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.la1ab3 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.mb1233, .ce6abb {
    background: linear-gradient(145deg, var(--hcd13), var(--d2b17));
    border-radius: var(--fd226); padding: 24px 22px;
}
.mb1233 { border-top: 3px solid var(--f9bcf); }
.ce6abb { border-top: 3px solid #DC143C; }
.mb1233 h3, .mb1233 h4 { color: var(--f9bcf); margin-bottom: 12px; font-size: 1rem; text-transform: uppercase; letter-spacing: .5px; }
.ce6abb h3, .ce6abb h4 { color: #E74C3C; margin-bottom: 12px; font-size: 1rem; text-transform: uppercase; letter-spacing: .5px; }
.mb1233 ul, .ce6abb ul { list-style: none; padding: 0; margin: 0; }
.mb1233 li::before { content: '\2713 '; color: var(--f9bcf); font-weight: 700; }
.ce6abb li::before { content: '\2717 '; color: #DC143C; font-weight: 700; }
.mb1233 li, .ce6abb li { padding: 5px 0; color: var(--nb750); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.o637fc {
    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(--i06ec);
    border-top: 1px solid rgba(220,20,60,.12);
    border-bottom: 1px solid rgba(220,20,60,.12);
}
.o637fc h2 {
    font-family: var(--b6fc8);
    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;
}
.o637fc p { color: var(--nb750); 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(--p6a8e);
    border-radius: var(--g78b2); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--nb750); font-size: .9rem; }
.highlight-box strong { color: var(--k46eb); }

/* ===== BREADCRUMB ===== */
.gd8d8c { padding: 14px 0; font-size: .82rem; }
.ade95c { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.ade95c li + li::before { content: '\203A'; margin-right: 8px; color: var(--p986a); }
.gd8d8c a { color: var(--p986a); }
.gd8d8c a:hover { color: var(--k46eb); }
.gd8d8c [aria-current] { color: var(--p6a8e); }

/* ===== SITE FOOTER ===== */
.ka306f {
    background: var(--he225); border-top: 1px solid rgba(255,255,255,.05);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.e1e25c {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.e1e25c a {
    color: var(--p986a); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.e1e25c a:hover { color: var(--k46eb); }

.p404aa {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.05); margin-top: 8px;
}
.p404aa p {
    color: var(--p986a); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.p404aa a { color: var(--p6a8e); }
.fb7aa6 { text-align: center; color: var(--p986a); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.j49af5 { max-width: 800px; margin: 0 auto; }
.j49af5 p {
    color: var(--nb750); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.j49af5 p:last-child { margin-bottom: 0; }
.j49af5 strong { color: var(--p14e8); }
.j49af5 a { color: var(--k46eb); text-decoration: underline; text-underline-offset: 3px; }
.j49af5 a:hover { color: var(--p6a8e); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.l1a594 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.a40c18 { direction: rtl; }
.a40c18 > * { direction: ltr; }
.ie2461 { border-radius: var(--kdb64); overflow: hidden; }
.ie2461 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--kdb64);
    border: 1px solid rgba(220,20,60,.18);
    box-shadow: 0 8px 36px rgba(0,0,0,.5);
}
.dc9bf7 { color: var(--nb750); font-size: .93rem; line-height: 1.7; }
.dc9bf7 strong { color: var(--p14e8); }
.dc9bf7 a { color: var(--k46eb); }
@media (max-width: 768px) {
    .l1a594 { grid-template-columns: 1fr; gap: 24px; }
    .a40c18 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--f71f0);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--f71f0); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.k07879 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--p6a8e);
    color: var(--p14e8); 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);
}
.k07879.d24ff7 { opacity: 1; visibility: visible; }
.k07879:hover { transform: translateY(-3px); background: var(--f71f0); }

/* ===== REVIEW SCORE (review page) ===== */
.lf7320 {
    font-family: var(--b6fc8); 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(--p6a8e); 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(--nb750); width: 55%; }
.score-table td:last-child { color: var(--p6a8e); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.gbb4db {
    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);
}
.gbb4db .ae4869 { 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) {
    .ha1721 { display: none; }
    .ceec49 .f792c0 { display: none; }
    .b26ab7 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .la1ab3 { grid-template-columns: 1fr; }
    section, .af6e27 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .e1e25c { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .f9e556 { grid-template-columns: 1fr 1fr; }
    .m9a562 { grid-template-columns: 1fr 1fr; }
    .ocf07a { grid-template-columns: 1fr 100px auto; }
    .gbb4db { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .jb65a2 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .f9e556 { grid-template-columns: 1fr; }
    .m9a562 { grid-template-columns: 1fr; }
    .k40ea3 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .lf7320 { font-size: 3.5rem; }
    .ocf07a { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .la1ab3 { grid-template-columns: 1fr; }
    .hd133e { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.c3f7cf {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.c3f7cf summary.lb6911 {
    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(--p14e8);
    padding: 6px 11px;
    border-radius: var(--g78b2);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--i5ea9);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.c3f7cf summary.lb6911::-webkit-details-marker { display: none; }
.c3f7cf summary.lb6911::marker { display: none; }
.c3f7cf:hover summary.lb6911,
.c3f7cf[open] summary.lb6911 {
    background: rgba(255,255,255,.1);
    border-color: rgba(220,20,60,.4);
    color: var(--p6a8e);
}
.m597b1 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.c3f7cf[open] .m597b1 { transform: rotate(180deg); }

.o6347f {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--hcd13);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: var(--fd226);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 36px rgba(0,0,0,.7);
    min-width: 160px;
}
.c3f7cf[open] .o6347f {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    max-height: 400px;
    overflow-y: auto;
    animation: fadeInDown .15s ease;
}
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}
.o6347f li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--jc97f);
    border-radius: var(--g78b2);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.o6347f li a:hover,
.o6347f li a.bb230f {
    background: rgba(220,20,60,.1);
    color: var(--p6a8e);
}
.o6347f li a.bb230f { font-weight: 700; }

/* Mobile lang bar */
.d44b63 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 8px;
}
.d44b63 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(--g78b2);
    color: var(--jc97f);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.d44b63 a:hover,
.d44b63 a.d274f8 {
    background: rgba(220,20,60,.12);
    border-color: rgba(220,20,60,.35);
    color: var(--p6a8e);
}
.d44b63 a.d274f8 { font-weight: 700; }

@media (max-width: 768px) {
    .c3f7cf { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.m9a562, ul.b1586f { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.a5e1e8 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .a5e1e8 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.f9e556, ol.m1c7ff { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.m1c7ff > li { counter-increment: step-counter; }
ol.m1c7ff > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--p6a8e); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.f88741 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--p6a8e); }
.ib77eb { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.ncc568 { width: 36px; height: 36px; border-radius: 50%; background: var(--p6a8e); color: var(--he225); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.j584c6 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.k5f2d7 { display: grid; grid-template-columns: 1fr; gap: 0; }
.d3b695 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.d3b695:last-child { border-bottom: none; }
.d0a5ce { font-weight: 600; padding: .75rem 1rem; color: var(--p6a8e); }
.nbeecc { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.mc272c .had33e { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.mc272c .b1135a { display: none; }
.mc272c .a8671b.nb610f .b1135a { display: block; }

/* faq variant C: definition list */
dl.j127f6 { display: grid; gap: 0; }
dl.j127f6 dt.g4c39a { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.j127f6 dd.b1135a { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.a65a2b { padding: 2rem 0; }
.k12ec3 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.k12ec3 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--fd226); border: 1px solid var(--mec98); color: var(--mec98); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.k12ec3 li a:hover { background: var(--mec98); color: var(--he225); }


/* Promo Banner (SVG image banners) */
.bdf004 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.gd7333 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.gd7333:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.nff6c3 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.of6949 { display: inline-block; vertical-align: middle; }
.haa187 .of6949 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.key-facts {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--hcd13), var(--d2b17));
    border-radius: var(--fd226); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--g78b2); background: var(--i06ec); }
.fact-row dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.fact-row dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--mec98); }
@media (max-width: 768px) { .key-facts { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .key-facts { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--mec98); outline-offset: 2px; border-radius: 4px; }
:focus:not(:focus-visible) { outline: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .med7ae { animation: none; }
}
/* Touch targets: minimum 44x44px */
.ae4869, .med7ae, .jb65a2, .l98f0c, .o4cf18, .b26ab7, .had33e, .g4c39a, .k07879, .gbb4db a, .lb6911 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.med7ae { position: relative; overflow: visible; }
.med7ae::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--mec98); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.med7ae:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.med7ae::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.hero-badge {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 4px 12px; border-radius: 20px;
    font-size: 0.75rem; font-weight: 600;
    background: rgba(255,255,255,0.08); color: var(--txt-2);
    border: 1px solid rgba(255,255,255,0.1);
}
.hero-badge.freshness { color: var(--mec98); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.payment-grid, .provider-grid { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.payment-item, .provider-item { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--g78b2); background: var(--hcd13); transition: transform 0.2s; }
.payment-item:hover, .provider-item:hover { transform: translateY(-2px); }
.payment-item span, .provider-item span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.trust-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.trust-item { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--g78b2); background: var(--hcd13); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--mec98); }
.trust-item span { font-size: 0.7rem; color: var(--mec98); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.review-card { background: var(--hcd13); border-radius: var(--fd226); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--mec98), var(--p6a8e)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--he225); flex-shrink: 0; }
.review-stars { color: var(--mec98); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--p986a); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--jc97f); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1060px; }
:root { --radius: 2px; --radius-lg: 4px; --radius-sm: 1px; }
.section { padding: clamp(64px, 9vw, 100px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.btn-gold { background: transparent; border: 2px solid var(--gold); color: var(--gold); animation: none; box-shadow: none; }
.btn-gold:hover { background: var(--gold); color: var(--bg); }
.info-card:hover, .bonus-card:hover { box-shadow: none; }
body { line-height: 1.8; }
body { font-size: 17px; }
.section + .section { border-top: 1px solid rgba(255,255,255,.06); }
.info-card:hover { transform: none; border-color: var(--gold); }
