/*
 * PJM Group - Premium Agency Design
 * Refonte esthétique professionnelle inspirée des meilleures agences web
 * Design moderne, épuré et orienté conversion
 */

/* ===== VARIABLES DE DESIGN PROFESSIONNEL ===== */
:root {
  /* Palette sophistiquée inspirée du luxe */
  --primary-dark: #5e564d;
  --primary-medium: #8b8278;
  --secondary-dark: #b1a79b;
  --accent-gold: #c8b79c;
  --accent-gold-light: #e8dfd3;
  --text-primary: #4f473f;
  --text-secondary: #7d746b;
  --text-muted: #9f968b;
  --background-dark: #f6f2eb;
  --background-medium: #f1ece4;
  --background-light: #e1d8cd;
  --overlay-dark: rgba(95, 87, 79, 0.18);
  --overlay-medium: rgba(95, 87, 79, 0.1);
  --gradient-primary: linear-gradient(180deg, #f7f3ed 0%, #efe7dc 100%);
  --gradient-accent: linear-gradient(180deg, #d7c9b4 0%, #c4b199 100%);
  --gradient-hero: linear-gradient(180deg, #f8f4ee 0%, #f0e8de 100%);
  
  /* Typographie premium */
  --font-primary: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
  
  /* Espacements modernes */
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  
  /* Bordures et ombres premium */
  --border-sm: 1px;
  --border-md: 2px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.15);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.2);
  --shadow-xl: 0 16px 64px rgba(0, 0, 0, 0.25);
  --shadow-gold: 0 4px 20px rgba(212, 175, 55, 0.3);
  
  /* Animations fluides */
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  --content-max: 1180px;
}

/* ===== RESET ET BASE MODERNE ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-primary);
  background: var(--background-dark);
  color: var(--text-primary);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body > .header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(247, 243, 237, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(95, 87, 79, 0.08);
}

body > .header > .container {
  max-width: var(--content-max);
  padding: 0 2rem;
}

/* ===== TYPOGRAPHIE PROFESSIONNELLE ===== */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--text-primary);
  margin-bottom: var(--space-md);
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-lg);
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: var(--space-lg);
}

h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: var(--space-md);
}

h4 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}

p {
  font-size: 1.02rem;
  line-height: 1.85;
  color: var(--text-secondary);
  margin-bottom: var(--space-md);
  font-weight: 400;
}

/* ===== LAYOUT CONTAINER ===== */
.container {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 2rem;
}

.container-wide {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 var(--space-lg);
}

.container-narrow {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 var(--space-lg);
}

/* ===== HERO SECTION PREMIUM ===== */
.hero {
  min-height: 88vh;
  display: flex;
  align-items: center;
  position: relative;
  background: var(--gradient-hero);
  overflow: hidden;
  padding: 8.5rem 0 5rem;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0) 40%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(470px, 0.88fr);
  gap: 6.5rem;
  align-items: center;
}

.hero-text {
  max-width: 36rem;
}

.hero-text::before {
  content: 'AGENCE WEB PREMIUM • MARSEILLE & FOS-SUR-MER';
  display: inline-block;
  margin-bottom: 1.5rem;
  color: var(--primary-medium);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-text h1 {
  font-size: clamp(3.6rem, 6.5vw, 6rem);
  font-weight: 500;
  line-height: 0.86;
  margin-bottom: 1.6rem;
  color: var(--text-primary);
  max-width: 12ch;
  letter-spacing: -0.02em;
}

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--text-secondary);
  margin-bottom: 2.2rem;
  font-weight: 400;
  max-width: 30rem;
}

.hero-cta {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 2.3rem;
  max-width: 28rem;
}

.hero-notes span {
  display: inline-flex;
  align-items: center;
  padding: 0.58rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(95, 87, 79, 0.08);
  color: var(--primary-medium);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ===== HERO TRUST BAR ===== */
.hero-trust {
  display: flex;
  gap: 1.8rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  color: var(--text-secondary);
  letter-spacing: 0.02em;
}

.hero-trust-item i.fa-star {
  color: #c8a96e;
  font-size: 0.68rem;
}

.hero-trust-item i.fa-bolt {
  color: #c5946d;
  font-size: 0.82rem;
}

.hero-visual {
  position: relative;
  height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-visual::before {
  content: '';
  position: absolute;
  inset: 2.25rem auto auto 2.2rem;
  width: 63%;
  height: 77%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.18) 100%);
  border-radius: 34px;
  z-index: 0;
}

