/* Landing page — Theme rouge harmonisé (#e63946) */

/* ===== BODY & PAGE ===== */
body.landing-page {
  background:
    radial-gradient(1000px 320px at -10% -5%, rgba(230, 57, 70, 0.10), rgba(230, 57, 70, 0) 62%),
    radial-gradient(920px 280px at 110% -10%, rgba(200, 60, 50, 0.08), rgba(200, 60, 50, 0) 60%),
    #f8f0f0;
}

/* ===== HEADER ===== */
.landing-header {
  position: sticky;
  top: 0;
  z-index: 1025;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(230, 57, 70, 0.08);
  box-shadow: 0 2px 15px rgba(0,0,0,0.03);
}

.landing-header .navbar-brand {
  color: #1a0a0a;
  font-weight: 600;
}

.landing-header .navbar-brand span {
  color: #1a0a0a;
}

.landing-header .navbar-brand i {
  color: #e63946;
}

.landing-header .navbar-brand img {
  transition: transform 0.3s ease;
}
.landing-header .navbar-brand:hover img {
  transform: scale(1.08);
}

.landing-header .btn-success {
  background: linear-gradient(135deg, #e63946 0%, #b91c1c 100%);
  border: none;
  padding: 8px 16px;
  font-weight: 500;
  color: #fff;
}
.landing-header .btn-success:hover {
  box-shadow: 0 8px 25px rgba(230,57,70,0.35);
  transform: translateY(-2px);
}

.landing-header .btn-outline-success {
  border-color: #e63946;
  color: #e63946;
  padding: 8px 16px;
}
.landing-header .btn-outline-success:hover {
  background: rgba(230,57,70,0.08);
  border-color: #e63946;
  color: #e63946;
}

/* Header responsive */
@media (max-width: 768px) {
  .landing-header {
    padding-block: 0.65rem;
  }
}

/* ===== LANDING CONTENT ===== */
.landing-content {
  padding: 0;
}

.landing-content section {
  padding-block: clamp(3.2rem, 6vw, 5.8rem);
  position: relative;
  z-index: 2;
  animation: fadeUp 0.6s ease both;
}

.landing-content .section-title {
  font-size: clamp(1.65rem, 3.3vw, 2.45rem);
  line-height: 1.2;
  color: #1a0a0a;
  margin-bottom: 0.75rem;
}

.landing-content .section-subtitle {
  max-width: 780px;
  margin: 0 auto;
  font-size: clamp(0.96rem, 1.6vw, 1.1rem);
  color: #5d7382;
}

.landing-content h1 {
  color: #1a0a0a;
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.landing-content .lead {
  color: #5d7382;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.landing-content .bg-light {
  background-color: #fef2f2;
}

.landing-content .bg-dark {
  background: linear-gradient(135deg, #2d1a1a, #b91c1c);
}

.landing-content .card {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.landing-content .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(12, 40, 58, 0.12);
}

.landing-content .badge {
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 0.8rem;
}

.landing-content .btn {
  border-radius: 999px;
  font-weight: 600;
}

/* ===== HERO ===== */
.landing-content .hero-section {
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(700px 260px at 100% 0%, rgba(200, 50, 60, 0.08), rgba(200, 50, 60, 0) 60%),
    linear-gradient(180deg, #fdf6f6 0%, #f8eeee 100%);
  padding-block: 0;
  padding-top: 0.75rem;
}

.landing-content .hero-section::before {
  content: '';
  position: absolute;
  top: -10%;
  right: -15%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(230, 57, 70, 0.06) 0%, rgba(255,255,255,0) 70%);
  border-radius: 50%;
  z-index: 0;
}

.hero-section .container {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: clamp(2.05rem, 4.4vw, 3.15rem);
  font-weight: 800;
  line-height: 1.2;
  color: #1a0a0a;
  letter-spacing: -0.015em;
  margin-bottom: 2rem;
}

.hero-subtitle {
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  color: #4b6370;
  line-height: 1.6;
  margin-bottom: 3rem;
  max-width: 640px;
}

.text-gradient {
  background: linear-gradient(90deg, #e63946, #b91c1c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-gradient-animated {
  background: linear-gradient(90deg, #e63946, #b91c1c, #e63946);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 4s linear infinite;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(230,57,70,0.12);
  color: #b91c1c;
  border: 1px solid rgba(230,57,70,0.2);
  backdrop-filter: blur(4px);
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.hero-benefits {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

.benefit-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, rgba(230,57,70,0.12), rgba(185,28,28,0.08));
  color: #dc2626;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.benefit-content h6 {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.5rem;
}

.benefit-content p {
  color: #5d7382;
  margin: 0;
  font-size: 0.9rem;
}

.hero-cta .btn {
  padding: 15px 30px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.hero-stats {
  margin-top: 0.5rem;
}

.landing-content .hero-stats {
  border: 1px solid #e8d4d4;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  padding: 0.9rem 0.5rem;
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #dc2626;
}

.stat-label {
  font-size: 0.9rem;
  color: #5d7382;
  font-weight: 500;
}

.hero-section .hero-content .display-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0.5rem;
}

.hero-section .hero-content .display-stat .stat-value {
  font-size: 2.2rem;
  font-weight: 800;
  color: #dc2626;
  line-height: 1;
}

.hero-section .hero-content .display-stat .stat-label {
  font-size: 0.85rem;
  color: #5d7382;
  font-weight: 500;
  margin-top: 0.3rem;
}

/* ===== HERO VISUAL / MOCKUP ===== */
.hero-visual {
  position: relative;
  z-index: 2;
}

.landing-content .hero-visual {
  border-radius: 18px;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.85), rgba(248,252,252,0.7));
  box-shadow: 0 20px 40px rgba(9, 33, 40, 0.08);
}

.dashboard-mockup {
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  will-change: transform;
}

.landing-content .dashboard-mockup {
  border-radius: 12px;
  border: 1px solid rgba(20, 50, 60, 0.06);
  background: linear-gradient(180deg, #ffffff 0%, #f8f0f0 100%);
}

.hero-section .hero-visual .dashboard-mockup {
  transform: perspective(1200px) rotateY(-3deg) rotateX(4deg);
  transition: transform 0.5s cubic-bezier(.2,.9,.2,1);
  box-shadow: 0 30px 60px rgba(9,33,40,0.12), 0 10px 20px rgba(9,33,40,0.06);
}

.hero-section .hero-visual .dashboard-mockup:hover,
.dashboard-mockup:hover {
  transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

.mockup-header {
  background: linear-gradient(135deg, #2d1a1a, #4a2020);
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mockup-dots {
  display: flex;
  gap: 8px;
}
.mockup-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
}

.mockup-title {
  color: white;
  font-weight: 600;
}

.mockup-content {
  padding: 30px 20px;
  background-color: #ffffff;
}

.mockup-chart {
  margin-bottom: 25px;
  position: relative;
  height: 80px;
}

.chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 100%;
}

.bar {
  flex: 1;
  background: linear-gradient(180deg, #e63946, #b91c1c);
  border-radius: 4px 4px 0 0;
  animation: growUp 1s ease-out forwards;
  opacity: 0.9;
}
.chart-bars .bar:nth-child(1) { height: 60%; }
.chart-bars .bar:nth-child(2) { height: 80%; }
.chart-bars .bar:nth-child(3) { height: 45%; }
.chart-bars .bar:nth-child(4) { height: 90%; }
.chart-bars .bar:nth-child(5) { height: 70%; }

.mockup-alerts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.alert-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 8px;
}

.alert-icon {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.alert-text {
  font-size: 0.8rem;
  color: #5d7382;
}

/* ===== HERO BG SHAPES ===== */
.hero-bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-bg-shapes .shape-1 {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(230,57,70,0.1) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.hero-bg-shapes .shape-2 {
  position: absolute;
  bottom: -15%;
  left: -10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(200,60,50,0.08) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 8s ease-in-out infinite reverse;
}

.hero-bg-shapes .shape-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(230,57,70,0.05) 0%, transparent 70%);
  border-radius: 50%;
  animation: pulse 4s ease-in-out infinite;
}

.landing-content .bg-blob {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: linear-gradient(140deg, rgba(230,57,70,0.08) 0%, rgba(230,57,70,0.12) 100%);
  z-index: 1;
  top: 10%;
  left: 5%;
}

/* ===== FLOATING CARDS ===== */
.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  perspective: 1000px;
}

.floating-card {
  position: absolute;
  background: rgba(255,255,255,0.9);
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #1e293b;
  animation: floatCard 3s ease-in-out infinite;
  pointer-events: auto;
  z-index: 10;
  backdrop-filter: blur(8px);
}

.landing-content .floating-card {
  border-radius: 14px;
  padding: 0.6rem 0.8rem;
  box-shadow: 0 8px 20px rgba(10, 40, 50, 0.08);
  background: #fff;
}

.hero-section .floating-card {
  animation: floatSlow 4s ease-in-out infinite;
  backdrop-filter: blur(8px);
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(230,57,70,0.12);
}

.floating-card.card-1 {
  top: 15%;
  left: -5%;
  animation-delay: 0s;
}
.floating-card.card-2 {
  top: 55%;
  right: -8%;
  animation-delay: 1s;
}
.floating-card.card-3 {
  bottom: 10%;
  left: -10%;
  animation-delay: 2s;
}
.hero-section .floating-card.card-1 { animation-delay: 0s; }
.hero-section .floating-card.card-2 { animation-delay: 1.5s; }
.hero-section .floating-card.card-3 { animation-delay: 3s; }

/* ===== FEATURES ===== */
.features-section {
  background: #fef2f2;
}

.features-section .feature-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(12, 40, 58, 0.08);
  height: 100%;
  border: 1px solid rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(.2,.9,.2,1);
  position: relative;
  overflow: hidden;
}

.features-section .feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #e63946, #b91c1c);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.features-section .feature-card:hover::before {
  opacity: 1;
}

.features-section .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(12, 40, 58, 0.12);
  border-color: rgba(230,57,70,0.1);
}

.landing-content .feature-card {
  border: 1px solid #e8d4d4;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(12, 40, 58, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #fef2f2 100%);
}
.landing-content .feature-card:hover {
  transform: translateY(-6px);
}

.feature-card .feature-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(230,57,70,0.12), rgba(185,28,28,0.08));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dc2626;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  transition: all 0.3s ease;
}

