@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap');
/* ===== OCEAN DEEP — Design System ===== */
:root {
    --b8174:        #1ABC9C;
    --c9a4d:  #48D1CC;
    --j71f6:   #16A085;
    --c2138:         #48D1CC;
    --bbd2e:         #1ABC9C;
    --m9327:    #16A085;
    --dd542:         #1ABC9C;
    --ec8ba:    #16A085;
    --m3b0d:           #04080F;
    --p9c07:         #0A1628;
    --jd1ba:         #0F2035;
    --m2103:         #152A42;
    --ced13:        #FFFFFF;
    --b1c33:         #94A7C0;
    --c7589:       #5E7590;
    --la561:       #94A7C0;
    --coral:        #FF6B6B;
    --p279c:    'Outfit', sans-serif;
    --c0837:    'Outfit', sans-serif;
    --a4790:       12px;
    --i7903:    20px;
    --lebe6:    8px;
    --a8788:        1100px;
    --aba93:       0 4px 24px rgba(0,0,0,.55);
    --oa773:         0 0 32px rgba(26,188,156,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--b8174);
    --color-primary-light: var(--c9a4d);
    --color-primary-dark: var(--j71f6);
    --color-accent: var(--bbd2e);
    --color-accent-dark: var(--m9327);
    --color-secondary: var(--dd542);
    --color-secondary-dark: var(--ec8ba);
    --color-surface: var(--jd1ba);
    --color-surface-elevated: var(--m2103);
    --color-on-surface: var(--ced13);
    --color-on-surface-muted: var(--b1c33);
    --color-text: var(--ced13);
    --color-text-secondary: var(--la561);
    --text-heading: var(--p279c);
    --text-body: var(--c0837);
    --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(--c0837);
    background: var(--m3b0d);
    color: var(--ced13);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--c9a4d); text-decoration: none; transition: color .2s; }
a:hover { color: var(--bbd2e); }
img { max-width: 100%; height: auto; display: block; }

.gf5b62 { width: 92%; max-width: var(--a8788); margin: 0 auto; }

.gaf778 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.b3d7eb {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--b8174); color: var(--ced13);
    padding: 8px 16px; border-radius: var(--lebe6);
    z-index: 999; transition: top .2s;
}
.b3d7eb:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.d17ed3 {
    position: sticky; top: 0; z-index: 100;
    background: rgba(4,8,15,.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(26,188,156,.15);
}
.d82538 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.i9c10a {
    font-family: var(--p279c);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--ced13);
    white-space: nowrap; text-decoration: none;
}
.i9c10a:hover { color: var(--c9a4d); }

/* Main Nav */
.p12c6b { display: flex; align-items: center; gap: 20px; }
.dacd48 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.dacd48 a {
    color: var(--b1c33); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.dacd48 a:hover { color: var(--c9a4d); }

/* Language Select */
.f397be {
    background: var(--jd1ba); color: var(--ced13);
    border: 1px solid rgba(26,188,156,.25);
    border-radius: var(--lebe6);
    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='%231ABC9C'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 8px center;
    transition: border-color .2s;
}
.f397be:hover, .f397be:focus { border-color: var(--b8174); outline: none; }

/* Menu Toggle */
.fbe571 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.pc23e6, .pc23e6::before, .pc23e6::after {
    display: block; width: 24px; height: 2px;
    background: var(--ced13); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.pc23e6 { position: relative; }
.pc23e6::before, .pc23e6::after { content: ''; position: absolute; left: 0; }
.pc23e6::before { top: -7px; }
.pc23e6::after { top: 7px; }

/* Mobile Nav */
.mba4e6 {
    display: none; position: fixed; inset: 0;
    background: rgba(4,8,15,.97); z-index: 200;
    align-items: center; justify-content: center;
    flex-direction: column; padding: 60px 20px;
}
.mba4e6.mbb762 { display: flex; }
.i188eb {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.i188eb a {
    font-size: 1.2rem; font-weight: 600; color: var(--ced13); text-decoration: none;
}
.i188eb a:hover { color: var(--c9a4d); }

/* ===== BUTTONS ===== */
.kbe79f {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--p279c); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--a4790); border: none;
    cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s;
    text-decoration: none; white-space: nowrap; letter-spacing: .3px;
}
.btn-primary {
    background: linear-gradient(135deg, var(--b8174) 0%, var(--c2138) 100%);
    color: var(--ced13); box-shadow: var(--oa773);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(26,188,156,.55);
    color: var(--ced13);
}
.btn-secondary {
    background: transparent; color: var(--c9a4d);
    border: 2px solid var(--b8174);
}
.btn-secondary:hover { background: rgba(26,188,156,.1); color: var(--c9a4d); }

/* Gold CTA — main call-to-action (aquamarine theme) */
@keyframes pulse-glow {
    0%,100% { box-shadow: 0 0 22px rgba(26,188,156,.35); }
    50%      { box-shadow: 0 0 50px rgba(26,188,156,.7), 0 0 90px rgba(72,209,204,.18); }
}
.fa1d60 {
    background: linear-gradient(135deg, #1ABC9C 0%, #48D1CC 55%, #16A085 100%);
    color: #04080F; font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(26,188,156,.4);
    /* animation moved to ::after */
}
.fa1d60:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(26,188,156,.7);
    color: #04080F; animation: none;
}

.g23bf1 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--i7903); }
.k1c6bb { padding: 8px 18px; font-size: .85rem; border-radius: var(--lebe6); }