.hero-visual::after {
  content: '';
  position: absolute;
  right: 1rem;
  bottom: 3.25rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(222, 194, 163, 0.55) 0%, rgba(222, 194, 163, 0) 72%);
  z-index: 0;
}

.hero-visual-accent {
  position: absolute;
  border-radius: 999px;
  z-index: 0;
  pointer-events: none;
}

.hero-visual-accent-top {
  top: 3.7rem;
  right: 3.9rem;
  width: 8.5rem;
  height: 1px;
  background: rgba(143, 133, 122, 0.38);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.12);
}

.hero-visual-accent-bottom {
  left: 1.25rem;
  bottom: 4.4rem;
  width: 6.3rem;
  height: 6.3rem;
  border: 1px solid rgba(143, 133, 122, 0.18);
  background: rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(8px);
}

/* ===== BOUTONS PREMIUM ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.05rem 1.85rem;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  transition: left 0.55s ease;
}

.btn:hover::after {
  left: 100%;
}

.btn-primary {
  background: linear-gradient(180deg, #9a8f83 0%, #7d7369 100%);
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(123, 112, 101, 0.14);
}

.btn-primary:hover {
  background: linear-gradient(180deg, #8a7f74 0%, #6d6359 100%);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(123, 112, 101, 0.24);
}

.btn-primary:active {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(123, 112, 101, 0.18);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.42);
  color: var(--text-primary);
  border: 1.5px solid rgba(95, 87, 79, 0.2);
  backdrop-filter: blur(8px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-primary);
  border-color: rgba(95, 87, 79, 0.36);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(111, 100, 89, 0.1);
}

.btn-large {
  padding: 1.15rem 2.2rem;
  font-size: 0.88rem;
}

.btn-large i {
  transition: transform 0.3s ease;
}

.btn-large:hover i {
  transform: translateX(4px);
}

/* ===== SECTIONS PROFESSIONNELLES ===== */
.section {
  padding: var(--space-3xl) 0;
  position: relative;
}

.section-light {
  background: var(--background-medium);
}

.section-dark {
  background: #f8f4ee;
}

.section-accent {
  background: linear-gradient(180deg, #efe8de 0%, #e4dbcf 100%);
}

.section-header {
  text-align: center;
  margin-bottom: 4.8rem;
}

.section-title {
  font-size: clamp(2.6rem, 4.5vw, 4.4rem);
  margin-bottom: 1rem;
  position: relative;
  letter-spacing: -0.02em;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 1px;
  background: rgba(95, 87, 79, 0.25);
}

.section-subtitle {
  font-size: 0.98rem;
  color: var(--text-secondary);
  max-width: 42rem;
  margin: 0 auto;
  line-height: 1.9;
}

/* ===== GRILLES MODERNES ===== */
.grid {
  display: grid;
  gap: var(--space-lg);
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* ===== CARDS PREMIUM ===== */
.card {
  background: rgba(255, 255, 255, 0.54);
  border: var(--border-sm) solid rgba(95, 87, 79, 0.08);
  border-radius: var(--radius-lg);
  padding: var(--space-xl);
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--border-sm);
  background: var(--gradient-accent);
  opacity: 0;
  transition: opacity var(--transition-base);
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(95, 87, 79, 0.16);
  box-shadow: 0 24px 60px rgba(111, 100, 89, 0.08);
}

.card:hover::before {
  opacity: 1;
}

.card-icon {
  width: 60px;
  height: 60px;
  background: var(--gradient-accent);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-lg);
  font-size: 1.5rem;
  color: var(--primary-dark);
}

.card-title {
  font-size: 1.5rem;
  margin-bottom: var(--space-md);
  color: var(--text-primary);
}

.card-description {
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ===== SERVICES V3 ===== */
.services-v3 {
  background: #f8f4ee;
  padding: 7rem 0;
  position: relative;
}

.services-v3-header {
  text-align: center;
  margin-bottom: 4.5rem;
}

.services-v3-featured {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
  margin-bottom: 1.4rem;
}

.services-v3-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
}