.feature-card .feature-icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: inherit;
  opacity: 0.15;
  transform: scale(1.3);
  z-index: -1;
}

.feature-card:hover .feature-icon {
  border-color: #e63946;
  transform: scale(1.1);
}

.feature-card h5 {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 1rem;
}

.feature-card p {
  color: #5d7382;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
  font-size: 13px;
}

.feature-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: auto;
}

.feature-tags .tag {
  background: rgba(230,57,70,0.06);
  color: #b91c1c;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid rgba(230,57,70,0.1);
}

/* ===== HOW IT WORKS ===== */
.landing-content .how-it-works-section {
  background: linear-gradient(180deg, #ffffff 0%, #fef2f2 100%);
}

.how-it-works-section .step-card {
  position: relative;
  padding: 2rem 1.5rem;
  background: white;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 8px 30px rgba(9,33,40,0.06);
  transition: all 0.4s cubic-bezier(.2,.9,.2,1);
  height: 100%;
  text-align: center;
}

.landing-content .how-it-works-section .step-card {
  background: #fff;
  border: 1px solid #e8d4d4;
  box-shadow: 0 10px 22px rgba(15, 49, 71, 0.06);
}

.how-it-works-section .step-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(9,33,40,0.12);
  border-color: rgba(230,57,70,0.25);
}

