/* ===== CTA corail — complémentaire au teal #0F626A ===== */
.landing-page,
.auth-register-page {
  --cta-coral: 231, 119, 74;
  --cta-coral-hover: 208, 98, 54;
}

/* ===== Enhanced Hero — fond clair ===== */
.landing-page .landing-wrapper {
  background: #f8fbfb;
}
.landing-page .landing-wrapper::after {
  display: none;
}

/* Navbar sur fond clair — toujours distinct du hero */
.landing-page .landing-wrapper .landing-navbar {
  background: rgba(var(--white), 0.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(var(--primary), 0.08);
  border-bottom: 1px solid rgba(var(--primary), 0.06);
  z-index: 1030;
}
.landing-page .landing-wrapper .landing-navbar .logo img {
  filter: none;
}
.landing-page .landing-wrapper .landing-navbar .navbar-toggler {
  filter: none;
}
.landing-page .landing-wrapper .landing-navbar .landing-navbar-burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid rgba(var(--primary), 0.18) !important;
  border-radius: 10px;
  background: rgba(var(--white), 1);
  box-shadow: 0 1px 4px rgba(var(--dark), 0.06);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.landing-page .landing-wrapper .landing-navbar .landing-navbar-burger:hover,
.landing-page .landing-wrapper .landing-navbar .landing-navbar-burger:focus {
  background: rgba(var(--primary), 0.06);
  border-color: rgba(var(--primary), 0.3) !important;
  box-shadow: none;
}
.landing-page .landing-wrapper .landing-navbar .landing-navbar-burger .burger-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 1.125rem;
}
.landing-page .landing-wrapper .landing-navbar .landing-navbar-burger .burger-line {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: rgba(var(--primary), 1);
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.landing-page .landing-wrapper .landing-navbar .landing-navbar-burger[aria-expanded="true"] .burger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.landing-page .landing-wrapper .landing-navbar .landing-navbar-burger[aria-expanded="true"] .burger-line:nth-child(2) {
  opacity: 0;
}
.landing-page .landing-wrapper .landing-navbar .landing-navbar-burger[aria-expanded="true"] .burger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 991px) {
  .landing-page .landing-wrapper .landing-navbar .landing-navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .landing-page .landing-wrapper .landing-navbar .landing-navbar-burger {
    display: flex;
    margin-left: auto;
  }
  .landing-page .landing-wrapper .landing-navbar .landing-navbar-collapse {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    z-index: 1040;
    background: rgba(var(--white), 1);
    border: 1px solid rgba(var(--primary), 0.1);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(var(--dark), 0.12);
    padding: 0.75rem 1rem 1.25rem;
    margin-top: 0;
  }
  .landing-page .landing-wrapper .landing-navbar .landing-navbar-collapse.collapsing,
  .landing-page .landing-wrapper .landing-navbar .landing-navbar-collapse.show {
    display: block;
  }
  .landing-page .landing-wrapper .landing-navbar .landing-navbar-links .nav-item {
    padding: 0;
    border-bottom: 1px solid rgba(var(--primary), 0.08);
  }
  .landing-page .landing-wrapper .landing-navbar .landing-navbar-links .nav-item:last-child {
    border-bottom: none;
  }
  .landing-page .landing-wrapper .landing-navbar .landing-navbar-links .nav-link {
    padding: 0.85rem 0.25rem !important;
    font-size: 1rem;
    font-weight: 500;
  }
  .landing-page .landing-wrapper .landing-navbar .landing-navbar-mobile-actions {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(var(--primary), 0.1);
  }
  .landing-page .landing-wrapper .landing-navbar .landing-navbar-mobile-actions .btn {
    font-weight: 600;
    padding: 0.75rem 1rem;
    border-radius: 10px;
  }
  body.landing-nav-open {
    overflow: hidden;
  }
}
.landing-page .landing-wrapper .landing-navbar .navbar-nav .nav-link {
  color: rgba(var(--dark), 0.7);
}
.landing-page .landing-wrapper .landing-navbar .navbar-nav .nav-link.active,
.landing-page .landing-wrapper .landing-navbar .navbar-nav .nav-link:hover {
  color: rgba(var(--primary), 1);
}
.landing-page .landing-wrapper .landing-navbar.landing-navbar-active {
  background: rgba(var(--white), 0.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 16px rgba(var(--dark), 0.08);
  border-bottom-color: rgba(var(--primary), 0.08);
}
.landing-page .landing-wrapper .landing-navbar .btn-white {
  background: rgba(var(--primary), 1) !important;
  color: rgba(var(--white), 1) !important;
}

.landing-page .landing-wrapper .landing-section.hero-enhanced {
  padding-top: calc(60px + 3.25rem);
}

.hero-enhanced {
  position: relative;
  overflow: hidden;
  padding-top: calc(60px + 2.75rem);
  padding-bottom: 2.5rem;
  min-height: auto;
  background: transparent;
  scroll-margin-top: 60px;
}
@media (min-width: 992px) {
  .hero-enhanced {
    padding-top: calc(60px + 3.25rem);
    padding-bottom: 3.5rem;
    min-height: auto;
    display: flex;
    align-items: center;
  }
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.hero-bg-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 75% 15%, rgba(var(--primary), 0.07) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 10% 90%, rgba(var(--danger), 0.05) 0%, transparent 55%),
    radial-gradient(ellipse 40% 35% at 90% 75%, rgba(var(--warning), 0.04) 0%, transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
  background-size: 120% 120%, 120% 120%, 100% 100%, 100% 100%;
  animation: heroGradientShift 18s ease-in-out infinite alternate;
}
@keyframes heroGradientShift {
  0% { background-position: 0% 0%, 100% 100%, 50% 50%, 0% 0%; }
  100% { background-position: 100% 50%, 0% 0%, 80% 20%, 0% 0%; }
}

/* Grille de points discrète */
.hero-bg-grid {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background-image: radial-gradient(rgba(var(--primary), 0.12) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 85% 75% at 60% 40%, black 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 85% 75% at 60% 40%, black 20%, transparent 75%);
}

/* Petits points flottants */
.hero-bg-dots {
  position: absolute;
  inset: 0;
}
.hero-dot {
  position: absolute;
  border-radius: 50%;
  background: rgba(var(--primary), 0.2);
  animation: heroDotFloat 12s ease-in-out infinite;
}
.hero-dot-1 { width: 6px; height: 6px; top: 18%; left: 8%; animation-delay: 0s; }
.hero-dot-2 { width: 4px; height: 4px; top: 35%; left: 22%; background: rgba(var(--danger), 0.25); animation-delay: -2s; }
.hero-dot-3 { width: 8px; height: 8px; top: 62%; left: 12%; animation-delay: -4s; opacity: 0.6; }
.hero-dot-4 { width: 5px; height: 5px; top: 25%; right: 18%; background: rgba(var(--success), 0.22); animation-delay: -6s; }
.hero-dot-5 { width: 4px; height: 4px; bottom: 22%; right: 28%; animation-delay: -8s; }
@keyframes heroDotFloat {
  0%, 100% { transform: translate(0, 0); opacity: 0.5; }
  50% { transform: translate(6px, -12px); opacity: 1; }
}

/* Icônes SEO en filigrane */
.hero-bg-shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero-shape {
  position: absolute;
  font-size: 3.5rem;
  color: rgba(var(--primary), 0.06);
  pointer-events: none;
  animation: heroShapeDrift 20s ease-in-out infinite;
}
.hero-shape-1 { top: 12%; right: 12%; animation-delay: 0s; }
.hero-shape-2 { bottom: 18%; left: 6%; font-size: 2.75rem; color: rgba(var(--danger), 0.05); animation-delay: -7s; }
.hero-shape-3 { top: 48%; right: 6%; font-size: 2.25rem; color: rgba(var(--primary), 0.05); animation-delay: -12s; }
@keyframes heroShapeDrift {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(-8px, 10px) rotate(-3deg); }
  66% { transform: translate(10px, -6px) rotate(3deg); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg-gradient,
  .hero-dot,
  .hero-shape,
  .hero-showcase-frame::after {
    animation: none !important;
  }
}

.hero-showcase-frame {
  position: absolute;
  top: -8px;
  left: calc(10% - 8px);
  width: calc(80% + 16px);
  height: calc(100% + 16px);
  border-radius: 14px;
  border: 1px solid rgba(var(--primary), 0.1);
  background: linear-gradient(135deg, rgba(var(--primary), 0.03) 0%, transparent 60%);
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero-showcase-frame {
    left: -8px;
  }
}
.hero-showcase-frame::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(var(--primary), 0.06), transparent);
  animation: heroFrameShine 8s ease-in-out infinite;
}
@keyframes heroFrameShine {
  0%, 100% { left: -100%; opacity: 0; }
  50% { left: 120%; opacity: 1; }
}

