/* =========================================================
   Muzinga Landing — Pages publiques
   ========================================================= */

* { box-sizing: border-box; margin: 0; padding: 0; }

body.landing-body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    background: #FAF6EC;
    color: #2E2E2E;
    line-height: 1.6;
    overflow-x: hidden;
}

/* NAVBAR */
.landing-nav {
    background: #0A1F44;
    color: #FAF6EC;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 3px solid #C9A227;
    box-shadow: 0 2px 12px rgba(10,31,68,.15);
}
.landing-nav-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 12px 22px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.landing-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    flex: 0 0 auto;
}
.landing-logo {
    height: 38px;
    width: auto;
    filter: brightness(0) invert(1);
}
.landing-brand strong {
    display: block;
    font-family: 'Poppins', system-ui, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
}
.landing-brand small {
    font-size: 10px;
    color: #C9A227;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.landing-nav-links {
    display: flex;
    gap: 20px;
    margin-left: auto;
    align-items: center;
}
.landing-nav-links a {
    color: #FAF6EC;
    text-decoration: none;
    font-size: 13.5px;
    opacity: .85;
    transition: color .15s, opacity .15s;
}
.landing-nav-links a:hover { color: #C9A227; opacity: 1; }

.landing-nav-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

.btn-landing-primary,
.btn-landing-ghost {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-family: inherit;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    transition: transform .1s, background .15s, color .15s;
    white-space: nowrap;
}
.btn-landing-primary {
    background: #C9A227;
    color: #0A1F44;
}
.btn-landing-primary:hover { background: #f0d76d; }
.btn-landing-ghost {
    background: transparent;
    color: #FAF6EC;
    border: 1.5px solid rgba(250,246,236,.35);
}
.btn-landing-ghost:hover { background: rgba(201,162,39,.15); border-color: #C9A227; color: #C9A227; }
.btn-lg { padding: 14px 24px; font-size: 15px; }

.landing-burger {
    display: none;
    background: transparent;
    border: none;
    color: #FAF6EC;
    font-size: 24px;
    cursor: pointer;
}

/* HERO */
.landing-hero {
    background: linear-gradient(160deg, #0A1F44 0%, #132E5C 50%, #0A1F44 100%);
    color: #FAF6EC;
    padding: 70px 22px 60px;
    position: relative;
    overflow: hidden;
}
.landing-hero::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -15%;
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, rgba(201,162,39,.18), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.landing-hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -15%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(201,162,39,.12), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.landing-hero-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
.landing-hero-badge {
    display: inline-block;
    background: rgba(201,162,39,.15);
    color: #C9A227;
    border: 1px solid #C9A227;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.landing-hero h1 {
    font-family: 'Poppins', system-ui, sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}
.landing-hero .accent { color: #C9A227; }
.landing-hero-sub {
    font-size: 17px;
    opacity: .88;
    max-width: 700px;
    margin: 0 auto 28px;
    line-height: 1.7;
}
.landing-hero-cta {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.landing-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid rgba(250,246,236,.15);
}
.landing-hero-stats > div { text-align: center; }
.landing-hero-stats strong {
    display: block;
    font-family: 'Poppins', system-ui, sans-serif;
    font-size: 24px;
    color: #C9A227;
    font-weight: 800;
}
.landing-hero-stats span {
    font-size: 11.5px;
    opacity: .75;
    letter-spacing: .5px;
}

/* SECTIONS */
.landing-section { padding: 60px 22px; }
.landing-section-alt { background: #FFF; }
.landing-container { max-width: 1200px; margin: 0 auto; }

.landing-section-head {
    text-align: center;
    margin-bottom: 40px;
}
.landing-section-head h2 {
    font-family: 'Poppins', system-ui, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #0A1F44;
    letter-spacing: -0.4px;
    margin-bottom: 12px;
}
.landing-section-head .accent { color: #C9A227; }
.landing-section-head p {
    font-size: 15px;
    color: #666;
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.7;
}

/* SERVICES */
.landing-services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}
.landing-service-card {
    background: #FFF;
    border: 1.5px solid #E0D5B7;
    border-radius: 18px;
    padding: 32px 28px;
    transition: transform .2s, box-shadow .2s;
}
.landing-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(10,31,68,.12);
}
.landing-service-icon {
    font-size: 42px;
    margin-bottom: 14px;
    display: block;
}
.landing-service-card h3 {
    font-family: 'Poppins', system-ui, sans-serif;
    font-size: 22px;
    color: #0A1F44;
    margin-bottom: 4px;
}
.landing-service-tag {
    font-size: 12.5px;
    color: #C9A227;
    font-weight: 600;
    letter-spacing: .3px;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.landing-service-list {
    list-style: none;
    margin-bottom: 22px;
}
.landing-service-list li {
    padding: 6px 0;
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}
.landing-service-list strong { color: #0A1F44; }

/* FLOW */
.landing-flow {
    display: flex;
    align-items: stretch;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.landing-flow-step {
    flex: 1;
    min-width: 200px;
    max-width: 320px;
    background: #FAF6EC;
    border-radius: 14px;
    padding: 22px 20px;
    text-align: center;
    border: 1px solid #E0D5B7;
}
.landing-flow-num {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #0A1F44;
    color: #C9A227;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}
.landing-flow-step h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #0A1F44;
    margin-bottom: 6px;
}
.landing-flow-step p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}
.landing-flow-arrow {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #C9A227;
    font-weight: 800;
}

/* VISION */
.landing-vision {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: center;
}
.landing-vision-text h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #0A1F44;
    margin-bottom: 18px;
}
.landing-vision-lead {
    font-size: 17px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 16px;
    font-weight: 500;
}
.landing-vision-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}
.landing-badge {
    background: #0A1F44;
    color: #C9A227;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
}
.landing-vision-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
}
.landing-vision-shape {
    position: relative;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.landing-vision-center {
    font-size: 60px;
    position: relative;
    z-index: 2;
}
.landing-vision-pulse {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid #C9A227;
    animation: visionPulse 4s ease-out infinite;
    opacity: 0;
}
.landing-vision-pulse.pulse-2 { animation-delay: 1.3s; }
.landing-vision-pulse.pulse-3 { animation-delay: 2.6s; }
@keyframes visionPulse {
    0% { transform: scale(.4); opacity: 0; }
    20% { opacity: .6; }
    100% { transform: scale(1.4); opacity: 0; }
}

/* STEPS */
.landing-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.landing-step {
    background: #FAF6EC;
    border: 1px solid #E0D5B7;
    border-radius: 14px;
    padding: 24px 20px;
    position: relative;
    transition: transform .15s;
}
.landing-step:hover { transform: translateY(-3px); }
.landing-step-num {
    width: 36px;
    height: 36px;
    background: #C9A227;
    color: #0A1F44;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 12px;
}
.landing-step h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #0A1F44;
    margin-bottom: 6px;
}
.landing-step p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

/* FEATURES */
.landing-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}
.landing-feature {
    background: #FAF6EC;
    border: 1px solid #E0D5B7;
    border-radius: 14px;
    padding: 24px;
    transition: transform .15s, box-shadow .15s;
}
.landing-feature:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(10,31,68,.1);
}
.landing-feature-icon {
    font-size: 34px;
    margin-bottom: 12px;
    display: block;
}
.landing-feature h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #0A1F44;
    margin-bottom: 8px;
}
.landing-feature p {
    font-size: 13.5px;
    color: #666;
    line-height: 1.65;
}

/* SECURITY */
.landing-security-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}
.landing-security-card {
    background: linear-gradient(135deg, #0A1F44, #132E5C);
    color: #FAF6EC;
    border-radius: 14px;
    padding: 24px;
    position: relative;
    overflow: hidden;
}
.landing-security-card::before {
    content: '';
    position: absolute;
    top: -30px; right: -30px;
    width: 100px; height: 100px;
    background: radial-gradient(circle, rgba(201,162,39,.25), transparent 70%);
    border-radius: 50%;
}
.landing-security-icon {
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
    position: relative;
}
.landing-security-card h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #C9A227;
    margin-bottom: 8px;
    position: relative;
}
.landing-security-card p {
    font-size: 13px;
    opacity: .85;
    line-height: 1.6;
    position: relative;
}

