@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap');
/* ===== OCEAN DEEP — Design System ===== */
:root {
    --a4367:        #1ABC9C;
    --e448b:  #48D1CC;
    --o8172:   #16A085;
    --fa33d:         #48D1CC;
    --e6007:         #1ABC9C;
    --d4031:    #16A085;
    --g8577:         #1ABC9C;
    --k21be:    #16A085;
    --o3c55:           #04080F;
    --p3877:         #0A1628;
    --b50de:         #0F2035;
    --h509b:         #152A42;
    --o7b72:        #FFFFFF;
    --i1064:         #94A7C0;
    --ha489:       #5E7590;
    --e46fa:       #94A7C0;
    --coral:        #FF6B6B;
    --d6a02:    'Outfit', sans-serif;
    --f9f61:    'Outfit', sans-serif;
    --bf4d9:       12px;
    --lfd0c:    20px;
    --mdccf:    8px;
    --aca08:        1100px;
    --i11f1:       0 4px 24px rgba(0,0,0,.55);
    --i20ad:         0 0 32px rgba(26,188,156,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--a4367);
    --color-primary-light: var(--e448b);
    --color-primary-dark: var(--o8172);
    --color-accent: var(--e6007);
    --color-accent-dark: var(--d4031);
    --color-secondary: var(--g8577);
    --color-secondary-dark: var(--k21be);
    --color-surface: var(--b50de);
    --color-surface-elevated: var(--h509b);
    --color-on-surface: var(--o7b72);
    --color-on-surface-muted: var(--i1064);
    --color-text: var(--o7b72);
    --color-text-secondary: var(--e46fa);
    --text-heading: var(--d6a02);
    --text-body: var(--f9f61);
    --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(--f9f61);
    background: var(--o3c55);
    color: var(--o7b72);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--e448b); text-decoration: none; transition: color .2s; }
a:hover { color: var(--e6007); }
img { max-width: 100%; height: auto; display: block; }

.j00680 { width: 92%; max-width: var(--aca08); margin: 0 auto; }

.g71c70 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.m8ddb5 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--a4367); color: var(--o7b72);
    padding: 8px 16px; border-radius: var(--mdccf);
    z-index: 999; transition: top .2s;
}
.m8ddb5:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.l1738d {
    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);
}
.k68859 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.cfe1f6 {
    font-family: var(--d6a02);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--o7b72);
    white-space: nowrap; text-decoration: none;
}
.cfe1f6:hover { color: var(--e448b); }

/* Main Nav */
.b15b41 { display: flex; align-items: center; gap: 20px; }
.kd09eb {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.kd09eb a {
    color: var(--i1064); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.kd09eb a:hover { color: var(--e448b); }

/* Language Select */
.p60542 {
    background: var(--b50de); color: var(--o7b72);
    border: 1px solid rgba(26,188,156,.25);
    border-radius: var(--mdccf);
    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;
}
.p60542:hover, .p60542:focus { border-color: var(--a4367); outline: none; }

/* Menu Toggle */
.ffa075 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.fb276f, .fb276f::before, .fb276f::after {
    display: block; width: 24px; height: 2px;
    background: var(--o7b72); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.fb276f { position: relative; }
.fb276f::before, .fb276f::after { content: ''; position: absolute; left: 0; }
.fb276f::before { top: -7px; }
.fb276f::after { top: 7px; }

/* Mobile Nav */
.n07e7b {
    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;
}
.n07e7b.o0862e { display: flex; }
.j5ce2c {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.j5ce2c a {
    font-size: 1.2rem; font-weight: 600; color: var(--o7b72); text-decoration: none;
}
.j5ce2c a:hover { color: var(--e448b); }

/* ===== BUTTONS ===== */
.c53eb4 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--d6a02); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--bf4d9); 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(--a4367) 0%, var(--fa33d) 100%);
    color: var(--o7b72); box-shadow: var(--i20ad);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(26,188,156,.55);
    color: var(--o7b72);
}
.btn-secondary {
    background: transparent; color: var(--e448b);
    border: 2px solid var(--a4367);
}
.btn-secondary:hover { background: rgba(26,188,156,.1); color: var(--e448b); }