.hero-container {
  position: relative;
  z-index: 2;
  padding: 0 1.25rem;
}
@media (min-width: 1400px) {
  .hero-container {
    max-width: 1320px;
    margin: 0 auto;
  }
}

.hero-content-col {
  position: relative;
  z-index: 3;
}
.hero-enhanced .landing-heading h1 {
  margin-top: 0;
  text-align: inherit;
  color: rgba(var(--primary), 1);
}
.hero-enhanced .landing-heading h1 .highlight-text {
  min-width: auto;
}
.hero-enhanced .hero-subtitle {
  text-align: inherit;
  color: rgba(var(--dark), 0.72);
}

/* Hero trust pills — fond clair */
.hero-enhanced .hero-trust-pill {
  background: rgba(var(--white), 1);
  border: 1px solid rgba(var(--primary), 0.15);
  color: rgba(var(--dark), 0.85);
  box-shadow: 0 1px 4px rgba(var(--dark), 0.04);
}
.hero-enhanced .trust-row-item {
  color: rgba(var(--dark), 0.55);
}
.hero-enhanced .hero-cta-note {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(var(--dark), 0.72);
  line-height: 1.45;
  margin-top: 0.25rem !important;
  padding: 0.5rem 0.875rem;
  background: rgba(var(--primary), 0.06);
  border: 1px solid rgba(var(--primary), 0.12);
  border-radius: 10px;
}
.hero-enhanced .hero-cta-note-highlight {
  color: rgb(var(--cta-coral));
  font-weight: 600;
}
@media (min-width: 992px) {
  .hero-enhanced .hero-cta-note {
    font-size: 0.875rem;
  }
}
.hero-enhanced .btn-secondary-cta {
  border: 1px solid rgba(var(--primary), 0.35);
  color: rgba(var(--primary), 1);
  background: rgba(var(--white), 1);
}
.hero-enhanced .btn-secondary-cta:hover {
  background: rgba(var(--primary), 0.06);
  color: rgba(var(--primary), 1);
}

