@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Lato:wght@400;700&display=swap');
/* ===== MIDNIGHT ROSE — Design System ===== */
:root {
    --mb062:        #B76E79;
    --a4a9e:  #D4A0A8;
    --kef8c:   #8E4F58;
    --gf570:         #E8B4B8;
    --me27a:         #B76E79;
    --a693e:    #8E4F58;
    --m98dc:         #B76E79;
    --hd19d:    #8E4F58;
    --n3cca:           #08060A;
    --b291f:         #100C14;
    --a9e80:         #18121C;
    --le8c9:         #201824;
    --be480:        #FFFFFF;
    --dd9e3:         #B8A8B4;
    --nb0ef:       #7E6E7A;
    --g8e51:       #B8A8B4;
    --e9cbf:    'Cormorant Garamond', Georgia, serif;
    --f389e:    'Lato', sans-serif;
    --h1b51:       14px;
    --ef569:    22px;
    --ia020:    8px;
    --k9b0b:        1100px;
    --i5c52:       0 4px 28px rgba(0,0,0,.55);
    --g9ec3:         0 0 32px rgba(183,110,121,.25);
    --mauve:        #9B7FA0;
    --blush:        #E8B4B8;
}

/* ===== 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(--f389e);
    background: var(--n3cca);
    color: var(--be480);
    line-height: 1.75;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--a4a9e); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gf570); }
img { max-width: 100%; height: auto; display: block; }

.id7b3d { width: 92%; max-width: var(--k9b0b); margin: 0 auto; }

.cd6ab9 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.ccbc85 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--mb062); color: var(--be480);
    padding: 8px 16px; border-radius: var(--ia020);
    z-index: 999; transition: top .2s;
}
.ccbc85:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.e30d4e {
    position: sticky; top: 0; z-index: 100;
    background: rgba(8,6,10,.94);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(183,110,121,.12);
}
.h81049 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 0; gap: 16px;
}
.l716c9 {
    font-family: var(--e9cbf);
    font-size: clamp(1.05rem, 2.5vw, 1.4rem);
    font-weight: 700; color: var(--be480);
    white-space: nowrap; text-decoration: none;
    letter-spacing: .5px;
}
.l716c9:hover { color: var(--a4a9e); }

/* Main Nav */
.k660d4 { display: flex; align-items: center; gap: 20px; }
.c80fea {
    display: flex; gap: 26px; list-style: none;
    font-size: .9rem; font-weight: 400; align-items: center;
    letter-spacing: .2px;
}
.c80fea a {
    color: var(--dd9e3); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.c80fea a:hover { color: var(--a4a9e); }

/* Language Select */
.f356dd {
    background: var(--a9e80); color: var(--be480);
    border: 1px solid rgba(183,110,121,.2);
    border-radius: var(--ia020);
    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='%23B76E79'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 8px center;
    transition: border-color .2s;
}
.f356dd:hover, .f356dd:focus { border-color: var(--mb062); outline: none; }

/* Menu Toggle */
.b3ba68 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.e822d2, .e822d2::before, .e822d2::after {
    display: block; width: 24px; height: 2px;
    background: var(--be480); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.e822d2 { position: relative; }
.e822d2::before, .e822d2::after { content: ''; position: absolute; left: 0; }
.e822d2::before { top: -7px; }
.e822d2::after { top: 7px; }

/* Mobile Nav */
.gb2cb3 {
    display: none; position: fixed; inset: 0;
    background: rgba(8,6,10,.97); z-index: 200;
    align-items: center; justify-content: center;
    flex-direction: column; padding: 60px 20px;
}
.gb2cb3.h12fbc { display: flex; }
.m47dbe {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 28px;
}
.m47dbe a {
    font-size: 1.2rem; font-weight: 700; color: var(--be480); text-decoration: none;
    font-family: var(--e9cbf); letter-spacing: .5px;
}
.m47dbe a:hover { color: var(--a4a9e); }

/* ===== BUTTONS ===== */
.e37c49 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--e9cbf); font-weight: 700; font-size: .95rem;
    padding: 13px 30px; border-radius: var(--h1b51); border: none;
    cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s;
    text-decoration: none; white-space: nowrap; letter-spacing: .4px;
}
.btn-primary {
    background: linear-gradient(135deg, var(--mb062) 0%, var(--mauve) 100%);
    color: var(--be480); box-shadow: var(--g9ec3);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 44px rgba(183,110,121,.5);
    color: var(--be480);
}
.btn-secondary {
    background: transparent; color: var(--a4a9e);
    border: 2px solid var(--mb062);
}
.btn-secondary:hover { background: rgba(183,110,121,.08); color: var(--gf570); }