/* 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); }
}
.g03bd5 {
    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 */
}
.g03bd5:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(26,188,156,.7);
    color: #04080F; animation: none;
}

.d0e62f { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--lfd0c); }
.pd3ac2 { padding: 8px 18px; font-size: .85rem; border-radius: var(--mdccf); }

/* Nav CTA in header */
.o4a192 {
    background: linear-gradient(135deg, #1ABC9C 0%, #16A085 100%);
    color: #04080F !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--mdccf);
    box-shadow: 0 0 16px rgba(26,188,156,.3);
    transition: transform .2s, box-shadow .2s;
}
.o4a192:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(26,188,156,.55);
    color: #04080F !important;
}

/* ===== PAGE HERO (subpages) ===== */
.o5d24b {
    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(--o3c55);
    position: relative; overflow: hidden;
}
.o5d24b::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;
}
.j0ed37 {
    font-family: var(--d6a02);
    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;
}
.n0f5d5 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--i1064);
    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(--o3c55);
}
.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(--d6a02);
    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(--i1064);
    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(--i1064);
    padding: 7px 14px;
    background: rgba(26,188,156,.06);
    border: 1px solid rgba(26,188,156,.15);
    border-radius: var(--mdccf);
}
.hero-stat strong { color: var(--e448b); }

