/* Custom CSS for Psy of Life Landing Page */

:root {
  --teal-800: #1f4e4e;
  --teal-700: #2d5a5a;
  --teal-600: #3a6666;
  --teal-200: #a3d4d4;
  --green-100: #e8f5f0;
  --green-200: #d1ebe1;
  --orange-500: #f97316;
  --orange-600: #ea580c;
  --purple-500: #8b5cf6;
  --purple-600: #7c3aed;
  --indigo-600: #4f46e5;
}


/* Appliquer Lato en bold uniquement sur les éléments spécifiques */
.navbar-brand,
.navbar-nav > li > a {
  font-weight: bold !important;
  color: black;
}


a {
	color: black;	
}


body {
  font-family: 'Readex Pro', Verdana, sans-serif;
  line-height: 1.6;
  color: var(--teal-700);
}

/* Ne pas appliquer Lato sur l'icône téléphone (supposée avec une classe ou dans un container spécifique) */
.navbar .phone-icon {
  font-family: initial !important; /* Remet la police par défaut (Font Awesome) */
  font-weight: normal !important;
}


/* Header Styles */
.brand-circle {
  width: 32px;
  height: 32px;
  background-color: var(--teal-600);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-circle::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 50%;
}

.brand-text {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--teal-700);
}

.nav-custom {
  color: var(--teal-700) !important;
  font-weight: 500;
}

.nav-custom:hover {
  color: var(--teal-800) !important;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, var(--green-100) 0%, var(--green-200) 100%);
}

.badge-custom {
  background-color: var(--green-100);
  color: var(--teal-800);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-weight: 500;
}

.hero-title {
  font-size: 2.61rem;
  font-weight: bold;
  color: var(--teal-800);
  line-height: 1.2;
}

.text-orange {
  color: var(--orange-500);
}

.hero-text {
  font-size: 1.25rem;
  color: var(--teal-700);
  line-height: 1.6;
}

.text-sm {
  font-size: 0.875rem;
}

.text-teal {
  color: var(--teal-600);
}


.menu-logo{
  max-width:120px;
}


/* Section Titles */
.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--teal-800);
}

.section-subtitle {
  font-size: 1.25rem;
  color: var(--teal-700);
  max-width: 48rem;
}

.section-title-white {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
}

.section-subtitle-white {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
}

/* Stat Cards */
.stat-card {
  border: none;
  border-radius: 1.5rem;
  transition: transform 0.3s ease;
}

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

.stat-card-red {
  background-color: #fef2f2;
}

.stat-card-orange {
  background-color: #fff7ed;
}

.stat-card-yellow {
  background-color: #fefce8;
}

.stat-icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}

.stat-icon-red {
  background-color: #fee2e2;
  color: #dc2626;
}

.stat-icon-orange {
  background-color: #fed7aa;
  color: var(--orange-500);
}

.stat-icon-yellow {
  background-color: #fef3c7;
  color: #d97706;
}

.stat-number {
  font-size: 2rem;
  font-weight: bold;
}

.stat-text {
  color: var(--teal-700);
  font-weight: 500;
}

/* Services Section */
.services-section {
  background: linear-gradient(135deg, var(--green-100) 0%, var(--green-200) 100%);
}

.service-card {
  background: white;
  border: none;
  border-radius: 1.5rem;
  transition: box-shadow 0.3s ease;
}

.service-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.service-icon-blue {
  background-color: #dbeafe;
  color: #3b82f6;
}

.service-icon-orange {
  background-color: #fed7aa;
  color: var(--orange-500);
}

.service-icon-green {
  background-color: #dcfce7;
  color: #16a34a;
}

.service-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--teal-800);
}

.service-text {
  color: var(--teal-700);
}

.service-list {
  list-style: none;
  padding: 0;
  font-size: 0.875rem;
  color: var(--teal-700);
}

.service-list li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

/* Testimonials Section */
.testimonials-section {
  background: linear-gradient(135deg, #f97316 0%, #ea920ce0 100%);
  color: white;
}

.metric-number {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.metric-label {
  opacity: 0.9;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 1.5rem;
}

.stars {
  color: #fbbf24;
}

.testimonial-text {
  font-size: 1.125rem;
  font-style: italic;
}

.testimonial-avatar {
  width: 3rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.testimonial-name {
  font-weight: 600;
}

.testimonial-role {
  font-size: 0.875rem;
  opacity: 0.75;
}

.partner-label {
  opacity: 0.75;
}

.partner-badge {
  background: rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.875rem;
}

/* Benefits Section */
.benefit-item {
  margin-bottom: 1.5rem;
}

.benefit-icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dcfce7;
  border-radius: 50%;
  flex-shrink: 0;
}

.benefit-title {
  font-weight: 600;
  color: var(--teal-800);
  margin-bottom: 0.5rem;
}

.benefit-text {
  color: var(--teal-700);
}

/* ROI Card */
.roi-card {
  background: linear-gradient(135deg, #f0fdf4 0%, #e0f2fe 100%);
  border: none;
  border-radius: 1.5rem;
}

.roi-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--teal-800);
}

.roi-item {
  border-bottom: 1px solid #e5e7eb;
}

.roi-label {
  color: var(--teal-700);
}

.roi-value {
  font-weight: bold;
  font-size: 1.125rem;
}

.roi-total {
  background-color: #dcfce7;
  border-radius: 1rem;
  padding: 1rem !important;
}

.roi-total-label {
  font-weight: bold;
  color: var(--teal-800);
}

.roi-total-value {
  font-weight: bold;
  font-size: 1.5rem;
  color: #16a34a;
}

.roi-disclaimer {
  font-size: 0.875rem;
  color: var(--teal-600);
}

/* Mini Audit Section */
.audit-section {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  color: white;
}

.audit-container {
  max-width: 800px;
  margin: 0 auto;
}

.audit-header {
  text-align: center;
  margin-bottom: 40px;
}

.audit-badge {
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

.audit-header h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: bold;
  color: white;
  margin-bottom: 16px;
  line-height: 1.2;
}

.audit-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
}

.audit-description {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
}

/* Progress Bar */
.audit-section .progress-bar {
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  overflow: hidden;
}

.audit-section .progress-fill {
  height: 100%;
  background: white;
  border-radius: 4px;
  transition: width 0.3s ease;
  width: 33%;
}

/* Quiz Card */
.quiz-card {
  background: white;
  border-radius: 24px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.quiz-header {
  padding: 32px 32px 24px;
  text-align: center;
}

.quiz-header h3 {
  font-size: 1.875rem;
  font-weight: bold;
  color: var(--teal-800);
  margin-bottom: 8px;
}

.quiz-header p {
  color: #6b7280;
}

/* Form Styles */
#audit-form {
  padding: 0 32px 32px;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.step-description {
  color: #6b7280;
  margin-bottom: 24px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.psy-landing .form-group input,
.psy-landing .form-group select {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-size: 16px;
  transition: border-color 0.2s;
  box-shadow: none !important;
}

.psy-landing .form-group input:focus,
.psy-landing .form-group select:focus {
  outline: none;
  border-color: var(--teal-600);
  box-shadow: 0 0 0 0.2rem rgba(58, 102, 102, 0.25) !important;
}

/* Challenges Grid */
.challenges-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.challenge-item {
  padding: 16px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s;
  background: white;
}

.challenge-item:hover {
  border-color: var(--teal-200);
}

.challenge-item.selected {
  border-color: var(--teal-600);
  background: var(--green-100);
}

.challenge-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.challenge-icon {
  font-size: 20px;
}

.challenge-label {
  font-weight: 500;
  color: var(--teal-800);
}

/* Navigation */
.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #f3f4f6;
}

.audit-section .btn-primary {
  background: var(--teal-600) !important;
  color: white !important;
  border: none !important;
}

.audit-section .btn-primary:hover:not(:disabled) {
  background: var(--teal-700) !important;
}

.audit-section .btn-outline {
  background: transparent !important;
  color: #6b7280 !important;
  border: 1px solid #d1d5db !important;
}

.audit-section .btn-outline:hover:not(:disabled) {
  background: #f9fafb !important;
}

.btn {
  padding: 12px 32px;
  border-radius: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Audit Footer */
.audit-footer {
  text-align: center;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.audit-footer p {
  margin-bottom: 4px;
}

/* Message Overlays */
.message-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.message-content {
  background: white;
  padding: 40px;
  border-radius: 16px;
  text-align: center;
  max-width: 400px;
  margin: 20px;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f4f6;
  border-top: 4px solid var(--teal-600);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 20px;
}

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

.success-icon,
.error-icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.message-content h3 {
  color: var(--teal-800);
  margin-bottom: 12px;
}

.message-content p {
  color: #6b7280;
  margin-bottom: 24px;
}

/* FAQ Section */
.faq-section {
  background: linear-gradient(135deg, var(--green-100) 0%, var(--green-200) 100%);
}

.faq-item {
  background: white;
  border: none;
  border-radius: 1.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.faq-button {
  background: white;
  border: none;
  color: var(--teal-800);
  font-weight: 600;
  padding: 1rem 1.5rem;
}

.faq-button:not(.collapsed) {
  background: white;
  color: var(--teal-800);
  box-shadow: none;
}

.faq-button:focus {
  box-shadow: none;
  border: none;
}

.faq-answer {
  color: var(--teal-700);
  padding: 0 1.5rem 1rem 1.5rem;
}

/* Final CTA Section */
.final-cta-section {
  background: linear-gradient(135deg, #f97316 0%, #ea920ce0 100%);
  color: white;
}

.cta-features {
  font-size: 0.875rem;
  opacity: 0.75;
}

/* Footer */
.footer-section {
  background-color: var(--teal-800);
  color: white;
}

.footer-brand-circle {
  width: 32px;
  height: 32px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-brand-circle::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--teal-600);
  border-radius: 50%;
}

.footer-brand-text {
  font-size: 1.5rem;
  font-weight: bold;
}

.footer-text {
  color: var(--teal-200);
  font-size: 0.875rem;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: var(--teal-200);
  text-decoration: none;
  font-size: 0.875rem;
}

.footer-links a:hover {
  color: white;
}

.footer-contact {
  font-size: 0.875rem;
  color: var(--teal-200);
}

.footer-divider {
  border-color: #2d5a5a;
}

.footer-bottom {
  font-size: 0.875rem;
  color: var(--teal-200);
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }

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

  .section-title-white {
    font-size: 2rem;
  }

  .metric-number {
    font-size: 2rem;
  }

  .audit-header h2 {
    font-size: 2rem;
  }

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

  .navigation {
    flex-direction: column;
    gap: 1rem;
  }

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

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Custom animations */
.service-card,
.stat-card,
.testimonial-card {
  transition: all 0.3s ease;
}






.nav-item {
	margin-left:25px;
}