@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500;600;700;800&family=Source+Sans+3:wght@400;500;600;700&display=swap');
/* ===== EMERALD FORTUNE — Design System ===== */
:root {
    --d1503:        #2ECC71;
    --dc182:  #58D68D;
    --b8ed9:   #1E8C4E;
    --j1808:         #27AE60;
    --ge69d:         #F1C40F;
    --l12b8:    #D4AC0D;
    --g8615:         #2ECC71;
    --j924d:    #1A9B54;
    --n7947:           #040A06;
    --ncc33:         #081408;
    --ldc5a:         #0C1E0C;
    --m0984:         #102810;
    --l306b:        #FFFFFF;
    --j308d:         #A8C4AB;
    --c770c:       #6E9074;
    --h1ab8:       #A8C4AB;
    --c1ea3:    'EB Garamond', Georgia, serif;
    --j1153:    'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --pbd9f:       10px;
    --d0c92:    18px;
    --p080a:    6px;
    --ocae2:        1100px;
    --af8ec:       0 4px 28px rgba(0,0,0,.55);
    --nc6b2:         0 0 32px rgba(46,204,113,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--d1503);
    --color-primary-light: var(--dc182);
    --color-primary-dark: var(--b8ed9);
    --color-accent: var(--ge69d);
    --color-accent-dark: var(--l12b8);
    --color-secondary: var(--g8615);
    --color-secondary-dark: var(--j924d);
    --color-surface: var(--ldc5a);
    --color-surface-elevated: var(--m0984);
    --color-on-surface: var(--l306b);
    --color-on-surface-muted: var(--j308d);
    --color-text: var(--l306b);
    --color-text-secondary: var(--h1ab8);
    --text-heading: var(--c1ea3);
    --text-body: var(--j1153);
    --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(--j1153);
    background: var(--n7947);
    color: var(--l306b);
    line-height: 1.72;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--dc182); text-decoration: none; transition: color .2s; }
a:hover { color: var(--ge69d); }
img { max-width: 100%; height: auto; display: block; }

.k582d9 { width: 92%; max-width: var(--ocae2); margin: 0 auto; }

.aa2aa7 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.dc0316 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--d1503); color: var(--l306b);
    padding: 8px 16px; border-radius: var(--p080a);
    z-index: 999; transition: top .2s;
}
.dc0316:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.hc1865 {
    position: sticky; top: 0; z-index: 100;
    background: rgba(4,10,6,.94);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(46,204,113,.12);
}
.ab9334 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.h00b59 {
    font-family: var(--c1ea3);
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    font-weight: 700; color: var(--l306b);
    white-space: nowrap; text-decoration: none;
    letter-spacing: .3px;
}
.h00b59:hover { color: var(--ge69d); }

/* Main Nav */
.eeb19d { display: flex; align-items: center; gap: 20px; }
.n0a522 {
    display: flex; gap: 26px; list-style: none;
    font-size: .91rem; font-weight: 500; align-items: center;
}
.n0a522 a {
    color: var(--j308d); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.n0a522 a:hover { color: var(--dc182); }

/* Language Select */
.k65bfb {
    background: var(--ldc5a); color: var(--l306b);
    border: 1px solid rgba(46,204,113,.22);
    border-radius: var(--p080a);
    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='%232ECC71'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 8px center;
    transition: border-color .2s;
}
.k65bfb:hover, .k65bfb:focus { border-color: var(--d1503); outline: none; }

/* Menu Toggle */
.b7cf98 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.h7b00b, .h7b00b::before, .h7b00b::after {
    display: block; width: 24px; height: 2px;
    background: var(--l306b); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.h7b00b { position: relative; }
.h7b00b::before, .h7b00b::after { content: ''; position: absolute; left: 0; }
.h7b00b::before { top: -7px; }
.h7b00b::after { top: 7px; }

/* Mobile Nav */
.d8ee23 {
    display: none; position: fixed; inset: 0;
    background: rgba(4,10,6,.97); z-index: 200;
    align-items: center; justify-content: center;
    flex-direction: column; padding: 60px 20px;
}
.d8ee23.b54885 { display: flex; }
.g70398 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 26px;
}
.g70398 a {
    font-size: 1.2rem; font-weight: 600; color: var(--l306b); text-decoration: none;
    font-family: var(--c1ea3);
}
.g70398 a:hover { color: var(--dc182); }

/* ===== BUTTONS ===== */
.c9412d {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--c1ea3); font-weight: 700; font-size: .97rem;
    padding: 12px 28px; border-radius: var(--pbd9f); 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(--d1503) 0%, var(--j1808) 100%);
    color: var(--l306b); box-shadow: var(--nc6b2);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 44px rgba(46,204,113,.55);
    color: var(--l306b);
}
.btn-secondary {
    background: transparent; color: var(--dc182);
    border: 2px solid var(--d1503);
}
.btn-secondary:hover { background: rgba(46,204,113,.08); color: var(--ge69d); }

/* Gold CTA — main call-to-action */
@keyframes pulse-glow {
    0%,100% { box-shadow: 0 0 22px rgba(46,204,113,.35); }
    50%      { box-shadow: 0 0 52px rgba(46,204,113,.7), 0 0 90px rgba(46,204,113,.18); }
}
.m40a45 {
    background: linear-gradient(135deg, var(--d1503) 0%, #1A9B54 55%, var(--b8ed9) 100%);
    color: var(--l306b); font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(46,204,113,.4);
    /* animation moved to ::after */
}
.m40a45:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(46,204,113,.7);
    color: var(--l306b); animation: none;
}

.ha64fb { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--d0c92); }
.pf1e8a { padding: 8px 18px; font-size: .85rem; border-radius: var(--p080a); }

/* Nav CTA in header */
.e4342f {
    background: linear-gradient(135deg, var(--d1503) 0%, var(--b8ed9) 100%);
    color: var(--l306b) !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--p080a);
    box-shadow: 0 0 16px rgba(46,204,113,.3);
    transition: transform .2s, box-shadow .2s;
}
.e4342f:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(46,204,113,.55);
    color: var(--l306b) !important;
}

/* ===== PAGE HERO (subpages) ===== */
.p362b5 {
    padding: clamp(52px, 8vw, 90px) 0 clamp(44px, 6vw, 70px);
    text-align: center;
    background:
        radial-gradient(ellipse 80% 55% at 50% 0%, rgba(46,204,113,.12) 0%, transparent 65%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(241,196,15,.05) 0%, transparent 60%),
        var(--n7947);
    position: relative; overflow: hidden;
}
.p362b5::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 4C24 4 28 14 36 14C36 14 26 18 26 28C26 28 22 18 14 18C14 18 24 14 24 4Z' fill='rgba(46,204,113,0.015)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.i1c07b {
    font-family: var(--c1ea3);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--d1503) 0%, var(--dc182) 50%, var(--ge69d) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.ec662d {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--j308d);
    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(46,204,113,.11) 0%, transparent 70%),
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(241,196,15,.06) 0%, transparent 60%),
        var(--n7947);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 4C24 4 28 14 36 14C36 14 26 18 26 28C26 28 22 18 14 18C14 18 24 14 24 4Z' fill='rgba(46,204,113,0.02)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.hero h1 {
    font-family: var(--c1ea3);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800; line-height: 1.12; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--d1503) 0%, var(--dc182) 45%, var(--ge69d) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--j308d);
    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(--j308d);
    padding: 7px 14px;
    background: rgba(46,204,113,.06);
    border: 1px solid rgba(46,204,113,.15);
    border-radius: var(--p080a);
}
.hero-stat strong { color: var(--dc182); }

/* ===== SECTIONS ===== */
.hab661 { padding: clamp(52px, 7vw, 80px) 0; }
.nf2f8b { background: var(--ncc33); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.8px;
    color: var(--d1503); margin-bottom: 10px;
}
.hab661 h2, .had83e {
    font-family: var(--c1ea3);
    font-size: clamp(1.5rem, 3.5vw, 2.15rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.22;
}
.hab661 h3 {
    font-family: var(--c1ea3); font-size: 1.12rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--dc182);
}
.hab661 p, .section-desc {
    color: var(--j308d); font-size: .95rem; line-height: 1.72; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.hab661 ul, .hab661 ol {
    color: var(--j308d); font-size: .93rem; line-height: 1.72;
    padding-left: 20px; margin-bottom: 16px;
}
.hab661 li { margin-bottom: 8px; }
.hab661 li strong { color: var(--l306b); }

/* ===== 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(--ldc5a), var(--m0984));
    border: 1px solid rgba(46,204,113,.1);
    border-radius: var(--pbd9f); padding: 28px 24px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.card:hover {
    transform: translateY(-4px);
    border-color: rgba(46,204,113,.3);
    box-shadow: var(--af8ec);
}
.g8b46c { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--c1ea3); font-size: 1.07rem; font-weight: 700;
    margin-bottom: 8px; color: var(--l306b);
}
.card p { color: var(--j308d); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.p0c016 { overflow-x: auto; margin: 24px 0; border-radius: var(--p080a); }
.la73d2 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.la73d2 thead th {
    background: var(--m0984); color: var(--l306b); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(46,204,113,.2);
}
.la73d2 thead th:first-child { border-radius: var(--p080a) 0 0 0; }
.la73d2 thead th:last-child { border-radius: 0 var(--p080a) 0 0; }
.la73d2 tr { border-bottom: 1px solid rgba(255,255,255,.05); }
.la73d2 td { padding: 13px 16px; }
.la73d2 td:first-child { color: var(--j308d); font-weight: 500; width: 42%; }
.la73d2 td:last-child { color: var(--l306b); font-weight: 600; }
.la73d2 tr:hover { background: rgba(46,204,113,.04); }

/* ===== STEPS ===== */
.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 24px; counter-reset: step;
}
.step {
    text-align: center; padding: 24px 16px; counter-increment: step;
}
.step::before {
    content: counter(step);
    display: flex; align-items: center; justify-content: center;
    width: 48px; height: 48px; margin: 0 auto 16px;
    background: linear-gradient(135deg, var(--d1503), var(--j1808));
    border-radius: 50%; font-family: var(--c1ea3);
    font-size: 1.2rem; font-weight: 700; color: var(--l306b);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--j308d); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.f79e47 { max-width: 800px; margin: 0 auto; }
details.p67890 { border-bottom: 1px solid rgba(255,255,255,.06); }
details.p67890 summary {
    display: block; list-style: none;
    color: var(--l306b); font-family: var(--c1ea3);
    font-size: .98rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.p67890 summary::-webkit-details-marker { display: none; }
details.p67890 summary::marker { display: none; content: ''; }
details.p67890 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--d1503); transition: transform .3s;
}
details.p67890[open] summary::after { content: '\2212'; }
details.p67890 summary:hover { color: var(--dc182); }
details.p67890 > p { padding: 0 0 20px; color: var(--j308d); font-size: .9rem; line-height: 1.72; }
details.p67890 > div { padding: 0 0 20px; color: var(--j308d); font-size: .9rem; line-height: 1.72; }
.faq-section { background: var(--ncc33); }

/* ===== INFO GRID & CARDS ===== */
.nc53fe {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.pbef3a {
    background: linear-gradient(145deg, var(--ldc5a), var(--m0984));
    border: 1px solid rgba(46,204,113,.1); border-radius: var(--pbd9f); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.pbef3a:hover {
    transform: translateY(-5px);
    border-color: rgba(46,204,113,.35);
    box-shadow: var(--af8ec);
}
.ffaf19 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.pbef3a h3 {
    font-family: var(--c1ea3); font-size: 1.07rem; font-weight: 700;
    margin-bottom: 8px; color: var(--l306b);
}
.pbef3a p { color: var(--j308d); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.l047d2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.pdd02e {
    background: linear-gradient(145deg, var(--ldc5a), var(--m0984));
    border: 1px solid rgba(241,196,15,.12); border-radius: var(--pbd9f); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.pdd02e:hover { transform: translateY(-5px); border-color: rgba(241,196,15,.35); }
.pdd02e h3 {
    font-family: var(--c1ea3); font-size: 1.07rem; font-weight: 700;
    margin-bottom: 8px; color: var(--ge69d);
}
.pdd02e p { color: var(--j308d); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.a785f2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.h163f6 { text-align: center; padding: 22px 14px; }
.b672f0 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--d1503), var(--j1808));
    border-radius: 50%; font-family: var(--c1ea3);
    font-size: 1.15rem; font-weight: 800; color: var(--l306b);
    box-shadow: 0 0 22px rgba(46,204,113,.35);
}
.h163f6 h3 {
    font-family: var(--c1ea3); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--l306b);
}
.h163f6 p { color: var(--j308d); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.h0b6b1 {
    background: linear-gradient(145deg, var(--ldc5a), var(--m0984));
    border: 1px solid rgba(46,204,113,.16); border-radius: var(--d0c92);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 44px rgba(0,0,0,.45);
}
.h9a6ab { margin-top: 24px; }
.h4f5d8 {
    display: grid; grid-template-columns: 1fr 140px auto;
    align-items: center; gap: 12px;
    padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.05);
    font-size: .9rem;
}
.h4f5d8 > span:first-child { color: var(--j308d); text-align: left; }
.pacce3 {
    height: 7px; background: rgba(255,255,255,.07);
    border-radius: 4px; overflow: hidden;
}
.kcf17f {
    height: 100%;
    background: linear-gradient(90deg, var(--d1503) 0%, var(--ge69d) 100%);
    border-radius: 4px;
}
.h4f5d8 > span:last-child { color: var(--ge69d); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.m9dfba { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.f50455, .ab69da {
    background: linear-gradient(145deg, var(--ldc5a), var(--m0984));
    border-radius: var(--pbd9f); padding: 24px 22px;
}
.f50455 { border-top: 3px solid var(--g8615); }
.ab69da { border-top: 3px solid #A93226; }
.f50455 h3, .f50455 h4 { color: var(--g8615); margin-bottom: 12px; font-size: 1rem; font-family: var(--c1ea3); }
.ab69da h3, .ab69da h4 { color: #E74C3C; margin-bottom: 12px; font-size: 1rem; font-family: var(--c1ea3); }
.f50455 ul, .ab69da ul { list-style: none; padding: 0; margin: 0; }
.f50455 li::before { content: '\2713 '; color: var(--g8615); font-weight: 700; }
.ab69da li::before { content: '\2717 '; color: #A93226; font-weight: 700; }
.f50455 li, .ab69da li { padding: 5px 0; color: var(--j308d); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.b72778 {
    text-align: center; padding: clamp(52px, 7vw, 80px) 0;
    background:
        radial-gradient(ellipse 70% 60% at 50% 50%, rgba(46,204,113,.08) 0%, transparent 65%),
        radial-gradient(ellipse 80% 50% at 50% 50%, rgba(241,196,15,.05) 0%, transparent 70%),
        var(--ncc33);
    border-top: 1px solid rgba(46,204,113,.1);
    border-bottom: 1px solid rgba(46,204,113,.1);
}
.b72778 h2 {
    font-family: var(--c1ea3);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--d1503), var(--ge69d));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.b72778 p { color: var(--j308d); margin-bottom: 32px; font-size: .97rem; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ===== HIGHLIGHT BOX ===== */
.highlight-box {
    background: linear-gradient(135deg, rgba(46,204,113,.07), rgba(30,140,78,.04));
    border: 1px solid rgba(46,204,113,.18); border-left: 4px solid var(--d1503);
    border-radius: var(--p080a); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--j308d); font-size: .9rem; }
.highlight-box strong { color: var(--dc182); }

/* ===== BREADCRUMB ===== */
.ie1351 { padding: 14px 0; font-size: .82rem; }
.mb426f { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.mb426f li + li::before { content: '\203A'; margin-right: 8px; color: var(--c770c); }
.ie1351 a { color: var(--c770c); }
.ie1351 a:hover { color: var(--dc182); }
.ie1351 [aria-current] { color: var(--d1503); }

/* ===== SITE FOOTER ===== */
.o9a128 {
    background: var(--n7947); border-top: 1px solid rgba(255,255,255,.05);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.n4213b {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.n4213b a {
    color: var(--c770c); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.n4213b a:hover { color: var(--dc182); }

.ibd60b {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.05); margin-top: 8px;
}
.ibd60b p {
    color: var(--c770c); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.ibd60b a { color: var(--d1503); }
.oda6ee { text-align: center; color: var(--c770c); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.e10534 { max-width: 800px; margin: 0 auto; }
.e10534 p {
    color: var(--j308d); font-size: .95rem; line-height: 1.82;
    margin-bottom: 18px;
}
.e10534 p:last-child { margin-bottom: 0; }
.e10534 strong { color: var(--l306b); }
.e10534 a { color: var(--dc182); text-decoration: underline; text-underline-offset: 3px; }
.e10534 a:hover { color: var(--ge69d); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.adf8b0 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.dbfdf4 { direction: rtl; }
.dbfdf4 > * { direction: ltr; }
.o5e6d0 { border-radius: var(--d0c92); overflow: hidden; }
.o5e6d0 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--d0c92);
    border: 1px solid rgba(46,204,113,.15);
    box-shadow: 0 8px 36px rgba(0,0,0,.45);
}
.baf301 { color: var(--j308d); font-size: .93rem; line-height: 1.72; }
.baf301 strong { color: var(--l306b); }
.baf301 a { color: var(--dc182); }
@media (max-width: 768px) {
    .adf8b0 { grid-template-columns: 1fr; gap: 24px; }
    .dbfdf4 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--b8ed9);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--b8ed9); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.ed14ae {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--d1503);
    color: var(--l306b); 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(--af8ec);
}
.ed14ae.h54fcc { opacity: 1; visibility: visible; }
.ed14ae:hover { transform: translateY(-3px); background: var(--b8ed9); }

/* ===== REVIEW SCORE (review page) ===== */
.p70d53 {
    font-family: var(--c1ea3); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--d1503), var(--ge69d));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--ge69d); letter-spacing: 3px; margin: 8px 0; }
.score-table { width: 100%; border-collapse: collapse; margin-top: 20px; font-size: .9rem; }
.score-table td { padding: 10px 12px; border-bottom: 1px solid rgba(255,255,255,.05); }
.score-table td:first-child { color: var(--j308d); width: 55%; }
.score-table td:last-child { color: var(--ge69d); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.na2198 {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
    padding: 12px 16px;
    background: rgba(4,10,6,.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(46,204,113,.2);
    text-align: center;
    box-shadow: 0 -4px 24px rgba(0,0,0,.5);
}
.na2198 .c9412d { 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) {
    .n0a522 { display: none; }
    .eeb19d .k65bfb { display: none; }
    .b7cf98 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .m9dfba { grid-template-columns: 1fr; }
    section, .hab661 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .n4213b { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .a785f2 { grid-template-columns: 1fr 1fr; }
    .nc53fe { grid-template-columns: 1fr 1fr; }
    .h4f5d8 { grid-template-columns: 1fr 100px auto; }
    .na2198 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .ha64fb { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .a785f2 { grid-template-columns: 1fr; }
    .nc53fe { grid-template-columns: 1fr; }
    .ab9334 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .p70d53 { font-size: 3.5rem; }
    .h4f5d8 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .m9dfba { grid-template-columns: 1fr; }
    .h0b6b1 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.e50761 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.e50761 summary.pa2010 {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(46,204,113,.07);
    border: 1px solid rgba(46,204,113,.13);
    color: var(--l306b);
    padding: 6px 11px;
    border-radius: var(--p080a);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--j1153);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.e50761 summary.pa2010::-webkit-details-marker { display: none; }
.e50761 summary.pa2010::marker { display: none; }
.e50761:hover summary.pa2010,
.e50761[open] summary.pa2010 {
    background: rgba(46,204,113,.14);
    border-color: rgba(46,204,113,.35);
    color: var(--ge69d);
}
.a8b5f5 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.e50761[open] .a8b5f5 { transform: rotate(180deg); }

.f44133 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--ldc5a);
    border: 1px solid rgba(46,204,113,.12);
    border-radius: var(--pbd9f);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 36px rgba(0,0,0,.6);
    min-width: 160px;
}
.e50761[open] .f44133 {
    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); }
}
.f44133 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--h1ab8);
    border-radius: var(--p080a);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.f44133 li a:hover,
.f44133 li a.b631a9 {
    background: rgba(46,204,113,.1);
    color: var(--ge69d);
}
.f44133 li a.b631a9 { font-weight: 700; }

/* Mobile lang bar */
.fceef9 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 8px;
}
.fceef9 a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    background: rgba(46,204,113,.06);
    border: 1px solid rgba(46,204,113,.1);
    border-radius: var(--p080a);
    color: var(--h1ab8);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.fceef9 a:hover,
.fceef9 a.bb549c {
    background: rgba(46,204,113,.14);
    border-color: rgba(46,204,113,.3);
    color: var(--ge69d);
}
.fceef9 a.bb549c { font-weight: 700; }

@media (max-width: 768px) {
    .e50761 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.nc53fe, ul.n1f682 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.n6e1f9 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .n6e1f9 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.a785f2, ol.m18c60 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.m18c60 > li { counter-increment: step-counter; }
ol.m18c60 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--d1503); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.k4b958 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--d1503); }
.b3e464 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.o5948e { width: 36px; height: 36px; border-radius: 50%; background: var(--d1503); color: var(--n7947); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.h30f5d h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.p0ee25 { display: grid; grid-template-columns: 1fr; gap: 0; }
.hc5123 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.hc5123:last-child { border-bottom: none; }
.g5a59f { font-weight: 600; padding: .75rem 1rem; color: var(--d1503); }
.od65df { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.ce73ff .a7fef1 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.ce73ff .k4149a { display: none; }
.ce73ff .p67890.b54885 .k4149a { display: block; }

/* faq variant C: definition list */
dl.f79e47 { display: grid; gap: 0; }
dl.f79e47 dt.j4f0d3 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.f79e47 dd.k4149a { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.a3b1f8 { padding: 2rem 0; }
.je322a { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.je322a li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--pbd9f); border: 1px solid var(--ge69d); color: var(--ge69d); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.je322a li a:hover { background: var(--ge69d); color: var(--n7947); }


/* Promo Banner (SVG image banners) */
.a515ec { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.f9af06 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.f9af06:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.mc4e05 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.g8b46c { display: inline-block; vertical-align: middle; }
.ffaf19 .g8b46c { 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(--ldc5a), var(--m0984));
    border-radius: var(--pbd9f); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--p080a); background: var(--ncc33); }
.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(--ge69d); }
@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(--ge69d); 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; }
  .m40a45 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.c9412d, .m40a45, .ha64fb, .pf1e8a, .e4342f, .b7cf98, .a7fef1, .j4f0d3, .ed14ae, .na2198 a, .pa2010 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.m40a45 { position: relative; overflow: visible; }
.m40a45::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--ge69d); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.m40a45:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.m40a45::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(--ge69d); 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(--p080a); background: var(--ldc5a); 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(--p080a); background: var(--ldc5a); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--ge69d); }
.trust-item span { font-size: 0.7rem; color: var(--ge69d); 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(--ldc5a); border-radius: var(--pbd9f); 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(--ge69d), var(--d1503)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--n7947); flex-shrink: 0; }
.review-stars { color: var(--ge69d); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--c770c); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--h1ab8); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1100px; }
:root { --radius: 24px; --radius-lg: 36px; --radius-sm: 14px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 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: 0 2px 8px rgba(0,0,0,.2); }
body { line-height: 1.8; }
body { font-size: 15px; }
.image-text { grid-template-columns: 1.2fr .8fr; }


/* ===== USA design language: Midnight Garden (garden) ===== */
:root{
  --cbg:#08120C; --csurf:#0E1E14; --csurf2:#16281C;
  --ctext:#F2E8D5; --cmuted:#B5A18C; --cacc:#F5B5C9; --cacc2:#6FAE83;
  --cbord:#2A3A2C; --cfh:'Crimson Pro',Georgia,serif; --cfb:'Inter',sans-serif;
}
html{scroll-behavior:smooth;}
*{box-sizing:border-box;}
body{font-family:var(--cfb);color:var(--ctext)!important;line-height:1.6;}
h1,h2,h3,h4,.i1c07b,.had83e{font-family:var(--cfh);}
.k582d9{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.hab661{padding:58px 0;position:relative;}
.nc53fe{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.nc53fe.n6e1f9{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.a785f2{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.m9dfba{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.adf8b0{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.dbfdf4{direction:rtl;}.dbfdf4>*{direction:ltr;}
.o5e6d0 img,.o5e6d0 svg{width:100%;height:auto;}
.baf301 p{margin:0 0 1em;}
.f79e47{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.j4f0d3{cursor:pointer;list-style:none;position:relative;}.j4f0d3::-webkit-details-marker{display:none;}
.trust-grid{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;}
.trust-item{display:inline-flex;align-items:center;gap:10px;text-decoration:none;}
.trust-item img{width:30px;height:30px;}
.mc4e05{width:100%;height:auto;display:block;}
.logo-mark{vertical-align:middle;margin-right:9px;}
table{width:100%;border-collapse:collapse;}
table th,table td{padding:13px 16px;text-align:left;}
@media (prefers-reduced-motion: no-preference){
  @keyframes u-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
  .hero-art img,.hero-art svg{animation:u-float 6.5s ease-in-out infinite;}
  section.u-rev{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease;}
  section.u-rev.u-in{opacity:1;transform:none;}
}
@media (max-width:900px){
  .p362b5 .k582d9{grid-template-columns:1fr !important;}
  .adf8b0,.m9dfba{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.dbfdf4{direction:ltr;}
}

/* MIDNIGHT GARDEN — botanical dark, Crimson Pro italic, floral SVG */
body{background:
  radial-gradient(660px 520px at 6% 4%,rgba(245,181,201,0.14),transparent 60%),
  radial-gradient(620px 480px at 96% 14%,rgba(111,174,131,0.12),transparent 60%),#08120C!important;color:#F2E8D5!important;}
header,.hc1865{background:rgba(8,18,12,0.88)!important;border-bottom:1px solid rgba(111,174,131,0.35)!important;backdrop-filter:blur(8px);}
header a,nav a{color:#B5A18C!important;font-family:'Crimson Pro',serif;font-style:italic;font-size:.98rem;}header a:hover{color:#F5B5C9!important;}
.p362b5{padding:90px 0 64px;}
.p362b5.has-art .k582d9{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center;}
.i1c07b{font-family:'Crimson Pro',serif;font-weight:600;font-style:italic;font-size:clamp(2.4rem,5.2vw,4rem);line-height:1.04;color:#F2E8D5!important;-webkit-text-fill-color:#F2E8D5!important;background:none!important;letter-spacing:-.005em;}
.i1c07b::after{content:"";display:inline-block;width:60px;height:60px;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'><path d='M40 8 C 55 8 70 22 70 42 C 55 50 30 50 12 38 C 18 18 28 8 40 8 Z' fill='none' stroke='%236FAE83' stroke-width='1' stroke-opacity='0.35'/><path d='M40 8 C 35 22 32 32 32 50' fill='none' stroke='%236FAE83' stroke-width='0.8' stroke-opacity='0.3'/></svg>") no-repeat center/contain;margin-left:14px;vertical-align:-12px;}
.ec662d{color:#B5A18C;font-family:'Crimson Pro',serif;font-style:italic;font-size:1.16rem;max-width:54ch;margin:20px 0 28px;}
.had83e{text-align:center;font-family:'Crimson Pro',serif;font-style:italic;font-weight:600;color:#F2E8D5!important;position:relative;padding:0 60px;}
.had83e::before,.had83e::after{content:"";position:absolute;top:50%;width:48px;height:32px;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'><path d='M40 8 C 55 8 70 22 70 42 C 55 50 30 50 12 38 C 18 18 28 8 40 8 Z' fill='none' stroke='%236FAE83' stroke-width='1' stroke-opacity='0.35'/><path d='M40 8 C 35 22 32 32 32 50' fill='none' stroke='%236FAE83' stroke-width='0.8' stroke-opacity='0.3'/></svg>") no-repeat center/contain;}
.had83e::before{left:0;transform:translateY(-50%) scaleX(-1);}.had83e::after{right:0;transform:translateY(-50%);}
.m40a45,.e4342f{background:#F5B5C9!important;color:#08120C!important;border:none!important;border-radius:999px;font-family:'Inter',sans-serif;font-weight:600;letter-spacing:.04em;box-shadow:0 12px 26px rgba(245,181,201,0.32);}
.ha64fb{padding:15px 34px;}.m40a45:hover,.e4342f:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(245,181,201,0.5);}
.hero-trust{display:flex;gap:14px;flex-wrap:wrap;margin-top:20px;}
.hero-badge{background:none!important;border:1px solid rgba(111,174,131,0.5)!important;color:#B5A18C!important;border-radius:999px;padding:8px 16px;font-family:'Crimson Pro',serif;font-style:italic;font-size:.92rem;}
.pbef3a,.pdd02e,.h163f6,.f50455,.ab69da{background:rgba(14,30,20,0.7)!important;border:1px solid rgba(111,174,131,0.35)!important;border-radius:18px;padding:26px;backdrop-filter:blur(6px);transition:transform .2s,border-color .2s,box-shadow .2s;}
.pbef3a:hover,.pdd02e:hover,.h163f6:hover{transform:translateY(-4px);border-color:#F5B5C9!important;box-shadow:0 16px 36px #00000060;}
.pbef3a h3,.pdd02e h3,.h163f6 h3{color:#F2E8D5!important;font-family:'Crimson Pro',serif;font-style:italic;font-weight:600;font-size:1.3rem;}
.pbef3a p,.pdd02e p,.h163f6 p{color:#B5A18C!important;}
.baf301{color:#B5A18C;}.baf301 strong{color:#F5B5C9;font-style:italic;}.o5e6d0 img{border-radius:20px;box-shadow:0 18px 38px #00000070;}
.nf2f8b{background:rgba(14,30,20,0.4)!important;}
.p67890{background:rgba(14,30,20,0.6)!important;border:1px solid rgba(111,174,131,0.3)!important;border-radius:14px;padding:4px 20px;}
.j4f0d3{color:#F2E8D5!important;font-family:'Crimson Pro',serif;font-style:italic;font-weight:600;font-size:1.14rem;padding:15px 0;}
details.p67890 summary.j4f0d3::after{content:"❦";position:absolute;right:0;top:14px;color:#F5B5C9;}details.p67890[open] summary.j4f0d3::after{content:"✦";}
.k4149a{color:#B5A18C!important;padding-bottom:14px;}
.trust-item{background:rgba(14,30,20,0.6)!important;border:1px solid rgba(111,174,131,0.4)!important;border-radius:999px;padding:11px 18px;color:#F2E8D5!important;font-family:'Crimson Pro',serif;font-style:italic;}
.f9af06{border-radius:20px;display:block;overflow:hidden;box-shadow:0 18px 40px #00000070;}
footer,.o9a128{background:#08120C!important;border-top:1px solid rgba(111,174,131,0.35)!important;color:#B5A18C!important;}footer a{color:#B5A18C!important;}

.e10534 strong,.adf8b0 strong,.faq strong,.m9dfba strong{color:inherit !important;}