/* Nav CTA in header */
.pf47a2 {
    background: linear-gradient(135deg, #1ABC9C 0%, #16A085 100%);
    color: #04080F !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--lebe6);
    box-shadow: 0 0 16px rgba(26,188,156,.3);
    transition: transform .2s, box-shadow .2s;
}
.pf47a2:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(26,188,156,.55);
    color: #04080F !important;
}

/* ===== PAGE HERO (subpages) ===== */
.id8648 {
    padding: clamp(52px, 8vw, 90px) 0 clamp(44px, 6vw, 70px);
    text-align: center;
    background:
        radial-gradient(ellipse 80% 55% at 50% 0%, rgba(26,188,156,.14) 0%, transparent 65%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(72,209,204,.06) 0%, transparent 60%),
        var(--m3b0d);
    position: relative; overflow: hidden;
}
.id8648::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(26,188,156,0.04)'/%3E%3Ccircle cx='10' cy='10' r='1' fill='rgba(72,209,204,0.03)'/%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(72,209,204,0.03)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.p1b15f {
    font-family: var(--p279c);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, #1ABC9C 0%, #48D1CC 50%, #1ABC9C 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.a81e37 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--b1c33);
    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(26,188,156,.13) 0%, transparent 70%),
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(72,209,204,.08) 0%, transparent 60%),
        var(--m3b0d);
}
.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(26,188,156,0.04)'/%3E%3Ccircle cx='10' cy='10' r='1' fill='rgba(72,209,204,0.03)'/%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(72,209,204,0.03)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.hero h1 {
    font-family: var(--p279c);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, #1ABC9C 0%, #48D1CC 45%, #1ABC9C 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--b1c33);
    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(--b1c33);
    padding: 7px 14px;
    background: rgba(26,188,156,.06);
    border: 1px solid rgba(26,188,156,.15);
    border-radius: var(--lebe6);
}
.hero-stat strong { color: var(--c9a4d); }