.sv3-card {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(95, 87, 79, 0.07);
  border-radius: 22px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.sv3-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #c5946d, rgba(197, 148, 109, 0.2));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.sv3-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(113, 101, 88, 0.1);
  background: rgba(255, 255, 255, 0.85);
}

.sv3-card:hover::before {
  opacity: 1;
}

.sv3-card-inner {
  padding: 2rem 1.8rem 1.8rem;
}

.sv3-card-large .sv3-card-inner {
  padding: 2.4rem 2.2rem 2.2rem;
}

.sv3-num {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 500;
  color: #c5946d;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1.5px solid rgba(197, 148, 109, 0.25);
}

.sv3-card h3 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1.1;
  margin-bottom: 0.8rem;
  letter-spacing: -0.01em;
}

.sv3-card-large h3 {
  font-size: 1.85rem;
}

.sv3-card p {
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--text-secondary);
  margin-bottom: 0;
}

.sv3-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.2rem;
}

.sv3-tags span {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(197, 148, 109, 0.08);
  border: 1px solid rgba(197, 148, 109, 0.15);
  font-size: 0.72rem;
  color: #9a7b5c;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .services-v3-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .services-v3-featured {
    grid-template-columns: 1fr;
  }
  .services-v3-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== TESTIMONIALS PREMIUM ===== */
.testimonials {
  background: linear-gradient(180deg, #b7aea2 0%, #a79d91 100%);
  position: relative;
  overflow: hidden;
  padding: 7rem 0;
}

.testimonials::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 40%);
}

.testimonials-container {
  position: relative;
  z-index: 1;
  max-width: 76rem;
  margin: 0 auto;
}

.testimonials-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 2rem;
  align-items: start;
}

.testimonials-intro {
  position: sticky;
  top: 7.5rem;
}

.testimonials-intro .section-header,
.testimonials-intro .section-subtitle {
  max-width: 24rem;
}

.testimonial-spotlight {
  margin-top: 2rem;
  padding: 2rem 1.8rem;
  border-radius: 30px;
  background: rgba(255, 250, 245, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 24px 65px rgba(77, 67, 58, 0.12);
  position: relative;
  overflow: hidden;
}

.testimonial-spotlight::before {
  content: '';
  position: absolute;
  top: -2.5rem;
  right: -1.5rem;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(236, 198, 167, 0.42) 0%, rgba(236, 198, 167, 0) 70%);
}

.testimonial-spotlight-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary-medium);
}

.testimonial-spotlight-quote {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.4vw, 2.3rem);
  line-height: 1.15;
  font-style: italic;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
  align-items: stretch;
}

.testimonial-card {
  background: rgba(255, 252, 249, 0.96);
  border-radius: 30px;
  padding: 1.8rem 1.6rem;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.38);
  text-align: left;
  box-shadow: 0 18px 44px rgba(88, 77, 67, 0.09);
}

.testimonial-card-offset {
  transform: translateY(2.1rem);
}

.testimonial-card::before {
  content: '';
  position: absolute;
  top: 1.3rem;
  left: 1.35rem;
  width: 3rem;
  height: 3rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(233, 191, 163, 0.2) 0%, rgba(231, 200, 91, 0.12) 100%);
}

.testimonial-quote {
  font-size: 0.98rem;
  line-height: 1.9;
  margin: 0 0 1.5rem;
  font-style: normal;
  color: #5f564c;
  max-width: none;
  padding-top: 1.4rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  justify-content: flex-start;
  flex-direction: row;
}

.testimonial-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(213, 177, 101, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #baa56d;
}

.testimonial-info h4 {
  font-size: 1.45rem;
  margin-bottom: 0.15rem;
  color: var(--text-primary);
  font-family: var(--font-display);
  font-weight: 500;
}

.testimonial-info p {
  font-size: 0.8rem;
  color: var(--primary-medium);
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.testimonial-card-soft {
  background: rgba(250, 245, 239, 0.96);
}

.testimonial-card-wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) auto;
  gap: 1rem;
  align-items: end;
}

.testimonial-card-wide .testimonial-quote {
  margin-bottom: 0;
  max-width: 36rem;
}

.testimonial-card-wide .testimonial-author {
  justify-content: flex-end;
}

