.elementor-1565 .elementor-element.elementor-element-3ff76f8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1565 .elementor-element.elementor-element-2b4dee7{--display:flex;--min-height:100vh;}.elementor-1565 .elementor-element.elementor-element-2b4dee7:not(.elementor-motion-effects-element-type-background), .elementor-1565 .elementor-element.elementor-element-2b4dee7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:radial-gradient(at center center, #000000 85%, #3A2209 100%);}.elementor-1565 .elementor-element.elementor-element-4690def{width:var( --container-widget-width, 100vw );max-width:100vw;--container-widget-width:100vw;--container-widget-flex-grow:0;}/* Start custom CSS for html, class: .elementor-element-4690def *//* ================================================================
   PAGE PACK FONDATEUR - STYLES COMPLETS
   Dark Academia + Conversion optimisée
   ================================================================ */

.page-fondateur {
  font-family: 'Cinzel', 'Georgia', serif;
  color: #c9b896;
  background: #0d0a08;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== SECTION HERO ===== */
.fondateur-hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: 
    linear-gradient(180deg, rgba(13, 10, 8, 0.8) 0%, rgba(26, 20, 16, 0.9) 100%),
    url('/wp-content/uploads/hero-fondateur-bg.jpg') center/cover;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 40px 20px;
}

.hero-badge-scarcity {
  display: inline-block;
  background: linear-gradient(135deg, #ff6b35 0%, #d4af37 100%);
  color: #000;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 30px;
  animation: pulse-hero-badge 2s infinite;
  box-shadow: 0 5px 25px rgba(255, 107, 53, 0.5);
  text-transform: uppercase;
}

@keyframes pulse-hero-badge {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.hero-title {
  font-size: 4rem;
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 25px;
  text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.9);
  line-height: 1.1;
  font-weight: bold;
}

.hero-subtitle {
  font-size: 1.4rem;
  color: #c9b896;
  margin-bottom: 40px;
  line-height: 1.6;
}

.hero-value {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.value-strike {
  font-size: 1.5rem;
  text-decoration: line-through;
  color: #8b7355;
}

.value-arrow {
  font-size: 2rem;
  color: #d4af37;
}

.value-price {
  font-size: 4rem;
  color: #d4af37;
  font-weight: bold;
  text-shadow: 0 0 20px rgba(212, 175, 55, 0.6);
}

.value-detail {
  font-size: 1rem;
  color: #c9b896;
  display: block;
  width: 100%;
  margin-top: -20px;
}

.btn-hero-cta {
  display: inline-block;
  background: linear-gradient(135deg, #d4af37 0%, #f0c94a 100%);
  color: #000 !important;
  padding: 25px 60px;
  border-radius: 12px;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 40px rgba(212, 175, 55, 0.5);
  position: relative;
  overflow: hidden;
}

.btn-hero-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-hero-cta:hover::before {
  width: 400px;
  height: 400px;
}

.btn-hero-cta:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(212, 175, 55, 0.7);
}

.hero-garantie {
  margin-top: 25px;
  font-size: 1rem;
  color: #8b7355;
  font-style: italic;
}

/* ===== SECTIONS COMMUNES ===== */
.section-title {
  font-size: 3rem;
  color: #d4af37;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8);
}

.section-subtitle {
  font-size: 1.2rem;
  color: #c9b896;
  text-align: center;
  margin-bottom: 60px;
}

/* ===== SECTION BENEFITS ===== */
.fondateur-benefits {
  padding: 100px 20px;
  background: linear-gradient(180deg, #0d0a08 0%, #1a1410 100%);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.benefit-card {
  background: rgba(26, 20, 16, 0.6);
  border: 2px solid #3d3426;
  border-radius: 12px;
  padding: 35px 25px;
  text-align: center;
  transition: all 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-8px);
  border-color: #d4af37;
  box-shadow: 0 15px 40px rgba(212, 175, 55, 0.2);
}

.benefit-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 15px rgba(212, 175, 55, 0.3));
}

.benefit-card h3 {
  font-size: 1.4rem;
  color: #d4af37;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.benefit-card p {
  font-size: 1rem;
  line-height: 1.7;
  color: #c9b896;
}

.benefit-card code {
  background: rgba(212, 175, 55, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
  color: #d4af37;
  font-family: 'Courier New', monospace;
}

.value-recap {
  background: linear-gradient(135deg, #2d2419 0%, #1a1410 100%);
  border: 3px solid #d4af37;
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  margin: 60px auto;
  max-width: 700px;
}

.value-recap-text {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 25px;
}

.value-highlight {
  font-size: 2rem;
  color: #d4af37;
  font-weight: bold;
  text-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
}

.value-recap-offer {
  font-size: 1.3rem;
  margin-top: 20px;
}

.value-final {
  font-size: 3rem;
  color: #d4af37;
  font-weight: bold;
  display: block;
  margin-top: 10px;
  text-shadow: 0 0 20px rgba(212, 175, 55, 0.6);
}

.btn-cta-section {
  display: inline-block;
  background: linear-gradient(135deg, #d4af37 0%, #f0c94a 100%);
  color: #000 !important;
  padding: 20px 50px;
  border-radius: 10px;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 30px rgba(212, 175, 55, 0.4);
  margin: 30px auto;
  display: block;
  max-width: 500px;
  text-align: center;
}

.btn-cta-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.6);
}

/* ===== SECTION WHY ===== */
.fondateur-why {
  padding: 100px 20px;
  background: #1a1410;
}

.why-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.why-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.why-text ul {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.why-text ul li {
  font-size: 1.1rem;
  margin: 15px 0;
  padding-left: 30px;
  position: relative;
}

.why-text ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #d4af37;
  font-weight: bold;
  font-size: 1.2rem;
}

.founder-photo {
  width: 100%;
  max-width: 350px;
  border-radius: 12px;
  border: 3px solid #d4af37;
  box-shadow: 0 10px 40px rgba(212, 175, 55, 0.3);
}

.founder-caption {
  text-align: center;
  margin-top: 15px;
  font-size: 1rem;
  color: #c9b896;
}

.founder-caption em {
  display: block;
  font-size: 0.9rem;
  color: #8b7355;
  margin-top: 5px;
}

/* ===== SECTION SOCIAL PROOF ===== */
.fondateur-social-proof {
  padding: 100px 20px;
  background: linear-gradient(180deg, #1a1410 0%, #0d0a08 100%);
}

.batisseurs-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}

.batisseur-item {
  background: rgba(26, 20, 16, 0.6);
  border: 2px solid #3d3426;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
}

.batisseur-item:hover {
  border-color: #d4af37;
  transform: translateX(5px);
}

.batisseur-badge {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.batisseur-name {
  font-size: 1.1rem;
  color: #d4af37;
  font-weight: bold;
  flex-shrink: 0;
}

.batisseur-ordre {
  font-size: 0.9rem;
  color: #8b7355;
  font-style: italic;
}

.social-proof-cta-text {
  text-align: center;
  font-size: 1.3rem;
  color: #d4af37;
  margin: 40px 0 30px;
  font-style: italic;
}

/* ===== SECTION OFFER ===== */
.fondateur-offer {
  padding: 100px 20px;
  background: 
    linear-gradient(180deg, rgba(13, 10, 8, 0.95) 0%, rgba(26, 20, 16, 0.95) 100%),
    url('/wp-content/uploads/offer-bg-pattern.png') center/cover;
}

.offer-box {
  max-width: 800px;
  margin: 0 auto;
  background: linear-gradient(135deg, #2d2419 0%, #1a1410 100%);
  border: 4px solid #d4af37;
  border-radius: 20px;
  padding: 60px 50px;
  text-align: center;
  box-shadow: 0 20px 80px rgba(212, 175, 55, 0.5);
  position: relative;
}

.offer-badge {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #ff6b35 0%, #d4af37 100%);
  color: #000;
  padding: 12px 35px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 2px;
  animation: pulse-offer-badge 2s infinite;
  box-shadow: 0 6px 30px rgba(255, 107, 53, 0.6);
  text-transform: uppercase;
}

@keyframes pulse-offer-badge {
  0%, 100% { transform: translateX(-50%) scale(1); }
  50% { transform: translateX(-50%) scale(1.05); }
}

.offer-title {
  font-size: 3rem;
  color: #d4af37;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.offer-subtitle {
  font-size: 1.2rem;
  color: #c9b896;
  margin-bottom: 40px;
  line-height: 1.6;
}

.offer-price-block {
  margin: 40px 0;
}

.offer-price-strike {
  font-size: 1.8rem;
  text-decoration: line-through;
  color: #8b7355;
  display: block;
  margin-bottom: 10px;
}

.offer-price-main {
  font-size: 5rem;
  color: #d4af37;
  font-weight: bold;
  display: block;
  text-shadow: 0 0 30px rgba(212, 175, 55, 0.7);
  line-height: 1;
}

.offer-price-detail {
  font-size: 1.1rem;
  color: #c9b896;
  display: block;
  margin-top: 10px;
  font-style: italic;
}

.offer-scarcity {
  margin: 40px 0;
}

.scarcity-text {
  font-size: 1.3rem;
  color: #ff6b35;
  font-weight: bold;
  margin-bottom: 15px;
}

.scarcity-text strong {
  font-size: 2rem;
  color: #d4af37;
  text-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
}

.scarcity-bar {
  width: 100%;
  height: 20px;
  background: rgba(61, 52, 38, 0.5);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #3d3426;
}

.scarcity-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #ff6b35 0%, #d4af37 100%);
  transition: width 0.5s ease;
  animation: bar-shine 2s infinite;
}

@keyframes bar-shine {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.2); }
}

.btn-offer-main {
  display: block;
  background: linear-gradient(135deg, #d4af37 0%, #f0c94a 100%);
  color: #000 !important;
  padding: 25px 50px;
  border-radius: 12px;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 40px rgba(212, 175, 55, 0.5);
  margin: 40px 0 20px;
  position: relative;
  overflow: hidden;
}

.btn-offer-main::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-offer-main:hover::before {
  width: 500px;
  height: 500px;
}

.btn-offer-main:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 60px rgba(212, 175, 55, 0.7);
}

.offer-secure {
  font-size: 0.95rem;
  color: #8b7355;
  margin-bottom: 40px;
}

.offer-garantie-box {
  background: rgba(212, 175, 55, 0.05);
  border: 2px solid rgba(212, 175, 55, 0.3);
  border-radius: 12px;
  padding: 30px;
  margin-top: 40px;
}

.offer-garantie-box h4 {
  font-size: 1.4rem;
  color: #d4af37;
  margin-bottom: 15px;
}

.offer-garantie-box p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #c9b896;
}

