/* ===== Page d'accueil marketing (visiteurs non connectés) ===== */

/* --- Révélation au scroll --- */
.mm-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.mm-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* --- Bandeau promo en haut de page --- */
.home-promo-strip {
  background: linear-gradient(90deg, var(--secondary), #8a4207 55%, var(--primary));
  color: #fff;
  overflow: hidden;
}

.home-promo-strip-inner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  flex-wrap: wrap;
}

.home-promo-strip-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  animation: mm-wiggle 2.6s ease-in-out infinite;
}

.home-promo-strip-icon svg {
  width: 100%;
  height: 100%;
}

.home-promo-strip p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.35;
  flex: 1 1 auto;
  min-width: 200px;
}

.home-promo-strip-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.home-promo-strip-cta:hover {
  background: rgba(255, 255, 255, 0.28);
  transform: translateX(2px);
}

.home-promo-strip-cta svg {
  width: 14px;
  height: 14px;
}

/* --- Hero deux colonnes : contenu + illustration --- */
.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.home-hero-content {
  max-width: none;
  text-align: left;
}

.home-hero-content .home-features {
  text-align: left;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-hero-content .hero-actions {
  justify-content: flex-start;
}

.home-hero-visual {
  position: relative;
  min-height: 320px;
  padding: 1rem;
}

.home-hero-visual-glow {
  position: absolute;
  inset: 10% 5% 5% 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 133, 0, 0.18), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.home-hero-visual .mm-illus {
  position: relative;
  z-index: 1;
}

.home-hero-notice {
  margin: 0.9rem 0 0;
  max-width: 480px;
  text-align: left;
}

@media (max-width: 960px) {
  .home-hero-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-hero-content {
    max-width: 680px;
    text-align: center;
  }

  .home-hero-content .hero-actions {
    justify-content: center;
  }

  .home-hero-visual {
    width: min(100%, 420px);
  }
}

@media (max-width: 720px) {
  .home-hero-content .home-features {
    grid-template-columns: 1fr;
  }
}

/* --- Section fonctionnalités --- */
.home-capabilities {
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.home-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.75rem;
}

.home-capability-card {
  display: grid;
  grid-template-columns: minmax(0, 38%) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(255, 133, 0, 0.14);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}

.home-capability-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.1);
}

.home-capability-visual {
  padding: 0.65rem;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 133, 0, 0.06), rgba(255, 255, 255, 0.95));
  border: 1px solid rgba(255, 133, 0, 0.1);
  height: 168px;
  min-height: 168px;
  max-height: 168px;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home-capability-visual .mm-illus {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.home-capability-visual .mm-illus-phone,
.home-capability-visual .mm-illus-board,
.home-capability-visual .mm-illus-accounting,
.home-capability-visual .mm-illus-editor,
.home-capability-visual .mm-illus-supplement-card {
  max-width: 100%;
}

.home-capability-body {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.home-capability-body h3 {
  margin: 0.35rem 0 0.45rem;
  font-size: 1.05rem;
}

.home-capability-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.home-capability-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 133, 0, 0.16), rgba(255, 133, 0, 0.05));
  color: var(--primary);
}

.home-capability-icon svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 860px) {
  .home-capabilities-grid {
    grid-template-columns: 1fr;
  }

  .home-capability-card {
    grid-template-columns: 1fr;
  }

  .home-capability-visual {
    height: 160px;
    min-height: 160px;
    max-height: 160px;
  }
}

/* --- Points forts du hero avec icônes --- */
.home-feature {
  display: flex !important;
  align-items: flex-start;
  gap: 0.7rem;
}

.home-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, rgba(255, 133, 0, 0.16), rgba(255, 133, 0, 0.05));
  color: var(--primary);
}

.home-feature-icon svg {
  width: 20px;
  height: 20px;
}

.home-feature-body {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}

/* --- Section démonstration animée --- */
.home-showcase {
  padding: clamp(2rem, 5vw, 3.5rem) 0;
}

.home-showcase-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto clamp(1.5rem, 4vw, 2.5rem);
}

.home-showcase-head p {
  color: var(--muted);
  margin: 0.5rem 0 0;
}

.home-showcase-stage {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  justify-content: center;
  max-width: 860px;
  margin: 0 auto;
}

/* Téléphone animé */
.home-phone {
  position: relative;
  width: min(280px, 100%);
  margin: 0 auto;
  border-radius: 34px;
  padding: 0.6rem;
  background: #1f2937;
  box-shadow: 0 24px 48px rgba(31, 41, 55, 0.28), inset 0 0 0 2px #374151;
  animation: mm-float 5s ease-in-out infinite;
}

