/* ═══════════════════════════════════════════════
   KREATIVE MONSTER — Live Setup Pro Page
   Reuses design system from styles.css
   ═══════════════════════════════════════════════ */

/* ── Container ── */
.lv-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ── Hero ── */
.lv-hero {
    padding: 140px 0 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--white);
}
.lv-hero-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
.lv-hero-content {
    position: relative;
    z-index: 1;
}
.lv-back-link {
    font-family: var(--font-b);
    font-size: .75rem;
    font-weight: 500;
    color: var(--gray-txt);
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .04em;
    transition: color .3s var(--ease);
    display: inline-block;
    margin-bottom: 48px;
}
.lv-back-link:hover { color: var(--red); }
.lv-hero-title {
    font-family: var(--font-h);
    font-weight: 900;
    font-size: clamp(3rem, 8vw, 6rem);
    line-height: .92;
    margin-bottom: 24px;
}
.lv-hero-line { display: block; }
.lv-hero-accent { color: var(--red); }
.lv-title-dot { color: var(--red); }
.lv-hero-subtitle {
    font-family: var(--font-h);
    font-weight: 800;
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    margin-bottom: 16px;
}
.lv-hero-text {
    font-family: var(--font-b);
    font-size: .95rem;
    color: var(--gray-txt);
    max-width: 560px;
    margin: 0 auto 32px;
    line-height: 1.6;
}
.lv-hero-ctas {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.lv-hero-time {
    font-family: var(--font-b);
    font-size: .78rem;
    color: #999;
}

/* ── Buttons ── */
.lv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--font-h);
    font-weight: 800;
    font-size: .85rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 16px 36px;
    border-radius: 0;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all .3s var(--ease);
    text-decoration: none;
    background: none;
}
.lv-btn-primary {
    background: var(--red);
    color: var(--white);
    border-color: var(--red);
}
.lv-btn-primary:hover {
    background: #8B0000;
    border-color: #8B0000;
    transform: translateY(-2px);
}
.lv-btn-outline {
    background: transparent;
    color: var(--black);
    border-color: var(--black);
}
.lv-btn-outline:hover {
    background: var(--black);
    color: var(--white);
    transform: translateY(-2px);
}
.lv-btn-next {
    display: block;
    width: 100%;
    margin-top: 24px;
    background: var(--red);
    color: var(--white);
    border-color: var(--red);
    font-family: var(--font-h);
    font-weight: 800;
    font-size: .8rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 14px 32px;
    border: 2px solid var(--red);
    cursor: pointer;
    transition: all .3s var(--ease);
}
.lv-btn-next:hover {
    background: #8B0000;
    border-color: #8B0000;
}

/* ── Reveal ── */
.lv-reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.lv-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ═══════════════════════════════════
   CHOIX RAPIDE — Premium Design
   ═══════════════════════════════════ */
.lv-quickpick {
    padding: 100px 0 120px;
    background: #0A0A0A;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.lv-qp-bg-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(174,0,0,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(174,0,0,.04) 1px, transparent 1px);
    background-size: 60px 60px;
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 100%);
    mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 100%);
    pointer-events: none;
    animation: qpGridFloat 20s linear infinite;
}
@keyframes qpGridFloat {
    0%   { background-position: 0 0; }
    100% { background-position: 60px 60px; }
}

/* ── Header ── */
.lv-qp-header { margin-bottom: 56px; }
.lv-qp-eyebrow {
    display: inline-block;
    font-family: var(--font-b);
    font-weight: 600;
    font-size: .7rem;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--red);
    background: rgba(174,0,0,.1);
    padding: 6px 18px;
    border-radius: 100px;
    border: 1px solid rgba(174,0,0,.2);
    margin-bottom: 20px;
}
.lv-qp-title {
    font-family: var(--font-h);
    font-weight: 900;
    font-size: clamp(2.8rem, 7vw, 4.5rem);
    line-height: .95;
    color: #FFFFFF;
    letter-spacing: -.02em;
    margin-bottom: 16px;
}
.lv-qp-title-accent {
    background: linear-gradient(135deg, var(--red), #FF4444);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.lv-qp-subtitle {
    font-family: var(--font-b);
    font-size: 1.05rem;
    color: #888;
    margin-bottom: 24px;
}
.lv-qp-title-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--red), transparent);
    margin: 0 auto;
    border-radius: 3px;
}