/* ===== SECTION FAQ ===== */
.fondateur-faq {
  padding: 100px 20px;
  background: #1a1410;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.faq-item {
  background: rgba(26, 20, 16, 0.6);
  border: 2px solid #3d3426;
  border-radius: 12px;
  padding: 30px;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #d4af37;
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
}

.faq-question {
  font-size: 1.3rem;
  color: #d4af37;
  margin-bottom: 15px;
  line-height: 1.4;
}

.faq-answer p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #c9b896;
}

.faq-answer code {
  background: rgba(212, 175, 55, 0.1);
  padding: 3px 10px;
  border-radius: 4px;
  color: #d4af37;
  font-family: 'Courier New', monospace;
  font-size: 0.95rem;
}

.faq-answer a {
  color: #d4af37;
  text-decoration: underline;
}

/* ===== SECTION URGENCE ===== */
.fondateur-urgence {
  padding: 100px 20px;
  background: linear-gradient(180deg, #0d0a08 0%, #1a1410 100%);
  text-align: center;
}

.urgence-title {
  font-size: 3rem;
  color: #ff6b35;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 30px;
  text-shadow: 3px 3px 15px rgba(255, 107, 53, 0.5);
}

.urgence-text {
  font-size: 1.5rem;
  color: #c9b896;
  line-height: 1.8;
  margin-bottom: 30px;
}

.urgence-math {
  font-size: 1.8rem;
  color: #d4af37;
  font-weight: bold;
  margin: 40px 0;
  line-height: 1.6;
}

.btn-urgence-cta {
  display: inline-block;
  background: linear-gradient(135deg, #d4af37 0%, #f0c94a 100%);
  color: #000 !important;
  padding: 25px 60px;
  border-radius: 12px;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 40px rgba(212, 175, 55, 0.5);
  margin: 30px 0;
}

.btn-urgence-cta:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(212, 175, 55, 0.7);
}

.urgence-countdown {
  font-size: 1.2rem;
  color: #ff6b35;
  font-weight: bold;
  margin-top: 30px;
}

.urgence-countdown strong {
  font-size: 2rem;
  color: #d4af37;
  text-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
}

/* ===== FOOTER CTA ===== */
.fondateur-footer-cta {
  padding: 60px 20px;
  background: #0d0a08;
  text-align: center;
  border-top: 2px solid #3d3426;
}

.fondateur-footer-cta p {
  font-size: 1.5rem;
  color: #d4af37;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btn-footer-cta {
  display: inline-block;
  background: linear-gradient(135deg, #d4af37 0%, #f0c94a 100%);
  color: #000 !important;
  padding: 20px 50px;
  border-radius: 10px;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 30px rgba(212, 175, 55, 0.4);
}

.btn-footer-cta:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.6);
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 1024px) {
  .hero-title {
    font-size: 3rem;
  }
  
  .section-title {
    font-size: 2.5rem;
  }
  
  .why-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .founder-photo {
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
  
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem;
    letter-spacing: 2px;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .value-price {
    font-size: 3rem;
  }
  
  .btn-hero-cta {
    font-size: 1.2rem;
    padding: 20px 40px;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  
  .offer-box {
    padding: 40px 25px;
  }
  
  .offer-title {
    font-size: 2rem;
  }
  
  .offer-price-main {
    font-size: 3.5rem;
  }
  
  .btn-offer-main {
    font-size: 1.2rem;
    padding: 20px 35px;
  }
  
  .batisseurs-list {
    grid-template-columns: 1fr;
  }
  
  .urgence-title {
    font-size: 2rem;
  }
  
  .urgence-text {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 1.8rem;
  }
  
  .value-price {
    font-size: 2.5rem;
  }
  
  .btn-hero-cta {
    font-size: 1rem;
    padding: 18px 30px;
  }
  
  .offer-price-main {
    font-size: 3rem;
  }
  
  .hero-badge-scarcity {
    font-size: 0.85rem;
    padding: 10px 20px;
  }
}/* End custom CSS */