/* ===== SECTIONS ===== */
.jefe10 { padding: clamp(52px, 7vw, 80px) 0; }
.n0ebdd { background: var(--p3877); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--a4367); margin-bottom: 10px;
}
.jefe10 h2, .kbb1cc {
    font-family: var(--d6a02);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.jefe10 h3 {
    font-family: var(--d6a02); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--e448b);
}
.jefe10 p, .section-desc {
    color: var(--i1064); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.jefe10 ul, .jefe10 ol {
    color: var(--i1064); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.jefe10 li { margin-bottom: 8px; }
.jefe10 li strong { color: var(--o7b72); }

/* ===== 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(--b50de), var(--h509b));
    border: 1px solid rgba(26,188,156,.1);
    border-radius: var(--bf4d9); 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(--i11f1);
}
.i9ec67 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--d6a02); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--o7b72);
}
.card p { color: var(--i1064); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.cbe456 { overflow-x: auto; margin: 24px 0; border-radius: var(--mdccf); }
.m47ae1 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.m47ae1 thead th {
    background: var(--h509b); color: var(--o7b72); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(26,188,156,.2);
}
.m47ae1 thead th:first-child { border-radius: var(--mdccf) 0 0 0; }
.m47ae1 thead th:last-child { border-radius: 0 var(--mdccf) 0 0; }
.m47ae1 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.m47ae1 td { padding: 13px 16px; }
.m47ae1 td:first-child { color: var(--i1064); font-weight: 500; width: 42%; }
.m47ae1 td:last-child { color: var(--o7b72); font-weight: 600; }
.m47ae1 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(--a4367), var(--fa33d));
    border-radius: 50%; font-family: var(--d6a02);
    font-size: 1.2rem; font-weight: 700; color: #04080F;
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--i1064); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.pd9aca { max-width: 800px; margin: 0 auto; }
details.nb2d6f { border-bottom: 1px solid rgba(255,255,255,.07); }
details.nb2d6f summary {
    display: block; list-style: none;
    color: var(--o7b72); font-family: var(--f9f61);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.nb2d6f summary::-webkit-details-marker { display: none; }
details.nb2d6f summary::marker { display: none; content: ''; }
details.nb2d6f summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--a4367); transition: transform .3s;
}
details.nb2d6f[open] summary::after { content: '\2212'; }
details.nb2d6f summary:hover { color: var(--e448b); }
details.nb2d6f > p { padding: 0 0 20px; color: var(--i1064); font-size: .9rem; line-height: 1.7; }
details.nb2d6f > div { padding: 0 0 20px; color: var(--i1064); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--p3877); }

/* ===== INFO GRID & CARDS ===== */
.n54064 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.ff1d91 {
    background: linear-gradient(145deg, var(--b50de), var(--h509b));
    border: 1px solid rgba(26,188,156,.12); border-radius: var(--bf4d9); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.ff1d91:hover {
    transform: translateY(-5px);
    border-color: rgba(26,188,156,.38);
    box-shadow: var(--i11f1);
}
.e5616c { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.ff1d91 h3 {
    font-family: var(--d6a02); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--o7b72);
}
.ff1d91 p { color: var(--i1064); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.nc3ed6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.i8bbcd {
    background: linear-gradient(145deg, var(--b50de), var(--h509b));
    border: 1px solid rgba(26,188,156,.15); border-radius: var(--bf4d9); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.i8bbcd:hover { transform: translateY(-5px); border-color: rgba(26,188,156,.4); }
.i8bbcd h3 {
    font-family: var(--d6a02); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--e448b);
}
.i8bbcd p { color: var(--i1064); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.a2398e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.ee4aee { text-align: center; padding: 22px 14px; }
.ia33d8 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--a4367), var(--fa33d));
    border-radius: 50%; font-family: var(--d6a02);
    font-size: 1.15rem; font-weight: 800; color: #04080F;
    box-shadow: 0 0 22px rgba(26,188,156,.35);
}
.ee4aee h3 {
    font-family: var(--d6a02); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--o7b72);
}
.ee4aee p { color: var(--i1064); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.o21382 {
    background: linear-gradient(145deg, var(--b50de), var(--h509b));
    border: 1px solid rgba(26,188,156,.18); border-radius: var(--lfd0c);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.45);
}
.n04ba5 { margin-top: 24px; }
.j74636 {
    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;
}
.j74636 > span:first-child { color: var(--i1064); text-align: left; }
.b8741f {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.ib88a1 {
    height: 100%;
    background: linear-gradient(90deg, #1ABC9C 0%, #48D1CC 100%);
    border-radius: 4px;
}
.j74636 > span:last-child { color: var(--e448b); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.n0536c { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.g4cb1a, .k797ce {
    background: linear-gradient(145deg, var(--b50de), var(--h509b));
    border-radius: var(--bf4d9); padding: 24px 22px;
}
.g4cb1a { border-top: 3px solid #1ABC9C; }
.k797ce { border-top: 3px solid var(--coral); }
.g4cb1a h3, .g4cb1a h4 { color: #1ABC9C; margin-bottom: 12px; font-size: 1rem; }
.k797ce h3, .k797ce h4 { color: var(--coral); margin-bottom: 12px; font-size: 1rem; }
.g4cb1a ul, .k797ce ul { list-style: none; padding: 0; margin: 0; }
.g4cb1a li::before { content: '\2713 '; color: #1ABC9C; font-weight: 700; }
.k797ce li::before { content: '\2717 '; color: var(--coral); font-weight: 700; }
.g4cb1a li, .k797ce li { padding: 5px 0; color: var(--i1064); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.ac0807 {
    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(--p3877);
    border-top: 1px solid rgba(26,188,156,.1);
    border-bottom: 1px solid rgba(26,188,156,.1);
}
.ac0807 h2 {
    font-family: var(--d6a02);
    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;
}
.ac0807 p { color: var(--i1064); 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(--a4367);
    border-radius: var(--mdccf); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--i1064); font-size: .9rem; }
.highlight-box strong { color: var(--e448b); }

/* ===== BREADCRUMB ===== */
.a85ec7 { padding: 14px 0; font-size: .82rem; }
.fb2013 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.fb2013 li + li::before { content: '\203A'; margin-right: 8px; color: var(--ha489); }
.a85ec7 a { color: var(--ha489); }
.a85ec7 a:hover { color: var(--e448b); }
.a85ec7 [aria-current] { color: var(--a4367); }

/* ===== SITE FOOTER ===== */
.m9eec7 {
    background: var(--o3c55); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.a14202 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.a14202 a {
    color: var(--ha489); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.a14202 a:hover { color: var(--e448b); }

.na4a90 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.na4a90 p {
    color: var(--ha489); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.na4a90 a { color: var(--a4367); }
.m8660c { text-align: center; color: var(--ha489); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.n0a504 { max-width: 800px; margin: 0 auto; }
.n0a504 p {
    color: var(--i1064); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.n0a504 p:last-child { margin-bottom: 0; }
.n0a504 strong { color: var(--o7b72); }
.n0a504 a { color: var(--e448b); text-decoration: underline; text-underline-offset: 3px; }
.n0a504 a:hover { color: var(--a4367); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.had301 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.df6140 { direction: rtl; }
.df6140 > * { direction: ltr; }
.f226c8 { border-radius: var(--lfd0c); overflow: hidden; }
.f226c8 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--lfd0c);
    border: 1px solid rgba(26,188,156,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.45);
}
.occ5e6 { color: var(--i1064); font-size: .93rem; line-height: 1.7; }
.occ5e6 strong { color: var(--o7b72); }
.occ5e6 a { color: var(--e448b); }
@media (max-width: 768px) {
    .had301 { grid-template-columns: 1fr; gap: 24px; }
    .df6140 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--o8172);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--o8172); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.h3e652 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--a4367);
    color: var(--o7b72); 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(--i11f1);
}
.h3e652.i7489a { opacity: 1; visibility: visible; }
.h3e652:hover { transform: translateY(-3px); background: var(--o8172); }

/* ===== REVIEW SCORE (review page) ===== */
.d9cace {
    font-family: var(--d6a02); 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(--e448b); 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(--i1064); width: 55%; }
.score-table td:last-child { color: var(--e448b); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.n425ff {
    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);
}
.n425ff .c53eb4 { 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) {
    .kd09eb { display: none; }
    .b15b41 .p60542 { display: none; }
    .ffa075 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .n0536c { grid-template-columns: 1fr; }
    section, .jefe10 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .a14202 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .a2398e { grid-template-columns: 1fr 1fr; }
    .n54064 { grid-template-columns: 1fr 1fr; }
    .j74636 { grid-template-columns: 1fr 100px auto; }
    .n425ff { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .d0e62f { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .a2398e { grid-template-columns: 1fr; }
    .n54064 { grid-template-columns: 1fr; }
    .k68859 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .d9cace { font-size: 3.5rem; }
    .j74636 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .n0536c { grid-template-columns: 1fr; }
    .o21382 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.cf16ef {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.cf16ef summary.g0592d {
    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(--o7b72);
    padding: 6px 11px;
    border-radius: var(--mdccf);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--f9f61);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.cf16ef summary.g0592d::-webkit-details-marker { display: none; }
.cf16ef summary.g0592d::marker { display: none; }
.cf16ef:hover summary.g0592d,
.cf16ef[open] summary.g0592d {
    background: rgba(255,255,255,.13);
    border-color: rgba(26,188,156,.35);
    color: var(--e448b);
}
.jfe8b8 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.cf16ef[open] .jfe8b8 { transform: rotate(180deg); }

.lb2fb1 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--b50de);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--bf4d9);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.cf16ef[open] .lb2fb1 {
    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); }
}
.lb2fb1 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--e46fa);
    border-radius: var(--mdccf);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.lb2fb1 li a:hover,
.lb2fb1 li a.mc5e6c {
    background: rgba(255,255,255,.08);
    color: var(--e448b);
}
.lb2fb1 li a.mc5e6c { font-weight: 700; }

/* Mobile lang bar */
.p269b2 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.p269b2 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(--mdccf);
    color: var(--e46fa);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.p269b2 a:hover,
.p269b2 a.ke0536 {
    background: rgba(26,188,156,.12);
    border-color: rgba(26,188,156,.3);
    color: var(--e448b);
}
.p269b2 a.ke0536 { font-weight: 700; }

@media (max-width: 768px) {
    .cf16ef { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.n54064, ul.j00380 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.i417e8 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .i417e8 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.a2398e, ol.n62378 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.n62378 > li { counter-increment: step-counter; }
ol.n62378 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--a4367); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.a6e746 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--a4367); }
.a6e411 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.f3e2dd { width: 36px; height: 36px; border-radius: 50%; background: var(--a4367); color: var(--o3c55); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.h9f3f9 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.lb316d { display: grid; grid-template-columns: 1fr; gap: 0; }
.le60cc { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.le60cc:last-child { border-bottom: none; }
.kdb9d2 { font-weight: 600; padding: .75rem 1rem; color: var(--a4367); }
.d89516 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.jcf008 .b5a344 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.jcf008 .acd05a { display: none; }
.jcf008 .nb2d6f.o0862e .acd05a { display: block; }

/* faq variant C: definition list */
dl.pd9aca { display: grid; gap: 0; }
dl.pd9aca dt.h9323d { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.pd9aca dd.acd05a { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.d94960 { padding: 2rem 0; }
.j8a001 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.j8a001 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--bf4d9); border: 1px solid var(--e6007); color: var(--e6007); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.j8a001 li a:hover { background: var(--e6007); color: var(--o3c55); }


/* Promo Banner (SVG image banners) */
.a221b7 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.pd19b1 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.pd19b1:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.j2730d { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.i9ec67 { display: inline-block; vertical-align: middle; }
.e5616c .i9ec67 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.m878bd {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--b50de), var(--h509b));
    border-radius: var(--bf4d9); padding: 24px; margin-top: 24px;
}
.g547ed { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--mdccf); background: var(--p3877); }
.g547ed dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.g547ed dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--e6007); }
@media (max-width: 768px) { .m878bd { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .m878bd { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--e6007); 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; }
  .g03bd5 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.c53eb4, .g03bd5, .d0e62f, .pd3ac2, .o4a192, .ffa075, .b5a344, .h9323d, .h3e652, .n425ff a, .g0592d { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.g03bd5 { position: relative; overflow: visible; }
.g03bd5::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--e6007); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.g03bd5:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.g03bd5::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.b415aa { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.j2ff1a {
    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);
}
.j2ff1a.j91f2c { color: var(--e6007); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.m27e76, .a69106 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.f79bd9, .jb49df { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--mdccf); background: var(--b50de); transition: transform 0.2s; }
.f79bd9:hover, .jb49df:hover { transform: translateY(-2px); }
.f79bd9 span, .jb49df span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.h35353 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.ff5dec { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--mdccf); background: var(--b50de); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.ff5dec:hover { border-color: var(--e6007); }
.ff5dec span { font-size: 0.7rem; color: var(--e6007); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.ae6124 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.aeb0c4 { background: var(--b50de); border-radius: var(--bf4d9); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.ld8e4b { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.h67f0c { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--e6007), var(--a4367)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--o3c55); flex-shrink: 0; }
.j1ae87 { color: var(--e6007); font-size: 14px; letter-spacing: 1px; }
.ac6139 { color: var(--ha489); font-size: 0.75rem; }
.aeb0c4 p { font-size: 0.9rem; color: var(--e46fa); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1280px; }
:root { --radius: 12px; --radius-lg: 20px; --radius-sm: 8px; }
.section { padding: clamp(40px, 5vw, 60px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.btn { border-radius: 999px; }
.btn-lg { border-radius: 999px; }
.btn-sm { border-radius: 999px; }
.info-card:hover, .bonus-card:hover { box-shadow: 0 4px 24px rgba(0,0,0,.5); }
body { line-height: 1.75; }
body { font-size: 17px; }
.section + .section::before { content: ''; display: block; width: 60px; height: 3px; background: var(--gold); margin: 0 auto 40px; opacity: .3; }
.image-text { grid-template-columns: 1.2fr .8fr; }