.home-phone-notch {
  position: absolute;
  top: 0.65rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 16px;
  border-radius: 0 0 12px 12px;
  background: #1f2937;
  z-index: 3;
}

.home-phone-screen {
  position: relative;
  border-radius: 26px;
  background: linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%);
  overflow: hidden;
  padding: 1.6rem 0.8rem 0.8rem;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

/* Écran d'intro : QR code de la table */
.home-phone-qr-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  background: linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%);
  border-radius: 26px;
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.home-phone-qr-overlay.is-hidden {
  opacity: 0;
  transform: scale(1.06);
  pointer-events: none;
}

.home-phone-qr-table {
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  background: var(--secondary);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-phone-qr-code {
  position: relative;
  width: 118px;
  height: 118px;
  border-radius: 14px;
  border: 3px solid var(--secondary);
  background: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 5px;
  padding: 9px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(107, 46, 0, 0.15);
}

.home-phone-qr-code span {
  background: var(--secondary);
  border-radius: 3px;
}

/* Motif : quelques cases vides et une case orange pour un rendu "vrai QR" */
.home-phone-qr-code span:nth-child(3),
.home-phone-qr-code span:nth-child(6),
.home-phone-qr-code span:nth-child(9),
.home-phone-qr-code span:nth-child(12),
.home-phone-qr-code span:nth-child(14) {
  background: transparent;
}

.home-phone-qr-code span:nth-child(1),
.home-phone-qr-code span:nth-child(4),
.home-phone-qr-code span:nth-child(13) {
  border-radius: 6px;
  box-shadow: inset 0 0 0 2.5px var(--secondary), inset 0 0 0 5px #fff;
}

.home-phone-qr-code span:nth-child(16) {
  background: var(--primary);
}

.home-phone-qr-code .home-qr-scanline {
  height: 4px;
}

.home-phone-qr-hint {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--muted);
}

.home-phone-header {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.home-phone-logo {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-hover));
  flex-shrink: 0;
}

.home-phone-title {
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--secondary);
}

.home-phone-chips {
  display: flex;
  gap: 0.35rem;
}

.home-phone-chips span {
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 700;
  background: #fff;
  border: 1px solid rgba(255, 133, 0, 0.25);
  color: var(--muted);
}

.home-phone-chips span.is-active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.home-phone-items {
  display: grid;
  gap: 0.45rem;
}

.home-phone-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.55rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(255, 133, 0, 0.16);
  box-shadow: 0 3px 10px rgba(107, 46, 0, 0.06);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s ease, transform 0.45s ease, box-shadow 0.3s ease;
}

.home-phone-item.is-in {
  opacity: 1;
  transform: none;
}

.home-phone-item.is-added {
  box-shadow: 0 0 0 2px var(--primary), 0 3px 10px rgba(255, 133, 0, 0.25);
}

.home-phone-item-thumb {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: var(--bg-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  flex-shrink: 0;
}

.home-phone-item-lines {
  display: grid;
  gap: 0.05rem;
  min-width: 0;
  flex: 1;
}

.home-phone-item-lines b {
  font-size: 0.74rem;
  color: var(--text);
}

.home-phone-item-lines i {
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--primary);
}

.home-phone-item-add {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.home-phone-item.is-added .home-phone-item-add {
  transform: scale(1.25);
}

.home-phone-cart {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.55rem;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), var(--primary-hover));
  color: #fff;
  font-weight: 800;
  font-size: 0.82rem;
  box-shadow: 0 8px 18px rgba(255, 133, 0, 0.35);
}

.home-phone-cart.is-bump {
  animation: mm-bump 0.45s ease;
}

.home-phone-cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 0.3rem;
  border-radius: 999px;
  background: #fff;
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 800;
}

/* Cartes flottantes côté droit */
.home-showcase-side {
  display: grid;
  gap: 1rem;
  align-content: center;
}

.home-float-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 1rem;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(255, 133, 0, 0.16);
  box-shadow: 0 12px 28px rgba(107, 46, 0, 0.1);
  max-width: 340px;
}

.home-float-card--qr {
  animation: mm-float 6s ease-in-out infinite;
}

.home-float-card p {
  margin: 0;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--secondary);
}

.home-float-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 11px;
  background: rgba(255, 133, 0, 0.12);
  color: var(--primary);
}

.home-float-card-icon svg {
  width: 20px;
  height: 20px;
}

.home-float-card-icon--pulse {
  animation: mm-ring 1.8s ease-out infinite;
}

.home-qr-visual {
  position: relative;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 2px solid var(--secondary);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 5px;
  background: #fff;
  overflow: hidden;
}