.landing-content .how-it-works-section .step-card:hover {
  border-color: rgba(230,57,70,0.25);
}

.how-it-works-section .step-number {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e63946, #b91c1c);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1.5rem;
  box-shadow: 0 8px 20px rgba(230,57,70,0.2);
}

.how-it-works-section .step-connector {
  position: absolute;
  top: 2.8rem;
  right: -2.5rem;
  width: 3rem;
  height: 2px;
  background: linear-gradient(90deg, #e63946, transparent);
}

.landing-content .how-it-works-section .step-subtitle {
  color: #4b6370;
  font-size: 0.95rem;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .how-it-works-section .step-connector { display: none; }
}

/* ===== STATS COUNTER ===== */
.landing-content .stats-counter-section {
  background:
    radial-gradient(800px 220px at 50% 0%, rgba(230, 57, 70, 0.06), rgba(230, 57, 70, 0) 65%),
    #ffffff;
  border-top: 1px solid rgba(0,0,0,0.04);
  border-bottom: 1px solid rgba(0,0,0,0.04);
}

.landing-content .stats-counter-section .stat-counter-item {
  border-right: 1px solid rgba(0,0,0,0.06);
}
.landing-content .stats-counter-section .stat-counter-item:last-child {
  border-right: none;
}

.stats-counter-section .stat-counter-item {
  text-align: center;
  padding: 1.5rem;
}

.stats-counter-section .stat-counter-item .counter-value {
  font-size: 2.8rem;
  font-weight: 800;
  color: #dc2626;
  line-height: 1.1;
}

.stats-counter-section .stat-counter-item .counter-label {
  font-size: 0.95rem;
  color: #4b6370;
  font-weight: 500;
  margin-top: 0.3rem;
}

.stats-counter-section .stat-counter-item .counter-icon {
  font-size: 1.8rem;
  color: #dc2626;
  margin-bottom: 0.8rem;
  opacity: 0.7;
}

.counter-num {
  color: #dc2626;
}

.landing-content .stats-counter-section .stat-counter-item .counter-num {
  color: #dc2626;
}

@media (max-width: 767.98px) {
  .landing-content .stats-counter-section .stat-counter-item {
    border-right: none;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding: 1.2rem 0;
  }
  .landing-content .stats-counter-section .stat-counter-item:last-child {
    border-bottom: none;
  }
}

/* ===== TESTIMONIALS ===== */
.testimonials-section {
  background-color: #fef2f2;
}

.testimonial-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(12, 40, 58, 0.08);
  height: 100%;
  border: 1px solid rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(.2,.9,.2,1);
  position: relative;
}

