/* Updated: 2026-06-17 */
/* ==========================================================================
   CSS VARIABLES - CANONICAL DESIGN SYSTEM
   ========================================================================== */


:root {
	
 /* ==========================================================================
     URLS - TO BE UPDATED
     ========================================================================== */
	
	 /* Calendly - Personas */
  --calendly-legal-url: "https://calendly.com/consource/legal-leaders";
  --calendly-it-url: "https://calendly.com/consource/it-leaders";
  --calendly-strategy-url: "https://calendly.com/consource/strategy-leaders";
  --calendly-procurement-url: "https://calendly.com/consource/procurement-leaders";
  --calendly-finance-url: "https://calendly.com/consource/finance-leaders";
  --calendly-business-url: "https://calendly.com/consource/business-leaders";
  
  /* Calendly - Général */
  --calendly-demo-url: "https://calendly.com/consource/demo";
  --calendly-general-url: "https://calendly.com/consource/demo";
  
  /* Vidéo */
  --video-demo-url: "wp-content/uploads/2026/06/Consource-OriginStory-v3-cta-2m21.mp4"; 

  /* ==========================================================================
     SURFACE COLORS - BASE SYSTEM (Vraies valeurs hexadécimales)
     ========================================================================== */
  
  /* Neutral Surface Palette - Whites to Blacks */
  --surface-0: #ffffff;     /* Pure white */
  --surface-50: #f9fafb;    /* Off-white/light background */
  --surface-100: #f3f4f6;   /* Very light gray */
  --surface-200: #e5e7eb;   /* Light gray - borders */
  --surface-300: #d1d5db;   /* Medium-light gray */
  --surface-400: #9ca3af;   /* Medium gray - muted text */
  --surface-500: #6b7280;   /* Dark gray */
  --surface-600: #4b5563;   /* Darker gray - text */
  --surface-700: #394d55;   /* Very dark gray */
  --surface-800: #1f2937;   /* Almost black - dark sections */
  --surface-900: #111827;   /* Near black - text */

  /* Semantic Surface Colors */
  --white: var(--surface-0);
  --surface: var(--surface-50);
  --muted: var(--surface-300);
  --success: var(--brand-green);
  --accent: var(--brand-yellow);

  /* Transparency-based variables using surface colors */
  --teal-transparent: rgba(0, 171, 187, 0.1);
  --orange-transparent: rgba(255, 159, 0, 0.1);
  --accent-transparent: rgba(254, 191, 26, 0.1);
  --teal-hover: #0094a3;
  --orange-hover: #ffb533;
	--yellow-hover: #f0ae01;
  --teal-hover-transparent: rgba(0, 148, 163, 0.1);
  --brand-dark-transparent: rgba(55, 65, 81, 0.15);

  /* Shadow system using real rgba values */
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);

  /* ==========================================================================
     BRAND COLORS - CANONICAL PALETTE
     ========================================================================== */
  
  /* Primary Brand Colors */
  --brand-primary: #00ABBB; /* Teal Primary */
  --brand-primary-2: #0094a3;
  --brand-primary-soft: rgba(0, 171, 187, 0.1);
  --brand-primary-transparent: rgba(0, 171, 187, 0.15);
  
  --brand-secondary: #FF9F00; /* Orange Primary */ 
  --brand-secondary-2: #ffb533;
  --brand-secondary-soft: rgba(255, 159, 0, 0.1);
  --brand-secondary-transparent: rgba(255, 159, 0, 0.15);
  
  /* Additional Brand Colors */
  --brand-yellow: #FEBF1A;
  --brand-yellow-soft: rgba(254, 191, 26, 0.1);
  --brand-yellow-transparent: rgba(254, 191, 26, 0.15);
  
  --brand-green: #00af64;
  --brand-green-soft: rgba(0, 175, 100, 0.1);
  --brand-green-transparent: rgba(0, 175, 100, 0.15);
  --brand-green-dark: #006338;
  --brand-green-dark-soft: rgba(0, 99, 56, 0.1);
  --brand-green-dark-transparent: rgba(0, 99, 56, 0.15);
	
	--brand-red: #e00034;
  --brand-red-soft: rgba(224, 0, 52, 0.1);
  --brand-red-transparent: rgba(224, 0, 52, 0.15);
  
  /* Extended Teal Palette */
  --brand-teal: var(--brand-primary);
  --brand-teal-secondary: #00969f;
  --brand-teal-accent: #008a94;
  --brand-teal-dark: #007a84;
  --brand-teal-soft: var(--brand-primary-soft);
  --brand-teal-transparent: var(--brand-primary-transparent);
  --brand-teal-secondary-transparent: rgba(0, 150, 159, 0.15);
  --brand-teal-accent-transparent: rgba(0, 138, 148, 0.15);
  --brand-teal-dark-transparent: rgba(0, 122, 132, 0.15);
  
  /* Extended Orange Palette */
  --brand-orange: var(--brand-secondary);
  --brand-orange-tertiary: #ff7700;
  --brand-orange-tertiary-transparent: rgba(255, 119, 0, 0.15);
  
  /* Dark Theme Colors */
  --brand-dark: var(--surface-700);  /* Pour sections sombres comme benefits */
  
  /* Transparency Utilities */
  --white-transparent-10: rgba(255, 255, 255, 0.1);
  --white-transparent-20: rgba(255, 255, 255, 0.2);
  --white-transparent-30: rgba(255, 255, 255, 0.3);
  --black-transparent-10: rgba(0, 0, 0, 0.1);
  --black-transparent-20: rgba(0, 0, 0, 0.2);
  
  /* Shadow Variables */
  --shadow-10: rgba(0, 0, 0, 0.05);
  --shadow-20: rgba(0, 0, 0, 0.1);
  --shadow-30: rgba(0, 0, 0, 0.15);
  
  /* Text variables for consistency */
  --text-color: var(--surface-900);
  --text-muted: var(--surface-600);
  --color-border: var(--surface-200);
  --color-shadow: var(--shadow-20);
  --color-foreground: var(--surface-900);
  --color-muted-foreground: var(--surface-600);
  
  /* Font variables for compatibility */
  --font-heading: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-body: 'Manrope', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-family-heading: var(--font-heading);
  --font-family-body: var(--font-body);

  /* ==========================================================================
     AUTHOR BOX PLUGIN — wire plugin variables to this theme's design tokens
     ========================================================================== */

  --authorbox-accent:       var(--brand-secondary);
  --authorbox-secondary:    var(--brand-primary);
  --authorbox-bg:           var(--white);
  --authorbox-bg-muted:     var(--surface-100);
  --authorbox-text:         var(--text-color);
  --authorbox-text-muted:   var(--color-muted-foreground);
  --authorbox-font-heading: var(--font-family-heading);
  --authorbox-font-body:    var(--font-family-body);
}

