/* Extracted from auth.blade.php inline style block 2. */

/* â”€â”€ Couleurs B2B premium — remplace le violet nuit #0f0e1a par marine clair â”€â”€ */
:root {
  --bz-primary:   #1f6f4a;       /* bleu marine business — moins violet */
  --bz-primary-d: #17442f;
  --bz-primary-l: #2fbf71;
  --bz-accent:    #10b981;       /* vert émeraude confiance */
  --bz-grad:      linear-gradient(135deg, #1f6f4a, #2fbf71);
  --bz-grad-dark: linear-gradient(135deg, #0a1628 0%, #0f2d5e 60%, #112847 100%); /* marine profond, pas violet */
  --bz-shadow:    0 4px 24px rgba(31,111,74,.10);
  --bz-shadow-lg: 0 12px 48px rgba(31,111,74,.18);
}

/* â”€â”€ Hero raccourcie — supprime min-height:100vh â”€â”€ */
.hero-section {
  min-height: auto !important;  /* controlled by hero-premium.css */
  padding: 88px 0 52px !important;
  padding: 88px 0 52px !important;
}

/* â”€â”€ Supprime les badges bruit au-dessus du titre â”€â”€ */
.hero-section .hero-trust-badge {
  display: none !important;
}

/* â”€â”€ Hero : moins de bruit — supprime les 3 mini-cards (déjà dans stats section) â”€â”€ */
.hero-section .row.g-3.mt-3 {
  display: none !important;
}

/* â”€â”€ Hero lead plus courte, plus B2B â”€â”€ */
.hero-section .lead {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.05rem !important;
}

/* â”€â”€ Stats section — fond blanc épuré au lieu du violet â”€â”€ */
.stats-section {
  background: #f8fafc !important;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

/* â”€â”€ Gradient text — bleu marine au lieu du violet â”€â”€ */
.bizme-gradient-text {
  background: linear-gradient(135deg, #1f6f4a, #2fbf71) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* â”€â”€ Trust bar — fond légèrement bleu-gris premium â”€â”€ */
.trust-bar-section {
  background: #f1f5fc !important;
}

/* â”€â”€ Bouton principal — bleu marine â”€â”€ */
.btn-bizme {
  background: linear-gradient(135deg, #1f6f4a, #2fbf71) !important;
  border: none !important;
  color: #fff !important;
  box-shadow: 0 4px 20px rgba(15,75,222,.3) !important;
}
.btn-bizme:hover {
  background: linear-gradient(135deg, #17442f, #1f6f4a) !important;
  transform: translateY(-2px) !important;
  color: #fff !important;
}

.cta-section.bizme-final-cta {
  background:
    linear-gradient(135deg, rgba(201,168,76,.18) 0 18%, transparent 18% 100%),
    linear-gradient(135deg, #0b1f16 0%, #173f2d 56%, #1f6f4a 100%) !important;
  border-top: 1px solid rgba(201,168,76,.28) !important;
  border-bottom: 1px solid rgba(201,168,76,.24) !important;
}
.bizme-final-cta .text-center {
  max-width: 960px;
  margin: 0 auto;
  padding: 42px 28px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  background: rgba(8,24,17,.72);
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
}
.bizme-final-cta h2 {
  color: #ffffff !important;
  margin-bottom: 18px !important;
  text-shadow: none !important;
}
.bizme-final-cta .lead {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: #dbe8df !important;
  font-weight: 500;
  line-height: 1.65;
}
.bizme-final-cta .bizme-gradient-text {
  -webkit-text-fill-color: #f1d47b !important;
  color: #f1d47b !important;
  background: none !important;
}
.bizme-final-cta .btn-primary {
  background: #c9a84c !important;
  border-color: #c9a84c !important;
  color: #102016 !important;
  box-shadow: 0 14px 32px rgba(201,168,76,.30) !important;
}
.bizme-final-cta .btn-outline-primary {
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #102016 !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.18) !important;
}
.bizme-final-cta .btn-primary:hover,
.bizme-final-cta .btn-outline-primary:hover {
  transform: translateY(-2px);
  color: #ffffff !important;
  background: #1f6f4a !important;
  border-color: #1f6f4a !important;
}

/* â”€â”€ Card dans hero uniquement — fond semi-transparent â”€â”€ */
.hero-section .bizme-card {
  background: rgba(255,255,255,0.09) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
}

/* â”€â”€ Profile card entreprise â”€â”€ */
.profile-card-enterprise {
  background: rgba(31,111,74,.14) !important;
  border-color: rgba(31,111,74,.4) !important;
}

/* â”€â”€ Hero radial gradient — bleu au lieu de violet â”€â”€ */
.hero-section::before {
  background:
    radial-gradient(ellipse 55% 55% at 68% 48%, rgba(31,111,74,.20) 0%, transparent 70%),
    radial-gradient(ellipse 38% 38% at 18% 78%, rgba(31,111,74,.12) 0%, transparent 60%) !important;
}

/* â”€â”€ Réduction du PWA noise en haut (badge B2B visible) â”€â”€ */
.hero-section .d-flex.flex-wrap.gap-2.mb-3 {
  margin-bottom: 1rem !important;
}

/* â”€â”€ Navbar : fil moins chargé â”€â”€ */
.navbar {
  height: 60px !important;
}

/* â”€â”€ enterprise section — fond légèrement gris froid â”€â”€ */
.enterprise-highlight-section {
  background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%) !important;
}
.enterprise-badge {
  background: rgba(31,111,74,0.08) !important;
  color: #1f6f4a !important;
  border-color: rgba(31,111,74,0.25) !important;
}

/* â”€â”€ Fin MAX patch â”€â”€ */


/* Extracted from auth.blade.php inline style block 3. */

/* ===== BANNIÃˆRE PWA ===== */
    .pwa-banner {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        background: linear-gradient(135deg, #14291f 0%, #1f6f4a 100%);
        border-top: 2px solid #C9A84C;
        box-shadow: 0 -8px 32px rgba(31,111,74,0.35);
        padding: 14px 20px;
        animation: slideUpBanner 0.4s cubic-bezier(.16,1,.3,1);
    }
    .pwa-ios {
        bottom: 0;
    }
    @keyframes slideUpBanner {
        from { transform: translateY(100%); opacity: 0; }
        to   { transform: translateY(0);   opacity: 1; }
    }
    .pwa-banner-inner {
        max-width: 800px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        gap: 14px;
    }
    .pwa-banner-icon img {
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(31,111,74,0.4);
        flex-shrink: 0;
    }
    .pwa-banner-text {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 2px;
    }
    .pwa-banner-text strong {
        color: #ffffff;
        font-size: 0.95rem;
        font-weight: 700;
    }
    .pwa-banner-text span {
        color: rgba(255,255,255,0.75);
        font-size: 0.82rem;
    }
    .pwa-banner-actions {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
    }
    .pwa-btn-install {
        background: linear-gradient(135deg, #C9A84C, #A8893A);
        color: #1B1B1B;
        border: none;
        border-radius: 50px;
        padding: 10px 22px;
        font-size: 0.9rem;
        font-weight: 700;
        cursor: pointer;
        white-space: nowrap;
        box-shadow: 0 4px 16px rgba(201,168,76,0.5);
        transition: all 0.2s ease;
        animation: pulse-glow 2s infinite;
    }
    .pwa-btn-install:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(201,168,76,0.6);
    }
    @keyframes pulse-glow {
        0%, 100% { box-shadow: 0 4px 16px rgba(201,168,76,0.5); }
        50%       { box-shadow: 0 4px 28px rgba(201,168,76,0.7), 0 0 0 4px rgba(201,168,76,0.15); }
    }
    .pwa-btn-dismiss {
        background: transparent;
        border: none;
        color: rgba(255,255,255,0.5);
        cursor: pointer;
        font-size: 1.1rem;
        padding: 6px;
        border-radius: 50%;
        transition: all 0.2s;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pwa-btn-dismiss:hover {
        color: white;
        background: rgba(255,255,255,0.1);
    }

    /* ===== BOUTON HERO PWA ===== */
    .pwa-hero-cta {
        display: inline-flex;
        align-items: center;
    }
    .btn-pwa-hero {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: rgba(74, 58, 255, 0.12);
        border: 1.5px solid rgba(74, 58, 255, 0.5);
        color: #a89fff;
        border-radius: 50px;
        padding: 10px 20px;
        font-size: 0.88rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.25s ease;
        white-space: nowrap;
    }
    .btn-pwa-hero:hover {
        background: rgba(74, 58, 255, 0.25);
        border-color: #735419;
        color: white;
        transform: translateY(-1px);
        box-shadow: 0 4px 16px rgba(31,111,74,0.3);
    }
    .btn-pwa-hero svg {
        flex-shrink: 0;
    }
    .pwa-hero-badge {
        background: rgba(31,111,74,0.3);
        color: #c0b4ff;
        border-radius: 20px;
        padding: 2px 8px;
        font-size: 0.72rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }
    .pwa-segment-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 10px;
    }
    .pwa-segment-pill {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 12px;
        border-radius: 999px;
        background: rgba(255,255,255,0.08);
        border: 1px solid rgba(255,255,255,0.12);
        color: rgba(255,255,255,0.88);
        font-size: 0.8rem;
        font-weight: 600;
    }
    .pwa-segment-pill i {
        color: #c0b4ff;
    }

    /* Mobile responsive */
    @media (max-width: 480px) {
        .pwa-banner-text span { display: none; }
        .pwa-btn-install { padding: 8px 16px; font-size: 0.85rem; }
    }