.landing-content .testimonial-card {
  border: 1px solid #e8d4d4;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(12, 40, 58, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #fef2f2 100%);
  padding: 1.25rem;
}

.testimonials-section .testimonial-card::after {
  content: '"';
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 6rem;
  line-height: 1;
  color: rgba(230,57,70,0.06);
  font-family: serif;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.testimonials-section .testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(12, 40, 58, 0.1);
}

.landing-content .testimonial-card:hover {
  transform: translateY(-6px);
}

.testimonial-rating {
  color: #f59e0b;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.testimonial-text {
  font-size: 13px;
  line-height: 1.6;
  color: #5d7382;
}

.testimonial-card blockquote {
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #1e293b;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 20px;
  flex-grow: 1;
}

.landing-content .testimonial-card blockquote {
  font-style: normal;
  color: #27414a;
  margin-bottom: 0.9rem;
}

.testimonial-card blockquote::before {
  content: '\201c';
  font-family: serif;
  font-size: 4rem;
  color: #e63946;
  position: absolute;
  top: -20px;
  left: -10px;
  opacity: 0.2;
  line-height: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: auto;
}

.author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 3px solid #e63946;
  box-shadow: 0 0 0 3px rgba(230,57,70,0.2);
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-content .testimonial-author .author-avatar img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 999px;
  border: 2px solid rgba(230,57,70,0.12);
}

.author-info h6 {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.25rem;
}

.author-info span {
  color: #5d7382;
  font-size: 0.9rem;
}

.testimonial-avatar {
  font-size: 1.25rem;
}

.testimonial-card .testimonial-text::before {
  color: #e63946;
}

/* ===== PRICING ===== */
.landing-content .pricing-card {
  border: 1px solid #e8d4d4;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(12, 40, 58, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #fef2f2 100%);
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.landing-content .pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(12, 40, 58, 0.12);
}
.landing-content .pricing-card.recommended {
  border-color: #e63946;
  box-shadow: 0 0 0 2px rgba(230,57,70,0.15), 0 12px 30px rgba(12, 40, 58, 0.08);
}

.landing-content .pricing-title {
  color: #143547;
  font-size: 1.3rem;
}

.pricing-price {
  color: #dc2626;
}