.faq-refactored {
  padding: 7rem 0 !important;
  background: linear-gradient(180deg, #fbf8f3 0%, #f4eee6 100%) !important;
}

.faq-refactored::before {
  opacity: 0.18 !important;
}

.faq-refactored .faq-accordion {
  max-width: 900px !important;
  gap: 1rem !important;
}

.faq-refactored .faq-item {
  background: rgba(255, 255, 255, 0.85) !important;
  border: 1px solid rgba(95, 87, 79, 0.08) !important;
  border-left: 1px solid rgba(95, 87, 79, 0.08) !important;
  border-radius: 24px !important;
  box-shadow: 0 14px 38px rgba(113, 101, 88, 0.05) !important;
}

.faq-refactored .faq-item.active {
  border-color: rgba(197, 148, 109, 0.28) !important;
  box-shadow: 0 18px 42px rgba(113, 101, 88, 0.08) !important;
}

.faq-refactored .faq-question {
  padding: 1.5rem 1.7rem !important;
  color: var(--text-primary) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
}

.faq-refactored .faq-question i {
  background: #f3ece3 !important;
  color: var(--primary-medium) !important;
}

.faq-refactored .faq-item.active .faq-question {
  color: #b27f5b !important;
}

.faq-refactored .faq-item.active .faq-question i {
  background: #c5946d !important;
  color: #fff !important;
}

.faq-refactored .faq-answer {
  color: var(--text-secondary) !important;
}

.faq-refactored .faq-answer p {
  padding: 0 1.7rem !important;
  color: var(--text-secondary) !important;
}

.faq-refactored .faq-item.active .faq-answer p {
  padding-bottom: 1.5rem !important;
}

/* ===== CTA SECTION ===== */
.cta-section {
  background: linear-gradient(180deg, #eae3d9 0%, #dfd6ca 100%);
  text-align: center;
  padding: 7.5rem 0;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -6rem;
  right: -4rem;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

.cta-section::after {
  content: '';
  position: absolute;
  bottom: -5rem;
  left: -3rem;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197, 148, 109, 0.18) 0%, rgba(197, 148, 109, 0) 70%);
  pointer-events: none;
}

.cta-content {
  position: relative;
  z-index: 1;
  max-width: 48rem;
  margin: 0 auto;
}

.cta-title {
  font-size: clamp(2.6rem, 4.2vw, 4.2rem);
  margin-bottom: 1.2rem;
  color: var(--text-primary);
  line-height: 0.95;
}

.cta-description {
  font-size: 1.05rem;
  color: var(--text-secondary);
  margin-bottom: 2.5rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.85;
}

.cta-buttons {
  margin-bottom: var(--space-xl);
}

.cta-section .btn-primary {
  background: linear-gradient(180deg, #7d7369 0%, #5e564d 100%);
  padding: 1.25rem 2.6rem;
  font-size: 0.92rem;
  box-shadow: 0 10px 35px rgba(94, 86, 77, 0.28);
}

.cta-section .btn-primary:hover {
  background: linear-gradient(180deg, #6d6359 0%, #4e463d 100%);
  box-shadow: 0 18px 50px rgba(94, 86, 77, 0.35);
  transform: translateY(-4px);
}

.cta-features {
  display: flex;
  justify-content: center;
  gap: var(--space-xl);
  flex-wrap: wrap;
}

.cta-feature {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  color: var(--text-secondary);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cta-feature i {
  font-size: 1rem;
}

.cta-section .cta-content::before {
  content: '\201C';
  position: absolute;
  top: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: 8rem;
  line-height: 1;
  color: rgba(197, 148, 109, 0.12);
  pointer-events: none;
}

/* ===== INLINE CTA ===== */
.section-cta-inline {
  text-align: center;
  margin-top: 4.5rem;
  padding-top: 3.5rem;
  border-top: 1px solid rgba(95, 87, 79, 0.08);
}

.section-cta-hook {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.15;
}

.section-cta-trust {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.2rem;
  flex-wrap: wrap;
}

.section-cta-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.76rem;
  color: var(--text-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.section-cta-trust i {
  color: #b08d6a;
  font-size: 0.82rem;
}

/* ===== CTA STATS ===== */
.cta-stats {
  display: flex;
  justify-content: center;
  gap: 3.5rem;
  margin-bottom: 3rem;
}

.cta-stat {
  text-align: center;
}

.cta-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1;
  margin-bottom: 0.3rem;
}

.cta-stat span {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
}

/* ===== CTA URGENCY ===== */
.cta-urgency {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  background: rgba(178, 127, 91, 0.1);
  border: 1px solid rgba(178, 127, 91, 0.2);
  font-size: 0.78rem;
  color: #8b6b4a;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.cta-urgency i {
  color: #b27f5b;
  font-size: 0.85rem;
}

/* ===== PULSE ANIMATION ===== */
.btn-pulse {
  animation: pulse-glow 2.5s ease-in-out infinite;
}

@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 10px 35px rgba(94, 86, 77, 0.28);
  }
  50% {
    box-shadow: 0 10px 35px rgba(94, 86, 77, 0.28), 0 0 0 8px rgba(125, 115, 105, 0.1);
  }
}

/* ===== NAVIGATION PROFESSIONNELLE ===== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(247, 243, 237, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(95, 87, 79, 0.08);
  transition: all var(--transition-base);
}

body > .header .navbar {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  background: transparent;
  border-bottom: none;
  box-shadow: none;
  backdrop-filter: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
}

.navbar.scrolled {
  background: rgba(247, 243, 237, 0.97);
  box-shadow: 0 10px 35px rgba(101, 91, 82, 0.06);
}

body > .header .nav-left {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

body > .header .logo {
  text-decoration: none;
}

body > .header .logo-text span:first-child,
body > .header .logo-text span:last-child {
  font-family: var(--font-display) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  color: var(--text-primary) !important;
}

body > .header .logo-text span:nth-child(2) {
  color: var(--primary-medium) !important;
}

body > .header .menu-toggle {
  display: none;
}

.nav-container {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

body > .header .nav-container {
  max-width: none;
  margin: 0;
  padding: 0;
  height: auto;
  flex: 1 1 auto;
  justify-content: flex-end;
}

.nav-logo {
  font-size: 1.55rem;
  font-weight: 500;
  color: var(--text-primary);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  font-family: var(--font-display);
}

.nav-logo span {
  color: var(--primary-medium);
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: var(--space-xl);
}

body > .header .nav-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.55rem;
  width: 100%;
}

body > .header .nav-indicator {
  display: none;
}

.nav-link {
  color: var(--text-secondary);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: color var(--transition-base);
  position: relative;
}

.nav-link:hover {
  color: var(--text-primary);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(95, 87, 79, 0.42);
  transition: width var(--transition-base);
}

.nav-link:hover::after {
  width: 100%;
}

body > .header .nav-link.active {
  color: var(--text-primary);
}

/* ===== FOOTER PREMIUM ===== */
.footer {
  background: var(--primary-dark);
  border-top: var(--border-sm) solid rgba(255, 255, 255, 0.1);
  padding: var(--space-3xl) 0 var(--space-xl);
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--space-2xl);
  margin-bottom: var(--space-2xl);
}

.footer-brand h3 {
  font-size: 1.5rem;
  margin-bottom: var(--space-md);
}

.footer-brand p {
  color: var(--text-secondary);
  margin-bottom: var(--space-lg);
}

.footer-social {
  display: flex;
  gap: var(--space-md);
}

.footer-social a {
  width: 40px;
  height: 40px;
  background: var(--background-medium);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  transition: all var(--transition-base);
}

.footer-social a:hover {
  background: var(--accent-gold);
  color: var(--primary-dark);
  transform: translateY(-2px);
}

.footer-column h4 {
  font-size: 1.125rem;
  margin-bottom: var(--space-md);
  color: var(--text-primary);
}

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

.footer-links li {
  margin-bottom: var(--space-sm);
}

.footer-links a {
  color: var(--text-secondary);
  text-decoration: none;
  transition: color var(--transition-base);
}

.footer-links a:hover {
  color: var(--accent-gold);
}

.footer-bottom {
  border-top: var(--border-sm) solid rgba(255, 255, 255, 0.1);
  padding-top: var(--space-lg);
  text-align: center;
  color: var(--text-muted);
}

/* ===== SECTION BADGE ===== */
.section-badge {
  display: inline-block;
  padding: var(--space-sm) var(--space-lg);
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(95, 87, 79, 0.08);
  border-radius: 50px;
  margin-bottom: var(--space-lg);
}

.section-badge span {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--primary-medium);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* ===== HERO VISUAL WRAPPER ===== */
.hero-visual-wrapper {
  position: relative;
  width: min(100%, 26.5rem);
  height: 35.5rem;
  margin-left: auto;
  margin-right: 4.2rem;
  border-radius: 32px;
  overflow: hidden;
  border: 12px solid rgba(251, 247, 241, 0.85);
  box-shadow: 0 34px 90px rgba(113, 101, 88, 0.16);
  transition: transform var(--transition-slow);
  z-index: 1;
}

.hero-visual-wrapper:hover {
  transform: scale(1.02);
}

.hero-visual-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(63, 52, 43, 0.08) 0%, rgba(255,255,255,0.02) 34%, rgba(57, 45, 38, 0.26) 100%);
  opacity: 1;
  transition: opacity var(--transition-base);
  z-index: 1;
}