/* ── Section labels (shared) ── */
.lv-section-label {
    font-family: var(--font-h);
    font-weight: 900;
    font-size: clamp(.65rem, 1vw, .75rem);
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 8px;
}
.lv-section-title {
    font-family: var(--font-h);
    font-weight: 900;
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    line-height: 1.1;
    margin-bottom: 12px;
}
.lv-section-subtitle {
    font-family: var(--font-b);
    font-size: .95rem;
    color: var(--gray-txt);
    margin-bottom: 40px;
}

/* ── Grid ── */
.lv-quickpick-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* ── Cards ── */
.lv-qp-card {
    position: relative;
    background: rgba(255,255,255,.03);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.06);
    padding: 36px 24px 32px;
    border-radius: 16px;
    cursor: pointer;
    transition: all .45s cubic-bezier(.23,1,.32,1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    overflow: hidden;
    transform-style: preserve-3d;
}
.lv-qp-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--red), transparent);
    transform: scaleX(0);
    transition: transform .5s var(--ease);
}
.lv-qp-card:hover {
    border-color: rgba(174,0,0,.3);
    transform: translateY(-8px) scale(1.02);
    box-shadow:
        0 20px 60px rgba(174,0,0,.12),
        0 4px 20px rgba(0,0,0,.3),
        inset 0 1px 0 rgba(255,255,255,.06);
    background: rgba(255,255,255,.06);
}
.lv-qp-card:hover::before { transform: scaleX(1); }

/* Glow effect */
.lv-qp-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 50% 50%, rgba(174,0,0,.08), transparent 60%);
    opacity: 0;
    transition: opacity .5s ease;
    pointer-events: none;
}
.lv-qp-card:hover .lv-qp-glow { opacity: 1; }

/* Number */
.lv-qp-num {
    position: absolute;
    top: 14px;
    right: 16px;
    font-family: var(--font-h);
    font-weight: 900;
    font-size: .65rem;
    color: rgba(255,255,255,.12);
    letter-spacing: .1em;
}

/* Icon wrap */
.lv-qp-icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(174,0,0,.1);
    border: 1px solid rgba(174,0,0,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s var(--ease);
    margin-bottom: 4px;
}
.lv-qp-svg { color: var(--red); transition: all .4s var(--ease); }
.lv-qp-card:hover .lv-qp-icon-wrap {
    background: rgba(174,0,0,.2);
    border-color: rgba(174,0,0,.35);
    transform: scale(1.1);
    box-shadow: 0 0 24px rgba(174,0,0,.2);
}
.lv-qp-card:hover .lv-qp-svg { color: #FF5555; }

/* Label */
.lv-qp-label {
    font-family: var(--font-h);
    font-weight: 800;
    font-size: .95rem;
    color: #FFFFFF;
    letter-spacing: .01em;
}

/* Description */
.lv-qp-desc {
    font-family: var(--font-b);
    font-size: .82rem;
    color: #777;
    line-height: 1.6;
}

/* CTA arrow */
.lv-qp-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-b);
    font-weight: 600;
    font-size: .75rem;
    color: var(--red);
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-top: 8px;
    opacity: 0;
    transform: translateY(8px);
    transition: all .35s var(--ease);
}
.lv-qp-cta svg { transition: transform .3s var(--ease); }
.lv-qp-card:hover .lv-qp-cta {
    opacity: 1;
    transform: translateY(0);
}
.lv-qp-card:hover .lv-qp-cta svg { transform: translateX(4px); }

/* Popular badge */
.lv-qp-badge {
    position: absolute;
    top: 14px;
    left: 16px;
    font-family: var(--font-b);
    font-weight: 700;
    font-size: .6rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #FFFFFF;
    background: var(--red);
    padding: 3px 10px;
    border-radius: 100px;
}

/* Popular card accent */
.lv-qp-card--popular {
    border-color: rgba(174,0,0,.15);
    background: rgba(174,0,0,.04);
}
.lv-qp-card--popular .lv-qp-num { color: rgba(174,0,0,.25); }

/* Staggered reveal delay */
.lv-qp-card.lv-reveal:nth-child(1) { transition-delay: 0s; }
.lv-qp-card.lv-reveal:nth-child(2) { transition-delay: .08s; }
.lv-qp-card.lv-reveal:nth-child(3) { transition-delay: .16s; }
.lv-qp-card.lv-reveal:nth-child(4) { transition-delay: .24s; }