/* ===== SECTIONS ===== */
.l81eef { padding: clamp(52px, 7vw, 80px) 0; }
.ke49fd { background: var(--p9c07); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--b8174); margin-bottom: 10px;
}
.l81eef h2, .nb9f52 {
    font-family: var(--p279c);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.l81eef h3 {
    font-family: var(--p279c); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--c9a4d);
}
.l81eef p, .section-desc {
    color: var(--b1c33); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.l81eef ul, .l81eef ol {
    color: var(--b1c33); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.l81eef li { margin-bottom: 8px; }
.l81eef li strong { color: var(--ced13); }

/* ===== 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(--jd1ba), var(--m2103));
    border: 1px solid rgba(26,188,156,.1);
    border-radius: var(--a4790); padding: 28px 24px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.card:hover {
    transform: translateY(-4px);
    border-color: rgba(26,188,156,.35);
    box-shadow: var(--aba93);
}
.p3602d { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--p279c); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--ced13);
}
.card p { color: var(--b1c33); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.b16aeb { overflow-x: auto; margin: 24px 0; border-radius: var(--lebe6); }
.m5b832 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.m5b832 thead th {
    background: var(--m2103); color: var(--ced13); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(26,188,156,.2);
}
.m5b832 thead th:first-child { border-radius: var(--lebe6) 0 0 0; }
.m5b832 thead th:last-child { border-radius: 0 var(--lebe6) 0 0; }
.m5b832 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.m5b832 td { padding: 13px 16px; }
.m5b832 td:first-child { color: var(--b1c33); font-weight: 500; width: 42%; }
.m5b832 td:last-child { color: var(--ced13); font-weight: 600; }
.m5b832 tr:hover { background: rgba(26,188,156,.05); }

/* ===== 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(--b8174), var(--c2138));
    border-radius: 50%; font-family: var(--p279c);
    font-size: 1.2rem; font-weight: 700; color: #04080F;
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--b1c33); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.od69e0 { max-width: 800px; margin: 0 auto; }
details.l9b3df { border-bottom: 1px solid rgba(255,255,255,.07); }
details.l9b3df summary {
    display: block; list-style: none;
    color: var(--ced13); font-family: var(--c0837);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.l9b3df summary::-webkit-details-marker { display: none; }
details.l9b3df summary::marker { display: none; content: ''; }
details.l9b3df summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--b8174); transition: transform .3s;
}
details.l9b3df[open] summary::after { content: '\2212'; }
details.l9b3df summary:hover { color: var(--c9a4d); }
details.l9b3df > p { padding: 0 0 20px; color: var(--b1c33); font-size: .9rem; line-height: 1.7; }
details.l9b3df > div { padding: 0 0 20px; color: var(--b1c33); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--p9c07); }

/* ===== INFO GRID & CARDS ===== */
.ped74c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.kad324 {
    background: linear-gradient(145deg, var(--jd1ba), var(--m2103));
    border: 1px solid rgba(26,188,156,.12); border-radius: var(--a4790); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.kad324:hover {
    transform: translateY(-5px);
    border-color: rgba(26,188,156,.38);
    box-shadow: var(--aba93);
}
.def28f { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.kad324 h3 {
    font-family: var(--p279c); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--ced13);
}
.kad324 p { color: var(--b1c33); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.d9b407 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.d7f292 {
    background: linear-gradient(145deg, var(--jd1ba), var(--m2103));
    border: 1px solid rgba(26,188,156,.15); border-radius: var(--a4790); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.d7f292:hover { transform: translateY(-5px); border-color: rgba(26,188,156,.4); }
.d7f292 h3 {
    font-family: var(--p279c); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--c9a4d);
}
.d7f292 p { color: var(--b1c33); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.ca8e8b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.k1ff00 { text-align: center; padding: 22px 14px; }
.hea887 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--b8174), var(--c2138));
    border-radius: 50%; font-family: var(--p279c);
    font-size: 1.15rem; font-weight: 800; color: #04080F;
    box-shadow: 0 0 22px rgba(26,188,156,.35);
}
.k1ff00 h3 {
    font-family: var(--p279c); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--ced13);
}
.k1ff00 p { color: var(--b1c33); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.dfa690 {
    background: linear-gradient(145deg, var(--jd1ba), var(--m2103));
    border: 1px solid rgba(26,188,156,.18); border-radius: var(--i7903);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.45);
}
.k53009 { margin-top: 24px; }
.o951e1 {
    display: grid; grid-template-columns: 1fr 140px auto;
    align-items: center; gap: 12px;
    padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.06);
    font-size: .9rem;
}
.o951e1 > span:first-child { color: var(--b1c33); text-align: left; }
.ab04d2 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.b23603 {
    height: 100%;
    background: linear-gradient(90deg, #1ABC9C 0%, #48D1CC 100%);
    border-radius: 4px;
}
.o951e1 > span:last-child { color: var(--c9a4d); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.abc4de { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.k7db1a, .ac56b0 {
    background: linear-gradient(145deg, var(--jd1ba), var(--m2103));
    border-radius: var(--a4790); padding: 24px 22px;
}
.k7db1a { border-top: 3px solid #1ABC9C; }
.ac56b0 { border-top: 3px solid var(--coral); }
.k7db1a h3, .k7db1a h4 { color: #1ABC9C; margin-bottom: 12px; font-size: 1rem; }
.ac56b0 h3, .ac56b0 h4 { color: var(--coral); margin-bottom: 12px; font-size: 1rem; }
.k7db1a ul, .ac56b0 ul { list-style: none; padding: 0; margin: 0; }
.k7db1a li::before { content: '\2713 '; color: #1ABC9C; font-weight: 700; }
.ac56b0 li::before { content: '\2717 '; color: var(--coral); font-weight: 700; }
.k7db1a li, .ac56b0 li { padding: 5px 0; color: var(--b1c33); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.c5c66c {
    text-align: center; padding: clamp(52px, 7vw, 80px) 0;
    background:
        radial-gradient(ellipse 70% 60% at 50% 50%, rgba(26,188,156,.09) 0%, transparent 65%),
        radial-gradient(ellipse 80% 50% at 50% 50%, rgba(72,209,204,.07) 0%, transparent 70%),
        var(--p9c07);
    border-top: 1px solid rgba(26,188,156,.1);
    border-bottom: 1px solid rgba(26,188,156,.1);
}
.c5c66c h2 {
    font-family: var(--p279c);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, #1ABC9C, #48D1CC);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.c5c66c p { color: var(--b1c33); margin-bottom: 32px; font-size: .97rem; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ===== HIGHLIGHT BOX ===== */
.highlight-box {
    background: linear-gradient(135deg, rgba(26,188,156,.08), rgba(22,160,133,.05));
    border: 1px solid rgba(26,188,156,.2); border-left: 4px solid var(--b8174);
    border-radius: var(--lebe6); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--b1c33); font-size: .9rem; }
.highlight-box strong { color: var(--c9a4d); }

/* ===== BREADCRUMB ===== */
.pfaedb { padding: 14px 0; font-size: .82rem; }
.idb42a { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.idb42a li + li::before { content: '\203A'; margin-right: 8px; color: var(--c7589); }
.pfaedb a { color: var(--c7589); }
.pfaedb a:hover { color: var(--c9a4d); }
.pfaedb [aria-current] { color: var(--b8174); }

/* ===== SITE FOOTER ===== */
.je5608 {
    background: var(--m3b0d); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.b89cfa {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.b89cfa a {
    color: var(--c7589); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.b89cfa a:hover { color: var(--c9a4d); }

.d34e02 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.d34e02 p {
    color: var(--c7589); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.d34e02 a { color: var(--b8174); }
.o1fc51 { text-align: center; color: var(--c7589); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.p171ca { max-width: 800px; margin: 0 auto; }
.p171ca p {
    color: var(--b1c33); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.p171ca p:last-child { margin-bottom: 0; }
.p171ca strong { color: var(--ced13); }
.p171ca a { color: var(--c9a4d); text-decoration: underline; text-underline-offset: 3px; }
.p171ca a:hover { color: var(--b8174); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.f01903 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.l4c413 { direction: rtl; }
.l4c413 > * { direction: ltr; }
.p278c1 { border-radius: var(--i7903); overflow: hidden; }
.p278c1 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--i7903);
    border: 1px solid rgba(26,188,156,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.45);
}
.k2f6a7 { color: var(--b1c33); font-size: .93rem; line-height: 1.7; }
.k2f6a7 strong { color: var(--ced13); }
.k2f6a7 a { color: var(--c9a4d); }
@media (max-width: 768px) {
    .f01903 { grid-template-columns: 1fr; gap: 24px; }
    .l4c413 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--j71f6);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--j71f6); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.pa195f {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--b8174);
    color: var(--ced13); 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(--aba93);
}
.pa195f.p0c86a { opacity: 1; visibility: visible; }
.pa195f:hover { transform: translateY(-3px); background: var(--j71f6); }

/* ===== REVIEW SCORE (review page) ===== */
.j694ce {
    font-family: var(--p279c); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, #1ABC9C, #48D1CC);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--c9a4d); 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,.06); }
.score-table td:first-child { color: var(--b1c33); width: 55%; }
.score-table td:last-child { color: var(--c9a4d); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.g39cab {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
    padding: 12px 16px;
    background: rgba(4,8,15,.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(26,188,156,.2);
    text-align: center;
    box-shadow: 0 -4px 24px rgba(0,0,0,.5);
}
.g39cab .kbe79f { 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) {
    .dacd48 { display: none; }
    .p12c6b .f397be { display: none; }
    .fbe571 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .abc4de { grid-template-columns: 1fr; }
    section, .l81eef { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .b89cfa { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .ca8e8b { grid-template-columns: 1fr 1fr; }
    .ped74c { grid-template-columns: 1fr 1fr; }
    .o951e1 { grid-template-columns: 1fr 100px auto; }
    .g39cab { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .g23bf1 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .ca8e8b { grid-template-columns: 1fr; }
    .ped74c { grid-template-columns: 1fr; }
    .d82538 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .j694ce { font-size: 3.5rem; }
    .o951e1 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .abc4de { grid-template-columns: 1fr; }
    .dfa690 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.o03086 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.o03086 summary.o3e365 {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.13);
    color: var(--ced13);
    padding: 6px 11px;
    border-radius: var(--lebe6);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--c0837);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.o03086 summary.o3e365::-webkit-details-marker { display: none; }
.o03086 summary.o3e365::marker { display: none; }
.o03086:hover summary.o3e365,
.o03086[open] summary.o3e365 {
    background: rgba(255,255,255,.13);
    border-color: rgba(26,188,156,.35);
    color: var(--c9a4d);
}
.d20bf5 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.o03086[open] .d20bf5 { transform: rotate(180deg); }

.l226ce {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--jd1ba);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--a4790);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.o03086[open] .l226ce {
    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); }
}
.l226ce li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--la561);
    border-radius: var(--lebe6);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.l226ce li a:hover,
.l226ce li a.c13edd {
    background: rgba(255,255,255,.08);
    color: var(--c9a4d);
}
.l226ce li a.c13edd { font-weight: 700; }

/* Mobile lang bar */
.ef0ddc {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.ef0ddc a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--lebe6);
    color: var(--la561);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.ef0ddc a:hover,
.ef0ddc a.k2c940 {
    background: rgba(26,188,156,.12);
    border-color: rgba(26,188,156,.3);
    color: var(--c9a4d);
}
.ef0ddc a.k2c940 { font-weight: 700; }

@media (max-width: 768px) {
    .o03086 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.ped74c, ul.f75da6 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.i9c61e { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .i9c61e { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.ca8e8b, ol.n8d1e6 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.n8d1e6 > li { counter-increment: step-counter; }
ol.n8d1e6 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--b8174); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.o61c03 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--b8174); }
.fe391d { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.nd4279 { width: 36px; height: 36px; border-radius: 50%; background: var(--b8174); color: var(--m3b0d); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.e53de2 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.af835f { display: grid; grid-template-columns: 1fr; gap: 0; }
.d29d6c { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.d29d6c:last-child { border-bottom: none; }
.ff8643 { font-weight: 600; padding: .75rem 1rem; color: var(--b8174); }
.g74225 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.d023f9 .d683a9 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.d023f9 .b9819c { display: none; }
.d023f9 .l9b3df.mbb762 .b9819c { display: block; }

/* faq variant C: definition list */
dl.od69e0 { display: grid; gap: 0; }
dl.od69e0 dt.b440f9 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.od69e0 dd.b9819c { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.k68a2f { padding: 2rem 0; }
.g7c167 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.g7c167 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--a4790); border: 1px solid var(--bbd2e); color: var(--bbd2e); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.g7c167 li a:hover { background: var(--bbd2e); color: var(--m3b0d); }


/* Promo Banner (SVG image banners) */
.eced07 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.e8f434 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.e8f434:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.e96c48 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.p3602d { display: inline-block; vertical-align: middle; }
.def28f .p3602d { 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(--jd1ba), var(--m2103));
    border-radius: var(--a4790); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--lebe6); background: var(--p9c07); }
.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(--bbd2e); }
@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(--bbd2e); 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; }
  .fa1d60 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.kbe79f, .fa1d60, .g23bf1, .k1c6bb, .pf47a2, .fbe571, .d683a9, .b440f9, .pa195f, .g39cab a, .o3e365 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.fa1d60 { position: relative; overflow: visible; }
.fa1d60::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--bbd2e); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.fa1d60:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.fa1d60::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(--bbd2e); 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(--lebe6); background: var(--jd1ba); 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(--lebe6); background: var(--jd1ba); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--bbd2e); }
.trust-item span { font-size: 0.7rem; color: var(--bbd2e); 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(--jd1ba); border-radius: var(--a4790); 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(--bbd2e), var(--b8174)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--m3b0d); flex-shrink: 0; }
.review-stars { color: var(--bbd2e); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--c7589); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--la561); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1100px; }
:root { --radius: 16px; --radius-lg: 28px; --radius-sm: 10px; }
.section { padding: clamp(52px, 7vw, 80px) 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.75; }
body { font-size: 15px; }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