/* Screenshots — taille native, pas de crop CSS */
.hero-showcase-col {
  position: relative;
  z-index: 2;
}
.hero-showcase {
  position: relative;
  width: 100%;
  max-width: 580px;
  margin: 1.5rem auto 0;
}
@media (min-width: 992px) {
  .hero-showcase {
    max-width: 100%;
    margin: 0;
    padding-bottom: 1rem;
  }
}

.hero-showcase-main,
.hero-showcase-secondary {
  display: block;
  height: auto;
  border-radius: 10px;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hero-showcase-main {
  position: relative;
  z-index: 2;
  width: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  box-shadow:
    0 8px 32px rgba(var(--dark), 0.12),
    0 0 0 1px rgba(var(--primary), 0.08);
}
@media (min-width: 992px) {
  .hero-showcase-main {
    margin-left: 0;
    margin-right: auto;
  }
}

.hero-showcase-secondary {
  width: 55%;
  max-width: 380px;
  position: absolute;
  right: 0;
  bottom: -12px;
  z-index: 3;
  box-shadow:
    0 12px 40px rgba(var(--dark), 0.18),
    0 0 0 1px rgba(var(--primary), 0.1);
}

.hero-enhanced::after {
  display: none;
}

@media (max-width: 991px) {
  .landing-page .landing-wrapper .landing-section.hero-enhanced {
    padding-top: calc(52px + 2.25rem);
  }
  .hero-enhanced {
    padding-top: calc(52px + 2.25rem);
    scroll-margin-top: 52px;
  }
  .hero-showcase {
    margin-top: 1.25rem;
    max-width: 100%;
  }
  .hero-showcase-main {
    border-radius: 8px;
  }
}

@media (max-width: 767px) {
  .hero-showcase-secondary {
    display: none !important;
  }
  .hero-bg-shapes .hero-shape-1,
  .hero-bg-shapes .hero-shape-3 {
    display: none;
  }

  /* Mobile hero — ordre : titre → CTA → visuel → badges */
  .hero-container .row.hero-mobile-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
  }
  .hero-content-col {
    display: contents;
  }
  .hero-showcase-col {
    display: contents;
  }
  .hero-mobile-grid .landing-heading { order: 1; }
  .hero-mobile-grid .hero-cta-group { order: 2; }
  .hero-mobile-grid .hero-showcase { order: 3; }
  .hero-mobile-grid .hero-trust-pills { order: 4; }

  .landing-page .landing-wrapper .landing-section.hero-enhanced {
    padding-top: calc(52px + 1.75rem);
    padding-bottom: 2rem;
  }
  .hero-enhanced .landing-heading {
    margin-bottom: 0.25rem;
  }
  .hero-enhanced .landing-heading h1 {
    font-size: 1.625rem;
    line-height: 1.25;
    margin-bottom: 0.75rem;
  }
  .hero-enhanced .hero-subtitle {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
  }
  .hero-mobile-grid .hero-cta-group {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
  }
  .hero-mobile-grid .hero-cta-group .btn-primary-cta {
    font-size: 1rem;
    padding: 0.85rem 1rem;
  }
  .hero-mobile-grid .hero-cta-note {
    font-size: 0.8125rem;
    margin-top: 0.35rem !important;
    text-align: center;
  }
  .hero-mobile-grid .hero-showcase {
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
  .hero-mobile-grid .hero-showcase-main {
    width: 100%;
    max-width: 100%;
    margin: 0;
    max-height: 11rem;
    object-fit: cover;
    object-position: top left;
    border-radius: 8px;
  }
  .hero-mobile-grid .hero-showcase-frame {
    display: none;
  }
  .hero-mobile-grid .hero-trust-pills {
    margin-top: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 0.4rem;
    padding-bottom: 0.25rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .hero-mobile-grid .hero-trust-pills::-webkit-scrollbar {
    display: none;
  }
  .hero-mobile-grid .hero-trust-pill {
    flex-shrink: 0;
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
  }
  .hero-container {
    padding: 0 1rem;
  }
}

/* Sticky mobile CTA bar */
.landing-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: rgba(var(--white), 0.97);
  box-shadow: 0 -4px 20px rgba(var(--dark), 0.12);
  border-top: 1px solid rgba(var(--primary), 0.15);
}
.landing-sticky-cta .btn {
  width: 100%;
  font-weight: 600;
  padding: 0.85rem 1rem;
  font-size: 1rem;
  background: rgb(var(--cta-coral)) !important;
  border: none !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(var(--cta-coral), 0.35);
}
.landing-sticky-cta .btn:hover {
  background: rgb(var(--cta-coral-hover)) !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .landing-sticky-cta {
    display: block;
  }
  body.landing-page {
    padding-bottom: 80px;
  }
}

.hero-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1.25rem;
}
.hero-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0.4rem 0.75rem;
  border-radius: 2rem;
}
.hero-trust-pill i {
  color: rgba(var(--success), 1);
  font-size: 0.875rem;
}

