/* Landing v2 — importée depuis landing4444, thème Macemay */

.landing-v2-page {
    background: #09090b;
    color: #fafafa;
    overflow-x: hidden;
    max-width: 100%;
}

.landing-v2-page .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
}

.landing-v2-page .page-main,
.landing-v2-page .hero,
.landing-v2-page .faq {
    background: transparent;
}

.landing-v2 {
    --lm-accent: #d7b45a;
    --lm-accent-hover: #efd98b;
    --lm-bg: #09090b;
    --lm-surface: #18181b;
    --lm-border: #27272a;
    --lm-muted: #a1a1aa;
    font-family: 'Inter', system-ui, sans-serif;
    color: #fafafa;
}

.landing-v2 .lm-container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.landing-v2 .lm-eyebrow {
    display: inline-block;
    color: var(--lm-accent);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.landing-v2 .lm-title {
    margin: 0.75rem 0 1rem;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #fff;
}

.landing-v2 .lm-lead {
    margin: 0;
    max-width: 36rem;
    color: var(--lm-muted);
    line-height: 1.65;
    font-size: 1rem;
}

.landing-v2 .lm-section-head {
    text-align: center;
    margin-bottom: 3.5rem;
}

.landing-v2 .lm-section-head .lm-lead {
    margin-left: auto;
    margin-right: auto;
}

/* Hero */
.landing-v2 .lm-hero {
    position: relative;
    min-height: calc(100vh - 96px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 7rem 0 4rem;
    overflow: hidden;
    text-align: center;
}

.landing-v2 .lm-hero-slideshow {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #09090b;
}

.landing-v2 .lm-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.2s ease;
}

.landing-v2 .lm-hero-slide.is-active {
    opacity: 1;
}

.landing-v2 .lm-hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.06);
    transition: transform 8s ease;
}

.landing-v2 .lm-hero-slide.is-active img {
    transform: scale(1);
}

.landing-v2 .lm-hero-slideshow-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(9, 9, 11, 0.72) 0%, rgba(9, 9, 11, 0.55) 40%, rgba(9, 9, 11, 0.88) 100%),
        linear-gradient(90deg, rgba(9, 9, 11, 0.85) 0%, rgba(9, 9, 11, 0.45) 50%, rgba(9, 9, 11, 0.75) 100%);
}

.landing-v2 .lm-hero-glow {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    width: min(800px, 100%);
    height: 500px;
    background: radial-gradient(ellipse at 50% 0%, rgba(215, 180, 90, 0.08), transparent 70%);
    pointer-events: none;
}

.landing-v2 .lm-hero-grid {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0.05;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

.landing-v2 .lm-hero-inner {
    position: relative;
    z-index: 3;
    max-width: 56rem;
}

.landing-v2 .lm-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 0.4rem 1rem;
    border: 1px solid rgba(215, 180, 90, 0.25);
    border-radius: 999px;
    background: rgba(215, 180, 90, 0.08);
    color: var(--lm-accent);
    font-size: 0.875rem;
    font-weight: 600;
}

.landing-v2 .lm-pill-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--lm-accent);
    animation: lm-pulse 2s ease infinite;
}

@keyframes lm-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.landing-v2 .lm-hero h1 {
    margin: 0 0 1.25rem;
    font-size: clamp(2.75rem, 8vw, 5rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #fff !important;
}

.landing-v2 .lm-hero h1 .lm-gold {
    color: var(--lm-accent) !important;
    -webkit-text-fill-color: var(--lm-accent);
}

.landing-v2 .lm-hero-desc {
    margin: 0 auto 2rem;
    max-width: 40rem;
    color: var(--lm-muted);
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    line-height: 1.7;
}

.landing-v2 .lm-plate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;
    margin-bottom: 2rem;
    padding: 1rem 2rem;
    border: 4px solid #d4d4d8;
    border-radius: 6px;
    background: #fff;
    color: #18181b;
    font-family: 'Oswald', 'Arial Narrow', monospace;
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 900;
    letter-spacing: 0.12em;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    transition: background 0.4s, color 0.4s, border-color 0.4s;
}

.landing-v2 .lm-plate--dark {
    background: #18181b;
    color: #fff;
    border-color: #3f3f46;
}

.landing-v2 .lm-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 3rem;
}

.landing-v2 .lm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 52px;
    padding: 0 1.75rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.15s, background 0.15s, border-color 0.15s;
}

.landing-v2 .lm-btn--primary {
    color: #09090b;
    background: linear-gradient(180deg, var(--lm-accent-hover), var(--lm-accent));
    box-shadow: 0 12px 32px rgba(215, 180, 90, 0.25);
}

.landing-v2 .lm-btn--primary:hover {
    transform: scale(1.03);
    color: #09090b;
}