.landing-content .pricing-price .display-4,
.landing-content .pricing-price .display-5 {
  font-size: clamp(1.8rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #dc2626;
}

.landing-content .pricing-features li {
  color: #294656;
}

.landing-content .pricing-section .badge.bg-success {
  background: rgba(230, 57, 70, 0.1) !important;
  color: #b91c1c !important;
  border: 1px solid rgba(230,57,70,0.15);
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: 999px;
}

.landing-content .pricing-section .pricing-price + div small {
  font-size: 0.82rem;
}

/* ===== FAQ ===== */
.landing-content .faq-section .accordion-button {
  background: linear-gradient(180deg, #ffffff 0%, #fef2f2 100%);
  color: #1a0a0a;
  font-weight: 600;
  border-radius: 14px !important;
}

.landing-content .faq-section .accordion-button:not(.collapsed) {
  background: #fde8e8;
  color: #991b1b;
  box-shadow: inset 0 -1px 0 rgba(230,57,70,0.08);
}

.landing-content .faq-section .accordion-body {
  color: #4d6574;
}

.landing-content .accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(230,57,70,0.15);
}

/* ===== CTA SECTION ===== */
.cta-section {
  padding: 100px 0;
}

.landing-content .cta-section {
  background:
    radial-gradient(600px 200px at 30% 30%, rgba(220, 38, 38, 0.06), transparent 70%),
    radial-gradient(500px 200px at 80% 80%, rgba(200, 50, 60, 0.04), transparent 60%),
    #fef2f2;
}

.cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.3;
}

.cta-subtitle {
  font-size: 1.1rem;
  color: #5d7382;
  line-height: 1.6;
}

.cta-benefits {
  margin-top: 2rem;
}

.benefit-check {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #1e293b;
}

.benefit-check i {
  color: #dc2626;
  margin-right: 0.75rem;
}

.landing-content .cta-section .benefit-check {
  font-size: 0.9rem;
}

/* ===== CTA STEPS ===== */
.cta-steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}

.cta-step {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--surface);
  border-radius: var(--radius-md);
  border: 1px solid rgba(0,0,0,0.04);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s var(--ease-out-expo), box-shadow 0.2s var(--ease-out-expo);
}
.cta-step:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow-md);
}

.cta-step-number {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}

.cta-step-content h6 {
  font-weight: 600;
  color: var(--ink-light);
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}

.cta-step-content p {
  color: var(--text-muted);
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.5;
}
.landing-content .cta-section .benefit-check i {
  font-size: 1.1rem;
}

.cta-form-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.landing-content .cta-form-card {
  border: 1px solid #e8d4d4;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(12, 40, 58, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #fef2f2 100%);
  padding: 1.35rem;
  border-radius: 14px;
}

.landing-content .cta-form-card {
  position: relative;
  overflow: hidden;
}

.landing-content .cta-form-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(230,57,70,0.03) 0%, transparent 70%);
}

.form-header {
  text-align: center;
  margin-bottom: 2rem;
}

.form-header h4 {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.5rem;
  position: relative;
  padding-bottom: 10px;
}

.form-header h4::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 3px;
  width: 60px;
  background: linear-gradient(90deg, #e63946, #b91c1c);
  border-radius: 10px;
}

.form-header p {
  color: #5d7382;
  font-size: 0.9rem;
}

.form-footer-text {
  text-align: center;
  font-size: 0.8rem;
  color: #5d7382;
  margin: 0;
}

.landing-content .form-footer-text {
  font-size: 0.82rem;
  color: #6b8b8a;
}

#demander-devis .card {
  border-radius: 16px;
  background-color: #ffffff;
  overflow: hidden;
}

#demander-devis .form-control {
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: none;
  transition: all 0.3s ease;
}

#demander-devis .form-control:focus {
  border-color: #e63946;
  box-shadow: 0 0 0 3px rgba(230,57,70,0.1);
}

#demander-devis .btn-success {
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 500;
}

#demander-devis h4 {
  position: relative;
  padding-bottom: 12px;
}

#demander-devis h4:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 60px;
  background: linear-gradient(90deg, #e63946, #b91c1c);
  border-radius: 10px;
}

.landing-content .demo-message-textarea {
  min-height: 100px;
  height: 100px;
  padding-top: 2.2rem;
}
.landing-content .demo-message-textarea:focus,
.landing-content .demo-message-textarea:not(:placeholder-shown) {
  padding-top: 2.2rem;
}
.landing-content .form-floating > .form-control {
  padding-top: 1.8rem;
}

/* ===== FINAL CTA ===== */
.final-cta-section {
  padding: 80px 0;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.landing-content .final-cta-section {
  background:
    radial-gradient(500px 300px at 20% 20%, rgba(200, 50, 60, 0.15), transparent 65%),
    radial-gradient(400px 250px at 90% 70%, rgba(150, 30, 40, 0.1), transparent 55%),
    linear-gradient(140deg, #2d1a1a 0%, #991b1b 100%);
  position: relative;
  overflow: hidden;
}

.landing-content .final-cta-section::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
  top: -200px;
  right: -200px;
  border-radius: 50%;
  pointer-events: none;
}

.landing-content .final-cta-section::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
  bottom: -150px;
  left: -100px;
  border-radius: 50%;
  pointer-events: none;
}