.home-qr-visual span {
  background: var(--secondary);
  border-radius: 2px;
}

.home-qr-visual span:nth-child(4) {
  background: var(--primary);
}

.home-qr-scanline {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  animation: mm-scan 2.2s ease-in-out infinite;
}

.home-float-card--order {
  opacity: 0;
  transform: translateX(24px) scale(0.96);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  border-color: rgba(255, 133, 0, 0.4);
}

.home-float-card--order.is-visible {
  opacity: 1;
  transform: none;
}

.home-float-card--order strong {
  display: block;
  font-size: 0.88rem;
  color: var(--secondary);
}

.home-float-card--order span[data-mm-order-label] {
  font-size: 0.8rem;
  color: var(--muted);
}

.home-showcase-points {
  list-style: none;
  margin: 0.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.home-showcase-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text);
}

.home-showcase-points li span {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255, 133, 0, 0.14);
  color: var(--primary);
  align-items: center;
  justify-content: center;
}

.home-showcase-points li span svg {
  width: 12px;
  height: 12px;
}

/* Chiffres clés */
.home-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: clamp(2rem, 5vw, 3rem);
}

.home-stat {
  text-align: center;
  padding: 1.1rem 0.75rem;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(255, 133, 0, 0.14);
  box-shadow: 0 8px 20px rgba(107, 46, 0, 0.06);
}

.home-stat strong {
  display: block;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  color: var(--secondary);
  line-height: 1.1;
}

.home-stat > span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 600;
}

.home-stat--promo {
  background: linear-gradient(135deg, rgba(255, 133, 0, 0.12), rgba(255, 133, 0, 0.03));
  border-color: rgba(255, 133, 0, 0.35);
}

.home-stat--promo strong {
  color: var(--primary);
}

/* --- 3 étapes --- */
.home-steps {
  padding: clamp(1.5rem, 4vw, 2.5rem) 0;
}

.home-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.home-step {
  position: relative;
  padding: 1.5rem 1.2rem 1.2rem;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(255, 133, 0, 0.14);
  box-shadow: 0 8px 20px rgba(107, 46, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(107, 46, 0, 0.12);
}

.home-step-num {
  position: absolute;
  top: -12px;
  left: 1.1rem;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-weight: 800;
  font-size: 0.82rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(255, 133, 0, 0.4);
}

.home-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 133, 0, 0.12);
  color: var(--primary);
  margin-bottom: 0.7rem;
}

.home-step-icon svg {
  width: 22px;
  height: 22px;
}

.home-step h3 {
  margin: 0 0 0.35rem;
  font-size: 1.02rem;
  color: var(--secondary);
}

.home-step p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.55;
}

/* --- Avantages avec icônes --- */
.home-benefits .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

@media (min-width: 900px) {
  .home-benefits .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .home-benefits .grid {
    gap: 0.65rem;
    margin-bottom: 1.5rem;
  }

  .home-benefits .home-benefit-card {
    padding: 0.75rem;
  }

  .home-benefits .home-benefit-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    margin-bottom: 0.45rem;
  }

  .home-benefits .home-benefit-icon svg {
    width: 17px;
    height: 17px;
  }

  .home-benefits .home-benefit-card h3 {
    font-size: 0.86rem;
    line-height: 1.25;
  }

  .home-benefits .home-benefit-card p {
    font-size: 0.76rem;
    line-height: 1.45;
  }
}

.home-benefit-card {
  position: relative;
}

.home-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 133, 0, 0.12);
  color: var(--primary);
  margin-bottom: 0.6rem;
}

.home-benefit-icon svg {
  width: 21px;
  height: 21px;
}

/* --- Grande carte promo --- */
.home-promo-section {
  padding: clamp(1.5rem, 4vw, 2.5rem) 0;
}

.home-promo-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: linear-gradient(135deg, var(--secondary) 0%, #8a4207 60%, #b35b0a 100%);
  color: #fff;
  box-shadow: 0 24px 50px rgba(107, 46, 0, 0.3);
}

.home-promo-card-glow {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 133, 0, 0.55), transparent 70%);
  animation: mm-glow 4.5s ease-in-out infinite;
  pointer-events: none;
}

.home-promo-card-badge {
  display: inline-block;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}

.home-promo-card-main {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.home-promo-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffd9ad;
  animation: mm-wiggle 3s ease-in-out infinite;
}

.home-promo-card-icon svg {
  width: 28px;
  height: 28px;
}

.home-promo-card h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  color: #fff;
}

.home-promo-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  max-width: 560px;
}