.landing-v2 .lm-btn--ghost {
    color: #fff;
    background: #27272a;
    border: 1px solid #3f3f46;
}

.landing-v2 .lm-btn--ghost:hover {
    background: #3f3f46;
    color: #fff;
}

.landing-v2 .lm-btn--dark {
    color: #fff;
    background: #09090b;
}

.landing-v2 .lm-btn--dark:hover {
    background: #27272a;
    color: #fff;
}

.landing-v2 .lm-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    max-width: 48rem;
    margin: 0 auto;
}

.landing-v2 .lm-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    padding: 1rem;
    border: 1px solid var(--lm-border);
    border-radius: 12px;
    background: rgba(24, 24, 27, 0.6);
}

.landing-v2 .lm-feature svg {
    color: var(--lm-accent);
}

.landing-v2 .lm-feature strong {
    font-size: 0.875rem;
    color: #fff;
}

.landing-v2 .lm-feature span {
    font-size: 0.75rem;
    color: #71717a;
}

.landing-v2 .lm-scroll-hint {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    color: #52525b;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-decoration: none;
}

.landing-v2 .lm-scroll-hint:hover {
    color: #a1a1aa;
}

/* Sections */
.landing-v2 .lm-section {
    padding: 5rem 0;
    scroll-margin-top: 100px;
}

.landing-v2 .lm-section--alt {
    background: #18181b;
}

.landing-v2 .lm-catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
}

.landing-v2 .lm-card {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    border: 1px solid var(--lm-border);
    border-radius: 16px;
    background: var(--lm-surface);
    color: inherit;
    text-decoration: none;
    text-align: left;
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.landing-v2 .lm-card:hover {
    transform: translateY(-4px);
    border-color: #52525b;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    color: inherit;
}

.landing-v2 .lm-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.25rem;
}

.landing-v2 .lm-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #27272a;
    color: var(--lm-accent);
}

.landing-v2 .lm-tag {
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    color: #fff;
}