/* Gold CTA — main call-to-action (Rose Gold) */
@keyframes pulse-glow {
    0%,100% { box-shadow: 0 0 22px rgba(183,110,121,.3); }
    50%      { box-shadow: 0 0 48px rgba(183,110,121,.6), 0 0 88px rgba(183,110,121,.15); }
}
.jdb742 {
    background: linear-gradient(135deg, #D4A0A8 0%, #B76E79 55%, #8E4F58 100%);
    color: #12080A; font-weight: 700; font-size: 1rem;
    box-shadow: 0 0 28px rgba(183,110,121,.35);
    animation: pulse-glow 3s ease-in-out infinite;
}
.jdb742:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(183,110,121,.65);
    color: #12080A; animation: none;
}

.d6bd2c { padding: 18px 44px; font-size: 1.1rem; border-radius: var(--ef569); }
.a98c4c { padding: 8px 18px; font-size: .85rem; border-radius: var(--ia020); }

/* Nav CTA in header */
.l035f1 {
    background: linear-gradient(135deg, #D4A0A8 0%, var(--mb062) 100%);
    color: #12080A !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--ia020);
    box-shadow: 0 0 16px rgba(183,110,121,.25);
    transition: transform .2s, box-shadow .2s;
}
.l035f1:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(183,110,121,.5);
    color: #12080A !important;
}

/* ===== PAGE HERO (subpages) ===== */
.d15b81 {
    padding: clamp(56px, 8vw, 96px) 0 clamp(48px, 6vw, 74px);
    text-align: center;
    background:
        radial-gradient(ellipse 80% 55% at 50% 0%, rgba(183,110,121,.12) 0%, transparent 65%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(155,127,160,.06) 0%, transparent 60%),
        var(--n3cca);
    position: relative; overflow: hidden;
}
.d15b81::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='1.2' fill='rgba(183,110,121,0.04)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.he0721 {
    font-family: var(--e9cbf);
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, #D4A0A8 0%, #B76E79 50%, #8E4F58 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.p3d50b {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--dd9e3);
    max-width: 640px; margin: 0 auto 34px; line-height: 1.75;
}

/* ===== HERO ===== */
.hero {
    position: relative;
    padding: clamp(68px, 10vw, 116px) 0 clamp(56px, 8vw, 92px);
    text-align: center; overflow: hidden;
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(183,110,121,.11) 0%, transparent 70%),
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(155,127,160,.07) 0%, transparent 60%),
        var(--n3cca);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='1.2' fill='rgba(183,110,121,0.03)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.hero h1 {
    font-family: var(--e9cbf);
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 700; line-height: 1.12; margin-bottom: 20px;
    background: linear-gradient(135deg, #D4A0A8 0%, #B76E79 45%, #8E4F58 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--dd9e3);
    max-width: 660px; margin: 0 auto 30px; line-height: 1.75;
}
.hero-stats {
    display: flex; justify-content: center;
    gap: clamp(10px, 3vw, 32px); flex-wrap: wrap; margin-bottom: 34px;
}
.hero-stat {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: .92rem; color: var(--dd9e3);
    padding: 8px 16px;
    background: rgba(183,110,121,.06);
    border: 1px solid rgba(183,110,121,.14);
    border-radius: var(--ia020);
}
.hero-stat strong { color: var(--a4a9e); }