.home-promo-card-list {
  list-style: none;
  margin: 0 0 1.4rem;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.home-promo-card-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.92rem;
  font-weight: 600;
}

.home-promo-card-list li span {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #ffd9ad;
  align-items: center;
  justify-content: center;
}

.home-promo-card-list li span svg {
  width: 12px;
  height: 12px;
}

.home-promo-card-btn {
  background: #fff !important;
  color: var(--secondary) !important;
  font-weight: 800;
}

.home-promo-card-btn:hover {
  background: var(--bg-soft) !important;
}

/* --- CTA finale --- */
.home-final-cta {
  padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(2.5rem, 6vw, 4rem);
}

.home-final-cta-inner {
  text-align: center;
  max-width: 560px;
}

.home-final-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: rgba(255, 133, 0, 0.12);
  color: var(--primary);
  margin-bottom: 1rem;
}

.home-final-cta-icon svg {
  width: 28px;
  height: 28px;
}

.home-final-cta h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 4vw, 2.1rem);
}

.home-final-cta p {
  margin: 0 0 1.25rem;
  color: var(--muted);
}

.home-final-cta .hero-actions {
  justify-content: center;
}

/* --- Animations --- */
@keyframes mm-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@keyframes mm-wiggle {
  0%, 88%, 100% { transform: rotate(0); }
  90% { transform: rotate(-9deg); }
  93% { transform: rotate(8deg); }
  96% { transform: rotate(-5deg); }
}

@keyframes mm-bump {
  0% { transform: scale(1); }
  40% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

@keyframes mm-scan {
  0%, 100% { top: 4px; }
  50% { top: calc(100% - 7px); }
}

@keyframes mm-ring {
  0% { box-shadow: 0 0 0 0 rgba(255, 133, 0, 0.4); }
  70% { box-shadow: 0 0 0 10px rgba(255, 133, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 133, 0, 0); }
}

@keyframes mm-glow {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.15); }
}

/* --- Responsive --- */
@media (max-width: 860px) {
  .home-showcase-stage {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .home-float-card,
  .home-showcase-side {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .home-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

@media (max-width: 640px) {
  .home-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .home-page--conversion .home-steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }
}

@media (max-width: 520px) {
  .home-promo-strip-inner {
    justify-content: center;
    text-align: center;
  }

  .home-stats {
    grid-template-columns: 1fr;
  }

  .home-promo-card-main {
    flex-direction: column;
  }
}

/* --- Accessibilité : mouvement réduit --- */
@media (prefers-reduced-motion: reduce) {
  .mm-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .home-phone,
  .home-float-card--qr,
  .home-promo-strip-icon,
  .home-promo-card-icon,
  .home-promo-card-glow,
  .home-qr-scanline,
  .home-float-card-icon--pulse {
    animation: none;
  }
}

/* --- Carrousels mobile (fonctionnalités, étapes, offres) --- */
.mm-home-carousel-dots {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 1.35rem;
  padding: 0.45rem 0.75rem;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.mm-home-carousel-dot {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: block;
  width: 5px;
  height: 5px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.2);
  cursor: pointer;
  flex: 0 0 auto;
  min-width: 5px;
  min-height: 5px;
  font-size: 0;
  line-height: 0;
  transition:
    width 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.28s ease,
    opacity 0.28s ease;
}

.mm-home-carousel-dot:hover {
  background: rgba(15, 23, 42, 0.38);
}

.mm-home-carousel-dot.is-active {
  width: 16px;
  height: 5px;
  background: rgba(15, 23, 42, 0.72);
  transform: none;
}

/* Desktop : le wrapper carousel ne change rien au layout grille */
@media (min-width: 769px) {
  .mm-home-carousel .mm-home-carousel-track.home-capabilities-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 1.75rem;
    overflow: visible;
    padding: 0;
  }

  .mm-home-carousel .mm-home-carousel-track.home-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    overflow: visible;
    padding: 0;
  }

  .mm-home-carousel .mm-home-carousel-track.mmsaas-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
    overflow: visible;
    padding: 0;
  }

  .mm-home-carousel .mm-home-carousel-track > * {
    width: auto;
    height: auto;
    min-height: 0;
    flex: unset;
  }

  .mm-home-carousel .home-capability-card {
    display: grid;
    grid-template-columns: minmax(0, 38%) minmax(0, 1fr);
    height: auto;
    min-height: 0;
    overflow: hidden;
  }

  .mm-home-carousel .home-capability-visual {
    height: 168px;
    min-height: 168px;
    max-height: 168px;
  }

  .mm-home-carousel .home-capability-visual .mm-illus {
    transform: none;
  }

  .mm-home-carousel .home-capability-body {
    display: block;
  }

  .mm-home-carousel .home-step {
    height: auto;
    padding: 1.5rem 1.2rem 1.2rem;
  }

  .mm-home-carousel .home-step-num {
    top: -12px;
  }
}