/* ═══════════════════════════════════
   ESTIMATEUR
   ═══════════════════════════════════ */
.lv-estimator {
    padding: 100px 0;
    text-align: center;
}

/* ── Form ── */
.lv-form-wrap {
    max-width: 720px;
    margin: 0 auto;
    background: var(--white);
    border: 1px solid #E5E5E5;
    padding: 0;
    overflow: hidden;
    text-align: left;
}

/* Progress */
.lv-progress-segments {
    display: flex;
    gap: 4px;
}
.lv-progress-seg {
    flex: 1;
    height: 4px;
    background: #E8E8E8;
    cursor: pointer;
    transition: background .3s var(--ease);
}
.lv-progress-seg.done { background: var(--red); }
.lv-progress-seg.current { background: rgba(174,0,0,.4); }

/* Header */
.lv-form-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 40px 0;
}
.lv-form-header .lv-step-count { margin-left: auto; }
.lv-section-tag {
    font-family: var(--font-h);
    font-weight: 800;
    font-size: .68rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--red);
}
.lv-step-count {
    font-family: var(--font-b);
    font-size: .75rem;
    color: #999;
}

/* Steps */
.lv-step {
    display: none;
    padding: 32px 40px 48px;
}
.lv-step.active {
    display: block;
    animation: lvSlideIn .4s var(--ease) both;
}
.lv-step.active.lv-slide-back {
    animation: lvSlideBack .4s var(--ease) both;
}
@keyframes lvSlideIn {
    from { opacity: 0; transform: translateX(30px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes lvSlideBack {
    from { opacity: 0; transform: translateX(-30px); }
    to   { opacity: 1; transform: translateX(0); }
}
.lv-step-num {
    font-family: var(--font-h);
    font-weight: 900;
    font-size: .65rem;
    letter-spacing: .1em;
    color: #CCC;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}
.lv-question {
    font-family: var(--font-h);
    font-weight: 800;
    font-size: 1.15rem;
    margin-bottom: 20px;
    line-height: 1.3;
}
.lv-question-sub {
    font-family: var(--font-b);
    font-size: .82rem;
    color: var(--gray-txt);
    margin-bottom: 20px;
    margin-top: -12px;
    line-height: 1.4;
}

/* Options */
.lv-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lv-opt {
    display: block;
    width: 100%;
    text-align: left;
    padding: 14px 20px;
    font-family: var(--font-b);
    font-size: .9rem;
    font-weight: 500;
    background: #FAFAFA;
    border: 1px solid #E5E5E5;
    cursor: pointer;
    transition: all .2s var(--ease);
    color: var(--black);
}
.lv-opt:hover {
    border-color: var(--red);
    background: #FFF;
}
.lv-opt.selected {
    border-color: var(--red);
    background: rgba(174,0,0,.06);
    color: var(--red);
    font-weight: 600;
}
.lv-opt-detail {
    display: block;
    font-size: .75rem;
    font-weight: 400;
    color: var(--gray-txt);
    margin-top: 4px;
    line-height: 1.3;
}
.lv-opt.selected .lv-opt-detail { color: rgba(174,0,0,.6); }

/* Multi-select */
.lv-options-multi {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}
.lv-opt-toggle {
    width: auto;
    padding: 10px 16px;
    font-size: .82rem;
}
.lv-opt-toggle.toggled {
    border-color: var(--red);
    background: rgba(174,0,0,.06);
    color: var(--red);
    font-weight: 600;
}

/* Small options */
.lv-options-sm {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}
.lv-opt-sm {
    width: auto;
    padding: 8px 14px;
    font-size: .78rem;
}

/* Tooltips */
.lv-tooltip {
    position: relative;
    border-bottom: 1px dashed var(--red);
    cursor: help;
    color: inherit;
}
.lv-tooltip::after {
    content: attr(data-tip);
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    background: var(--black);
    color: var(--white);
    font-family: var(--font-b);
    font-size: .72rem;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px 14px;
    border-radius: 4px;
    width: max-content;
    max-width: 280px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s var(--ease), visibility .2s var(--ease);
    pointer-events: none;
    z-index: 100;
    text-transform: none;
    letter-spacing: 0;
    white-space: normal;
}
.lv-tooltip::before {
    content: '';
    position: absolute;
    bottom: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: var(--black);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s var(--ease), visibility .2s var(--ease);
    pointer-events: none;
    z-index: 100;
}
.lv-tooltip:hover::after,
.lv-tooltip:hover::before {
    opacity: 1;
    visibility: visible;
}

/* Gate */
.lv-gate-ctas {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
    align-items: flex-start;
}

/* ═══════════════════════════════════
   CONTACT FIELDS
   ═══════════════════════════════════ */
.lv-contact-fields {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.lv-field { margin: 0; }
.lv-label {
    font-family: var(--font-h);
    font-weight: 700;
    font-size: .78rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
    color: var(--black);
}
.lv-label-hint {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: #999;
    font-size: .72rem;
}
.lv-input {
    width: 100%;
    padding: 12px 16px;
    font-family: var(--font-b);
    font-size: .9rem;
    border: 1px solid #DDD;
    background: #FAFAFA;
    outline: none;
    transition: border-color .3s var(--ease);
    color: var(--black);
}
.lv-input:focus {
    border-color: var(--red);
    background: #FFF;
}
.lv-field-rgpd { margin-top: 8px; }
.lv-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: var(--font-b);
    font-size: .78rem;
    color: var(--gray-txt);
    cursor: pointer;
    line-height: 1.4;
}
.lv-checkbox-label input[type="checkbox"] {
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: var(--red);
}
.lv-checkbox-label a {
    color: var(--red);
    text-decoration: underline;
}

/* ═══════════════════════════════════
   RESULT CARD
   ═══════════════════════════════════ */
.lv-result-inner {
    text-align: center;
    padding: 12px 0 0;
}
.lv-result-badge {
    display: inline-block;
    background: var(--red);
    color: white;
    font-family: var(--font-h);
    font-weight: 800;
    font-size: .72rem;
    letter-spacing: .15em;
    padding: 8px 20px;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.lv-result-profile {
    background: #F8F8F8;
    border: 1px solid #E5E5E5;
    padding: 20px 28px;
    margin-bottom: 16px;
    text-align: left;
}
.lv-result-blurred {
    background: #F8F8F8;
    border: 1px solid #E5E5E5;
    padding: 20px 28px;
    margin-bottom: 24px;
    text-align: left;
}
.lv-result-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #EEE;
}
.lv-result-line:last-of-type { border-bottom: none; }
.lv-result-label {
    font-family: var(--font-h);
    font-weight: 700;
    font-size: .85rem;
    color: var(--black);
}
.lv-result-value {
    font-family: var(--font-h);
    font-weight: 900;
    font-size: .9rem;
    color: var(--black);
    text-align: right;
}
.lv-blur {
    filter: blur(8px);
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    transition: filter .5s var(--ease);
}
.lv-blur.revealed {
    filter: blur(0);
    pointer-events: auto;
    -webkit-user-select: auto;
    user-select: auto;
}

/* Service detail cards */
.lv-svc-card {
    background: #FAFAFA;
    border: 2px solid var(--red);
    padding: 24px 28px;
    margin-bottom: 16px;
    text-align: left;
}
.lv-svc-card--alt {
    border-color: #DDD;
}
.lv-svc-badge {
    display: inline-block;
    font-family: var(--font-h);
    font-weight: 800;
    font-size: .6rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 10px;
}
.lv-svc-badge--alt { color: #999; }
.lv-svc-name {
    font-family: var(--font-h);
    font-weight: 900;
    font-size: 1.15rem;
    color: var(--black);
    margin-bottom: 8px;
    line-height: 1.2;
}
.lv-svc-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}
.lv-svc-meta span {
    font-family: var(--font-b);
    font-size: .75rem;
    font-weight: 500;
    color: var(--gray-txt);
    background: #F0F0F0;
    padding: 4px 10px;
    border-radius: 2px;
}
.lv-svc-desc {
    font-family: var(--font-b);
    font-size: .85rem;
    color: var(--gray-txt);
    line-height: 1.5;
    margin-bottom: 14px;
}
.lv-svc-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.lv-svc-bullets li {
    font-family: var(--font-b);
    font-size: .82rem;
    color: var(--black);
    padding-left: 18px;
    position: relative;
    line-height: 1.4;
}
.lv-svc-bullets li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--red);
    font-weight: 700;
    font-size: .75rem;
}
body.dark-mode .lv-svc-card { background: #1A1A1A; border-color: var(--red); }
body.dark-mode .lv-svc-card--alt { border-color: #333; }
body.dark-mode .lv-svc-name { color: #F5F5F5; }
body.dark-mode .lv-svc-meta span { background: #222; color: #999; }
body.dark-mode .lv-svc-bullets li { color: #DDD; }
.lv-result-why {
    text-align: left;
    padding: 16px 20px;
    background: rgba(174,0,0,.04);
    border-left: 3px solid var(--red);
    margin-bottom: 20px;
    font-family: var(--font-b);
    font-size: .85rem;
    line-height: 1.5;
    color: var(--gray-txt);
}
.lv-result-mention {
    font-family: var(--font-b);
    font-size: .78rem;
    color: #999;
    margin-bottom: 12px;
    text-align: center;
}
.lv-result-lock {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    background: rgba(174,0,0,.04);
    border-left: 3px solid var(--red);
    margin-bottom: 28px;
    text-align: left;
}
.lv-result-lock svg {
    flex-shrink: 0;
    stroke: var(--red);
}
.lv-result-lock p {
    font-family: var(--font-b);
    font-size: .82rem;
    color: var(--gray-txt);
    line-height: 1.4;
}
.lv-result-ctas {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}
.lv-btn-wa {
    width: 100%;
    max-width: 420px;
    font-size: .9rem;
    padding: 18px 32px;
}
.lv-btn-wa svg { flex-shrink: 0; }
.lv-btn-copy {
    font-size: .72rem;
    padding: 10px 24px;
    border-width: 1px;
    color: #999;
    border-color: #CCC;
}
.lv-btn-copy:hover {
    color: var(--black);
    border-color: var(--black);
    background: transparent;
}
.lv-result-reassurance {
    font-family: var(--font-b);
    font-size: .78rem;
    color: #999;
    margin-top: 20px;
    line-height: 1.4;
}
.lv-btn-restart {
    margin-top: 16px;
    font-size: .7rem;
    padding: 8px 20px;
    border-width: 1px;
    color: #BBB;
    border-color: #DDD;
}

/* ═══════════════════════════════════
   SERVICES SECTION — Animated BG
   ═══════════════════════════════════ */
section.lv-services {
    padding: 100px 0;
    background: #0A0A0A !important;
    text-align: center;
    color: #F5F5F5;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
section.lv-services::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse 600px 600px at 15% 20%, rgba(174,0,0,.12) 0%, transparent 70%),
        radial-gradient(ellipse 500px 500px at 85% 80%, rgba(174,0,0,.08) 0%, transparent 70%),
        radial-gradient(ellipse 400px 400px at 50% 50%, rgba(255,255,255,.02) 0%, transparent 60%);
    animation: lvServiceOrbs 12s ease-in-out infinite alternate;
    pointer-events: none;
}
section.lv-services::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse 350px 350px at 70% 15%, rgba(174,0,0,.06) 0%, transparent 70%),
        radial-gradient(ellipse 450px 450px at 25% 75%, rgba(174,0,0,.05) 0%, transparent 70%);
    animation: lvServiceOrbs2 16s ease-in-out infinite alternate;
    pointer-events: none;
}
@keyframes lvServiceOrbs {
    0%   { transform: translate(0, 0) scale(1); opacity: .7; }
    33%  { transform: translate(30px, -20px) scale(1.1); opacity: 1; }
    66%  { transform: translate(-20px, 15px) scale(.95); opacity: .8; }
    100% { transform: translate(15px, -10px) scale(1.05); opacity: .9; }
}
@keyframes lvServiceOrbs2 {
    0%   { transform: translate(0, 0) scale(1); opacity: .5; }
    50%  { transform: translate(-25px, 20px) scale(1.08); opacity: .8; }
    100% { transform: translate(20px, -15px) scale(.97); opacity: .6; }
}
section.lv-services > * {
    position: relative;
    z-index: 1;
}
section.lv-services .lv-section-label { color: var(--red); }
section.lv-services .lv-section-title { color: #F5F5F5 !important; }
section.lv-services .lv-section-subtitle { color: #AAA !important; }
section.lv-services .lv-card-deliverable { color: #999; }
.lv-link {
    color: var(--red);
    text-decoration: underline;
    font-weight: 600;
}
.lv-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 48px;
}
.lv-card {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 16px;
    padding: 36px 26px 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
    position: relative;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    overflow: hidden;
}
.lv-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: radial-gradient(ellipse at 30% 0%, rgba(174,0,0,.06) 0%, transparent 60%);
    opacity: 0;
    transition: opacity .4s var(--ease);
    pointer-events: none;
}
.lv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,.12), 0 0 40px rgba(174,0,0,.06);
    border-color: rgba(174,0,0,.15);
}
.lv-card:hover::before { opacity: 1; }
.lv-card--popular {
    border-color: rgba(174,0,0,.35);
    border-width: 1px;
    background: rgba(174,0,0,.04);
}
.lv-card--popular::before { opacity: 1; }
.lv-card-badge {
    position: absolute;
    top: 0;
    right: 20px;
    background: var(--red);
    color: var(--white);
    font-family: var(--font-h);
    font-weight: 800;
    font-size: .55rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 0 0 8px 8px;
}
.lv-card-header { margin-bottom: 22px; }
.lv-card-name {
    font-family: var(--font-h);
    font-weight: 900;
    font-size: 1.35rem;
    line-height: 1;
    margin-bottom: 8px;
    color: #F5F5F5;
}
.lv-card-subtitle {
    display: block;
    font-family: var(--font-b);
    font-size: .75rem;
    color: #888;
    margin-bottom: 4px;
}
.lv-card-micro {
    display: block;
    font-family: var(--font-b);
    font-size: .7rem;
    color: var(--red);
    font-weight: 500;
    margin-bottom: 10px;
}
.lv-card-price {
    display: block;
    font-family: var(--font-h);
    font-weight: 900;
    font-size: 1.8rem;
    color: #FFFFFF;
    background: linear-gradient(135deg, #FFF 0%, #CCC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.lv-card--popular .lv-card-price {
    background: linear-gradient(135deg, #FF4444 0%, #AE0000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.lv-card-note {
    font-family: var(--font-b);
    font-size: .7rem;
    color: #666;
    margin-bottom: 12px;
}
.lv-card-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    flex: 1;
}
.lv-card-list li {
    font-family: var(--font-b);
    font-size: .8rem;
    padding: 7px 0 7px 20px;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.04);
    color: #BBB;
}
.lv-card-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--red);
    font-weight: 700;
    font-size: .7rem;
}
.lv-card-deliverable {
    font-family: var(--font-b);
    font-size: .72rem;
    color: #777;
    font-style: italic;
    margin-bottom: 18px;
    line-height: 1.5;
}
.lv-btn-card {
    width: 100%;
    margin-top: auto;
    font-size: .75rem;
    padding: 12px 20px;
    text-align: center;
}

/* ═══════════════════════════════════
   FORMATIONS SCHOOL SECTION
   ═══════════════════════════════════ */
.lv-formations {
    padding: 100px 0;
    text-align: center;
}
.lv-formations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 48px;
}
.lv-fm-card {
    background: var(--white);
    border: 1px solid #E5E5E5;
    padding: 28px 24px;
    text-align: left;
    display: flex;
    flex-direction: column;
    transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.lv-fm-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,.06);
}
.lv-fm-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}
.lv-fm-name {
    font-family: var(--font-h);
    font-weight: 900;
    font-size: 1.05rem;
    line-height: 1;
}
.lv-fm-price {
    font-family: var(--font-h);
    font-weight: 900;
    font-size: 1.2rem;
    color: var(--red);
    flex-shrink: 0;
}
.lv-fm-subtitle {
    font-family: var(--font-b);
    font-size: .82rem;
    color: var(--gray-txt);
    margin-bottom: 10px;
}
.lv-fm-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}
.lv-fm-meta span {
    font-family: var(--font-b);
    font-size: .7rem;
    color: var(--gray-txt);
    background: #F5F5F5;
    padding: 3px 8px;
    border-radius: 2px;
}
.lv-fm-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    flex: 1;
}
.lv-fm-list li {
    font-family: var(--font-b);
    font-size: .8rem;
    padding: 5px 0 5px 16px;
    position: relative;
    color: var(--black);
}
.lv-fm-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--red);
    font-weight: 700;
    font-size: .7rem;
}
.lv-cta-bottom {
    margin-top: 48px;
    text-align: center;
}
.lv-cta-bottom p {
    font-family: var(--font-b);
    font-size: .9rem;
    color: var(--gray-txt);
    margin-bottom: 16px;
}