.landing-v2 .lm-tag--green { background: #10b981; }
.landing-v2 .lm-tag--amber { background: #f59e0b; }
.landing-v2 .lm-tag--zinc { background: #52525b; }
.landing-v2 .lm-tag--blue { background: #3b82f6; }
.landing-v2 .lm-tag--rose { background: #f43f5e; }
.landing-v2 .lm-tag--teal { background: #14b8a6; }

.landing-v2 .lm-card h3 {
    margin: 0 0 0.35rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff !important;
}

.landing-v2 .lm-card-sub {
    margin: 0 0 0.75rem;
    color: var(--lm-accent);
    font-size: 0.875rem;
    font-weight: 600;
}

.landing-v2 .lm-card p {
    margin: 0;
    flex: 1;
    color: #71717a;
    font-size: 0.875rem;
    line-height: 1.6;
}

.landing-v2 .lm-card-more {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 1.25rem;
    color: #a1a1aa;
    font-size: 0.875rem;
    font-weight: 600;
}

.landing-v2 .lm-card:hover .lm-card-more {
    color: var(--lm-accent);
}

/* Exemples plaques */
.landing-v2 .lm-showcase {
    margin-top: 3.5rem;
    padding: 2rem;
    border: 1px solid var(--lm-border);
    border-radius: 16px;
    background: var(--lm-surface);
}

.landing-v2 .lm-showcase-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

.landing-v2 .lm-check-list {
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

.landing-v2 .lm-check-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: #d4d4d8;
    font-size: 0.875rem;
}

.landing-v2 .lm-check-list svg {
    color: #34d399;
    flex-shrink: 0;
}

.landing-v2 .lm-plates-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.landing-v2 .lm-plate--sm {
    min-width: 240px;
    font-size: 1.35rem;
    margin-bottom: 0;
}

/* Steps */
.landing-v2 .lm-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.landing-v2 .lm-step {
    text-align: center;
}

.landing-v2 .lm-step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 1.25rem;
    border: 1px solid #3f3f46;
    border-radius: 16px;
    background: #27272a;
    color: var(--lm-accent);
    font-size: 1.5rem;
    font-weight: 900;
}

.landing-v2 .lm-step h3 {
    margin: 0 0 0.5rem;
    font-size: 1.125rem;
    color: #fff !important;
}

.landing-v2 .lm-step p {
    margin: 0;
    color: #71717a;
    font-size: 0.875rem;
    line-height: 1.6;
}

/* Floquage */
.landing-v2 .lm-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.landing-v2 .lm-textile-list {
    margin: 2rem 0;
}

.landing-v2 .lm-textile-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.landing-v2 .lm-textile-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(215, 180, 90, 0.1);
    color: var(--lm-accent);
    flex-shrink: 0;
}

.landing-v2 .lm-photo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.landing-v2 .lm-photo {
    position: relative;
    aspect-ratio: 1;
    border-radius: 16px;
    overflow: hidden;
}

.landing-v2 .lm-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.landing-v2 .lm-photo:hover img {
    transform: scale(1.05);
}

.landing-v2 .lm-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(9, 9, 11, 0.35);
    transition: background 0.3s;
}

.landing-v2 .lm-photo:hover::after {
    background: rgba(9, 9, 11, 0.15);
}

.landing-v2 .lm-photo span {
    position: absolute;
    bottom: 0.75rem;
    left: 0.75rem;
    z-index: 1;
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
}

/* CTA band */
.landing-v2 .lm-cta-band {
    padding: 4rem 0;
    background: linear-gradient(180deg, var(--lm-accent-hover), var(--lm-accent));
}

.landing-v2 .lm-cta-band-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.landing-v2 .lm-cta-band h2 {
    margin: 0 0 0.35rem;
    color: #09090b !important;
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 900;
}

.landing-v2 .lm-cta-band p {
    margin: 0;
    color: #27272a;
    font-size: 1rem;
}

/* Contact */
.landing-v2 .lm-contact-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.landing-v2 .lm-contact-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid var(--lm-border);
    border-radius: 12px;
    background: #27272a;
    color: inherit;
    text-decoration: none;
    transition: background 0.15s;
}

.landing-v2 .lm-contact-card:hover {
    background: #3f3f46;
    color: inherit;
}

.landing-v2 .lm-contact-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(215, 180, 90, 0.1);
    color: var(--lm-accent);
    flex-shrink: 0;
}

.landing-v2 .lm-contact-card small {
    display: block;
    color: #71717a;
    font-size: 0.75rem;
}

.landing-v2 .lm-contact-card strong {
    color: #fff;
    font-size: 0.875rem;
    word-break: break-all;
}

.landing-v2 .lm-contact-card--phones a {
    color: #fff;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.5;
}

.landing-v2 .lm-contact-card--phones a:hover {
    color: var(--lm-accent);
}

.landing-v2 .lm-contact-panel {
    padding: 2rem;
    border: 1px solid var(--lm-border);
    border-radius: 16px;
    background: #27272a;
}

.landing-v2 .lm-contact-panel h3 {
    margin: 0 0 1rem;
    color: #fff !important;
    font-size: 1.25rem;
}

.landing-v2 .lm-contact-panel p {
    margin: 0 0 1.5rem;
    color: var(--lm-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.landing-v2 .lm-contact-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* FAQ dans landing */
.landing-v2 .faq {
    padding: 0;
    background: transparent;
}

.landing-v2 .lm-faq-box {
    padding: 0 1.5rem;
    border: 1px solid var(--lm-border);
    border-radius: 16px;
    background: var(--lm-surface);
}

.landing-v2 .faq-item {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid var(--lm-border) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.landing-v2 .faq-item:last-child {
    border-bottom: none !important;
}

.landing-v2 .faq-question {
    color: #fff !important;
}

.landing-v2 .faq-question span {
    color: #fff !important;
}

.landing-v2 .faq-question:hover span {
    color: var(--lm-accent) !important;
}

.landing-v2 .faq-icon {
    color: var(--lm-accent);
    stroke: var(--lm-accent);
}

.landing-v2 .faq-answer p {
    color: #a1a1aa !important;
}

.landing-v2 .faq-item.active {
    background: transparent !important;
}

@media (min-width: 768px) {
    .landing-v2 .lm-features {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 900px) {
    .landing-v2 .lm-showcase-grid,
    .landing-v2 .lm-split {
        grid-template-columns: 1fr;
    }

    .landing-v2 .lm-steps {
        grid-template-columns: 1fr;
    }

    .landing-v2 .lm-cta-band-inner {
        text-align: center;
        justify-content: center;
    }
}

.landing-v2 .lm-reviews-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .landing-v2 .lm-reviews-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.landing-v2 .lm-review-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 1.25rem 1.35rem;
}

.landing-v2 .lm-review-quote {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
}

.landing-v2 .lm-review-card footer {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
}

.landing-v2 .lm-review-card footer strong {
    color: #d7b45a;
    font-size: 0.9rem;
}

.landing-v2 .lm-reviews-note {
    text-align: center;
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.landing-v2 .lm-reviews-note a {
    color: #d7b45a;
    font-weight: 600;
}

.landing-v2 .lm-contact-card--whatsapp strong {
    color: #25d366;
}

@media (max-width: 768px) {
    .landing-v2 .lm-hero {
        min-height: auto;
        padding-top: 5.5rem;
    }

    .landing-v2 .lm-plate {
        min-width: 0;
        width: 100%;
        max-width: 320px;
        font-size: 1.25rem;
    }

    .landing-v2 .lm-hero-actions .lm-btn {
        width: 100%;
    }
}