/* ==========================================================================
   TYPOGRAPHY CLASSES
   ========================================================================== */

/* Hero Typography */
.text-hero {
  font-family: var(--font-heading) !important;
  font-size: clamp(2.5rem, 5vw, 4rem) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  color: var(--text-color) !important;
  letter-spacing: -0.02em !important;
}

/* Main Title Typography */
.text-title {
  font-family: var(--font-heading) !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  color: var(--text-color) !important;
  letter-spacing: -0.01em !important;
}

/* Section Title Typography */
.text-section {
  font-family: var(--font-heading) !important;
  font-size: clamp(1.5rem, 3vw, 2rem) !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  color: var(--text-color) !important;
}

/* Section Title Typography (Alternative Name) */
.text-section-title {
  font-family: var(--font-heading) !important;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  color: var(--text-color) !important;
}

/* Overline/Eyebrow Typography */
.text-overline {
  font-family: var(--font-body) !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  color: var(--text-muted) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  margin-bottom: 16px !important;
}

/* Lead Text Typography */
.text-lead {
  font-family: var(--font-body) !important;
  font-size: clamp(1.125rem, 2vw, 1.25rem) !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  color: var(--text-muted) !important;
}

/* Body Text Typography */
.text-body {
  font-family: var(--font-body) !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  color: var(--text-muted) !important;
}

/* Small Text Typography */
.text-small {
  font-family: var(--font-body) !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: var(--text-muted) !important;
}

/* Highlight Colors */
.highlight-teal {
  color: var(--brand-primary) !important;
}

.highlight-orange {
  color: var(--brand-secondary) !important;
}

.highlight-yellow {
  color: var(--brand-yellow) !important;
}

.highlight-dark-teal {
  color: var(--brand-teal-dark) !important;
}

/* Backward-compatible class name, but no green highlight in UI */
.highlight-green {
  color: var(--brand-teal-dark) !important;
}

/* ==========================================================================
   BUTTONS AND CTA STYLING
   ========================================================================== */

/* Section Badges - Matching exact design from Figma */
.section-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 12px 24px !important;
  background: var(--surface-0) !important;
  border: 2px solid var(--brand-secondary) !important;
  border-radius: 12px !important;
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--brand-secondary) !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
}

.section-badge:hover {
  background: var(--brand-secondary-soft) !important;
  transform: translateY(-1px) !important;
  text-decoration: none !important;
}

/* Badge variants for different colors */
.section-badge.badge-teal {
  border-color: var(--brand-primary) !important;
  color: var(--brand-primary) !important;
}

.section-badge.badge-teal:hover {
  background: var(--brand-primary-soft) !important;
}

.section-badge.badge-orange {
  border-color: var(--brand-secondary) !important;
  color: var(--brand-secondary) !important;
}

.section-badge.badge-orange:hover {
  background: var(--brand-secondary-soft) !important;
}

.section-badge.badge-green {
  border-color: var(--brand-green) !important;
  color: var(--brand-green) !important;
}

.section-badge.badge-green:hover {
  background: var(--brand-green-soft) !important;
}

.section-badge.badge-large {
  padding: 16px 32px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.section-badge i {
  font-size: 16px !important;
}

.btn-consource-primary {
  background-color: var(--brand-secondary) !important;
  color: var(--surface-0) !important;
  border: 2px solid var(--brand-secondary) !important;
  padding: 16px 32px !important;
  border-radius: 8px !important;
  font-family: var(--font-body) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px var(--shadow-20) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  text-decoration: none !important;
}

.btn-consource-primary:hover {
  background-color: var(--brand-secondary-2) !important;
  border-color: var(--brand-secondary-2) !important;
  transform: translateY(-2px) !important;
  color: var(--surface-0) !important;
  text-decoration: none !important;
}

.btn-consource-secondary,
.btn-secondary {
  background-color: var(--surface-0) !important;
  color: var(--brand-secondary) !important;
  border: 2px solid var(--brand-secondary) !important;
  padding: 16px 32px !important;
  border-radius: 8px !important;
  font-family: var(--font-body) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  text-decoration: none !important;
}

.btn-consource-secondary:hover,
.btn-secondary:hover {
  background-color: var(--brand-secondary) !important;
  color: var(--surface-0) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
  text-decoration: none !important;
}

/* ==========================================================================
   COMMON LAYOUT CLASSES
   ========================================================================== */

.max-width-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

.et_pb_row{
  max-width:none;
  width:100%;
}



/* ==========================================================================
   APP STRUCTURE CLASSES (Compatible React + WordPress/Divi)
   ========================================================================== */

.consource-app-container {
  min-height: 100vh !important;
  background-color: var(--surface-0) !important;
  font-family: var(--font-body) !important;
  display: flex !important;
  flex-direction: column !important;
}

.consource-main-content {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

/* ==========================================================================
   GUIDES LIBRARY INTEGRATION CLASSES
   ========================================================================== */

.guides-library-container {
  width: 100% !important;
  background: var(--surface-0) !important;
}

.guides-section-spacing {
  padding: 64px 0 !important;
}

.guides-hero-spacing {
  padding: 80px 0 64px 0 !important;
}

/* ==========================================================================
   FOOTER STYLES - CSS-FIRST APPROACH
   ========================================================================== */

.simple-footer {
  background: var(--surface-800) !important;
  color: var(--surface-0) !important;
  padding: 48px 24px 24px 24px !important;
}

.simple-footer-grid {
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  gap: 32px !important;
}

.simple-footer-logo {
  font-family: var(--font-heading) !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: var(--surface-0) !important;
  text-decoration: none !important;
  margin-bottom: 16px !important;
  display: block !important;
}

.simple-footer-description {
  font-family: var(--font-body) !important;
  color: var(--surface-300) !important;
  line-height: 1.6 !important;
  margin-bottom: 24px !important;
}

.simple-footer-contact {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.simple-footer-contact-item {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-family: var(--font-body) !important;
  color: var(--surface-300) !important;
  font-size: 14px !important;
}

.simple-footer-contact-item i {
  color: var(--brand-secondary) !important;
  font-size: 14px !important;
}

.simple-footer-contact-item a {
  color: inherit !important;
  text-decoration: none !important;
}

.simple-footer-section-title {
  font-family: var(--font-heading) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: var(--surface-0) !important;
  margin-bottom: 16px !important;
}

.simple-footer-links {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.simple-footer-link {
  font-family: var(--font-body) !important;
  color: var(--surface-300) !important;
  text-decoration: none !important;
  font-size: 14px !important;
  transition: color 0.3s ease !important;
}

.simple-footer-link:hover {
  color: var(--surface-0) !important;
}

.simple-footer-social {
  display: flex !important;
  gap: 12px !important;
  margin-top: 24px !important;
}

.simple-footer-social-link {
  width: 36px !important;
  height: 36px !important;
  border-radius: 8px !important;
  background: var(--white-transparent-10) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--surface-300) !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

.simple-footer-social-link:hover {
  background: var(--brand-secondary) !important;
  color: var(--surface-0) !important;
}

.simple-footer-social-link i {
  font-size: 16px !important;
}

.simple-footer-bottom {
  border-top: 1px solid var(--surface-700) !important;
  padding-top: 24px !important;
  margin-top: 48px !important;
  text-align: center !important;
}

.simple-footer-bottom-content {
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}

.simple-footer-copyright {
  font-family: var(--font-body) !important;
  color: var(--surface-400) !important;
  font-size: 14px !important;
}

.simple-footer-legal {
  display: flex !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
}

.simple-footer-legal-link {
  font-family: var(--font-body) !important;
  color: var(--surface-400) !important;
  text-decoration: none !important;
  font-size: 14px !important;
  transition: color 0.3s ease !important;
}

.simple-footer-legal-link:hover {
  color: var(--surface-0) !important;
}

/* ==========================================================================
   BENEFITS SECTION - SHARED COMPONENT STYLES (Landing & Security Pages)
   ========================================================================== */

.benefits-section {
  background: var(--brand-dark) !important;
  padding: 100px 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

.benefits-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  position: relative !important;
  z-index: 10 !important;
}

.benefits-header {
  text-align: center !important;
  margin-bottom: 64px !important;
  max-width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.benefits-header h2 {
  color: var(--surface-0) !important;
  margin-bottom: 24px !important;
}

.benefits-header p {
  color: var(--surface-200) !important;
  margin-top: 24px !important;
}

.benefits-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 32px !important;
  margin-top: 48px !important;
}

.benefit-card {
  background: var(--white-transparent-10) !important;
  border: 1px solid var(--white-transparent-20) !important;
  border-radius: 12px !important;
  padding: 32px !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

.benefit-card:hover {
  background: var(--white-transparent-20) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 25px var(--shadow-30) !important;
}

.benefit-icon {
  width: 64px !important;
  height: 64px !important;
  border-radius: 12px !important;
  background: var(--white-transparent-20) !important;
  border: 2px solid var(--white-transparent-30) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 20px auto !important;
  font-size: 24px !important;
  color: var(--surface-0) !important;
  transition: all 0.3s ease !important;
}

.benefit-card:hover .benefit-icon {
  background: var(--white-transparent-30) !important;
  transform: scale(1.05) !important;
}

.benefit-title {
  font-family: var(--font-heading) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: var(--surface-0) !important;
  margin-bottom: 16px !important;
  line-height: 1.3 !important;
}

.benefit-description {
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  color: var(--surface-200) !important;
  line-height: 1.5 !important;
  margin-bottom: 20px !important;
  flex: 1 !important;
}

.benefit-features {
  display: grid !important;
  gap: 6px !important;
  text-align: left !important;
}

.benefit-feature {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 12px !important;
  color: var(--surface-200) !important;
  font-family: var(--font-body) !important;
}

.benefit-feature i {
  font-size: 10px !important;
  color: var(--brand-green) !important;
  flex-shrink: 0 !important;
}

.benefit-feature span {
  color: var(--surface-200) !important;
}

/* Responsive Benefits Grid */
@media (max-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
  }
}

@media (max-width: 768px) {
  .benefits-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  
  .benefit-card {
    padding: 24px !important;
  }
  
  .benefit-icon {
    width: 56px !important;
    height: 56px !important;
    font-size: 20px !important;
  }
  
  .benefit-title {
    font-size: 18px !important;
  }
  
  .benefit-description {
    font-size: 13px !important;
  }
}

/* ==========================================================================
   UTILITY CLASSES - Icon & Text Colors
   Used across all pages for consistent coloring
   ========================================================================== */

/* Icon color utilities */
.icon-color-teal {
  color: var(--brand-primary) !important;
}

.icon-color-orange {
  color: var(--brand-secondary) !important;
}

.icon-color-green {
  color: var(--brand-green) !important;
}

/* FontAwesome check circle icons - always green for benefits lists */
.fa-check-circle,
i[class*="fa-check"] {
  color: var(--brand-green) !important;
}

/* Text color utilities */
.text-color-teal {
  color: var(--brand-primary) !important;
}

.text-color-orange {
  color: var(--brand-secondary) !important;
}

.text-color-green {
  color: var(--brand-green) !important;
}

/* Display utilities for visibility control */
.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

/* ==========================================================================
   COMMON COMPONENTS - FAQ & FINAL CTA
   Shared across Features, Personas, and other pages
   ========================================================================== */

/* ==========================================================================
   FAQ SECTION - COMMON STYLES
   Used on: Features pages, Personas pages, Resources pages
   ========================================================================== */

.faq-section {
  padding: 80px 0 !important;
  background: var(--surface-0) !important;
}

.faq-container {
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
}

.faq-header, .faq-heading {
  text-align: center !important;
	padding:10px;
}

.faq-content {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

.faq-item {
  border: 1px solid var(--surface-200) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: var(--surface-0) !important;
  transition: all 0.3s ease !important;
}

.faq-item:hover {
  box-shadow: var(--shadow-md) !important;
}

.faq-question {
  width: 100% !important;
  padding: 24px !important;
  background: transparent !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
  text-align: left !important;
  position: relative !important;
  user-select: none !important;
}

.faq-question-label {
  font-size:14px;font-size: 16px;
  font-weight: 600;
    }

/* CRITICAL: Prevent child elements from being click targets - fixes event bubbling */
.faq-question * {
  pointer-events: none !important;
}

.faq-heading:hover, .faq-header:hover {
  background: var(--surface-50) !important;
}

.faq-icon {
  font-size: 16px !important;
  transition: transform 0.3s ease, color 0.3s ease !important;
  flex-shrink: 0 !important;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg) !important;
}

.faq-item.open .faq-question {
  background: var(--surface-50) !important;
}

.faq-answer {
  padding: 0 24px 24px 24px !important;
  color: var(--surface-700) !important;
  line-height: 1.6 !important;
  display: none !important;
  overflow: hidden !important;
}

.faq-item.open .faq-answer {
  display: block !important;
}

.faq-answer p {
  margin: 0 !important;
  font-family: var(--font-body) !important;
  font-size: 16px !important;
  font-weight: 400;
}

/* ==========================================================================
   FINAL CTA SECTION - COMMON STYLES
   Used on: Features pages, Personas pages, Resources pages
   ========================================================================== */

.final-cta-section {
  position: relative !important;
  padding: 100px 0 !important;
  background: var(--surface-100) !important;
  text-align: center !important;
  overflow: hidden !important;
}

/* Decorations for Final CTA - NO gradients */
.final-cta-decoration-1 {
  position: absolute;
  top: -200px;
  left: -200px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: var(--brand-primary);
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}

.final-cta-decoration-2 {
  position: absolute;
  bottom: -150px;
  right: -150px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: var(--brand-secondary);
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}

.final-cta-container {
  position: relative !important;
  z-index: 1 !important;
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
  background: transparent !important;
}

.final-cta-content {
  position: relative !important;
  z-index: 1 !important;
  background: transparent !important;
}

.final-cta-title {
  color: var(--surface-900) !important;
  margin-bottom: 24px !important;
  font-weight:600;
}

.final-cta-description {
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: var(--surface-700) !important;
  margin-bottom: 40px !important;
  font-family: var(--font-body) !important;
  font-weight:400;
}

.final-cta-buttons {
  display: flex !important;
  gap: 16px !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  margin-bottom: 40px !important;
}

.final-cta-trust {
  padding-top: 40px !important;
  border-top: 1px solid var(--surface-300) !important;
}

.final-cta-trust-text {
  font-size: 14px !important;
  color: var(--surface-600) !important;
  margin-bottom: 16px !important;
  font-family: var(--font-body) !important;
}

.final-cta-trust-items {
  display: flex !important;
  gap: 16px !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  font-size: 14px !important;
  color: var(--surface-700) !important;
  font-family: var(--font-body) !important;
}

.final-cta-trust-items span {
  display: inline-block !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .faq-section {
    padding: 60px 0 !important;
  }
  
  .faq-container {
    padding: 0 20px !important;
  }
  
  .faq-header {
    margin-bottom: 40px !important;
  }
  
  .faq-question {
    padding: 20px !important;
  }
  
  .faq-question span {
    font-size: 16px !important;
  }
  
  .faq-answer {
    padding: 0 20px 20px 20px !important;
  }
  
  .final-cta-section {
    padding: 80px 0 !important;
  }
  
  .final-cta-container {
    padding: 0 20px !important;
  }
  
  .final-cta-buttons {
    flex-direction: column !important;
    width: 100% !important;
  }
  
  .final-cta-buttons button {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* ==========================================================================
   COMMON LAYOUT UTILITIES - CONSOLIDATED FROM DUPLICATIONS
   Eliminates 50+ CSS duplications across all page types
   ========================================================================== */

/* Section Spacing Utilities */
.section-padding-default { 
  padding: 80px 0 !important; 
}

.section-padding-lg { 
  padding: 100px 0 !important; 
}

.section-padding-xl { 
  padding: 120px 0 80px !important; 
}

.section-padding-sm { 
  padding: 60px 0 !important; 
}

.section-padding-md { 
  padding: 70px 0 !important; 
}

/* Container Width Utilities */
.container-default { 
  max-width: 1200px !important; 
  margin: 0 auto !important; 
  padding: 0 32px !important;
}

.container-wide { 
  max-width: 1280px !important; 
  margin: 0 auto !important; 
  padding: 0 32px !important;
}

.container-narrow { 
  max-width: 900px !important; 
  margin: 0 auto !important; 
  padding: 0 32px !important;
}

.container-content {
  max-width: 800px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
}

/* Background Utilities (NO gradients - Guidelines compliant) */
.bg-surface-0 { 
  background: var(--surface-0) !important; 
}

.bg-surface-50 { 
  background: var(--surface-50) !important; 
}

.bg-surface-100 { 
  background: var(--surface-100) !important; 
}

.bg-white { 
  background: var(--white) !important; 
}

/* Subtle Background Tints - For Variations */
.bg-teal-tint { 
  background: var(--brand-primary-soft) !important; 
}

.bg-orange-tint { 
  background: var(--brand-secondary-soft) !important; 
}

.bg-green-tint { 
  background: var(--brand-green-soft) !important; 
}

.bg-yellow-tint { 
  background: var(--brand-yellow-soft) !important; 
}

/* Decorative Circle Base (NO gradients!) */
.deco-circle-base {
  position: absolute !important;
  border-radius: 50% !important;
  pointer-events: none !important;
}

.deco-circle-teal-lg {
  width: 120px !important;
  height: 120px !important;
  background: var(--brand-primary) !important;
  opacity: 0.06 !important;
}

.deco-circle-orange-md {
  width: 80px !important;
  height: 80px !important;
  background: var(--brand-secondary) !important;
  opacity: 0.06 !important;
}

.deco-circle-green-sm {
  width: 60px !important;
  height: 60px !important;
  background: var(--brand-green) !important;
  opacity: 0.06 !important;
}

.deco-circle-yellow-md {
  width: 80px !important;
  height: 80px !important;
  background: var(--brand-yellow) !important;
  opacity: 0.06 !important;
}

/* Position Variations for Circles */
.deco-top-right {
  top: 15% !important;
  right: 10% !important;
}

.deco-bottom-left {
  bottom: 25% !important;
  left: 8% !important;
}

.deco-top-left {
  top: 20% !important;
  left: 12% !important;
}

.deco-bottom-right {
  bottom: 20% !important;
  right: 15% !important;
}

/* Responsive Container Adjustments */
@media (max-width: 1024px) {
  .container-default,
  .container-wide,
  .container-narrow,
  .container-content {
    padding: 0 24px !important;
  }
}

@media (max-width: 768px) {
  .container-default,
  .container-wide,
  .container-narrow,
  .container-content {
    padding: 0 20px !important;
  }
  
  .section-padding-default { 
    padding: 60px 0 !important; 
  }
  
  .section-padding-lg { 
    padding: 80px 0 !important; 
  }
  
  .section-padding-xl { 
    padding: 100px 0 60px !important; 
  }
  
  .section-padding-sm { 
    padding: 40px 0 !important; 
  }
  
  .section-padding-md { 
    padding: 70px 0 !important; 
  }
}

/* ==========================================================================
   GENERIC DIVI RESET FOR CUSTOM CODE MODULE BLOCKS
   Use on sections that are fully controlled by pasted HTML/CSS
   ========================================================================== */

.et_pb_section {
  padding: 0 !important;
  margin: 0 !important;
}

.et_pb_section > .et_pb_row {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.et_pb_section .et_pb_column,
.et_pb_section .et_pb_code,
.et_pb_section .et_pb_code_inner {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
/* ==========================================================================
   SHARED ANIMATIONS
   ========================================================================== */

/* Canonical version (-10px travel). team-page.css overrides this locally
   with its own -6px variant for a subtler effect on that page. */
@keyframes gentle-float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-10px); }
}

/* ==========================================================================
   MOCK INTERFACE — SHARED CONTROLS
   Used on: security page (dark header variant) + solutions pages (light variant)
   .mock-interface-header and .mock-interface-title stay in their page files
   because they use different visual treatments.
   ========================================================================== */

.mock-interface-controls {
  display: flex;
  gap: 8px;
}

.mock-control {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--surface-300); /* default neutral dot */
}

.mock-control.orange { background: var(--brand-secondary); }
.mock-control.teal   { background: var(--brand-primary); }
.mock-control.yellow { background: var(--brand-yellow); }
.mock-control.green  { background: var(--brand-green); }

/* ==========================================================================
   REDUCED MOTION — GLOBAL
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