/* ═══════════════════════════════════
   COMMENT ÇA MARCHE — Process
   ═══════════════════════════════════ */
.lv-process {
    padding: 100px 0 120px;
    background: #0A0A0A;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.lv-process-heading { color: #FFFFFF; }
.lv-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 56px;
    position: relative;
}
.lv-process-step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}
/* Connector line between steps (arrow-style) */
.lv-process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 52px;
    left: calc(50% + 40px);
    width: calc(100% - 80px);
    height: 2px;
    background: linear-gradient(90deg, var(--red), rgba(174,0,0,.2));
    z-index: 0;
}
.lv-process-step:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 47px;
    left: calc(50% + 40px + (100% - 80px));
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid rgba(174,0,0,.3);
    z-index: 0;
    margin-left: -1px;
}
.lv-process-num {
    font-family: var(--font-h);
    font-weight: 900;
    font-size: .65rem;
    color: var(--red);
    letter-spacing: .15em;
}
.lv-process-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba(174,0,0,.08);
    border: 1px solid rgba(174,0,0,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--red);
    transition: all .4s var(--ease);
}
.lv-process-step:hover .lv-process-icon {
    background: rgba(174,0,0,.15);
    border-color: rgba(174,0,0,.3);
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(174,0,0,.15);
}
.lv-process-title {
    font-family: var(--font-h);
    font-weight: 800;
    font-size: .95rem;
    color: #FFFFFF;
}
.lv-process-desc {
    font-family: var(--font-b);
    font-size: .82rem;
    color: #777;
    line-height: 1.6;
    max-width: 220px;
}