.landing-content .final-cta-section .lead {
  opacity: 0.8;
}

.final-cta-section h2 {
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}

.final-cta-section p {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
}

.final-cta-buttons .btn {
  padding: 15px 30px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.final-cta-buttons .btn-light {
  color: #991b1b;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.final-cta-buttons .btn-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.final-cta-buttons .btn-outline-light {
  border-color: white;
  color: white;
}
.final-cta-buttons .btn-outline-light:hover {
  background-color: rgba(255,255,255,0.1);
  transform: translateY(-2px);
}

/* ===== NAV ===== */
.landing-nav .nav-link {
  color: rgba(0,0,0,0.65);
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 600;
}

.landing-nav .nav-link:hover {
  color: #e63946;
  background: rgba(230,57,70,0.06);
}

.nav-link:hover {
  color: #e63946;
}

#landingMobileMenu.show {
  display: block !important;
}

/* ===== BUTTONS ===== */
.btn-gradient {
  background: linear-gradient(135deg, #e63946 0%, #b91c1c 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(230,57,70,0.16);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.btn-gradient:hover,
.btn-gradient:focus {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(230,57,70,.35);
  color: #fff;
}

.btn-outline-red {
  border: 2px solid #e63946;
  color: #e63946;
  background: transparent;
  border-radius: 999px;
}
.btn-outline-red:hover {
  background: #e63946;
  color: #fff;
  border-color: #e63946;
}

.btn-outline-primary {
  border-color: #e63946;
  color: #e63946;
  transition: all 0.3s ease;
}
.btn-outline-primary:hover {
  background: #e63946;
  border-color: #e63946;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(230, 57, 70, 0.2);
}

.landing-content .btn-success {
  background: linear-gradient(90deg, #e63946, #b91c1c);
  border: none;
  padding: 10px 24px;
  transition: all 0.3s ease;
}
.landing-content .btn-success:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(230,57,70,0.25);
}

.hero-cta .btn {
  padding: 15px 30px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
}

/* ===== BADGES ===== */
.badge.bg-success {
  background: rgba(230, 57, 70, 0.1) !important;
  color: #b91c1c !important;
  border: 1px solid rgba(230,57,70,0.15);
}

/* ===== SEPARATOR ===== */
.separator-gradient {
  background: linear-gradient(90deg, transparent, #e63946, transparent);
}

/* ===== IMAGE FRAME ===== */
.image-frame {
  display: inline-block;
  position: relative;
  padding: 10px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.9), #fef2f2);
  box-shadow: 0 18px 40px rgba(12, 40, 58, 0.08), 0 2px 6px rgba(0,0,0,0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  will-change: transform;
  overflow: hidden;
}

.image-frame:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(12, 40, 58, 0.12), 0 6px 18px rgba(0,0,0,0.08);
}

.image-frame .animate-image {
  border-radius: 12px;
  display: block;
  border: 1px solid rgba(0,0,0,0.04);
}

.image-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 18px;
  pointer-events: none;
  box-shadow: inset 0 30px 40px rgba(0,0,0,0.03);
}

.animate-image {
  transition: transform 0.6s cubic-bezier(.2,.9,.2,1), box-shadow 0.4s ease;
}
.animate-image:hover {
  transform: translateY(-6px) scale(1.02) rotate(-0.5deg);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* ===== SCREENSHOTS ===== */
.landing-content .screenshots-section .screenshot-block {
  background: linear-gradient(180deg, #ffffff 0%, #fef2f2 100%);
}

.screenshots-section .screenshot-block {
  padding: 2.5rem;
  border-radius: 24px;
  background: white;
  border: 1px solid rgba(0,0,0,0.04);
  box-shadow: 0 8px 30px rgba(9,33,40,0.05);
  transition: all 0.4s ease;
}
.screenshots-section .screenshot-block:hover {
  box-shadow: 0 20px 50px rgba(9,33,40,0.1);
  transform: translateY(-4px);
}

.screenshots-section .feature-badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.screenshots-section .feature-badge-list .badge-soft {
  background: rgba(230,57,70,0.08);
  color: #b91c1c;
  padding: 0.35rem 0.9rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 500;
}

/* ===== TRUST LOGOS ===== */
.trust-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  padding: 2.5rem 0;
}

.trust-logos img {
  max-height: 48px;
  opacity: 0.85;
}

.landing-content .trust-logos img {
  max-height: 44px;
  opacity: 0.86;
  filter: grayscale(0.02) saturate(0.9);
  margin: 0 0.85rem;
  transition: transform 180ms ease, opacity 180ms ease;
}
.landing-content .trust-logos img:hover {
  transform: translateY(-4px);
  opacity: 1;
}

/* ===== FLOATING DEMO BUTTON ===== */
.floating-demo-btn {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2000;
  border-radius: 999px;
  padding: 12px 18px;
  box-shadow: 0 12px 30px rgba(230,57,70,0.18);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

/* ===== COOKIE BANNER ===== */
#cookieBanner {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 18px;
  z-index: 3000;
  background: rgba(255,255,255,0.98);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  padding: 12px;
}
#cookieBanner .cookie-inner {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#cookieBanner .cookie-text {
  flex: 1 1 60%;
  color: #1e293b;
  font-size: 0.95rem;
}
#cookieBanner .cookie-actions {
  display: flex;
  gap: 8px;
}

