/* ============================================
   ADDITIONS Phase 2 — avril 2026
   Urgency bar, Modules AIDA, Value Stack,
   Pricing 3 colonnes, About
   ============================================ */

/* === URGENCY BAR === */
.urgency-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    background: linear-gradient(135deg, #0A0E27 0%, #1a2a60 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 0.55rem 1rem;
    font-size: 0.82rem;
    font-weight: 500;
    flex-wrap: wrap;
}

.urgency-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #D4AF5A;
    border-radius: 50%;
    margin-right: 0.4rem;
    animation: pulse 2s ease-in-out infinite;
}

.urgency-text strong { color: #D4AF5A; }

.urgency-cta {
    color: #D4AF5A;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid rgba(212,175,90,0.4);
    padding: 0.2rem 0.75rem;
    border-radius: 4px;
    transition: all 0.2s ease;
    white-space: nowrap;
}
.urgency-cta:hover { background: rgba(212,175,90,0.15); border-color: #D4AF5A; }

.header { top: 36px !important; }
.hero   { padding-top: calc(72px + 36px + 4rem) !important; }

/* === HERO AGITATION / SOLUTION === */
.hero-agitation {
    max-width: 720px;
    margin: 0 auto 2.5rem;
    text-align: left;
    background: rgba(255,252,247,0.7);
    border: 1px solid rgba(100,110,130,0.18);
    border-left: 3px solid #B8902A;
    border-radius: 0 12px 12px 0;
    padding: 1.5rem 2rem;
}
.hero-agitation p {
    color: #526072;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.7;
}
.hero-agitation p:last-child { margin-bottom: 0; }

.hero-solution {
    max-width: 720px;
    margin: 0 auto 2.5rem;
    text-align: center;
}
.hero-solution-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    color: #0A0E27;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}
.hero-solution p { color: #526072; font-size: 1rem; line-height: 1.7; }

/* === MODULES === */
.modules { padding: 6rem 0; background: #f7f5f0; }

.module-block {
    background: #fff;
    border: 1px solid rgba(100,110,130,0.18);
    border-radius: 20px;
    padding: 2.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 24px rgba(15,23,42,0.08);
}
.module-block-featured {
    border: 2px solid #B8902A;
    background: linear-gradient(135deg, rgba(184,144,42,0.03) 0%, #fff 60%);
    box-shadow: 0 18px 40px rgba(15,23,42,0.11), 0 0 30px rgba(184,144,42,0.15);
}

.module-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; }

.module-tag {
    display: inline-block;
    background: rgba(27,58,140,0.08);
    border: 1px solid rgba(27,58,140,0.15);
    color: #0f2260;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.3rem 0.75rem;
    border-radius: 4px;
}
.module-tag.mod2 { background: rgba(16,185,129,0.08); border-color: rgba(16,185,129,0.2); color: #065f46; }
.module-tag.mod3 { background: rgba(124,58,237,0.08); border-color: rgba(124,58,237,0.2); color: #5b21b6; }
.module-tag.mod4 { background: rgba(184,144,42,0.12); border-color: rgba(184,144,42,0.3); color: #B8902A; }

.module-files {
    font-size: 0.78rem;
    font-weight: 600;
    color: #718096;
    background: #f7f5f0;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
}
.module-files-gold {
    background: rgba(184,144,42,0.1);
    color: #B8902A;
    border: 1px solid rgba(184,144,42,0.2);
}

.module-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    color: #0A0E27;
    margin-bottom: 0.75rem;
}
.module-hook {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    max-width: 720px;
}
.module-items { display: grid; gap: 0.75rem; }

.module-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: #f7f5f0;
    border: 1px solid rgba(100,110,130,0.18);
    border-radius: 12px;
}
.item-num {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0A0E27;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    border-radius: 6px;
    margin-top: 2px;
}
.item-body strong { display: block; font-size: 0.97rem; color: #0A0E27; margin-bottom: 0.25rem; }
.item-body p { font-size: 0.9rem; color: #4a5568; line-height: 1.6; margin: 0; }
.item-format {
    font-size: 0.75rem; font-weight: 600; color: #718096;
    background: #edeae3; padding: 0.15rem 0.5rem; border-radius: 4px; margin-left: 0.4rem;
}
.item-chapters { list-style: none; margin-top: 0.5rem; display: grid; gap: 0.4rem; }
.item-chapters li {
    font-size: 0.88rem; color: #4a5568; padding-left: 0.75rem;
    border-left: 2px solid #B8902A; line-height: 1.5;
}

/* Bonus */
.bonus-section {
    background: #fff;
    border: 1px solid rgba(100,110,130,0.18);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 24px rgba(15,23,42,0.08);
}
.bonus-title {
    display: flex; align-items: center; gap: 0.75rem;
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem; color: #0A0E27; margin-bottom: 1.5rem;
}
.bonus-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 2.2rem; height: 2.2rem;
    background: rgba(184,144,42,0.12); border: 1px solid rgba(184,144,42,0.3);
    color: #B8902A; font-weight: 800; font-size: 1.2rem; border-radius: 8px; flex-shrink: 0;
}
.bonus-grid { display: grid; grid-template-columns: 1fr; gap: 0.75rem; }
@media (min-width: 768px) { .bonus-grid { grid-template-columns: repeat(3, 1fr); } }
.bonus-item {
    display: flex; align-items: flex-start; gap: 0.75rem;
    padding: 1rem 1.25rem; background: #f7f5f0;
    border: 1px solid rgba(100,110,130,0.18); border-radius: 12px;
}
.bonus-num {
    flex-shrink: 0; width: 2rem; height: 2rem;
    display: flex; align-items: center; justify-content: center;
    background: rgba(184,144,42,0.1); border: 1px solid rgba(184,144,42,0.25);
    color: #B8902A; font-size: 0.72rem; font-weight: 800; border-radius: 6px; margin-top: 2px;
}
.bonus-item strong { display: block; font-size: 0.9rem; color: #0A0E27; margin-bottom: 0.25rem; }
.bonus-item p { font-size: 0.85rem; color: #4a5568; line-height: 1.55; margin: 0; }

/* === VALUE STACK === */
.value-stack { padding: 6rem 0; background: #fff; text-align: center; }
.vs-table-wrap {
    overflow-x: auto; border-radius: 16px;
    box-shadow: 0 18px 40px rgba(15,23,42,0.11);
    max-width: 720px; margin: 0 auto;
}
.vs-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; background: #fff; }
.vs-table thead tr { background: #0A0E27; color: #fff; }
.vs-table th {
    padding: 0.85rem 1.25rem; text-align: left;
    font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
}
.vs-table th:last-child, .vs-table td:last-child { text-align: right; }
.vs-table td {
    padding: 0.65rem 1.25rem;
    border-bottom: 1px solid rgba(100,110,130,0.18);
    color: #4a5568;
}
.vs-table td:first-child { color: #718096; font-size: 0.78rem; font-weight: 700; width: 2.5rem; }
.vs-group-header td {
    background: #f7f5f0; color: #0A0E27;
    font-size: 0.75rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: 0.08em;
    padding: 0.5rem 1.25rem; border-bottom: none;
}
.vs-total td { background: #f7f5f0; font-size: 0.95rem; padding: 1rem 1.25rem; border-top: 2px solid rgba(100,110,130,0.18); }
.vs-total td:last-child { color: #718096; text-decoration: line-through; font-size: 1rem; }
.vs-price td { background: #0A0E27; color: #fff; font-size: 1rem; padding: 1rem 1.25rem; }
.vs-price td:last-child { color: #D4AF5A; font-size: 1.25rem; }

/* === PRICING 3 COLONNES === */
.pricing { padding: 6rem 0; background: #f7f5f0; text-align: center; }

.pricing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 1100px;
    margin: 0 auto 1.5rem;
    align-items: start;
}
@media (min-width: 900px) {
    .pricing-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
}

.pricing-card {
    background: #fff;
    border: 1px solid rgba(100,110,130,0.18);
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(15,23,42,0.08);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pricing-card:hover { transform: translateY(-4px); box-shadow: 0 28px 60px rgba(15,23,42,0.14); }

.pricing-card-featured {
    border: 2px solid #B8902A;
    box-shadow: 0 28px 60px rgba(15,23,42,0.14), 0 0 40px rgba(184,144,42,0.15);
    transform: translateY(-6px);
}
.pricing-card-featured:hover { transform: translateY(-10px); }

.pricing-popular-badge {
    position: absolute;
    top: -1px; left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #B8902A 0%, #D4AF5A 100%);
    color: #fff;
    font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em;
    padding: 0.3rem 1rem;
    border-radius: 0 0 8px 8px;
    white-space: nowrap;
}

.pricing-card-header {
    background: #0A0E27; color: #fff;
    padding: 1.75rem 1.5rem 1.25rem; text-align: center;
}
.pricing-card-featured .pricing-card-header {
    background: linear-gradient(135deg, #0A0E27 0%, #1a2a60 100%);
    padding-top: 2.25rem;
}

.pricing-badge-early {
    display: inline-block;
    background: rgba(212,175,90,0.2); border: 1px solid rgba(212,175,90,0.4);
    color: #D4AF5A; font-size: 0.7rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: 0.1em;
    padding: 0.2rem 0.6rem; border-radius: 4px; margin-bottom: 0.5rem;
}

.pricing-plan-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem; color: #fff;
    margin-bottom: 0.75rem; line-height: 1.2;
}

.pricing-price {
    display: flex; align-items: baseline; justify-content: center;
    gap: 0.5rem; margin-bottom: 0.4rem;
}
.price-old { font-size: 1rem; color: rgba(255,255,255,0.4); text-decoration: line-through; }
.price-current {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem; font-weight: 700; color: #fff; line-height: 1;
}
.price-current-gold { color: #D4AF5A; }
.pricing-price-note { font-size: 0.78rem; color: rgba(255,255,255,0.5); line-height: 1.4; }

.pricing-card-body {
    padding: 1.5rem; flex: 1;
    display: flex; flex-direction: column; gap: 1rem;
}

.pricing-for {
    font-size: 0.88rem; color: #718096; font-style: italic; line-height: 1.5;
    padding-bottom: 0.75rem; border-bottom: 1px solid rgba(100,110,130,0.18);
}

.pricing-features { list-style: none; display: grid; gap: 0.6rem; flex: 1; }
.pricing-features li {
    display: flex; align-items: flex-start; gap: 0.6rem;
    font-size: 0.88rem; color: #4a5568; line-height: 1.5;
}
.pricing-features .check { color: #1B3A8C; font-weight: 800; flex-shrink: 0; font-size: 0.95rem; }
.pricing-features .check-gold { color: #B8902A; }

.pricing-calendly-note {
    font-size: 0.8rem; color: #718096;
    background: #f7f5f0; border: 1px solid rgba(100,110,130,0.18);
    border-radius: 12px; padding: 0.75rem 1rem; line-height: 1.5;
}

.btn-buy-gold {
    background: linear-gradient(135deg, #B8902A 0%, #9a7420 100%) !important;
    box-shadow: 0 18px 40px rgba(15,23,42,0.11), 0 0 32px rgba(184,144,42,0.2) !important;
}
.btn-buy-gold:hover {
    box-shadow: 0 28px 60px rgba(15,23,42,0.14), 0 0 48px rgba(184,144,42,0.4) !important;
}

.pricing-guarantee-note {
    display: flex; align-items: center; justify-content: center;
    gap: 0.4rem; font-size: 0.78rem; color: #718096; margin-top: auto;
}
.guarantee-icon-sm {
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(16,185,129,0.1); border: 1px solid rgba(16,185,129,0.2);
    color: #065f46; font-size: 0.65rem; font-weight: 800;
    padding: 0.15rem 0.4rem; border-radius: 4px;
}

.pricing-note {
    max-width: 700px; margin: 0 auto 1.5rem;
    font-size: 0.88rem; color: #718096; line-height: 1.6;
}
.pricing-disclaimer {
    max-width: 600px; margin: 0 auto 4rem;
    font-size: 0.82rem; color: #718096; font-style: italic; line-height: 1.6;
}

/* === ABOUT === */
.about { padding: 6rem 0; background: #fff; }
.about-wrapper { max-width: 680px; margin: 0 auto; }
.about-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    color: #0A0E27; margin-bottom: 1.5rem;
}
.about-content p { color: #4a5568; font-size: 1rem; line-height: 1.8; margin-bottom: 1rem; }
.about-disclaimer {
    font-size: 0.88rem !important; color: #718096 !important; font-style: italic;
    border-left: 3px solid rgba(100,110,130,0.18); padding-left: 1rem;
}

/* Footer disclaimer */
.footer-disclaimer {
    font-size: 0.78rem; color: rgba(255,255,255,0.3) !important;
    margin-top: 0.75rem; font-style: italic; max-width: 500px; line-height: 1.6;
}

/* Mobile: pricing card featured order */
@media (max-width: 899px) {
    .pricing-card-featured { transform: none; order: -1; }
    .pricing-card-featured:hover { transform: translateY(-4px); }
}

/* ============================================
   ASSETS — Phase 2.1 (avril 2026)
   Hero split, Fan M1, Grid M2, Pair M3,
   Bonus images, Value Stack pile
   ============================================ */

/* === HERO SPLIT LAYOUT === */
.hero-split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    text-align: left;
}

@media (min-width: 1024px) {
    .hero-split {
        grid-template-columns: 1fr 420px;
        gap: 4rem;
        text-align: left;
    }
}

.hero-text {
    /* inherits text content */
}

/* On desktop, reset centered styles inherited from .hero */
@media (min-width: 1024px) {
    .hero-split .hero-badge     { margin-left: 0; }
    .hero-split .hero-title     { text-align: left; }
    .hero-split .hero-subtitle  { text-align: left; margin-left: 0; margin-right: 0; }
    .hero-split .hero-agitation { margin-left: 0; margin-right: 0; }
    .hero-split .hero-solution  { text-align: left; margin-left: 0; }
    .hero-split .hero-solution-title { text-align: left; }
    .hero-split .hero-cta-group { justify-content: flex-start; }
    .hero-split .hero-proof-list { margin-left: 0; margin-right: 0; }
}

/* Hero visual column */
.hero-visual {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.hero-mockup {
    width: 100%;
    max-width: 420px;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 28px 60px rgba(10,14,39,0.25), 0 8px 24px rgba(10,14,39,0.15);
    transform: perspective(1000px) rotateY(-4deg) rotateX(2deg);
    transition: transform 0.4s ease;
}

.hero-mockup:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.02);
}

.hero-visual-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #B8902A 0%, #D4AF5A 100%);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(184,144,42,0.3);
}

.hero-visual-badge span {
    background: rgba(255,255,255,0.2);
    padding: 0.1rem 0.5rem;
    border-radius: 10px;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Mobile: hide visual column to avoid clutter */
@media (max-width: 767px) {
    .hero-visual { display: none; }
    .hero-split  { text-align: center; }
    .hero-split .hero-cta-group { justify-content: center; }
}

/* === MODULE 1 — FAN EFFECT === */
.module-visual-fan {
    position: relative;
    height: 240px;
    margin-top: 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.fan-img {
    position: absolute;
    width: 160px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(10,14,39,0.18);
    transform-origin: bottom center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fan-img-1 {
    transform: rotate(-9deg) translateX(-110px);
    z-index: 1;
}
.fan-img-2 {
    transform: rotate(0deg) translateX(0);
    z-index: 3;
}
.fan-img-3 {
    transform: rotate(9deg) translateX(110px);
    z-index: 2;
}

.module-visual-fan:hover .fan-img-1 { transform: rotate(-12deg) translateX(-130px); }
.module-visual-fan:hover .fan-img-3 { transform: rotate(12deg)  translateX(130px); }

/* Mobile: disable rotations, stack vertically */
@media (max-width: 767px) {
    .module-visual-fan {
        height: auto;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.75rem;
        justify-content: center;
    }
    .fan-img { position: static; transform: none !important; width: 28%; min-width: 80px; }
}

/* === MODULE 2 — GRILLE 3×2 + SOLO === */
.module-visual-grid {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.assistants-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

@media (max-width: 640px) {
    .assistants-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.assistants-grid figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
}

.assistants-grid img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(10,14,39,0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.assistants-grid img:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 28px rgba(10,14,39,0.2);
}

.assistants-grid figcaption {
    font-size: 0.72rem;
    font-weight: 600;
    color: #718096;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.guide-install-solo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
}

.guide-install-solo img {
    width: 100%;
    max-width: 480px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(10,14,39,0.14);
}

.guide-install-solo figcaption {
    font-size: 0.75rem;
    font-weight: 600;
    color: #718096;
    text-align: center;
    letter-spacing: 0.04em;
}

/* === MODULE 3 — PAIR CÔTE À CÔTE === */
.module-visual-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1.5rem;
}

@media (max-width: 560px) {
    .module-visual-pair { grid-template-columns: 1fr; }
}

.module-visual-pair figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
}

.module-visual-pair img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(10,14,39,0.12);
    transition: transform 0.25s ease;
}

.module-visual-pair img:hover { transform: translateY(-3px); }

.module-visual-pair figcaption {
    font-size: 0.75rem;
    font-weight: 600;
    color: #718096;
    text-align: center;
}

/* === BONUS — image dans chaque card === */
.bonus-mockup-img {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(10,14,39,0.1);
    margin-bottom: 0.6rem;
    display: block;
}

/* === VALUE STACK — PILE DE DOCUMENTS === */
.vs-pile {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 2rem auto 3rem;
    max-width: 700px;
    text-align: center;
}

.vs-pile-inner {
    position: relative;
    height: 320px;
    width: 100%;
}

.vs-pile-img {
    position: absolute;
    width: 100px;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(10,14,39,0.18);
    left: 50%;
    top: 50%;
    transform: translateX(calc(-50% + var(--x))) translateY(calc(-50% + var(--y))) rotate(var(--r));
    z-index: var(--z);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vs-pile-img:hover {
    transform: translateX(calc(-50% + var(--x))) translateY(calc(-50% + var(--y) - 12px)) rotate(0deg) scale(1.15);
    box-shadow: 0 16px 36px rgba(10,14,39,0.3);
    z-index: 20;
}

.vs-pile-caption {
    font-size: 0.8rem;
    font-weight: 600;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 0.5rem;
}

/* Mobile: masquer la pile (trop dense sur petit écran) */
@media (max-width: 767px) {
    .vs-pile { display: none; }
}