/* Staggered reveal */
.lv-process-step.lv-reveal:nth-child(1) { transition-delay: 0s; }
.lv-process-step.lv-reveal:nth-child(2) { transition-delay: .1s; }
.lv-process-step.lv-reveal:nth-child(3) { transition-delay: .2s; }
.lv-process-step.lv-reveal:nth-child(4) { transition-delay: .3s; }

/* ═══════════════════════════════════
   FORMATION FILTERS
   ═══════════════════════════════════ */
.lv-fm-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 32px 0 40px;
}
.lv-fm-filter {
    font-family: var(--font-h);
    font-weight: 700;
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 10px 22px;
    border-radius: 100px;
    border: 1px solid #2A2A2A;
    background: transparent;
    color: #888;
    cursor: pointer;
    transition: all .3s var(--ease);
}
.lv-fm-filter:hover {
    border-color: rgba(174,0,0,.4);
    color: #CCC;
}
.lv-fm-filter.active {
    background: var(--red);
    border-color: var(--red);
    color: #FFF;
    box-shadow: 0 4px 20px rgba(174,0,0,.25);
}

/* Staggered formation card reveals */
.lv-fm-card.lv-reveal:nth-child(1)  { transition-delay: 0s; }
.lv-fm-card.lv-reveal:nth-child(2)  { transition-delay: .06s; }
.lv-fm-card.lv-reveal:nth-child(3)  { transition-delay: .12s; }
.lv-fm-card.lv-reveal:nth-child(4)  { transition-delay: .18s; }
.lv-fm-card.lv-reveal:nth-child(5)  { transition-delay: .24s; }
.lv-fm-card.lv-reveal:nth-child(6)  { transition-delay: .30s; }
.lv-fm-card.lv-reveal:nth-child(7)  { transition-delay: .36s; }
.lv-fm-card.lv-reveal:nth-child(8)  { transition-delay: .42s; }
.lv-fm-card.lv-reveal:nth-child(9)  { transition-delay: .48s; }
.lv-fm-card.lv-reveal:nth-child(10) { transition-delay: .54s; }
.lv-fm-card.lv-reveal:nth-child(11) { transition-delay: .60s; }
.lv-fm-card.lv-reveal:nth-child(12) { transition-delay: .66s; }

/* Card filter animation */
.lv-fm-card {
    transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.lv-fm-card.fm-hidden {
    opacity: 0;
    transform: scale(.92);
    pointer-events: none;
    position: absolute;
    visibility: hidden;
}

/* Dark mode — cards (cards are already dark-themed, minimal overrides) */
body.dark-mode .lv-services { background: #0A0A0A; }
body.dark-mode .lv-fm-card {
    background: #1A1A1A;
    border-color: #2A2A2A;
}
body.dark-mode .lv-fm-name { color: #F5F5F5; }
body.dark-mode .lv-fm-list li { color: #DDD; }
body.dark-mode .lv-fm-meta span { background: #222; }

/* Old .lv-footer removed — now uses shared .footer from styles.css */

/* ═══════════════════════════════════
   DARK MODE
   ═══════════════════════════════════ */
body.dark-mode .lv-hero { background: #0A0A0A; }
/* Quickpick is already dark — no dark-mode overrides needed */
body.dark-mode .lv-estimator { background: #0A0A0A; }
body.dark-mode .lv-form-wrap {
    background: #1A1A1A;
    border-color: #2A2A2A;
}
body.dark-mode .lv-question { color: #F5F5F5; }
body.dark-mode .lv-opt {
    background: #1A1A1A;
    color: #F5F5F5;
    border-color: #2A2A2A;
}
body.dark-mode .lv-opt:hover { border-color: var(--red); background: #222; }
body.dark-mode .lv-opt.selected,
body.dark-mode .lv-opt-toggle.toggled {
    background: rgba(174,0,0,.15);
    color: #FF6B6B;
    border-color: var(--red);
}
body.dark-mode .lv-input {
    background: #222;
    border-color: #333;
    color: #F5F5F5;
}
body.dark-mode .lv-input:focus { border-color: var(--red); }
body.dark-mode .lv-result-profile,
body.dark-mode .lv-result-blurred {
    background: #1A1A1A;
    border-color: #2A2A2A;
}
body.dark-mode .lv-result-line { border-color: #2A2A2A; }
body.dark-mode .lv-result-label,
body.dark-mode .lv-result-value { color: #F5F5F5; }
body.dark-mode .lv-progress-seg { background: #333; }
body.dark-mode .lv-tooltip::after {
    background: #F5F5F5;
    color: #111;
}
body.dark-mode .lv-tooltip::before { border-top-color: #F5F5F5; }
body.dark-mode .lv-btn-outline {
    color: #F5F5F5;
    border-color: #555;
}
body.dark-mode .lv-btn-outline:hover {
    background: #F5F5F5;
    color: #111;
}

/* ═══════════════════════════════════
   ACCESSIBILITY — Focus States
   ═══════════════════════════════════ */
.lv-btn:focus-visible,
.lv-qp-card:focus-visible,
.lv-fm-filter:focus-visible,
.lv-opt:focus-visible,
.lv-opt-toggle:focus-visible,
.faq-question:focus-visible {
    outline: 2px solid var(--red);
    outline-offset: 3px;
}
.lv-card:focus-within {
    border-color: rgba(174,0,0,.25);
    box-shadow: 0 0 0 3px rgba(174,0,0,.1);
}
.lv-fm-card:focus-within {
    border-color: rgba(174,0,0,.25);
    box-shadow: 0 0 0 3px rgba(174,0,0,.1);
}

/* ═══════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════ */
@media (max-width: 1024px) {
    .lv-services-grid { grid-template-columns: repeat(2, 1fr); }
    .lv-formations-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .lv-hero { padding: 100px 0 60px; }
    .lv-quickpick { padding: 80px 0 90px; }
    .lv-qp-header { margin-bottom: 40px; }
    .lv-quickpick-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
    .lv-qp-card { padding: 28px 18px 24px; }
    .lv-qp-icon-wrap { width: 48px; height: 48px; }
    .lv-qp-cta { opacity: 1; transform: translateY(0); }
    .lv-step { padding: 28px 24px 40px; }
    .lv-form-header { padding: 16px 24px 0; }
    .lv-result-ctas { align-items: stretch; }
    .lv-btn-wa { max-width: none; }
    .lv-result-profile,
    .lv-result-blurred { padding: 16px 18px; }
    .lv-options-multi { gap: 6px; }
    .lv-gate-ctas { align-items: stretch; }
    .lv-services-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .lv-formations-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .lv-services, .lv-formations { padding: 60px 0; }
    .lv-process { padding: 70px 0 80px; }
    .lv-process-grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
    .lv-process-step::after,
    .lv-process-step::before { display: none !important; }
}
@media (max-width: 480px) {
    .lv-quickpick-grid { grid-template-columns: 1fr; max-width: 360px; }
    .lv-hero-ctas { flex-direction: column; align-items: center; }
    .lv-services-grid { grid-template-columns: 1fr; }
    .lv-formations-grid { grid-template-columns: 1fr; }
    .lv-process-grid { grid-template-columns: 1fr; gap: 40px; }
}