@media (max-width: 768px) {
  .mm-home-carousel.is-active {
    --mm-carousel-slide: min(86%, 300px);
    margin-inline: calc(-1 * clamp(1rem, 4vw, 1.5rem));
    overflow: visible;
  }

  .mm-home-carousel.is-active .mm-home-carousel-track {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: visible;
    gap: 0.65rem;
    margin-top: 1.75rem;
    padding-block: 0.65rem;
    padding-inline: calc((100% - var(--mm-carousel-slide)) / 2);
    scroll-snap-type: x mandatory;
    scroll-padding-inline: calc((100% - var(--mm-carousel-slide)) / 2);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .mm-home-carousel.is-active .mm-home-carousel-track::-webkit-scrollbar {
    display: none;
  }

  .mm-home-carousel.is-active .mm-home-carousel-track > * {
    flex: 0 0 var(--mm-carousel-slide);
    width: var(--mm-carousel-slide);
    min-width: 0;
    box-sizing: border-box;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .mm-home-carousel.is-active .home-capability-card {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 160px minmax(0, 1fr);
    height: 100%;
    min-height: 100%;
    overflow: hidden;
  }

  .mm-home-carousel.is-active .home-capability-visual {
    height: 160px;
    min-height: 160px;
    max-height: 160px;
    padding: 0.5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mm-home-carousel.is-active .home-capability-visual .mm-illus {
    width: 100%;
    height: 100%;
    max-height: 100%;
    transform: none;
  }

  .mm-home-carousel.is-active .home-capability-body {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }

  .mm-home-carousel.is-active .home-step {
    height: 100%;
    min-height: 100%;
    padding: 2rem 1.15rem 1.25rem;
    box-sizing: border-box;
    overflow: visible;
  }

  .mm-home-carousel.is-active .home-step-num {
    top: 0.85rem;
  }

  .mm-home-carousel.is-active .mmsaas-pricing-card {
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
  }

  .mm-home-carousel.is-active .home-capability-card:hover,
  .mm-home-carousel.is-active .home-step:hover {
    transform: none;
  }

  .mm-home-carousel.is-active .mmsaas-pricing-card.is-featured {
    transform: none;
  }

  .mm-home-carousel.is-active .mm-home-carousel-dots {
    display: flex;
  }
}

.mm-home-carousel-dots[hidden] {
  display: none !important;
}

/* ===== Accueil conversion Algérie ===== */
.home-page--conversion {
  padding-bottom: 5.5rem;
}

.home-hero--conversion {
  padding-top: clamp(1.25rem, 3vw, 2rem);
}

.home-hero--conversion .home-hero-lead {
  font-size: 1.08rem;
  line-height: 1.55;
  color: var(--muted);
  max-width: 36rem;
}

.home-badge--dz {
  background: linear-gradient(90deg, rgba(0, 98, 51, 0.12), rgba(255, 133, 0, 0.14));
  color: #006233;
}

.home-trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 1.1rem 0 1.25rem;
  padding: 0;
}

.home-trust-chips li {
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(255, 133, 0, 0.22);
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--secondary);
}

.home-hero-micro {
  margin: 0.75rem 0 0;
  font-size: 0.82rem;
  color: var(--muted);
}

.home-hero--conversion .btn-lg,
.home-hero--conversion .home-cta-submit {
  padding: 1.05rem 1.3rem;
  font-size: 1.06rem;
  font-weight: 800;
}

.home-hero-visual--shots {
  position: relative;
  min-height: 0;
  width: min(100%, 540px);
  display: block;
  padding: 0;
  overflow: visible;
}

.home-hero-visual--shots .home-hero-photo {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1024 / 682;
  object-fit: cover;
  object-position: 55% center;
  border-radius: 20px;
  border: 0;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.16);
  z-index: 1;
}