/* RATES */
.landing-rates {
    max-width: 720px;
    margin: 0 auto;
}
.landing-rates-table {
    width: 100%;
    border-collapse: collapse;
    background: #FAF6EC;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(10,31,68,.08);
}
.landing-rates-table th {
    background: #0A1F44;
    color: #FAF6EC;
    padding: 14px 18px;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.landing-rates-table td {
    padding: 14px 18px;
    border-bottom: 1px solid #E0D5B7;
    font-size: 14px;
}
.landing-rates-table tr:last-child td { border-bottom: none; }
.landing-rates-table tr:hover td { background: #FFF; }
.landing-rates-table .mono { font-family: ui-monospace, monospace; }
.landing-rates-table strong { color: #1E7A3E; font-size: 16px; }
.landing-rates-note {
    text-align: center;
    font-size: 12.5px;
    color: #888;
    margin-top: 16px;
    font-style: italic;
}

/* SUPPORT */
.landing-support {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}
.landing-support-card {
    background: #FAF6EC;
    border: 1px solid #E0D5B7;
    border-radius: 14px;
    padding: 26px 22px;
    text-align: center;
}
.landing-support-icon {
    font-size: 34px;
    margin-bottom: 12px;
    display: block;
}
.landing-support-card h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #0A1F44;
    margin-bottom: 6px;
}
.landing-support-card p {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
}
.landing-support-card a {
    color: #C9A227;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    word-break: break-all;
}
.landing-support-card a:hover { text-decoration: underline; }

/* TESTIMONIALS */
.landing-testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
}
.landing-testimonial {
    background: #FFF;
    border: 1px solid #E0D5B7;
    border-radius: 14px;
    padding: 24px;
    position: relative;
    transition: transform .15s;
}
.landing-testimonial:hover { transform: translateY(-3px); }
.landing-testimonial::before {
    content: '“';
    position: absolute;
    top: -10px; left: 16px;
    font-size: 60px;
    color: #C9A227;
    font-family: Georgia, serif;
    line-height: 1;
    opacity: .3;
}
.landing-testimonial-stars {
    font-size: 14px;
    margin-bottom: 10px;
}
.landing-testimonial-content {
    font-size: 14px;
    color: #333;
    line-height: 1.65;
    margin-bottom: 16px;
    font-style: italic;
}
.landing-testimonial-author {
    border-top: 1px solid #F0E9D8;
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}
.landing-testimonial-author strong { color: #0A1F44; }
.landing-testimonial-author span { color: #888; font-size: 12px; }

/* CAROUSEL */
.landing-carousel {
    overflow: hidden;
    position: relative;
    padding: 6px 0;
}
.landing-carousel-track {
    display: flex;
    gap: 18px;
    animation: carouselScroll 40s linear infinite;
    width: fit-content;
}
.landing-carousel-track:hover { animation-play-state: paused; }
@keyframes carouselScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
.landing-carousel-slide {
    flex: 0 0 auto;
    width: 380px;
    height: 240px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(10,31,68,.15);
}
.landing-carousel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,31,68,.85), rgba(10,31,68,.2));
    color: #FAF6EC;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 6px;
}
.landing-carousel-overlay.dark {
    background: linear-gradient(to top, rgba(250,246,236,.9), rgba(250,246,236,.3));
    color: #0A1F44;
}
.landing-carousel-overlay h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.3;
}
.landing-carousel-sub {
    font-size: 13px;
    opacity: .9;
}
.landing-carousel-overlay p {
    font-size: 12.5px;
    opacity: .85;
    line-height: 1.5;
}
.landing-carousel-overlay .btn-landing-primary {
    align-self: flex-start;
    margin-top: 8px;
    padding: 8px 14px;
    font-size: 12px;
}