.hero-cta-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: stretch;
  max-width: 420px;
  margin: 1.75rem auto 0;
}
@media (min-width: 992px) {
  .hero-cta-group {
    margin-top: 2rem;
  }
}
.hero-cta-group .btn-primary-cta {
  background: rgb(var(--cta-coral));
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 1.0625rem;
  padding: 0.9rem 1.5rem;
  border-radius: var(--app-border-radius);
  box-shadow: 0 4px 14px rgba(var(--cta-coral), 0.4);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.hero-cta-group .btn-primary-cta:hover {
  background: rgb(var(--cta-coral-hover));
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(var(--cta-coral), 0.5);
  color: #fff;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.trust-row-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8125rem;
  font-weight: 500;
}
.trust-row-item i {
  font-size: 1rem;
}

.landing-heading .hero-subtitle {
  max-width: 640px;
  margin: 0.75rem auto 0;
}
@media (min-width: 992px) {
  .landing-heading .hero-subtitle {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Stats bar */
.stats-bar {
  background: rgba(var(--white), 1);
  padding: 2rem 0;
  border-bottom: 1px solid rgba(var(--primary), 0.08);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}
.stat-item {
  text-align: center;
  padding: 0.75rem 0.5rem;
}
.stat-item .stat-value {
  font-family: "Outfit", serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: rgba(var(--primary), 1);
  line-height: 1.2;
}
@media (min-width: 768px) {
  .stat-item .stat-value {
    font-size: 2.25rem;
  }
}
.stat-item .stat-label {
  font-size: 0.8125rem;
  color: rgba(var(--dark), 0.7);
  margin-top: 0.25rem;
  font-weight: 500;
}

/* Benefits section */
.benefits-section {
  background: var(--body-color);
  padding: 3rem 0;
}
.benefit-card {
  background: rgba(var(--white), 1);
  border: 1px solid rgba(var(--primary), 0.1);
  border-radius: var(--app-border-radius);
  padding: 1.5rem;
  height: 100%;
  transition: box-shadow 0.2s, transform 0.2s;
}
.benefit-card:hover {
  box-shadow: var(--box-shadow);
  transform: translateY(-3px);
}
.benefit-card .benefit-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.benefit-card .benefit-icon.icon-price { background: rgba(var(--success), 0.12); color: rgba(var(--success), 1); }
.benefit-card .benefit-icon.icon-quality { background: rgba(var(--primary), 0.12); color: rgba(var(--primary), 1); }
.benefit-card .benefit-icon.icon-ranked { background: rgba(var(--danger), 0.12); color: rgba(var(--danger), 1); }
.benefit-card .benefit-icon.icon-allin { background: rgba(var(--warning), 0.15); color: rgb(180, 130, 0); }
.benefit-card h3 {
  font-family: "Outfit", serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: rgba(var(--primary), 1);
  margin-bottom: 0.5rem;
}
.benefit-card p {
  font-size: 0.9375rem;
  color: rgba(var(--dark), 0.75);
  margin-bottom: 0;
  line-height: 1.5;
}
.benefit-vs {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(var(--success), 1);
  background: rgba(var(--success), 0.1);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  margin-top: 0.75rem;
}

/* Categories section */
.categories-section {
  padding: 3rem 0;
  background: rgba(var(--white), 1);
}
.categories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media (min-width: 576px) {
  .categories-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .categories-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
.category-chip {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--body-color);
  border: 1px solid rgba(var(--primary), 0.08);
  border-radius: var(--app-border-radius);
  padding: 0.85rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(var(--dark), 0.85);
  transition: background 0.2s, border-color 0.2s;
}
.category-chip:hover {
  background: rgba(var(--primary), 0.06);
  border-color: rgba(var(--primary), 0.2);
}
.category-chip i {
  font-size: 1.25rem;
  color: rgba(var(--primary), 1);
  flex-shrink: 0;
}

/* Testimonials */
.testimonials-section {
  background: var(--body-color);
  padding: 3rem 0;
}
.testimonial-card {
  background: rgba(var(--white), 1);
  border-radius: var(--app-border-radius);
  padding: 1.5rem;
  height: 100%;
  border: 1px solid rgba(var(--primary), 0.08);
  display: flex;
  flex-direction: column;
}
.testimonial-stars {
  color: rgb(var(--warning));
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  letter-spacing: 2px;
}
.testimonial-text {
  font-size: 0.9375rem;
  color: rgba(var(--dark), 0.8);
  line-height: 1.6;
  flex-grow: 1;
  font-style: italic;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(var(--primary), 0.08);
}
.testimonial-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(var(--primary), 0.12);
  color: rgba(var(--primary), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.875rem;
  flex-shrink: 0;
}
.testimonial-name {
  font-weight: 600;
  font-size: 0.9375rem;
  color: rgba(var(--dark), 1);
  margin-bottom: 0;
}
.testimonial-role {
  font-size: 0.8125rem;
  color: rgba(var(--dark), 0.55);
  margin-bottom: 0;
}

/* Mid-page CTA band */
.cta-band {
  background: linear-gradient(135deg, rgba(var(--primary), 1) 0%, rgb(12, 78, 85) 100%);
  padding: 2.5rem 1.5rem;
  text-align: center;
}
.cta-band h2 {
  font-family: "Outfit", serif;
  color: rgba(var(--white), 1);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .cta-band h2 {
    font-size: 1.875rem;
  }
}
.cta-band p {
  color: rgba(var(--white), 0.8);
  font-size: 1rem;
  max-width: 540px;
  margin: 0 auto 1.5rem;
}
.cta-band .btn {
  background: rgb(var(--cta-coral));
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 0.85rem 2rem;
  font-size: 1rem;
  box-shadow: 0 4px 14px rgba(var(--cta-coral), 0.35);
}
.cta-band .btn:hover {
  background: rgb(var(--cta-coral-hover));
  color: #fff;
}

.landing-navbar .btn-register-nav {
  background: rgb(var(--cta-coral)) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600 !important;
}
.landing-navbar .btn-register-nav:hover {
  background: rgb(var(--cta-coral-hover)) !important;
  color: #fff !important;
}

/* ===== Plans / Offres — fond clair, sans images template ===== */
.plans-section-enhanced {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #f5f8f9;
  border-top: 1px solid rgba(var(--primary), 0.06);
}
.plans-section-enhanced .pricing-cards {
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(var(--dark), 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  background-color: transparent !important;
}
.plans-section-enhanced .pricing-cards:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(var(--dark), 0.14);
}
.plans-section-enhanced .pricing-cards::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background: radial-gradient(circle at 30% 0%, rgba(255, 255, 255, 0.35) 0%, transparent 55%);
  pointer-events: none;
  z-index: 0;
}
.plans-section-enhanced .pricing-cards .pricing-details {
  position: relative;
  z-index: 1;
}
.plans-section-enhanced .pricing-card-eco {
  background: linear-gradient(155deg, #148891 0%, #0F626A 45%, #0a4f56 100%) !important;
}
.plans-section-enhanced .pricing-card-catalogue {
  background: linear-gradient(155deg, #12c96e 0%, #0ab964 40%, #078f4f 100%) !important;
}
.plans-section-enhanced .pricing-card-ranked {
  background: linear-gradient(155deg, #f0606c 0%, #e14e5a 42%, #c93d48 100%) !important;
}
.plans-section-enhanced .pricing-card-featured {
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 12px 36px rgba(var(--dark), 0.14), 0 0 0 2px rgba(15, 98, 106, 0.15);
}
@media (min-width: 992px) {
  .plans-section-enhanced .pricing-card-featured {
    transform: scale(1.03);
  }
  .plans-section-enhanced .pricing-card-featured:hover {
    transform: scale(1.03) translateY(-4px);
  }
}
.plans-section-enhanced .pricing-badge-popular {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.95);
  color: rgb(7, 143, 79);
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.35rem 0.65rem;
  border-radius: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.plans-section-enhanced .pricing-cards .price-title h3 {
  font-family: "Outfit", serif;
}
.plans-section-enhanced .pricing-cards .btn-lg {
  border-radius: 10px !important;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.plans-section-enhanced .pricing-cards .price-btn {
  padding: 0 1.5rem 2rem !important;
}
.plans-section-enhanced .pricing-cards .price-btn > .mt-3 {
  margin-bottom: 0.15rem;
}
.plans-section-enhanced .card.bg-light-primary {
  background: rgba(var(--white), 1) !important;
  border: 2px dashed rgba(var(--primary), 0.25) !important;
  box-shadow: var(--box-shadow);
}

@media (max-width: 767px) {
  .plans-section .pricing-cards {
    margin-bottom: 0;
  }
  .landing-title p {
    margin-bottom: 1.5rem !important;
    -webkit-line-clamp: unset;
  }
  .landing-heading h1 {
    margin-top: 24px;
    font-size: 1.75rem;
    line-height: 1.25;
  }
  .hero-enhanced .landing-heading h1 {
    margin-top: 0;
  }
  .landing-heading .hero-subtitle {
    font-size: 0.9375rem;
  }
  .plans-section-enhanced .pricing-card-featured {
    transform: none;
  }
  .plans-section-enhanced .pricing-cards .price-btn {
    padding-bottom: 1.75rem !important;
  }
  .stats-bar {
    padding: 0;
  }
  .stats-bar .container {
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .stats-grid {
    gap: 1.125rem 1.5rem;
  }
  .stat-item {
    padding: 0.35rem 0.15rem;
  }
  .stat-item .stat-value {
    font-size: 1.5rem;
  }
  .stat-item .stat-label {
    font-size: 0.75rem;
    line-height: 1.35;
  }
}

/* ===== Auth pages ===== */
.auth-register-page {
  background: var(--body-color);
  min-height: 100vh;
}
.auth-register-layout {
  display: flex;
  min-height: 100vh;
}
.auth-register-panel {
  display: none;
  width: 42%;
  max-width: 520px;
  background: linear-gradient(160deg, rgba(var(--primary), 1) 0%, rgb(10, 68, 74) 100%);
  padding: 2.5rem 2rem;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.auth-register-panel-inner {
  position: relative;
  z-index: 1;
}
.auth-register-panel .panel-logo img {
  max-width: 180px;
  filter: brightness(1000);
  margin-bottom: 2rem;
}
.auth-register-panel h1 {
  font-family: "Outfit", serif;
  color: rgba(var(--white), 1);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
.auth-register-panel .panel-subtitle {
  color: rgba(var(--white), 0.75);
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.auth-benefit-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}
.auth-benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: rgba(var(--white), 0.9);
  font-size: 0.9375rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.auth-benefit-list li i {
  color: rgba(var(--success), 1);
  font-size: 1.125rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.auth-panel-stats {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.auth-panel-stat .value {
  font-family: "Outfit", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(var(--white), 1);
}
.auth-panel-stat .label {
  font-size: 0.75rem;
  color: rgba(var(--white), 0.65);
}
.auth-register-form-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem 2rem;
  min-height: 100vh;
}
.auth-mobile-header {
  width: 100%;
  max-width: 480px;
  text-align: center;
  margin-bottom: 1.25rem;
}
.auth-mobile-header .mobile-logo img {
  max-width: 7.5rem;
  max-height: 4.5rem;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.auth-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  color: rgba(var(--dark), 0.55);
  text-decoration: none;
  margin-bottom: 1rem;
}
.auth-back-link:hover {
  color: rgba(var(--primary), 1);
}
.auth-mobile-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.auth-mobile-trust span {
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(var(--primary), 1);
  background: rgba(var(--primary), 0.08);
  border: 1px solid rgba(var(--primary), 0.15);
  padding: 0.3rem 0.6rem;
  border-radius: 2rem;
}
.auth-form-card {
  width: 100%;
  max-width: 480px;
  background: rgba(var(--white), 1);
  border-radius: var(--app-border-radius);
  box-shadow: var(--box-shadow);
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(var(--primary), 0.08);
}
.auth-form-card h2 {
  font-family: "Outfit", serif;
  font-size: 1.375rem;
  font-weight: 600;
  color: rgba(var(--primary), 1);
  margin-bottom: 0.35rem;
  text-align: center;
}
.auth-form-card .form-lead {
  text-align: center;
  font-size: 0.875rem;
  color: rgba(var(--dark), 0.65);
  margin-bottom: 1.5rem;
}
.auth-form-card .btn-register-submit {
  background: rgb(var(--cta-coral));
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.85rem 1rem;
  border-radius: var(--app-border-radius);
  box-shadow: 0 4px 14px rgba(var(--cta-coral), 0.35);
}
.auth-form-card .btn-register-submit:hover {
  background: rgb(var(--cta-coral-hover));
  color: #fff;
}
.auth-form-card .btn-login-submit {
  background: rgba(var(--primary), 1);
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.85rem 1rem;
  border-radius: var(--app-border-radius);
  box-shadow: 0 4px 14px rgba(var(--primary), 0.35);
}
.auth-form-card .btn-login-submit:hover {
  background: rgb(12, 78, 85);
  color: #fff;
}
.auth-form-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 0.875rem;
  padding-top: 1rem;
  margin-top: 0.75rem;
  text-align: center;
}
.auth-form-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(var(--dark), 0.55);
}
.auth-form-trust span i {
  color: rgba(var(--primary), 0.8);
  font-size: 0.875rem;
}
.auth-register-promo {
  padding-top: 1.25rem;
  border-top: 1px solid rgba(var(--primary), 0.1);
  text-align: center;
}
.auth-register-promo .btn-register-promo {
  background: rgb(var(--cta-coral));
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.75rem 1rem;
  border-radius: var(--app-border-radius);
}
.auth-register-promo .btn-register-promo:hover {
  background: rgb(var(--cta-coral-hover));
  color: #fff;
}
@media (min-width: 992px) {
  .auth-register-panel { display: flex; }
  .auth-mobile-header { display: none; }
}
@media (max-width: 991px) {
  .auth-register-form-side {
    justify-content: flex-start;
    padding-top: 1.25rem;
    min-height: auto;
  }
  .auth-mobile-header {
    margin-bottom: 1rem;
  }
  .auth-form-card .auth-back-link {
    display: none !important;
  }
  .auth-form-card h2 {
    margin-top: 0;
  }
}