.home-shots-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-hero-micro a {
  color: var(--secondary);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.home-shot-qr-svg,
.home-shot-qr-card .mm-illus-qr-svg {
  width: 92px;
  height: 92px;
  display: block;
  margin: 0 auto 0.4rem;
  padding: 5px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-sizing: content-box;
}

.home-shot--hero-desk {
  display: none;
}

.home-shot--static {
  pointer-events: none;
  user-select: none;
}

.home-shot {
  margin: 0;
  background: #fff;
  overflow: hidden;
}

.home-shot--desktop {
  border-radius: 16px;
  border: 1px solid rgba(31, 41, 55, 0.12);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.home-shot-chrome {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.7rem;
  background: #f3f4f6;
  border-bottom: 1px solid rgba(31, 41, 55, 0.08);
}

.home-shot-chrome span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1d5db;
}

.home-shot-chrome span:first-child { background: #fca5a5; }
.home-shot-chrome span:nth-child(2) { background: #fde047; }
.home-shot-chrome span:nth-child(3) { background: #86efac; }

.home-shot-chrome em {
  margin-inline-start: 0.4rem;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 700;
  color: #6b7280;
}

.home-shot--phone {
  border-radius: 28px;
  padding: 0.5rem;
  background: #1f2937;
  box-shadow: 0 22px 44px rgba(31, 41, 55, 0.28);
}

.home-shot-notch {
  width: 72px;
  height: 12px;
  margin: 0 auto 0.35rem;
  border-radius: 0 0 10px 10px;
  background: #111827;
}

.home-shot-menu-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.65rem 0.35rem;
  background: linear-gradient(180deg, #fff9f3, #fff);
  border-radius: 22px 22px 0 0;
}

.home-shot-menu-head img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  object-fit: cover;
}

.home-shot-menu-head strong {
  display: block;
  font-size: 0.88rem;
}

.home-shot-menu-head small {
  color: var(--muted);
  font-size: 0.72rem;
}

.home-shot-menu-list {
  display: grid;
  gap: 0.4rem;
  padding: 0.35rem 0.55rem 0.55rem;
  background: #fff;
}

.home-shot-dish {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 28px;
  gap: 0.45rem;
  align-items: center;
}

.home-shot-dish img,
.home-shot-dish-thumb {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
}

.home-shot-dish-thumb {
  display: block;
  background: #d6b48a;
}

.home-shot-dish-thumb--couscous {
  background:
    radial-gradient(circle at 30% 35%, #f5e6c8 0 28%, transparent 30%),
    radial-gradient(circle at 70% 40%, #c45c26 0 18%, transparent 20%),
    radial-gradient(circle at 50% 70%, #6b8f3c 0 16%, transparent 18%),
    linear-gradient(180deg, #e8c27a, #c9963a);
}

.home-shot-dish-thumb--tajine {
  background:
    radial-gradient(circle at 50% 42%, #f2d4a5 0 22%, transparent 24%),
    radial-gradient(circle at 48% 70%, #8b2e1a 0 28%, transparent 30%),
    linear-gradient(180deg, #c45c26, #7a2e12);
}

.home-shot-dish-thumb--chorba {
  background:
    radial-gradient(circle at 40% 40%, #f4e1b5 0 14%, transparent 16%),
    linear-gradient(180deg, #d9782a, #a33b12);
}

.home-shot-dish span {
  display: grid;
  min-width: 0;
}

.home-shot-dish b {
  font-size: 0.82rem;
}

.home-shot-dish i {
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--primary);
}

.home-shot-dish em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-style: normal;
  font-weight: 800;
}

.home-shot-cart {
  margin: 0 0.45rem 0.45rem;
  padding: 0.55rem 0.7rem;
  border-radius: 12px;
  background: var(--secondary);
  color: #fff;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 800;
}

.home-shot-orders,
.home-shot-acc {
  padding: 0.7rem;
  display: grid;
  gap: 0.5rem;
  background: #fff9f3;
}

.home-shot-orders-tabs {
  display: flex;
  gap: 0.35rem;
}

.home-shot-orders-tabs span {
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  background: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--muted);
}

.home-shot-orders-tabs span.is-active {
  background: var(--primary);
  color: #fff;
}

.home-shot-order {
  display: grid;
  gap: 0.15rem;
  padding: 0.55rem 0.65rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(255, 133, 0, 0.12);
}

.home-shot-order.is-new {
  border-color: var(--primary);
  box-shadow: 0 0 0 1px rgba(255, 133, 0, 0.15);
}

.home-shot-order strong {
  font-size: 0.82rem;
}

.home-shot-order p {
  margin: 0;
  font-size: 0.75rem;
  color: var(--muted);
}

.home-shot-order b {
  font-size: 0.8rem;
  color: var(--primary);
}

.home-shot--hero-desk {
  display: none;
}

.home-proof {
  padding: 0.5rem 0 2rem;
}

.home-system {
  padding: clamp(1.15rem, 3vw, 2.25rem) 0 0.35rem;
}

.home-system .home-showcase-head {
  margin-bottom: 0.85rem;
}

.home-system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.home-system-card {
  padding: 0.85rem 0.9rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(255, 133, 0, 0.14);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.home-system-card h3 {
  margin: 0.35rem 0 0.2rem;
  font-size: 0.95rem;
}

.home-system-card p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.4;
}

.home-system-icon {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: rgba(255, 133, 0, 0.12);
  color: var(--primary);
}

.home-system-icon svg {
  width: 16px;
  height: 16px;
}

.home-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.home-proof-card {
  padding: 1rem 1.05rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(255, 133, 0, 0.14);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.home-proof-card h2 {
  margin: 0.45rem 0 0.3rem;
  font-size: 0.98rem;
}

.home-proof-card p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.45;
}

.home-proof-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 133, 0, 0.12);
  color: var(--primary);
}

.home-proof-icon svg {
  width: 18px;
  height: 18px;
}

.home-shots {
  padding: clamp(1.5rem, 4vw, 3rem) 0;
  background: linear-gradient(180deg, #fff9f3, #fff);
}

.home-shots-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.home-shot-card {
  padding: 1rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(31, 41, 55, 0.08);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.home-shot-kicker {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--primary);
}

.home-shot--embed {
  margin-bottom: 0.85rem;
}

.home-shot-card h3 {
  margin: 0 0 0.3rem;
  font-size: 1.05rem;
}

.home-shot-card > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.home-shot--qr {
  padding: 0.7rem;
  background: #fff9f3;
}

.home-shot-qr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.home-shot-qr-card {
  display: grid;
  gap: 0.25rem;
  padding: 0.45rem;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.home-shot-qr-card img {
  display: none;
}

.home-shot-qr-card strong {
  font-size: 0.78rem;
}

.home-shot-qr-card span {
  font-size: 0.68rem;
  color: var(--muted);
}

.home-shot-stat {
  padding: 0.7rem;
  border-radius: 12px;
  background: #fff;
}

.home-shot-stat small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
}

.home-shot-stat strong {
  font-size: 1.15rem;
  color: var(--secondary);
}

.home-shot-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.55rem 0.7rem;
  border-radius: 12px;
  background: #fff;
  font-size: 0.82rem;
}

.home-shots-cta {
  text-align: center;
  margin: 1.5rem 0 0;
}

.home-stats-wrap {
  padding: 0.5rem 0 2rem;
}

.home-sticky-bar,
.home-sticky-cta {
  display: none;
}

@media (max-width: 960px) {
  .home-hero-visual--shots {
    order: -1;
    width: min(100%, 480px);
    padding-bottom: 0;
    display: block;
  }

  .home-shots-grid--three {
    grid-template-columns: 1fr;
  }

  .home-proof-grid,
  .home-system-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-page--conversion .home-showcase-head {
    margin-bottom: 0.65rem;
  }

  .home-page--conversion .home-showcase-head p,
  .home-page--conversion .mmsaas-home-pricing-lead {
    display: none;
  }

  .home-page--conversion .home-showcase-head .section-title {
    font-size: 1.15rem;
    margin: 0.25rem 0 0;
  }

  .home-system,
  .home-steps {
    padding-top: 0.85rem;
    padding-bottom: 0.35rem;
  }

  .home-proof {
    padding: 0.25rem 0 0.75rem;
  }

  .home-shots {
    padding: 0.75rem 0 1rem;
  }

  .home-system-grid,
  .home-proof-grid {
    gap: 0.5rem;
  }

  .home-system-card,
  .home-proof-card {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.6rem;
  }

  .home-system-card h3,
  .home-proof-card h2 {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.25;
  }

  .home-system-card p,
  .home-proof-card p {
    display: none;
  }

  .home-system-icon,
  .home-proof-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }

  .home-system-icon svg,
  .home-proof-icon svg {
    width: 14px;
    height: 14px;
  }

  .home-steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .home-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0.6rem 0.4rem 0.55rem;
  }

  .home-step:hover {
    transform: none;
  }

  .home-step-num {
    position: static;
    width: 20px;
    height: 20px;
    font-size: 0.68rem;
    margin-bottom: 0.3rem;
    box-shadow: none;
  }

  .home-step-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 0.3rem;
    border-radius: 8px;
  }

  .home-step-icon svg {
    width: 14px;
    height: 14px;
  }

  .home-step h3 {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.25;
  }

  .home-step p {
    display: none;
  }

  .home-shots-grid,
  .home-shots-grid--three {
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
  }

  .home-shot-card {
    padding: 0.5rem;
    border-radius: 14px;
  }

  .home-shot-kicker,
  .home-shot-card > p {
    display: none;
  }

  .home-shot-card h3 {
    margin: 0.4rem 0 0;
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .home-shot--embed {
    margin-bottom: 0;
  }

  .home-shot--qr {
    padding: 0.4rem;
  }

  .home-shot-qr-svg,
  .home-shot-qr-card .mm-illus-qr-svg {
    width: 52px;
    height: 52px;
    margin-bottom: 0.15rem;
    padding: 3px;
  }

  .home-shot-orders,
  .home-shot-acc {
    padding: 0.45rem;
    gap: 0.3rem;
  }

  .home-shot-order:last-child {
    display: none;
  }

  .home-shots-cta {
    margin-top: 0.85rem;
  }

  .home-final-cta {
    padding: 1.25rem 0 1.75rem;
  }

  .home-final-cta h2 {
    font-size: 1.2rem;
  }
}

@media (max-width: 720px) {
  .home-page--conversion {
    padding-bottom: 7rem;
  }

  .home-shot--hero-desk {
    display: none;
  }

  .home-shot--hero-phone {
    width: min(100%, 240px);
  }
}

html[dir="rtl"] .home-hero-content {
  text-align: right;
}

html[dir="rtl"] .home-hero-content .hero-actions {
  justify-content: flex-start;
}

.home-outcome-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 0.95rem 0 0;
  padding: 0;
}

.home-outcome-pills li {
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  background: #fff7ed;
  border: 1px solid rgba(255, 133, 0, 0.28);
  font-size: 0.86rem;
  font-weight: 800;
  color: var(--secondary);
}

.home-social-line {
  margin: 0.85rem 0 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: #006233;
}

.home-savings {
  padding: 2.25rem 0 0.5rem;
}

.home-savings-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-savings-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 1.15rem 1.2rem 1.25rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.home-savings-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.35rem;
}

.home-savings-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}

.home-savings-amount {
  margin: 0 0 0.55rem;
  font-size: 1.28rem;
  font-weight: 800;
  color: var(--secondary);
}

.home-savings-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.home-savings-card--cost {
  background: #fffaf5;
}

.home-savings-card--win {
  background: linear-gradient(180deg, #fff7ed, #fff);
  border-color: rgba(255, 133, 0, 0.28);
}

.home-savings-card--win .home-savings-amount {
  color: #c2410c;
}

.home-social {
  padding: 2.4rem 0 0.75rem;
}

.home-client-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  justify-content: center;
}

.home-client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: 1px dashed rgba(15, 23, 42, 0.16);
  background: #fff;
  font-weight: 800;
  font-size: 0.82rem;
  color: var(--secondary);
}

.home-client-logo--img {
  padding: 0.25rem 0.7rem;
}

.home-client-logo img {
  display: block;
  height: 28px;
  width: auto;
}

.home-testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-testimonial {
  margin: 0;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 1.15rem 1.2rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.home-testimonial p {
  margin: 0 0 0.75rem;
  font-size: 0.98rem;
  line-height: 1.5;
  color: var(--text);
}

.home-testimonial footer {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--muted);
}

.home-story-visual {
  padding: 2.2rem 0 0.5rem;
}

.home-video-frame {
  position: relative;
  width: min(100%, 860px);
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.16);
  background: #0f172a;
}