/* CTA FINAL */
.landing-cta-final {
    background: linear-gradient(135deg, #0A1F44, #132E5C);
    color: #FAF6EC;
    padding: 60px 22px;
    text-align: center;
}
.landing-cta-final h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    margin-bottom: 12px;
    letter-spacing: -0.4px;
}
.landing-cta-final .accent { color: #C9A227; }
.landing-cta-final p {
    font-size: 16px;
    opacity: .85;
    margin-bottom: 26px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.landing-cta-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* FOOTER */
.landing-footer {
    background: #0A1F44;
    color: #FAF6EC;
    padding: 44px 22px 20px;
    border-top: 3px solid #C9A227;
}
.landing-footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 30px;
    padding-bottom: 26px;
}
.landing-footer-inner strong {
    display: block;
    color: #C9A227;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.landing-footer-inner p {
    font-size: 13px;
    opacity: .8;
    line-height: 1.7;
}
.landing-footer-inner ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.landing-footer-inner ul a {
    color: #FAF6EC;
    text-decoration: none;
    font-size: 13px;
    opacity: .85;
    transition: color .15s;
    word-break: break-word;
}
.landing-footer-inner ul a:hover { color: #C9A227; opacity: 1; }
.landing-footer-bottom {
    text-align: center;
    font-size: 12px;
    opacity: .7;
    padding-top: 20px;
    border-top: 1px solid rgba(250,246,236,.15);
    max-width: 1280px;
    margin: 0 auto;
}
.landing-footer-bottom a {
    color: #C9A227;
    text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .landing-nav-links {
        display: none;
        order: 3;
        flex: 1 1 100%;
        flex-direction: column;
        gap: 10px;
        padding: 14px 0;
        border-top: 1px solid rgba(250,246,236,.15);
        margin-top: 10px;
    }
    .landing-nav-links.open { display: flex; }
    .landing-burger { display: block; }

    .landing-hero h1 { font-size: 30px; }
    .landing-hero-sub { font-size: 15px; }
    .landing-hero-stats { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .landing-hero-stats strong { font-size: 20px; }

    .landing-section-head h2 { font-size: 24px; }

    .landing-services { grid-template-columns: 1fr; }
    .landing-steps { grid-template-columns: 1fr 1fr; }
    .landing-flow { flex-direction: column; }
    .landing-flow-arrow { display: none; }

    .landing-vision { grid-template-columns: 1fr; }
    .landing-vision-visual { order: -1; }

    .landing-carousel-slide { width: 280px; height: 200px; }

    .landing-footer-inner { grid-template-columns: 1fr 1fr; gap: 22px; }

    .landing-cta-final h2 { font-size: 22px; }
}

@media (max-width: 640px) {
    .landing-hero { padding: 50px 18px 40px; }
    .landing-hero h1 { font-size: 25px; }
    .landing-hero-cta .btn-lg { padding: 12px 18px; font-size: 14px; }
    .landing-section { padding: 40px 16px; }
    .landing-steps { grid-template-columns: 1fr; }
    .landing-footer-inner { grid-template-columns: 1fr; }
    .landing-service-card { padding: 24px 20px; }
    .landing-carousel-slide { width: 260px; height: 190px; }
}