/* ===== ANIMATIONS ===== */
[data-animate] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
[data-animate].active {
  opacity: 1;
  transform: translateY(0);
}

.fade-up { transform: translateY(12px); opacity: 0; transition: transform 420ms ease, opacity 420ms ease; }
.fade-up.in-view { transform: translateY(0); opacity: 1; }

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(10deg); }
}

@keyframes pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.1); }
}

@keyframes growUp {
  0% { height: 0; opacity: 0; }
  100% { opacity: 0.9; }
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0px) rotateX(0deg); }
  50% { transform: translateY(-10px) rotateX(5deg); }
}

@keyframes floatSlow {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(1deg); }
}

@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes popIn {
  from { opacity: 0; transform: translateY(8px) scale(0.995); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .landing-content section {
    padding-block: 3.4rem;
  }

  .landing-content .hero-title,
  .landing-content .hero-subtitle {
    text-align: center;
  }

  .landing-content .hero-cta {
    justify-content: center;
  }

  .landing-content .hero-stats {
    margin-inline: auto;
    max-width: 460px;
  }
}

@media (max-width: 768px) {
  .landing-content .hero-cta {
    flex-direction: column;
  }

  .landing-content .hero-cta .btn,
  .landing-content .final-cta-buttons .btn {
    width: 100%;
  }

  .landing-content .cta-form-card {
    padding: 1.15rem;
  }
}

/* ===== UTILITY ===== */
.landing-content .text-warning {
  color: #f59e0b !important;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 0.95rem;
  color: #5d7382;
  max-width: 600px;
  margin: 0 auto 3rem auto;
}

.min-vh-75 {
  min-height: 75vh;
  display: flex;
  align-items: center;
}

.landing-content .page-shell {
  padding: 0;
}

.landing-content .image-container {
  padding: 20px;
}

.landing-content .accordion-item {
  border: 1px solid #e8d4d4;
  border-radius: 16px;
}

.landing-content .impact-card:hover {
  transform: translateY(-6px);
}

.landing-content .hero-visual .dashboard-mockup {
  border-color: #e0c8c8;
}

/* ===== AUTH PAGES (login, register, forgot password) ===== */
body.auth-page {
  height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(900px 320px at 15% 0%, rgba(230, 57, 70, 0.18), rgba(230, 57, 70, 0) 60%),
    radial-gradient(700px 260px at 100% 100%, rgba(200, 60, 50, 0.14), rgba(200, 60, 50, 0) 60%),
    #f8f0f0;
}

.auth-bg {
  min-height: 100vh;
  width: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem;
  margin: 0;
  height: 100vh;
}

.auth-bg,
.auth-bg body,
.auth-wrap {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.auth-left {
  background: linear-gradient(140deg, #2d1a1a 0%, #4a2020 55%, #991b1b 100%);
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.auth-left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0,0,0,0.4), rgba(0,0,0,0.1));
  z-index: 1;
}

.auth-left::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.15), rgba(0,0,0,0.25));
  z-index: 2;
}

.auth-left .shape {
  position: absolute;
  z-index: 1;
  opacity: 0.1;
}