/* ===== SECTIONS ===== */
.af1317 { padding: clamp(56px, 7vw, 84px) 0; }
.a9ec2b { background: var(--b291f); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 2px;
    color: var(--mb062); margin-bottom: 10px;
    font-family: var(--f389e);
}
.af1317 h2, .oeaa0d {
    font-family: var(--e9cbf);
    font-size: clamp(1.55rem, 3.5vw, 2.2rem);
    font-weight: 700; margin-bottom: 18px; line-height: 1.22;
}
.af1317 h3 {
    font-family: var(--e9cbf); font-size: 1.15rem; font-weight: 600;
    margin: 30px 0 10px; color: var(--a4a9e);
}
.af1317 p, .section-desc {
    color: var(--dd9e3); font-size: .95rem; line-height: 1.75; margin-bottom: 14px;
}
.section-desc { max-width: 700px; margin-bottom: 38px; }
.af1317 ul, .af1317 ol {
    color: var(--dd9e3); font-size: .93rem; line-height: 1.75;
    padding-left: 20px; margin-bottom: 16px;
}
.af1317 li { margin-bottom: 8px; }
.af1317 li strong { color: var(--be480); }

/* ===== CARDS / GRID ===== */
.grid { display: grid; gap: 22px; }
.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(--a9e80), var(--le8c9));
    border: 1px solid rgba(183,110,121,.1);
    border-radius: var(--h1b51); padding: 30px 26px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.card:hover {
    transform: translateY(-4px);
    border-color: rgba(183,110,121,.28);
    box-shadow: var(--i5c52);
}
.card-icon { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--e9cbf); font-size: 1.1rem; font-weight: 700;
    margin-bottom: 10px; color: var(--be480);
}
.card p { color: var(--dd9e3); font-size: .9rem; line-height: 1.65; }

/* ===== INFO TABLE ===== */
.n998ea { overflow-x: auto; margin: 24px 0; border-radius: var(--ia020); }
.f47265 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.f47265 thead th {
    background: var(--le8c9); color: var(--be480); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(183,110,121,.18);
}
.f47265 thead th:first-child { border-radius: var(--ia020) 0 0 0; }
.f47265 thead th:last-child { border-radius: 0 var(--ia020) 0 0; }
.f47265 tr { border-bottom: 1px solid rgba(255,255,255,.05); }
.f47265 td { padding: 13px 16px; }
.f47265 td:first-child { color: var(--dd9e3); font-weight: 500; width: 42%; }
.f47265 td:last-child { color: var(--be480); font-weight: 600; }
.f47265 tr:hover { background: rgba(183,110,121,.04); }

/* ===== STEPS ===== */
.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 24px; counter-reset: step;
}
.step {
    text-align: center; padding: 26px 16px; counter-increment: step;
}
.step::before {
    content: counter(step);
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 18px;
    background: linear-gradient(135deg, var(--mb062), var(--mauve));
    border-radius: 50%; font-family: var(--e9cbf);
    font-size: 1.25rem; font-weight: 700; color: var(--be480);
}
.step h3 { font-size: .97rem; font-weight: 700; margin-bottom: 8px; font-family: var(--e9cbf); }
.step p { color: var(--dd9e3); font-size: .87rem; line-height: 1.6; }

/* ===== FAQ — details/summary ===== */
.abc88f { max-width: 800px; margin: 0 auto; }
details.a8f6ad { border-bottom: 1px solid rgba(255,255,255,.06); }
details.a8f6ad summary {
    display: block; list-style: none;
    color: var(--be480); font-family: var(--e9cbf);
    font-size: 1rem; font-weight: 600;
    padding: 22px 40px 22px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.a8f6ad summary::-webkit-details-marker { display: none; }
details.a8f6ad summary::marker { display: none; content: ''; }
details.a8f6ad summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--mb062); transition: transform .3s;
}
details.a8f6ad[open] summary::after { content: '\2212'; }
details.a8f6ad summary:hover { color: var(--a4a9e); }
details.a8f6ad > p { padding: 0 0 22px; color: var(--dd9e3); font-size: .9rem; line-height: 1.75; }
details.a8f6ad > div { padding: 0 0 22px; color: var(--dd9e3); font-size: .9rem; line-height: 1.75; }
.faq-section { background: var(--b291f); }