.hero-visual-wrapper:hover::before {
  opacity: 0.92;
}

.hero-visual-wrapper img {
  filter: saturate(0.88) contrast(0.95) brightness(0.98);
  transform: scale(1.06);
}

.hero-visual-wrapper::after {
  content: '';
  position: absolute;
  inset: 1rem 1rem auto auto;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, rgba(216, 199, 172, 0) 72%);
  pointer-events: none;
  z-index: 2;
}

.hero-visual-panel {
  position: absolute;
  left: -2.5rem;
  bottom: 2.4rem;
  max-width: 17.5rem;
  padding: 1.2rem 1.2rem 1.15rem;
  border-radius: 24px;
  background: rgba(255, 250, 245, 0.94);
  border: 1px solid rgba(95, 87, 79, 0.08);
  box-shadow: 0 24px 60px rgba(113, 101, 88, 0.14);
  backdrop-filter: blur(14px);
  z-index: 3;
}

.hero-visual-kicker {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary-medium);
}

.hero-visual-panel strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--text-primary);
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.05;
}

.hero-visual-panel p {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

.portfolio-refactored {
  background: linear-gradient(180deg, #f8f4ee 0%, #f1ebe2 100%) !important;
}

.portfolio-refactored .section-subtitle {
  max-width: 44rem;
}

.portfolio-card {
  border-radius: 28px !important;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(95, 87, 79, 0.08) !important;
  box-shadow: 0 22px 55px rgba(113, 101, 88, 0.08) !important;
  transition: all var(--transition-base);
}

.portfolio-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 65px rgba(113, 101, 88, 0.12) !important;
}

.portfolio-content {
  padding: 1.6rem 1.6rem 1.75rem !important;
}

.portfolio-category {
  color: var(--primary-medium) !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem !important;
}

.portfolio-title {
  color: var(--text-primary) !important;
}

.portfolio-description {
  color: var(--text-secondary) !important;
}

.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.5rem;
  padding: 0;
  border: none;
  background: transparent;
  color: #c5946d !important;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
}

.btn-link:hover {
  color: #a97d5c !important;
}

/* ===== WHY US V3 — EDITORIAL REDESIGN ===== */
.why-us-v3 {
  background: linear-gradient(180deg, #f0ebe3 0%, #e8e1d7 100%) !important;
  padding: 7rem 0 !important;
}

.why-us-v3-header {
  text-align: center;
  margin-bottom: 4.5rem;
}

.why-us-v3-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}

.why-us-v3-card {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(95, 87, 79, 0.07);
  border-radius: 24px;
  padding: 2.2rem 1.8rem 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.why-us-v3-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 55px rgba(113, 101, 88, 0.12);
  background: rgba(255, 255, 255, 0.88);
}

.why-us-v3-number {
  display: block;
  font-family: var(--font-display);
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1;
  color: rgba(178, 141, 106, 0.3);
  margin-bottom: 0.8rem;
}

.why-us-v3-bar {
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, #c5946d, rgba(197, 148, 109, 0.3));
  border-radius: 2px;
  margin-bottom: 1.2rem;
}

.why-us-v3-card h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1.15;
  margin-bottom: 0.75rem;
}

.why-us-v3-card p {
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--text-secondary);
  margin-bottom: 0;
}

.why-us-v3-bottom {
  text-align: center;
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(95, 87, 79, 0.1);
}