.auth-left .shape-1 {
  width: 200px;
  height: 200px;
  background: linear-gradient(45deg, #fff, transparent);
  border-radius: 50%;
  top: 10%;
  left: 10%;
  animation: float 8s ease-in-out infinite;
}

.auth-left .shape-2 {
  width: 150px;
  height: 150px;
  background: linear-gradient(45deg, #fff, transparent);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  bottom: 15%;
  right: 15%;
  animation: float 10s ease-in-out infinite reverse;
}

.auth-left .shape-3 {
  width: 100px;
  height: 100px;
  background: linear-gradient(45deg, #fff, transparent);
  border-radius: 50%;
  top: 50%;
  right: 20%;
  animation: float 7s ease-in-out infinite 2s;
}

.auth-left-card {
  position: relative;
  z-index: 3;
  max-width: 380px;
}

.frost-card {
  background: rgba(255,255,255,0.15);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  backdrop-filter: blur(10px) saturate(150%);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  color: #fff;
  padding: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 20px 36px rgba(8, 25, 37, 0.26);
}

.frost-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.auth-left .back-btn {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.2);
  color: #fff;
  border-radius: 50%;
  z-index: 30;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.auth-left .back-btn:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.3);
}

.auth-left-card .brand img {
  filter: drop-shadow(0 6px 18px rgba(0,0,0,0.25));
  transition: transform 0.3s ease;
}

.auth-left-card .brand img:hover {
  transform: scale(1.05);
}

.login-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  border: 1px solid rgba(255,255,255,0.5);
  transition: transform 0.3s ease;
  animation: popIn 560ms cubic-bezier(.2,.9,.2,1);
  border-radius: 16px;
  margin: 1.5rem;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 30px 60px rgba(6,22,36,0.35);
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(8px) saturate(120%);
  -webkit-backdrop-filter: blur(8px) saturate(120%);
  color: var(--ds-ink, #1e293b);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), #fef2f2);
  border: 1px solid #e8d4d4;
  box-shadow: 0 12px 30px rgba(12, 40, 58, 0.08);
}

.login-card:hover {
  transform: translateY(-5px);
}

.login-card h2 {
  letter-spacing: 2px;
  font-weight: 600;
}

.login-card p,
.login-card label,
.login-card .text-muted,
.login-card .small {
  color: #5d7382;
}

.login-card .form-control {
  border: 1px solid rgba(42,42,42,0.08);
  background: rgba(255,255,255,0.9);
  transition: all 0.3s ease;
  padding: 12px 15px;
  border-radius: 10px;
  border-color: #e8d4d4;
}

.login-card .form-control:focus {
  box-shadow: 0 8px 24px rgba(230,57,70,0.15);
  border-color: #e63946;
  outline: none;
  transform: translateY(-2px);
  background: rgba(255,255,255,1);
}

.login-card .btn-dark {
  background: #2b2f3a;
  border: none;
  padding: 14px 28px;
}

.login-card a {
  color: #e63946;
  transition: all 0.3s ease;
}

.login-card a:hover {
  text-decoration: underline;
  color: #b91c1c;
}

.login-card .small {
  color: #5d7382;
}

.password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #6c757d;
}

.form-group {
  position: relative;
}

.btn-gradient.loading {
  pointer-events: none;
  opacity: 0.7;
}

.btn-gradient.loading::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.social-login {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  transition: all 0.4s ease;
}

.social-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.form-check-input:checked {
  background-color: #e63946;
  border-color: #e63946;
}

.error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 5px;
  display: none;
}

.form-control.error {
  border-color: #dc3545;
}

.form-control.error + .error-message {
  display: block;
}

.auth-card {
  opacity: 0;
  transform: translateY(8px);
  animation: cardIn 400ms ease forwards;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes cardIn {
  to { opacity: 1; transform: none; }
}

/* Auth page responsive */
@media (max-width: 767.98px) {
  .auth-left { display: none !important; }
  .auth-left-card h3 { font-size: 1.05rem; }
  .login-card { margin: 1.5rem; max-height: calc(100vh - 48px); overflow: auto; }
}

@media (max-width: 575.98px) {
  .auth-left { min-height: 30vh; padding: 2rem 1rem; }
  .login-card { margin: 1.5rem; }
}

@media (max-width: 991.98px) {
  .auth-left { order: 1; padding: 28px; }
}
