/* ============================================================
   responsive.css — MotoRideDry Child Theme
   Breakpoints: 1200px | 1024px | 768px | 480px
   ============================================================ */

/* ── 1200px — Wide containers ───────────────────────────── */
@media (max-width: 1200px) {
  .container {
    padding: 0 32px;
  }

  .hero-title {
    font-size: clamp(2.4rem, 5vw, 3.8rem);
  }

  .cards-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps-grid {
    gap: 24px;
  }

  .footer-inner {
    gap: 48px;
  }
}

/* ── 1024px — Tablet landscape ──────────────────────────── */
@media (max-width: 1024px) {
  /* Header */
  .site-nav,
  .header-cta {
    display: none !important;
  }

  .hamburger {
    display: flex;
    background: rgba(0,0,0,0.07) !important;
    border: 1.5px solid rgba(0,0,0,0.18) !important;
    color: #1A1A1A !important;
    -webkit-appearance: none;
  }
  /* Drawer : scrollable sur mobile */
  .nav-drawer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  /* Bouton fermer (✕) : toujours visible */
  .nav-drawer-close {
    background: rgba(0,0,0,0.08) !important;
    border: 1.5px solid rgba(0,0,0,0.18) !important;
    border-radius: 8px !important;
    color: #1A1A1A !important;
    -webkit-appearance: none;
  }

  .site-header {
    height: var(--header-height-mobile, 60px);
  }

  /* Hero */
  .hero-inner {
    flex-direction: column;
    gap: 48px;
    padding: 80px 0 60px;
    text-align: center;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-ctas {
    justify-content: center;
  }

  .hero-mockup {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .mockup-phone {
    width: 240px;
    height: 460px;
  }

  /* Cards */
  .cards-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Feature rows */
  .feature-row,
  .feature-row--reverse {
    flex-direction: column;
    gap: 32px;
  }

  .feature-row-content,
  .feature-row-visual {
    flex: none;
    width: 100%;
  }

  .feature-row-visual {
    min-height: 220px;
  }

  /* Footer */
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  /* Steps */
  .steps-grid {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .step-arrow {
    transform: rotate(90deg);
  }

  /* Stats */
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ── 768px — Tablet portrait / large mobile ──────────────── */
@media (max-width: 768px) {
  /* Typography */
  .hero-title {
    font-size: clamp(2rem, 7vw, 3rem);
  }

  .page-hero-title {
    font-size: clamp(1.8rem, 6vw, 2.8rem);
  }

  .section-title {
    font-size: clamp(1.6rem, 5vw, 2.4rem);
  }

  /* Container */
  .container {
    padding: 0 20px;
  }

  /* Sections */
  .section {
    padding: 64px 0;
  }

  /* Hero */
  .hero--home {
    padding-top: 80px;
  }
  /* Hero hauteur réduite sur tablette aussi */
  .hero, .hero--home {
    min-height: 85vh !important;
  }

  .hero-inner {
    padding: 60px 0 48px;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-ctas {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .btn-store {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }

  /* Page hero */
  .page-hero {
    padding: 80px 0 48px;
  }

  .page-hero--compact {
    padding: 72px 0 40px;
  }

  /* Cards */
  .cards-grid--3,
  .cards-grid--4 {
    grid-template-columns: 1fr;
  }

  /* Stats */
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .stat-number {
    font-size: clamp(2rem, 6vw, 2.8rem);
  }

  /* Steps */
  .steps-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .step-arrow {
    display: none;
  }

  .step {
    text-align: center;
  }

  /* Feature rows */
  .feature-row,
  .feature-row--reverse {
    flex-direction: column;
    gap: 24px;
  }

  .feature-placeholder {
    min-height: 180px;
    font-size: 1rem;
  }

  /* Download page */
  .store-buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .btn-store--large {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }

  .reassurance-grid {
    flex-direction: column;
    gap: 16px;
  }

  /* Contact form */
  .contact-container {
    padding: 0;
  }

  .contact-form-wrap {
    padding: 32px 24px;
  }

  /* Footer */
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-brand {
    grid-column: auto;
  }

  /* FAQ */
  .faq-container {
    max-width: 100%;
  }

  /* CTA buttons */
  .cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .cta-buttons .btn-store {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }

  /* Guide section */
  .guide-section .btn {
    width: 100%;
    max-width: 340px;
  }

  /* Home screenshots — simplify on mobile */
  .home-screenshots {
    width: 100%;
    overflow: hidden;
  }
  .home-screenshots__inner {
    width: 100%;
    height: auto;
    gap: 0.5rem;
    justify-content: center;
  }
  .home-screenshots__main {
    width: 42%;
    max-width: 180px;
  }
  .home-screenshots__secondary {
    width: 28%;
    max-width: 120px;
  }

  /* Feature zigzag — stack on mobile */
  .feature-zigzag,
  .feature-zigzag--reverse .feature-zigzag__visual,
  .feature-zigzag--reverse .feature-zigzag__text {
    grid-template-columns: 1fr;
    order: 0 !important;
  }

  .feature-zigzag {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .feature-zigzag__visual {
    order: -1;
    justify-content: center;
  }

  .feature-zigzag__visual--dual {
    justify-content: center;
    gap: 1rem;
  }

  .screenshot-frame {
    max-width: 220px;
  }

  .screenshot-frame--small {
    max-width: 160px;
    width: 42%;
  }

  .screenshot-frame--offset {
    margin-top: 1.5rem;
  }

  /* PDF card stacks */
  .pdf-card {
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem 1.5rem;
  }

  .pdf-card__icon {
    font-size: 2.5rem;
  }
}

/* ── 480px — Small mobile ────────────────────────────────── */
@media (max-width: 480px) {
  /* ── Hero mobile : image entière visible (contain) ── */
  .hero {
    background-size: contain !important;           /* pas de crop */
    background-position: top center !important;    /* image en haut */
    background-color: #0c0f16 !important;          /* fond sombre sous l'image */
    padding-top: 56.25vw !important;               /* réserve 16:9 = image height */
    min-height: 0 !important;
    height: auto !important;
    display: block !important;
  }
  .hero .container {
    padding: 1rem 1rem 2rem !important;
  }
  .hero-inner, .hero__content {
    padding: 0 !important;
  }

  /* Home screenshots : 1 seul phone sur très petit écran */
  .home-screenshots__secondary {
    display: none;
  }
  .home-screenshots__main {
    width: 72%;
    max-width: 240px;
    order: 0;
  }
  /* Header compact sur très petit écran */
  .header-inner { gap: 0.25rem !important; }
  .site-logo    { font-size: 1.25rem !important; }
  .home-screenshots__inner {
    height: auto;
    width: 100%;
  }

  /* Typography */
  .hero-title {
    font-size: 1.9rem;
    line-height: 1.15;
  }

  .hero-subtitle {
    font-size: 0.95rem;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .section-subtitle {
    font-size: 0.95rem;
  }

  .page-hero-title {
    font-size: 1.75rem;
  }

  .page-hero-subtitle {
    font-size: 0.95rem;
  }

  /* Container */
  .container {
    padding: 0 16px;
  }

  /* Sections */
  .section {
    padding: 48px 0;
  }

  /* Header */
  .site-header {
    height: 56px;
  }

  .site-logo {
    font-size: 1.3rem;
  }

  /* Mockup */
  .mockup-phone {
    width: 200px;
    height: 380px;
  }

  /* Stats */
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .stat-card {
    padding: 24px 20px;
  }

  .stat-number {
    font-size: 2.2rem;
  }

  /* Feature cards */
  .feature-card {
    padding: 28px 20px;
  }

  .feature-icon {
    font-size: 2rem;
  }

  /* Profile cards */
  .profile-card {
    padding: 24px 20px;
  }

  /* Steps */
  .step {
    padding: 24px 20px;
  }

  .step-number {
    width: 48px;
    height: 48px;
    font-size: 1.2rem;
    margin: 0 auto 12px;
  }

  /* Nav drawer */
  .nav-drawer {
    width: 100%;
  }

  /* Form */
  .form-input,
  .form-select,
  .form-textarea {
    font-size: 16px; /* Prevent iOS zoom */
  }

  .form-submit {
    width: 100%;
    justify-content: center;
  }

  /* Footer */
  .footer-logo {
    font-size: 1.4rem;
  }

  .footer-bar {
    padding: 16px 0;
  }

  .footer-copy {
    font-size: 0.8rem;
    text-align: center;
  }

  /* FAQ */
  .faq-question {
    font-size: 0.95rem;
    padding: 16px;
  }

  .faq-answer p {
    font-size: 0.9rem;
    padding: 0 16px 16px;
  }

  /* Page hero */
  .page-hero {
    padding: 72px 0 40px;
  }

  /* CTA section */
  .cta-section {
    padding: 48px 0;
  }

  /* Contact reassurance */
  .contact-reassurance {
    font-size: 0.875rem;
  }

  /* Contact nudge */
  .contact-nudge {
    padding: 40px 0;
  }

  .contact-nudge-text {
    font-size: 1rem;
  }

  /* Compat note */
  .compat-note {
    font-size: 0.82rem;
  }

  /* Reassurance items */
  .reassurance-item {
    font-size: 0.9rem;
    padding: 14px 16px;
  }

  /* Feature row */
  .feature-row-title {
    font-size: 1.4rem;
  }

  .feature-row-content p {
    font-size: 0.95rem;
  }
}

/* ── Responsive: nouvelles classes ──────────────────────────── */
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .profiles-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: clamp(2rem, 7vw, 3rem);
  }

  .hero__content {
    padding: 48px 0;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .profiles-grid {
    grid-template-columns: 1fr;
  }

  .btn-group {
    flex-direction: column;
    align-items: center;
  }

  .villain-section h2 {
    font-size: 1.6rem;
  }

  .villain-section p {
    font-size: 1rem;
  }
}

/* ── Print styles ─────────────────────────────────────────── */
@media print {
  .site-header,
  .hamburger,
  .nav-drawer,
  .nav-overlay,
  .hero-ctas,
  .cta-section,
  .cta-buttons,
  .store-buttons,
  .header-cta,
  .drawer-cta,
  .contact-form {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  a {
    color: #000;
    text-decoration: underline;
  }

  .section {
    padding: 24px 0;
  }
}

/* ════════════════════════════════════════════════════════════
   AJOUTS MRD — Grilles custom + corrections mobile
   ════════════════════════════════════════════════════════════ */

/* ── Classes grilles (inline-style remplacement) ─────────── */
.mrd-grid-2col    { display: grid; grid-template-columns: 1fr 1fr;    gap: 4rem;   align-items: center; }
.mrd-grid-feature { display: grid; grid-template-columns: 1fr 1fr;    gap: 4rem;   align-items: center; }
.mrd-grid-contact { display: grid; grid-template-columns: 1fr 1.5fr;  gap: 4rem;   align-items: start; }
.mrd-grid-cta     { display: grid; grid-template-columns: 1fr 1fr;    gap: 1.25rem; max-width: 600px; margin: 0 auto; }

/* ── 768px ──────────────────────────────────────────────── */
@media (max-width: 768px) {

  /* Grilles custom → 1 colonne */
  .mrd-grid-2col,
  .mrd-grid-feature,
  .mrd-grid-contact,
  .mrd-grid-cta {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .mrd-grid-cta {
    max-width: 100%;
  }

  /* Pricing cards → 1 colonne */
  .pricing-cards {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Tableau comparaison → scroll horizontal */
  .comparison-table-wrap,
  .table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  table {
    min-width: 520px;
  }

  /* FAQ accueil → full width */
  .faq-list {
    max-width: 100%;
  }

  /* Hero lang note */
  .hero-lang-note span {
    font-size: 0.72rem;
    padding: 0.35rem 0.75rem;
  }

  /* Offre lancement */
  .launch-box {
    padding: 2rem 1.25rem;
  }

  /* Section contact — info avant formulaire */
  .mrd-grid-contact > div:first-child {
    order: 2;
  }
  .mrd-grid-contact > div:last-child {
    order: 1;
  }
}

/* ── 480px ──────────────────────────────────────────────── */
@media (max-width: 480px) {

  /* Pricing cards — padding réduit */
  .pricing-card {
    padding: 1.5rem 1.25rem 1.75rem;
  }

  .pricing-card--featured {
    padding-top: 1.75rem;
  }

  .pricing-card__amount {
    font-size: 2.4rem;
  }

  /* Boutons CTA grille → pleine largeur */
  .mrd-grid-cta .btn {
    width: 100%;
    justify-content: center;
  }

  /* Table → scroll avec indicateur */
  table {
    font-size: 0.82rem;
  }

  /* Hero lang note — compact */
  .hero-lang-note span {
    font-size: 0.68rem;
    gap: 0.25rem;
  }

  /* Formulaire contact — prevent iOS zoom */
  .form-input,
  .form-textarea,
  select.form-input {
    font-size: 16px;
  }

  /* Drawer nav plein écran */
  .nav-drawer {
    width: 100vw;
    max-width: 100vw;
  }

  /* Switcher langue mobile — s'intègre mieux */
  .mrd-lang-switcher {
    margin: 0;
  }
}

/* ── Overflow horizontal global (sécurité) ───────────────── */
html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

/* ── Viewport meta insurance ─────────────────────────────── */
img, video, iframe, embed, object {
  max-width: 100%;
  height: auto;
}


/* ── Éclairs hero — simulation réaliste ──────────────────────────────────────*/
.hero-lightning-wrap {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 4;
    overflow: hidden;
}

/* Flash ciel — bolt 1 */
.hero-sky-flash--1 {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 65% 45% at 12% 18%,
        rgba(155,210,255,0.28) 0%,
        rgba(120,185,255,0.10) 50%,
        transparent 70%);
    opacity: 0;
    animation: mrd-sky1 0.6s ease-out 0.20s forwards;
}

/* Flash ciel — bolt 2 (0.5s après) */
.hero-sky-flash--2 {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 75% 55% at 9% 14%,
        rgba(145,205,255,0.35) 0%,
        rgba(110,175,255,0.12) 50%,
        transparent 72%);
    opacity: 0;
    animation: mrd-sky2 0.7s ease-out 1.00s forwards;
}

/* Bolt 1 — grand, devant, apparaît en premier */
.hero-bolt--1 {
    position: absolute;
    top:  4%;
    left: 18%;
    width:  155px;
    height: 325px;
    opacity: 0;
    z-index: 6;
    animation: mrd-bolt-1 1.3s ease-out 0.20s forwards;
}

/* Bolt 2 — encore plus grand, derrière, 0.5s après */
.hero-bolt--2 {
    position: absolute;
    top:  3%;
    left: 38%;
    width:  185px;
    height: 385px;
    opacity: 0;
    z-index: 5;
    animation: mrd-bolt-2 1.5s ease-out 1.00s forwards;
}

/* ── Animation bolt 1 : stepped leader + 3 return strokes ── */
@keyframes mrd-bolt-1 {
    0%     { opacity: 0;    }
    0.8%   { opacity: 0.12; }   /* stepped leader */
    2.5%   { opacity: 1;    }   /* 1er return stroke */
    7%     { opacity: 0.01; }
    10%    { opacity: 0.94; }   /* 2e return stroke */
    14%    { opacity: 0.01; }
    17%    { opacity: 0.75; }   /* 3e return stroke */
    21%    { opacity: 0.01; }
    24%    { opacity: 0.52; }   /* 4e return stroke */
    28%    { opacity: 0.01; }
    30%    { opacity: 0.30; }   /* 5e return stroke */
    38%    { opacity: 0;    }
    100%   { opacity: 0;    }
}
    3%    { opacity: 0.18; }   /* stepped leader */
    6%    { opacity: 1;    }   /* 1er return stroke */
    11%   { opacity: 0.04; }   /* extinction */
    15%   { opacity: 0.82; }   /* 2e return stroke */
    20%   { opacity: 0.02; }   /* extinction */
    24%   { opacity: 0.55; }   /* 3e return stroke */
    38%   { opacity: 0;    }   /* extinction finale */
    100%  { opacity: 0;    }
}

/* ── Animation bolt 2 : stepped leader + 3 return strokes ── */
@keyframes mrd-bolt-2 {
    0%     { opacity: 0;    }
    0.5%   { opacity: 0.10; }   /* stepped leader */
    2%     { opacity: 1;    }   /* 1er return stroke */
    7%     { opacity: 0.01; }
    10%    { opacity: 0.96; }   /* 2e return stroke */
    15%    { opacity: 0.01; }
    18%    { opacity: 0.80; }   /* 3e return stroke */
    22%    { opacity: 0.01; }
    25%    { opacity: 0.60; }   /* 4e return stroke */
    29%    { opacity: 0.01; }
    32%    { opacity: 0.40; }   /* 5e return stroke */
    36%    { opacity: 0.01; }
    39%    { opacity: 0.22; }   /* 6e return stroke — extinction progressive */
    52%    { opacity: 0;    }
    100%   { opacity: 0;    }
}
    3%    { opacity: 0.14; }
    6%    { opacity: 1;    }
    11%   { opacity: 0.03; }
    16%   { opacity: 0.88; }
    21%   { opacity: 0.02; }
    25%   { opacity: 0.60; }
    33%   { opacity: 0.02; }
    37%   { opacity: 0.38; }
    52%   { opacity: 0;    }
    100%  { opacity: 0;    }
}

/* ── Flash ciel bolt 1 ── */
@keyframes mrd-sky1 {
    0%    { opacity: 0; }
    8%    { opacity: 1; }
    50%   { opacity: 0; }
    100%  { opacity: 0; }
}

/* ── Flash ciel bolt 2 ── */
@keyframes mrd-sky2 {
    0%    { opacity: 0; }
    7%    { opacity: 1; }
    55%   { opacity: 0; }
    100%  { opacity: 0; }
}

/* Accessibilité */
@media (prefers-reduced-motion: reduce) {
    .hero-lightning-wrap { display: none; }
}

/* ═══════════════════════════════════════════════════════════
   BETA HERO — page téléchargement
═══════════════════════════════════════════════════════════ */
.page-hero--beta {
    background: linear-gradient(160deg, #0c0f18 0%, #12172a 50%, #0c0f18 100%);
    padding: 5rem 0 4rem;
    position: relative;
    overflow: hidden;
}
.page-hero--beta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(255,107,0,0.12) 0%, transparent 70%);
    pointer-events: none;
}

/* Badge urgence */
.beta-urgency-badge {
    display: inline-block;
    background: rgba(255,107,0,0.15);
    border: 1px solid rgba(255,107,0,0.5);
    color: #FF6B00;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.4rem 1rem;
    border-radius: 100px;
    margin-bottom: 1.5rem;
}

/* Cartes plateformes */
.beta-platforms {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2.5rem auto 1.75rem;
    max-width: 680px;
}
.beta-platform-card {
    background: rgba(255,255,255,0.04);
    border: 1.5px solid rgba(255,107,0,0.4);
    border-radius: 16px;
    padding: 2rem 1.75rem 1.75rem;
    text-align: center;
    flex: 1 1 240px;
    max-width: 290px;
    transition: border-color .25s, transform .25s;
}
.beta-platform-card:hover {
    border-color: #FF6B00;
    transform: translateY(-4px);
}
.beta-platform-icon { font-size: 2.5rem; margin-bottom: 0.5rem; }
.beta-platform-name {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}
.beta-spots-wrap {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.4rem;
    margin-bottom: 0.75rem;
}
.beta-spots-count {
    font-size: 2.75rem;
    font-weight: 800;
    color: #FF6B00;
    line-height: 1;
}
.beta-spots-label {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.55);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.beta-spots-bar {
    height: 4px;
    background: rgba(255,255,255,0.1);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.beta-spots-bar__fill {
    height: 100%;
    background: linear-gradient(90deg, #FF6B00, #ff9a3c);
    border-radius: 2px;
    transition: width 1s ease;
}
.beta-cta-btn {
    width: 100%;
    justify-content: center;
    font-size: 0.9rem;
}

/* Notes sous les cartes */
.beta-lifetime-note {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.4rem;
}
.beta-sub-note {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.45);
    margin-bottom: 0;
}

/* ═══════════════════════════════════════════════════════════
   HOME BETA SECTION — encart accueil
═══════════════════════════════════════════════════════════ */
.home-beta-section {
    background: linear-gradient(160deg, #0f1220 0%, #191d30 50%, #0f1220 100%);
    position: relative;
    overflow: hidden;
}
.home-beta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(255,107,0,0.10) 0%, transparent 70%);
    pointer-events: none;
}

/* Bannière offre à vie */
.home-beta-lifetime-banner {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(135deg, rgba(255,107,0,0.18) 0%, rgba(255,107,0,0.06) 100%);
    border: 1.5px solid rgba(255,107,0,0.6);
    border-radius: 12px;
    padding: 1rem 1.5rem;
    max-width: 540px;
    margin: 0 auto 2.5rem;
    text-align: left;
}
.home-beta-lifetime-icon { font-size: 2rem; flex-shrink: 0; }
.home-beta-lifetime-body { display: flex; flex-direction: column; gap: 0.15rem; }
.home-beta-lifetime-title {
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}
.home-beta-lifetime-sub {
    color: rgba(255,255,255,0.55);
    font-size: 0.8rem;
}

/* Grille plateformes */
.home-beta-platforms {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 680px;
    margin: 0 auto;
}
.home-beta-card {
    background: rgba(255,255,255,0.04);
    border: 1.5px solid rgba(255,107,0,0.35);
    border-radius: 14px;
    padding: 1.75rem 1.5rem;
    text-align: center;
    flex: 1 1 240px;
    max-width: 280px;
    transition: border-color .25s, transform .25s;
}
.home-beta-card:hover {
    border-color: #FF6B00;
    transform: translateY(-3px);
}
.home-beta-card__icon { font-size: 2.25rem; margin-bottom: 0.4rem; }
.home-beta-card__name {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}
.home-beta-card__sub {
    color: rgba(255,255,255,0.45);
    font-size: 0.78rem;
    margin-bottom: 1.1rem;
}
.home-beta-card__spots {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.35rem;
    margin-bottom: 0.6rem;
}
.home-beta-spots-num {
    font-size: 2.5rem;
    font-weight: 800;
    color: #FF6B00;
    line-height: 1;
}
.home-beta-spots-txt {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.home-beta-bar {
    height: 3px;
    background: rgba(255,255,255,0.08);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 1.25rem;
}
.home-beta-bar__fill {
    height: 100%;
    background: linear-gradient(90deg, #FF6B00, #ff9a3c);
    border-radius: 2px;
}
.home-beta-card__cta {
    width: 100%;
    justify-content: center;
    font-size: 0.88rem;
    padding: 0.6rem 1rem;
}

/* ── Mobile ── */
@media (max-width: 600px) {
    .beta-platforms, .home-beta-platforms { flex-direction: column; align-items: center; }
    .beta-platform-card, .home-beta-card { max-width: 100%; width: 100%; }
    .home-beta-lifetime-banner { flex-direction: column; text-align: center; }
}