.why-us-v3-cta-text {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-bottom: 1.4rem;
}

.why-us-v3-cta-text a {
  color: var(--text-primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.why-us-v3-cta-text a:hover {
  color: #b27f5b;
}

@media (max-width: 1024px) {
  .why-us-v3-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .why-us-v3-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== UTILITAIRES ===== */
.text-gradient {
  color: var(--primary-medium);
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
}

.text-gold {
  color: var(--primary-medium);
}

.bg-gold {
  background: var(--accent-gold);
}

.bg-dark {
  background: var(--background-dark);
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all var(--transition-slow);
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1200px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }

  .hero-text {
    max-width: 42rem;
    margin: 0 auto;
  }

  .hero-notes {
    justify-content: center;
  }
  
  .hero-visual {
    height: 560px;
  }

  .testimonials-layout {
    grid-template-columns: 1fr;
  }

  .testimonials-intro {
    position: relative;
    top: auto;
  }

  .hero-visual-wrapper {
    margin: 0 auto;
    width: min(100%, 27rem);
    height: 32rem;
  }

  .hero-visual-panel {
    left: 0;
    bottom: 1.2rem;
    max-width: 18rem;
  }

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

  .testimonial-card-offset {
    transform: none;
  }

  .testimonial-card-wide {
    grid-template-columns: 1fr;
  }

  .testimonial-card-wide .testimonial-author {
    justify-content: flex-start;
  }
  
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-xl);
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 1.2rem;
  }

  body > .header > .container {
    padding: 0 1.2rem;
  }
  
  .hero {
    min-height: auto;
    padding: 7rem 0 4rem;
  }
  
  .hero-text h1 {
    font-size: clamp(2.7rem, 10vw, 4rem);
  }

  .hero-text::before {
    font-size: 0.66rem;
  }
  
  .hero-cta {
    justify-content: center;
  }

  .hero-notes {
    justify-content: center;
  }

  .hero-notes span {
    font-size: 0.66rem;
  }

  .hero-visual {
    height: 470px;
  }

  .hero-visual::before {
    inset: 1.1rem auto auto 0.2rem;
    width: 86%;
    height: 84%;
  }

  .hero-visual::after,
  .hero-visual-accent-top,
  .hero-visual-accent-bottom {
    display: none;
  }

  .hero-visual-wrapper {
    width: min(100%, 22rem);
    height: 24.5rem;
    border-width: 10px;
    margin-right: auto;
  }

  .hero-visual-panel {
    left: 50%;
    right: auto;
    bottom: -1rem;
    transform: translateX(-50%);
    max-width: none;
    padding: 1rem 1rem 0.95rem;
    width: min(92%, 20rem);
  }

  .hero-visual-panel strong {
    font-size: 1.3rem;
  }
  
  .section {
    padding: var(--space-2xl) 0;
  }
  
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }
  
  .services-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
  }

  .testimonial-card,
  .testimonial-spotlight,
  .testimonial-card-wide {
    padding: 1.5rem 1.25rem;
  }

  .testimonial-info h4 {
    font-size: 1.3rem;
  }

  .testimonial-spotlight-quote {
    font-size: 1.8rem;
  }

  .service-card {
    min-height: auto;
  }
  
  .nav-container {
    padding: 0 1.2rem;
  }
  
  .nav-menu {
    display: none;
  }
  
  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .footer-social {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .btn {
    padding: 0.95rem 1.25rem;
    font-size: 0.8rem;
  }
  
  .card,
  .service-card,
  .testimonial-card {
    padding: var(--space-lg);
  }
  
  .section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

.animate-fade-in-up {
  animation: fadeInUp 0.8s ease-out;
}

.animate-fade-in-left {
  animation: fadeInLeft 0.8s ease-out;
}

.animate-fade-in-right {
  animation: fadeInRight 0.8s ease-out;
}

.animate-pulse {
  animation: pulse 2s infinite;
}

/* ===== ACCESSIBILITÉ ===== */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ===== FOCUS STATES ===== */
.btn:focus-visible,
.nav-link:focus-visible {
  outline: 2px solid var(--accent-gold);
  outline-offset: 2px;
}

/* ===== PRINT STYLES ===== */
@media print {
  .navbar,
  .footer {
    display: none;
  }
  
  body {
    background: white;
    color: black;
  }
}