.home-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.home-before-after {
  position: relative;
  margin: 0 auto;
  width: min(100%, 860px);
}

.home-before-after img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.14);
}

.home-video-fallback-cta {
  position: absolute;
  left: 50%;
  bottom: 1.1rem;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.2rem;
  border-radius: 999px;
  background: #ff8500;
  color: #fff;
  font-weight: 800;
  font-size: 0.92rem;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(255, 133, 0, 0.35);
  white-space: nowrap;
}

.home-video-fallback-cta:hover,
.home-video-fallback-cta:focus {
  color: #fff;
  background: #e67600;
}

.home-before-after figcaption {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.7rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--secondary);
}

.home-page--conversion .home-system-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-real-shots {
  margin: 0 0 1.35rem;
}

.home-real-shots-app {
  margin: 0 0 0.85rem;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  background: #0f172a;
}

.home-real-shots-app img {
  display: block;
  width: 100%;
  height: auto;
}

.home-real-shots-dishes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-real-shots-dishes li {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.home-real-shots-dishes img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.home-real-shots-dishes span {
  display: block;
  padding: 0.4rem 0.55rem 0.55rem;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--secondary);
}

@media (max-width: 900px) {
  .home-page--conversion .home-system-grid,
  .home-real-shots-dishes {
    grid-template-columns: 1fr 1fr;
  }
}