/* ===== INFO GRID & CARDS ===== */
.j687b0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 22px; margin-top: 26px;
}
.n30e54 {
    background: linear-gradient(145deg, var(--a9e80), var(--le8c9));
    border: 1px solid rgba(183,110,121,.1); border-radius: var(--h1b51); padding: 30px 24px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.n30e54:hover {
    transform: translateY(-5px);
    border-color: rgba(183,110,121,.3);
    box-shadow: var(--i5c52);
}
.p4d75c { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.n30e54 h3 {
    font-family: var(--e9cbf); font-size: 1.1rem; font-weight: 700;
    margin-bottom: 10px; color: var(--be480);
}
.n30e54 p { color: var(--dd9e3); font-size: .9rem; line-height: 1.65; }

/* ===== BONUS GRID & CARDS ===== */
.d02cc7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 22px; margin-top: 26px;
}
.j72774 {
    background: linear-gradient(145deg, var(--a9e80), var(--le8c9));
    border: 1px solid rgba(183,110,121,.12); border-radius: var(--h1b51); padding: 30px 24px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.j72774:hover { transform: translateY(-5px); border-color: rgba(183,110,121,.35); }
.j72774 h3 {
    font-family: var(--e9cbf); font-size: 1.1rem; font-weight: 700;
    margin-bottom: 10px; color: var(--mb062);
}
.j72774 p { color: var(--dd9e3); font-size: .9rem; line-height: 1.65; }

/* ===== STEPS GRID & CARDS ===== */
.g77ae4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 22px; margin-top: 26px;
}
.iab8f4 { text-align: center; padding: 24px 14px; }
.l63b1d {
    display: flex; align-items: center; justify-content: center;
    width: 52px; height: 52px; margin: 0 auto 16px;
    background: linear-gradient(135deg, var(--mb062), var(--mauve));
    border-radius: 50%; font-family: var(--e9cbf);
    font-size: 1.2rem; font-weight: 700; color: var(--be480);
    box-shadow: 0 0 24px rgba(183,110,121,.3);
}
.iab8f4 h3 {
    font-family: var(--e9cbf); font-size: 1rem; font-weight: 700;
    margin-bottom: 8px; color: var(--be480);
}
.iab8f4 p { color: var(--dd9e3); font-size: .87rem; line-height: 1.55; }

/* ===== REVIEW SCORE CARD ===== */
.ja3819 {
    background: linear-gradient(145deg, var(--a9e80), var(--le8c9));
    border: 1px solid rgba(183,110,121,.16); border-radius: var(--ef569);
    padding: 38px 34px; text-align: center;
    max-width: 560px; margin: 0 auto 34px;
    box-shadow: 0 8px 44px rgba(0,0,0,.45);
}
.a3d176 { margin-top: 26px; }
.f6d900 {
    display: grid; grid-template-columns: 1fr 140px auto;
    align-items: center; gap: 12px;
    padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.05);
    font-size: .9rem;
}
.f6d900 > span:first-child { color: var(--dd9e3); text-align: left; }
.n82187 {
    height: 7px; background: rgba(255,255,255,.07);
    border-radius: 4px; overflow: hidden;
}
.g94f2b {
    height: 100%;
    background: linear-gradient(90deg, var(--mb062) 0%, #D4A0A8 100%);
    border-radius: 4px;
}
.f6d900 > span:last-child { color: var(--a4a9e); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.cae915 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 30px; }
.oa2619, .aaa6da {
    background: linear-gradient(145deg, var(--a9e80), var(--le8c9));
    border-radius: var(--h1b51); padding: 26px 24px;
}
.oa2619 { border-top: 3px solid var(--mb062); }
.aaa6da { border-top: 3px solid #8E4444; }
.oa2619 h3, .oa2619 h4 { color: var(--a4a9e); margin-bottom: 14px; font-size: 1.05rem; font-family: var(--e9cbf); }
.aaa6da h3, .aaa6da h4 { color: #C86060; margin-bottom: 14px; font-size: 1.05rem; font-family: var(--e9cbf); }
.oa2619 ul, .aaa6da ul { list-style: none; padding: 0; margin: 0; }
.oa2619 li::before { content: '\2713 '; color: var(--mb062); font-weight: 700; }
.aaa6da li::before { content: '\2717 '; color: #8E4444; font-weight: 700; }
.oa2619 li, .aaa6da li { padding: 6px 0; color: var(--dd9e3); font-size: .9rem; line-height: 1.55; }

/* ===== CTA BANNER ===== */
.d4220a {
    text-align: center; padding: clamp(56px, 7vw, 84px) 0;
    background:
        radial-gradient(ellipse 70% 60% at 50% 50%, rgba(183,110,121,.08) 0%, transparent 65%),
        radial-gradient(ellipse 80% 50% at 50% 50%, rgba(155,127,160,.06) 0%, transparent 70%),
        var(--b291f);
    border-top: 1px solid rgba(183,110,121,.1);
    border-bottom: 1px solid rgba(183,110,121,.1);
}
.d4220a h2 {
    font-family: var(--e9cbf);
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 700; margin-bottom: 14px;
    background: linear-gradient(135deg, #D4A0A8, #B76E79);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.d4220a p { color: var(--dd9e3); margin-bottom: 34px; font-size: .97rem; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ===== HIGHLIGHT BOX ===== */
.highlight-box {
    background: linear-gradient(135deg, rgba(183,110,121,.07), rgba(155,127,160,.04));
    border: 1px solid rgba(183,110,121,.18); border-left: 4px solid var(--mb062);
    border-radius: var(--ia020); padding: 22px 26px; margin: 26px 0;
}
.highlight-box p { color: var(--dd9e3); font-size: .9rem; }
.highlight-box strong { color: var(--a4a9e); }

/* ===== BREADCRUMB ===== */
.padea9 { padding: 14px 0; font-size: .82rem; }
.n19b06 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.n19b06 li + li::before { content: '\203A'; margin-right: 8px; color: var(--nb0ef); }
.padea9 a { color: var(--nb0ef); }
.padea9 a:hover { color: var(--a4a9e); }
.padea9 [aria-current] { color: var(--mb062); }

/* ===== SITE FOOTER ===== */
.pa99b7 {
    background: var(--n3cca); border-top: 1px solid rgba(255,255,255,.05);
    padding: 52px 0 30px; font-size: .85rem;
}
.footer-nav { margin-bottom: 26px; }
.j12855 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 26px; list-style: none;
}
.j12855 a {
    color: var(--nb0ef); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.j12855 a:hover { color: var(--a4a9e); }

.bc3601 {
    text-align: center; padding: 26px 0 18px;
    border-top: 1px solid rgba(255,255,255,.05); margin-top: 8px;
}
.bc3601 p {
    color: var(--nb0ef); font-size: .8rem; line-height: 1.65;
    max-width: 700px; margin: 10px auto 0;
}
.bc3601 a { color: var(--mb062); }
.i3f16d { text-align: center; color: var(--nb0ef); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.jc278e { max-width: 800px; margin: 0 auto; }
.jc278e p {
    color: var(--dd9e3); font-size: .95rem; line-height: 1.85;
    margin-bottom: 20px;
}
.jc278e p:last-child { margin-bottom: 0; }
.jc278e strong { color: var(--be480); }
.jc278e a { color: var(--a4a9e); text-decoration: underline; text-underline-offset: 3px; }
.jc278e a:hover { color: var(--gf570); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.ofc1e0 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 44px;
    align-items: center; margin-top: 26px;
}
.pf6815 { direction: rtl; }
.pf6815 > * { direction: ltr; }
.ma02c3 { border-radius: var(--ef569); overflow: hidden; }
.ma02c3 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--ef569);
    border: 1px solid rgba(183,110,121,.12);
    box-shadow: 0 8px 36px rgba(0,0,0,.45);
}
.j2440b { color: var(--dd9e3); font-size: .93rem; line-height: 1.75; }
.j2440b strong { color: var(--be480); }
.j2440b a { color: var(--a4a9e); }
@media (max-width: 768px) {
    .ofc1e0 { grid-template-columns: 1fr; gap: 24px; }
    .pf6815 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--kef8c);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--kef8c); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.l16f3b {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--mb062);
    color: var(--be480); 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: var(--i5c52);
}
.l16f3b.ne8e60 { opacity: 1; visibility: visible; }
.l16f3b:hover { transform: translateY(-3px); background: var(--kef8c); }

/* ===== REVIEW SCORE (review page) ===== */
.ie4db3 {
    font-family: var(--e9cbf); font-size: 5rem; font-weight: 700;
    background: linear-gradient(135deg, #D4A0A8, #B76E79);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--mb062); letter-spacing: 3px; margin: 10px 0; }
.score-table { width: 100%; border-collapse: collapse; margin-top: 22px; 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(--dd9e3); width: 55%; }
.score-table td:last-child { color: var(--a4a9e); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.h56908 {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
    padding: 12px 16px;
    background: rgba(8,6,10,.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(183,110,121,.18);
    text-align: center;
    box-shadow: 0 -4px 28px rgba(0,0,0,.55);
}
.h56908 .e37c49 { 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) {
    .c80fea { display: none; }
    .k660d4 .f356dd { display: none; }
    .b3ba68 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .cae915 { grid-template-columns: 1fr; }
    section, .af1317 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .j12855 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .g77ae4 { grid-template-columns: 1fr 1fr; }
    .j687b0 { grid-template-columns: 1fr 1fr; }
    .f6d900 { grid-template-columns: 1fr 100px auto; }
    .h56908 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .d6bd2c { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .g77ae4 { grid-template-columns: 1fr; }
    .j687b0 { grid-template-columns: 1fr; }
    .h81049 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .ie4db3 { font-size: 3.5rem; }
    .f6d900 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .cae915 { grid-template-columns: 1fr; }
    .ja3819 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.b6bd46 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.b6bd46 summary.g4ee70 {
    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(--be480);
    padding: 6px 11px;
    border-radius: var(--ia020);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--f389e);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.b6bd46 summary.g4ee70::-webkit-details-marker { display: none; }
.b6bd46 summary.g4ee70::marker { display: none; }
.b6bd46:hover summary.g4ee70,
.b6bd46[open] summary.g4ee70 {
    background: rgba(255,255,255,.1);
    border-color: rgba(183,110,121,.35);
    color: var(--a4a9e);
}
.ad6aef { font-size: .7rem; opacity: .7; transition: transform .2s; }
.b6bd46[open] .ad6aef { transform: rotate(180deg); }

.jcfcde {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--a9e80);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: var(--h1b51);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 36px rgba(0,0,0,.65);
    min-width: 160px;
}
.b6bd46[open] .jcfcde {
    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); }
}
.jcfcde li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--g8e51);
    border-radius: var(--ia020);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.jcfcde li a:hover,
.jcfcde li a.n5f04c {
    background: rgba(183,110,121,.1);
    color: var(--a4a9e);
}
.jcfcde li a.n5f04c { font-weight: 700; }

/* Mobile lang bar */
.nb434c {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 8px;
}
.nb434c 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(--ia020);
    color: var(--g8e51);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.nb434c a:hover,
.nb434c a.oa1922 {
    background: rgba(183,110,121,.1);
    border-color: rgba(183,110,121,.28);
    color: var(--a4a9e);
}
.nb434c a.oa1922 { font-weight: 700; }

@media (max-width: 768px) {
    .b6bd46 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.j687b0, ul.i93360 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.i576b9 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .i576b9 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.g77ae4, ol.f20026 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.f20026 > li { counter-increment: step-counter; }
ol.f20026 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--mb062); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.h134ef { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--mb062); }
.d25750 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.jf7f38 { width: 36px; height: 36px; border-radius: 50%; background: var(--mb062); color: var(--n3cca); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.e3c115 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.p92ccf { display: grid; grid-template-columns: 1fr; gap: 0; }
.be2994 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.be2994:last-child { border-bottom: none; }
.i50601 { font-weight: 600; padding: .75rem 1rem; color: var(--mb062); }
.n09d18 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.laff63 .l54917 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.laff63 .h78a93 { display: none; }
.laff63 .a8f6ad.h12fbc .h78a93 { display: block; }

/* faq variant C: definition list */
dl.abc88f { display: grid; gap: 0; }
dl.abc88f dt.d2e542 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.abc88f dd.h78a93 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }

