/* ╔══════════════════════════════════════════╗
   ║  SANJA — Charte graphique principale     ║
   ║  Noir + Or · Élégant · Direct · Mystique ║
   ╚══════════════════════════════════════════╝ */

:root {
    --black: #0A0A0A;
    --black-soft: #14131A;
    --black-elev: #1E1B26;
    --gold: #D4AF7A;
    --gold-bright: #E8C792;
    --gold-deep: #B58D58;
    --teal: #1F8B83;
    --teal-bright: #2DAFA5;
    --cream: #F5EFE3;
    --cream-soft: #E8DFD0;
    --gray: #6B6573;
    --gray-light: #B5AEBC;
    --red-soft: #C97A6F;

    --shadow-gold: 0 0 40px rgba(212, 175, 122, 0.15);
    --shadow-deep: 0 20px 60px rgba(0, 0, 0, 0.4);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
    background: var(--black);
    color: var(--cream);
    line-height: 1.7;
    font-size: 18px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ─── TYPOGRAPHIE ─── */
h1, h2, h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 600;
    line-height: 1.15;
    color: var(--cream);
    letter-spacing: -0.01em;
}
h1 { font-size: clamp(48px, 7vw, 88px); font-weight: 500; font-style: italic; }
h2 { font-size: clamp(32px, 5vw, 56px); font-weight: 500; }
h3 { font-size: clamp(22px, 3vw, 30px); }
.italic { font-style: italic; }
.gold { color: var(--gold); }
.cream { color: var(--cream); }

p { font-size: 17px; color: var(--cream-soft); line-height: 1.75; }

.uppercase {
    font-family: 'Josefin Sans', 'Inter', system-ui, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-size: 12px;
    font-weight: 300;
    color: var(--gold);
}

/* ─── HEADER ─── */
header.site-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    padding: 18px 32px;
    background: rgba(10, 10, 10, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid rgba(212, 175, 122, 0.1);
    height: 70px;
    box-sizing: border-box;
}
.brand {
    font-family: 'Gloock', serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.18em;
    color: var(--gold);
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    display: inline-flex;
    align-items: baseline;
    background: linear-gradient(to bottom,
        #F5E4A8 0%,
        #E8C97A 25%,
        #C9A84C 60%,
        #A07830 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 6px rgba(160, 120, 44, 0.18));
}
.brand-tag {
    font-family: 'Josefin Sans', 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.22em;
    color: var(--gray-light);
    margin-left: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-text-fill-color: var(--gray-light);
}
.site-nav {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 1;
    min-width: 0;
}
.site-nav a {
    font-family: 'Josefin Sans', 'Inter', sans-serif;
    color: var(--cream-soft);
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transition: color 0.3s;
    white-space: nowrap;
}
.site-nav a:hover { color: var(--gold); }

@media (max-width: 900px) {
    header.site-header { padding: 12px 16px; gap: 8px; }
    .brand { font-size: 20px; letter-spacing: 4px; }
    .brand-tag { display: none; }
    .site-nav { gap: 14px; }
    .site-nav a { font-size: 11px; letter-spacing: 0.5px; }
    /* Cacher les liens texte secondaires, garder le CTA + auth widget */
    .site-nav a:not(.btn) { display: none; }
}
@media (max-width: 540px) {
    .brand { font-size: 18px; letter-spacing: 3px; }
    .site-nav { gap: 10px; }
    .site-nav a.btn { padding: 8px 14px !important; font-size: 10px !important; letter-spacing: 1.5px !important; }
}

/* ─── HERO ─── */
.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 140px 24px 80px;
    background: radial-gradient(circle at 50% 30%, rgba(212, 175, 122, 0.08) 0%, transparent 50%), var(--black);
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at top, rgba(212, 175, 122, 0.04) 0%, transparent 60%);
    pointer-events: none;
}
.hero-eyebrow {
    display: flex;
    gap: 28px;
    justify-content: center;
    margin-bottom: 56px;
}
.hero-eyebrow span {
    font-family: 'Josefin Sans', 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.32em;
    color: var(--gray-light);
    text-transform: uppercase;
}
.sanja-mark {
    font-family: 'Gloock', serif;
    font-size: clamp(88px, 15vw, 164px);
    font-weight: 400;
    color: var(--gold);
    letter-spacing: 0.08em;
    margin-bottom: 64px;
    line-height: 1;
    padding-bottom: 0.08em;
    background: linear-gradient(to bottom,
        #F5E4A8 0%,
        #E8C97A 18%,
        #C9A84C 50%,
        #A07830 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter:
        drop-shadow(0 0 32px rgba(160, 120, 44, 0.32))
        drop-shadow(0 0 10px rgba(160, 120, 44, 0.18));
}
@media (max-width: 768px) { .sanja-mark { letter-spacing: 8px; margin-bottom: 40px; } }
.hero-promise {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 32px;
    color: var(--cream);
}
.hero-promise span { font-style: italic; color: var(--gold); }
.hero-promise-bold { font-weight: 500; font-style: normal !important; color: var(--cream) !important; }
.hero-divider {
    width: 60px;
    height: 1px;
    background: var(--gold);
    margin: 32px auto;
    opacity: 0.5;
}
.hero-sub {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 18px;
    color: var(--gray-light);
    max-width: 560px;
    margin: 0 auto 44px;
    line-height: 1.65;
}

/* ─── BUTTONS ─── */
.btn {
    display: inline-block;
    padding: 16px 38px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.btn-primary {
    background: var(--teal);
    color: var(--cream);
    box-shadow: 0 8px 24px rgba(31, 139, 131, 0.3);
}
.btn-primary:hover {
    background: var(--teal-bright);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(31, 139, 131, 0.45);
}
.btn-ghost {
    background: transparent;
    color: var(--gold);
    border-color: var(--gold);
}
.btn-ghost:hover {
    background: var(--gold);
    color: var(--black);
}
.btn-row {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ─── SECTIONS ─── */
section { padding: 100px 24px; position: relative; }
.section-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.section-eyebrow {
    display: inline-block;
    font-family: 'Josefin Sans', 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 0.32em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: 300;
}
.section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 28px;
}
.section-title em { color: var(--gold); }
.section-text {
    font-size: 19px;
    color: var(--cream-soft);
    line-height: 1.8;
    max-width: 640px;
    margin: 0 auto;
}
.section-text + .section-text { margin-top: 18px; }

/* ─── DIVIDER ─── */
.divider {
    width: 1px;
    height: 80px;
    background: linear-gradient(180deg, transparent, var(--gold), transparent);
    margin: 0 auto;
    opacity: 0.4;
}

/* ─── 3 FEMMES ─── */
.three-women {
    background: var(--black-soft);
    border-top: 1px solid rgba(212, 175, 122, 0.08);
    border-bottom: 1px solid rgba(212, 175, 122, 0.08);
}
.women-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 56px;
    max-width: 1100px;
    margin: 64px auto 0;
}
.woman {
    text-align: center;
    padding: 24px 16px;
}
.woman-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-style: italic;
    color: var(--gold);
    margin-bottom: 12px;
}
.woman-role {
    font-family: 'Josefin Sans', 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.28em;
    color: var(--gray-light);
    text-transform: uppercase;
    margin-bottom: 20px;
}
.woman-text {
    font-style: italic;
    color: var(--cream-soft);
    line-height: 1.65;
}
@media (max-width: 768px) {
    .women-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ─── PRICING ─── */
.pricing { background: var(--black); }
.pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 900px;
    margin: 56px auto 0;
}
@media (max-width: 768px) { .pricing-grid { grid-template-columns: 1fr; } }
.plan {
    background: var(--black-elev);
    border: 1px solid rgba(212, 175, 122, 0.15);
    border-radius: 4px;
    padding: 40px 32px;
    text-align: left;
    position: relative;
}
.plan.featured { border-color: var(--gold); box-shadow: var(--shadow-gold); }
.plan-tag {
    position: absolute;
    top: -12px;
    right: 24px;
    background: var(--gold);
    color: var(--black);
    padding: 4px 14px;
    font-family: 'Josefin Sans', 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    border-radius: 2px;
}
.plan-name {
    font-family: 'Josefin Sans', 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
}
.plan-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 56px;
    color: var(--cream);
    line-height: 1;
    margin-bottom: 6px;
}
.plan-price small {
    font-size: 16px;
    font-style: italic;
    color: var(--gray-light);
}
.plan-tagline {
    font-style: italic;
    font-size: 15px;
    color: var(--gray-light);
    margin-bottom: 28px;
}
.plan-features {
    list-style: none;
    margin: 28px 0 32px;
}
.plan-features li {
    padding: 10px 0 10px 28px;
    position: relative;
    color: var(--cream-soft);
    font-size: 15px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(212, 175, 122, 0.08);
}
.plan-features li::before {
    content: '✦';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-size: 14px;
}
.plan-cta {
    display: block;
    width: 100%;
    padding: 14px;
    text-align: center;
    background: transparent;
    color: var(--gold);
    border: 1px solid var(--gold);
    border-radius: 2px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s;
    margin-top: 8px;
    cursor: pointer;
}
.plan-cta:hover { background: var(--gold); color: var(--black); }
.plan.featured .plan-cta { background: var(--teal); color: var(--cream); border-color: var(--teal); }
.plan.featured .plan-cta:hover { background: var(--teal-bright); border-color: var(--teal-bright); }

/* ─── PROBLEM/DIFF ─── */
.long-text { font-size: 19px; line-height: 1.85; max-width: 660px; margin: 0 auto; color: var(--cream-soft); }
.long-text p { margin-bottom: 22px; }
.long-text em { color: var(--gold); font-style: italic; }
.long-text strong { color: var(--cream); font-weight: 500; }

/* ─── REASONS ─── */
.reasons {
    max-width: 720px;
    margin: 48px auto 0;
}
.reason {
    padding: 28px 0;
    border-bottom: 1px solid rgba(212, 175, 122, 0.1);
    text-align: left;
}
.reason:last-child { border-bottom: none; }
.reason-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-style: italic;
    color: var(--gold);
    margin-bottom: 6px;
}

/* ─── FAQ ─── */
.faq-list { max-width: 720px; margin: 48px auto 0; text-align: left; }
.faq-item {
    border-bottom: 1px solid rgba(212, 175, 122, 0.12);
    padding: 24px 0;
}
.faq-q {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-style: italic;
    color: var(--gold);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    transition: color 0.2s;
}
.faq-q:hover { color: var(--gold-bright); }
.faq-q::after {
    content: '+';
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    transition: transform 0.3s;
    margin-left: 16px;
    flex-shrink: 0;
}
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    color: var(--cream-soft);
    line-height: 1.75;
}
.faq-item.open .faq-a { max-height: 600px; padding-top: 16px; }

/* ─── CTA FINAL ─── */
.final-cta {
    background: radial-gradient(ellipse at center, rgba(212, 175, 122, 0.08), transparent 70%), var(--black);
    text-align: center;
    padding: 140px 24px;
}
.final-cta-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(36px, 5.5vw, 56px);
    font-style: italic;
    color: var(--cream);
    line-height: 1.25;
    margin-bottom: 24px;
}
.final-cta-text span { color: var(--gold); }
.final-cta-sub {
    font-style: italic;
    color: var(--gray-light);
    margin-bottom: 40px;
    font-size: 18px;
}

/* ─── FOOTER ─── */
footer {
    padding: 48px 24px;
    background: var(--black-soft);
    color: var(--gray);
    text-align: center;
    font-size: 13px;
    border-top: 1px solid rgba(212, 175, 122, 0.08);
}
footer a { color: var(--gray-light); text-decoration: none; transition: color 0.2s; }
footer a:hover { color: var(--gold); }
.footer-links { display: flex; gap: 24px; justify-content: center; margin-top: 16px; flex-wrap: wrap; }
.footer-links a { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; }

/* ─── ANIMATIONS ─── */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ─── UTILITIES ─── */
.text-center { text-align: center; }
.mt-32 { margin-top: 32px; }
.mt-48 { margin-top: 48px; }
.mt-64 { margin-top: 64px; }
