/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Maxime-Ravat
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/* ═══════════════════════════════════════════════════════════════
   SWISS DIRECTOR SERVICES — GLOBAL (style.css child theme)
   Applies to ALL pages
   ═══════════════════════════════════════════════════════════════ */

/* TOKENS */
:root {
  --dark: #0F2027;
  --dark-warm: #1A3040;
  --slate: #1E3A4A;
  --slate-mid: #2A5060;
  --black: #000000;
  --sand: #F8F5EF;
  --sand-dark: #EDE8DE;
  --sand-border: #D9D0C1;
  --stone: #A89F91;
  --stone-mid: #7A7265;
  --gold: #B08D57;
  --gold-light: #C9A96E;
  --gold-soft: #D9C49A;
  --gold-glow: rgba(176, 141, 87, 0.14);
  --white: #FFFFFF;
  --text: #1A2A32;
  --text-mid: #4A5D68;
  --text-muted: #7A8E9A;
  --font-display: 'Playfair Display', 'Georgia', serif;
  --font-body: 'DM Sans', 'Helvetica Neue', sans-serif;
  --max-w: 1280px;
  --gap: clamp(90px, 11vw, 140px);
  --px: clamp(24px, 4vw, 64px);
}

/* RESET */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul { list-style: none; }
.grecaptcha-badge {
    height: 0px !important;
}
/* TYPOGRAPHY */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; color: var(--text); }
h1 { font-size: clamp(40px, 5.5vw, 72px); line-height: 1.1; letter-spacing: -0.02em; }
h2 { font-size: clamp(28px, 3.2vw, 48px); line-height: 1.18; letter-spacing: -0.01em; }
h3 { font-size: clamp(20px, 1.8vw, 26px); line-height: 1.3; }
h4 { font-size: 18px; line-height: 1.35; font-weight: 500; }
em { font-style: italic; }
p { font-size: 15.5px; line-height: 1.85; color: var(--text-mid); }

/* EYEBROW */
.eyebrow {
  font-family: var(--font-body); font-size: 11px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold);
  display: flex; align-items: center; gap: 14px; margin-bottom: 18px;
}
.eyebrow::before { content: ''; width: 32px; height: 1.5px; background: var(--gold); flex-shrink: 0; }
.eyebrow.is-light { color: var(--gold-light); }
.eyebrow.is-light::before { background: var(--gold-light); }
.eyebrow.is-centered { justify-content: center; }

/* DIVIDER */
.divider {
  width: 50px; height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
  margin-bottom: 24px;
}

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-size: 12px; font-weight: 600; line-height: 150%;
  letter-spacing: 0.13em; text-transform: uppercase; padding: 16px 34px;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1); border: none; cursor: pointer;
  
}
.btn svg { width: 14px; height: 14px; transition: transform 0.3s ease; }
.btn:hover svg { transform: translateX(3px); }
.btn.is-gold { background: var(--gold); color: var(--white); }
.btn.is-gold:hover { background: var(--gold-light); box-shadow: 0 12px 36px rgba(176, 141, 87, 0.3); transform: translateY(-2px); }
.btn.is-outline { color: var(--text); border: 1.5px solid var(--text); background: transparent; }
.btn.is-outline:hover { background: var(--text); color: var(--white); }
.btn.is-outline-light { color: rgba(255, 255, 255, 0.8); border: 1px solid rgba(255, 255, 255, 0.2); background: transparent; }
.btn.is-outline-light:hover { border-color: rgba(255, 255, 255, 0.5); color: var(--white); background: rgba(255, 255, 255, 0.05); }
.btn.is-text { font-size: 13px; font-weight: 500; letter-spacing: 0.02em; text-transform: none; color: rgba(255, 255, 255, 0.8); }
.btn.is-text:hover { color: var(--white); }

.arrow-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text); transition: all 0.3s ease;
}
.arrow-link svg { width: 14px; height: 14px; transition: transform 0.3s ease; }
.arrow-link:hover { color: var(--gold); }
.arrow-link:hover svg { transform: translateX(4px); }

/* BG HELPERS */
.bg-white { background-color: var(--white); }
.bg-sand  { background-color: var(--sand); }
.bg-dark  { background-color: var(--dark); }
.bg-black { background-color: var(--black); }

/* REVEAL */
.reveal {
  opacity: 0; transform: translateY(36px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal.delay-1 { transition-delay: 0.12s; }
.reveal.delay-2 { transition-delay: 0.24s; }
.reveal.delay-3 { transition-delay: 0.36s; }

/* NAV */
.site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 0 var(--px); transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1); }
.site-nav.is-top { background: rgba(0, 0, 0, 0.4); backdrop-filter: blur(6px); }
.site-nav.is-scrolled { background: rgba(0, 0, 0, 0.95); backdrop-filter: blur(16px); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04); }
.nav-inner { max-width: var(--max-w); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 88px; transition: height 0.4s ease; }
.site-nav.is-scrolled .nav-inner { height: 64px; }
.nav-logo { display: flex; align-items: center; gap: 14px; }
.nav-brand { font-family: var(--font-display); font-size: 17px; font-weight: 500; color: var(--white); line-height: 1.2; }
.nav-brand small { display: block; font-family: var(--font-body); font-size: 9px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-light); margin-top: 2px; }
.nav-menu { display: flex; align-items: center; gap: 40px; list-style: none; }
.nav-menu a { font-size: 13px; font-weight: 500; letter-spacing: 0.03em; color: rgba(255, 255, 255, 0.6); transition: color 0.3s ease; position: relative; }
.nav-menu a:hover { color: var(--white); }
.nav-menu a::after { content: ''; position: absolute; bottom: -6px; left: 0; width: 100%; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform 0.35s ease; }
.nav-menu a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-contact { font-size: 11px !important; font-weight: 600 !important; letter-spacing: 0.14em !important; text-transform: uppercase; color: var(--gold-light) !important; padding: 10px 26px; border: 1px solid rgba(176, 141, 87, 0.35); transition: all 0.3s ease; }
.nav-contact:hover { background: var(--gold); color: var(--white) !important; border-color: var(--gold); }
.nav-contact::after { display: none !important; }
.nav-burger { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.nav-burger span { width: 24px; height: 1.5px; background: var(--white); }

/* QUOTE BAND */
.quote-band { background: var(--black); padding: clamp(60px, 7vw, 100px) 0; position: relative; overflow: hidden; }
.quote-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 40% 80% at 10% 50%, rgba(176, 141, 87, 0.06), transparent), radial-gradient(ellipse 50% 60% at 90% 50%, rgba(42, 80, 96, 0.08), transparent); pointer-events: none; }
.quote-mark { position: absolute; top: 50%; left: var(--px); transform: translateY(-60%); font-family: var(--font-display); font-size: clamp(140px, 16vw, 240px); color: rgba(176, 141, 87, 0.08); line-height: 1; pointer-events: none; user-select: none; }
.quote-body { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; text-align: center; }
.quote-text { font-family: var(--font-display); font-size: clamp(22px, 2.5vw, 34px); line-height: 1.5; color: var(--white); font-weight: 400; font-style: italic; margin-bottom: 28px; }
.quote-text em { color: var(--gold-light); }
.quote-line { width: 48px; height: 1.5px; background: var(--gold); margin: 0 auto 20px; }
.quote-attr { font-family: var(--font-body); font-size: 12px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-light); }

/* TRUST RIBBON */
.trust-ribbon {border-top: 1px solid rgba(176, 141, 87, 0.12); border-bottom: 1px solid rgba(176, 141, 87, 0.12); padding: 22px 0; }
.trust-ribbon-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--px); display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; }
.trust-ribbon-item { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text); }
.trust-ribbon-item svg { width: 16px; height: 16px; color: var(--gold); }
.trust-ribbon-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); opacity: 0.4; }

/* STATS BAR (overlay on images) */
.stats-bar { position: absolute; bottom: 0; left: 0; right: 0; display: grid; background: rgba(0, 0, 0, 0.88); backdrop-filter: blur(8px); }
.stats-bar.cols-2 { grid-template-columns: 1fr 1fr; }
.stat-cell { padding: 22px 26px; text-align: center; border-right: 1px solid rgba(255, 255, 255, 0.06); }
.stat-cell:last-child { border-right: none; }
.stat-num { font-family: var(--font-display); font-size: 26px; color: var(--gold-light); line-height: 1; margin-bottom: 4px; }
.stat-label { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.4); }

/* VALUE CARDS (dark bg) */
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.value-card { padding: 24px; border: 1px solid rgba(255, 255, 255, 0.06); position: relative; overflow: hidden; transition: all 0.4s ease; }
.value-card::before { content: ''; position: absolute; left: 0; top: 0; width: 3px; height: 100%; background: var(--gold); opacity: 0; transition: opacity 0.3s ease; }
.value-card:hover { background: rgba(255, 255, 255, 0.03); border-color: rgba(176, 141, 87, 0.2); }
.value-card:hover::before { opacity: 1; }
.value-card-icon { color: var(--gold-light); margin-bottom: 10px; }
.value-card-icon svg { width: 22px; height: 22px; }
.value-card h4 { font-size: 16px; color: var(--white); margin-bottom: 6px; font-weight: 500; }
.value-card p { font-size: 13px; line-height: 1.7; color: rgba(255, 255, 255, 0.4); }

/* EXPERTISE PILLARS */
.pillars-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.pillar { padding: clamp(28px, 2.5vw, 40px); border-right: 1px solid var(--sand-dark); text-align: center; position: relative; transition: all 0.4s ease; }
.pillar:last-child { border-right: none; }
.pillar::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.5s ease; }
.pillar:hover::after { transform: scaleX(1); }
.pillar:hover { background: var(--sand); }
.pillar-icon { width: 60px; height: 60px; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--sand-dark); border-radius: 50%; color: var(--gold); transition: all 0.3s ease; }
.pillar:hover .pillar-icon { background: var(--gold); color: var(--white); border-color: var(--gold); }
.pillar-icon svg { width: 24px; height: 24px; }
.pillar h4 { font-size: 17px; margin-bottom: 8px; }
.pillar p { font-size: 13.5px; line-height: 1.7; color: var(--text-muted); }

/* SERVICES CARDS */
.services-header {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 40px; align-items: end;
  margin-bottom: clamp(48px, 5vw, 72px);
}

.services-header h2 em { color: var(--gold); }

.services-header-right {
  font-size: 15.5px; line-height: 1.8;
  color: var(--text-mid); max-width: 480px; justify-self: end;
}

.services-cards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
}
.services-cards.english {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;
}

.svc-card {
  position: relative; overflow: hidden;
  background: var(--white); border: 1px solid var(--sand-dark); border-right: none;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.svc-card:last-child { border-right: 1px solid var(--sand-dark); }

.svc-card::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.5s ease; z-index: 3;
}

.svc-card:hover::before { transform: scaleX(1); }

.svc-card:hover {
  box-shadow: 0 24px 64px rgba(0,0,0,0.08);
  transform: translateY(-6px); z-index: 2;
}

.svc-card-img { width: 100%; height: 240px; overflow: hidden; }
.svc-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.svc-card:hover .svc-card-img img { transform: scale(1.06); }

.svc-card-body { padding: clamp(28px, 2.5vw, 40px); }
.english .svc-card-body { padding: 16px; }
.svc-card-num {
  font-family: var(--font-display); font-size: 13px;
  color: var(--gold); margin-bottom: 14px;
  font-weight: 500; letter-spacing: 0.05em;
}

.svc-card h3 { color: var(--text); margin-bottom: 14px; }
.svc-card p { font-size: 14.5px; line-height: 1.75; color: var(--text-muted); margin-bottom: 24px; }

/* CONTACT SPLIT */
.contact-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 640px; }
.contact-visual { position: relative; overflow: hidden; }
.contact-visual img { width: 100%; height: 100%; object-fit: cover; }
.contact-visual-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.6)); display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 4vw, 64px); }
.contact-visual-overlay h2 { color: var(--white); font-size: clamp(28px, 3vw, 42px); margin-bottom: 16px; }
.contact-visual-overlay h2 em { color: var(--gold-light); }
.contact-visual-text { font-size: 15px; line-height: 1.75; color: rgba(255, 255, 255, 0.6); max-width: 440px; margin-bottom: 32px; }
.contact-info { display: flex; flex-direction: column; gap: 20px; }
.contact-row { display: flex; align-items: center; gap: 14px; }
.contact-icon { width: 40px; height: 40px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(176, 141, 87, 0.3); color: var(--gold-light); }
.contact-icon svg { width: 16px; height: 16px; }
.contact-label { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255, 255, 255, 0.4); font-weight: 500; }
.contact-val { font-size: 14px; color: var(--white); font-weight: 500; }
.contact-form-wrap { background: var(--white); padding: clamp(40px, 4vw, 72px); display: flex; flex-direction: column; justify-content: center; }

/* FORM — CF7 OVERRIDES inside contact wrap */
.form-title { font-family: var(--font-display); font-size: 24px; margin-bottom: 8px; }
.form-sub { font-size: 14px; color: var(--text-muted); margin-bottom: 32px; }

/* Reset CF7 grid — use our own layout */
.contact-form-wrap .wpcf7 form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
}

.contact-form-wrap .wpcf7 form p {
  margin: 0;
}

/* Civilité = full width (1st field) */
.contact-form-wrap .wpcf7 form p:nth-of-type(1) {
  grid-column: 1;
}

/* Organisation = right column */
.contact-form-wrap .wpcf7 form p:nth-of-type(2) {
  grid-column: 2;
}

/* Textarea = full width */
.contact-form-wrap .wpcf7 form p:nth-of-type(7), .contact-form-wrap .wpcf7 form p:nth-of-type(8) {
  grid-column: 1 / -1;
}

/* Submit = full width */
.contact-form-wrap .wpcf7 form p:last-of-type {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Response output = full width */
.contact-form-wrap .wpcf7 form .wpcf7-response-output {
  grid-column: 1 / -1;
}

/* Labels */
.contact-form-wrap .wpcf7 form label {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stone-mid);
  margin: 0 0 8px;
  line-height: 1.3;
}

/* Inputs, selects, textareas */
.contact-form-wrap .wpcf7 input[type="text"],
.contact-form-wrap .wpcf7 input[type="email"],
.contact-form-wrap .wpcf7 input[type="tel"],
.contact-form-wrap .wpcf7 select,
.contact-form-wrap .wpcf7 textarea {
  width: 100%;
  box-sizing: border-box;
  font-family: var(--font-body);
  font-size: 14px;
  padding: 13px 16px;
  border: 1px solid var(--sand-dark);
  border-radius: 0;
  background: var(--sand);
  color: var(--text);
  outline: none;
  transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.contact-form-wrap .wpcf7 input[type="text"]:focus,
.contact-form-wrap .wpcf7 input[type="email"]:focus,
.contact-form-wrap .wpcf7 input[type="tel"]:focus,
.contact-form-wrap .wpcf7 select:focus,
.contact-form-wrap .wpcf7 textarea:focus {
  border-color: var(--gold);
  background: var(--white);
  box-shadow: none;
}

.contact-form-wrap .wpcf7 textarea {
  resize: vertical;
  min-height: 100px;
}

.contact-form-wrap .wpcf7 select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237A8E9A' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.contact-form-wrap .wpcf7 ::placeholder {
  color: var(--text-muted);
}

/* Intl phone plugin */
.contact-form-wrap .wpcf7 .intl-tel-input { width: 100%; }
.contact-form-wrap .wpcf7 .intl-tel-input input[type="text"] { width: 100%; }

/* Submit button */
.contact-form-wrap .wpcf7 input[type="submit"].wpcf7-submit {
  appearance: none;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 16px 34px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  background: var(--gold);
  color: var(--white);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-form-wrap .wpcf7 input[type="submit"].wpcf7-submit:hover {
  background: var(--gold-light);
  box-shadow: 0 12px 36px rgba(176, 141, 87, 0.3);
  transform: translateY(-2px);
  opacity: 1;
}

.contact-form-wrap .wpcf7 input[type="submit"].wpcf7-submit:active {
  transform: translateY(0);
}

.contact-form-wrap .wpcf7 input[type="submit"].wpcf7-submit:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(176, 141, 87, 0.25);
}

/* Validation error */
.contact-form-wrap .wpcf7 .wpcf7-not-valid {
  border-color: #dc3232 !important;
  box-shadow: 0 0 0 3px rgba(220, 50, 50, 0.1);
}

.contact-form-wrap .wpcf7 .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  font-weight: 500;
  margin-top: 6px;
}

/* Response messages */
.contact-form-wrap .wpcf7 form .wpcf7-response-output {
  margin: 14px 0 0;
  padding: 12px 16px;
  font-size: 16px;
  border-color: #D9C49A !important; /* Green */
  border-radius: 4px;
}

/* Spinner */
.contact-form-wrap .wpcf7-spinner {
  background-color: var(--gold);
}

/* Mobile: single column */
@media (max-width: 768px) {
  .contact-form-wrap .wpcf7 form {
    grid-template-columns: 1fr;
  }

  .contact-form-wrap .wpcf7 form p:nth-of-type(1),
  .contact-form-wrap .wpcf7 form p:nth-of-type(2),
  .contact-form-wrap .wpcf7 form p:nth-of-type(7),
  .contact-form-wrap .wpcf7 form p:last-of-type,
  .contact-form-wrap .wpcf7 form .wpcf7-response-output {
    grid-column: 1;
  }
}

/* FOOTER */
.site-footer { background: var(--black); padding: 56px 0 0; border-top: 1px solid rgba(176, 141, 87, 0.1); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.footer-about { font-size: 14px; line-height: 1.75; color: rgba(255, 255, 255, 0.4); margin-top: 18px; max-width: 300px; }
.footer-heading { font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 14px; color: rgba(255, 255, 255, 0.4); transition: color 0.3s ease; }
.footer-links a:hover { color: var(--white); }
.footer-address { font-size: 14px; line-height: 1.7; color: rgba(255, 255, 255, 0.4); font-style: normal; }
.footer-address a { color: var(--gold-light); transition: opacity 0.3s ease; }
.footer-address a:hover { opacity: 0.7; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; }
.footer-copy { font-size: 12px; color: rgba(255, 255, 255, 0.25); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 12px; color: rgba(255, 255, 255, 0.25); transition: color 0.3s ease; }
.footer-legal a:hover { color: rgba(255, 255, 255, 0.5); }

/* DECO */
.deco-circle { position: absolute; width: 400px; height: 400px; border: 1px solid rgba(176, 141, 87, 0.06); border-radius: 50%; pointer-events: none; }
.deco-circle::after { content: ''; position: absolute; inset: 50px; border: 1px solid rgba(176, 141, 87, 0.03); border-radius: 50%; }
.deco-circle-light { position: absolute; width: 460px; height: 460px; border: 1px solid var(--sand-dark); border-radius: 50%; pointer-events: none; }

/* RESPONSIVE — GLOBAL */
@media (max-width: 1024px) {
  .pillars-grid { grid-template-columns: 1fr 1fr; }
  .pillar { border-bottom: 1px solid var(--sand-dark); }
  .contact-split { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .services-header { grid-template-columns: 1fr; }
  .services-header-right { justify-self: start; }
  .svc-card { border-right: 1px solid var(--sand-dark); }
}

@media (max-width: 768px) {
  .nav-menu { display: none; }
  .nav-burger { display: flex; }
  .pillars-grid { grid-template-columns: 1fr; }
  .services-cards { grid-template-columns: 1fr; max-width: 600px; margin: auto;}
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .trust-ribbon-inner { gap: 12px; }
}

/* Menu latéral - CTA */
 
.contact-sidebar-fixed {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contact-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(201, 169, 110, 0.3);
    cursor: pointer;
    color: white;
}
.contact-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(201, 169, 110, 0.5);
    background: var(--gold-light);
}
.contact-sidebar-fixed .contact-btn svg {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
}
.phone-btn {
    animation: pulse-red 2s infinite;
}
@keyframes pulse-red {
    0% { box-shadow: 0 0 0 0 rgba(201, 169, 110, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(201, 169, 110, 0); }
    100% { box-shadow: 0 0 0 0 rgba(201, 169, 110, 0); }
}
@media (max-width: 768px) {
    .contact-sidebar-fixed {
        right: 15px;
        gap: 12px;
    }
   
    .contact-btn {
        width: 50px;
        height: 50px;
    }
    
    .contact-sidebar-fixed .contact-btn img {
        width: 20px !important;
        height: 20px !important;
        max-width: 20px !important;
        max-height: 20px !important;
    }
}
@media (max-width: 480px) {
    .contact-sidebar-fixed {
      display: none;
        /*bottom: 20px;
        right: 100px;
        top: auto;
        transform: none;
        flex-direction: row;
        justify-content: center;
        gap: 10px;*/
    }
}
.contact-sidebar-fixed {
    animation: slideInRight 0.6s ease-out;
}
@keyframes slideInRight {
    from {
        right: -100px;
        opacity: 0;
    }
    to {
        right: 30px;
        opacity: 1;
    }
}
/* AFFILIATIONS BAR */
.affiliations-bar {
  background: var(--dark);
  padding: clamp(24px, 3vw, 36px) 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(176, 141, 87, 0.08);
}

.affiliations-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--px);
  display: flex;
  align-items: center;
}

.affiliations-label {
  flex-shrink: 0;
  margin-right: clamp(24px, 3vw, 44px);
}

.affiliations-logos {
  display: flex;
  align-items: center;
  flex: 1;
}

.affiliation-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0 clamp(14px, 2vw, 0px);
}

.affiliation-logo img {
  max-height: 28px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.85;
  transition: filter 0.4s ease;
}

.affiliation-logo:hover img {
  opacity: 1;
  filter: brightness(0) invert(1) drop-shadow(0 0 6px rgba(201, 169, 110, 0.5)) drop-shadow(0 0 16px rgba(201, 169, 110, 0.25));
}

.affiliation-sep {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}
   /* ═══════════════════════════════════════
      9. FAQ — section#faq > .question
      ═══════════════════════════════════════ */
      #faq>h2{text-align:center;margin-bottom:clamp(40px,4vw,60px)}
      #faq>h2 em{color:var(--gold)}
      .faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
      .question{border:1px solid var(--sand-dark);overflow:hidden;transition:border-color .3s}
      .question.is-open{border-color:var(--gold)}
      .question h3{display:flex;align-items:center;justify-content:space-between;padding:20px 24px !important;cursor:pointer;font-size:15px;font-weight:500;font-family:var(--font-body);gap:16px;margin:0;transition:background .3s;color:var(--text)}
      .question h3:hover{background:var(--sand)}
      .question h3::after{content:'+';flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:1px solid var(--sand-dark);color:var(--gold);font-size:18px;font-family:var(--font-body);transition:all .3s}
      .question.is-open h3::after{content:'−';background:var(--gold);color:var(--white);border-color:var(--gold)}
      .question-body{max-height:0;overflow:hidden;transition:max-height .4s ease}
      .question.is-open .question-body{max-height:400px}
      .question-body p,.question-body ul{padding:0 24px 20px;font-size:14px;line-height:1.75;color:var(--text-mid)}
      .question-body ul{list-style:disc;padding-left:44px;margin:0}
      .question-body ul li{margin-bottom:6px}

@media (max-width: 1024px) {
  .affiliations-inner {
    flex-wrap: wrap;
    gap: 18px;
  }

  .affiliations-label {
    width: 100%;
    margin-right: 0;
  }

  .affiliations-logos {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .affiliations-logos {
    flex-wrap: wrap;
  }

  .affiliation-sep {
    display: none;
  }

  .affiliation-logo {
    flex: 0 0 50%;
    padding: 10px 16px;
  }

  .affiliation-logo img {
    max-height: 22px;
  }
  .faq-grid{grid-template-columns:1fr}
.contact-visual { height: 560px;}
}
/* ═══════════════════════════════════════════
   SDS — Comparison Table
   Palette: --dark #0F2027 / --gold #B08D57 / --sand #F8F5EF
   ═══════════════════════════════════════════ */

   .sds-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 2em 0;
  }
  
  .sds-table-wrap table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 1.6;
    color: #0F2027;
  }
  
  /* ── Header row ── */
  .sds-table-wrap tr:first-child {
    background-color: #0F2027;
  }
  
  .sds-table-wrap tr:first-child td {
    color: #F8F5EF;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 14px 20px;
    border-bottom: 2px solid #B08D57;
  }
  
  .sds-table-wrap tr:first-child td strong {
    color: #F8F5EF;
  }
  
  /* ── Body rows ── */
  .sds-table-wrap tr:not(:first-child) td {
    padding: 13px 20px;
    border-bottom: 1px solid rgba(176, 141, 87, 0.2);
    vertical-align: top;
  }
  
  .sds-table-wrap tr:not(:first-child):nth-child(even) {
    background-color: #F8F5EF;
  }
  
  .sds-table-wrap tr:not(:first-child):nth-child(odd) {
    background-color: #fff;
  }
  
  /* First column (criteria labels) */
  .sds-table-wrap tr:not(:first-child) td:first-child {
    font-weight: 600;
    white-space: nowrap;
    color: #0F2027;
    border-right: 2px solid #B08D57;
    min-width: 160px;
  }
  
  /* ── Hover ── */
  .sds-table-wrap tr:not(:first-child):hover {
    background-color: rgba(176, 141, 87, 0.08);
  }
  
  /* ═══════════════════════════════════════════
     Responsive: stack on mobile
     ═══════════════════════════════════════════ */
  @media (max-width: 767px) {
  
    .sds-table-wrap table,
    .sds-table-wrap tbody,
    .sds-table-wrap tr,
    .sds-table-wrap td {
      display: block;
      width: 100%;
    }
  
    /* Hide the header row visually */
    .sds-table-wrap tr:first-child {
      position: absolute;
      left: -9999px;
      top: -9999px;
    }
  
    .sds-table-wrap tr:not(:first-child) {
      margin-bottom: 16px;
      border: 1px solid rgba(176, 141, 87, 0.25);
      border-radius: 4px;
      overflow: hidden;
    }
  
    .sds-table-wrap tr:not(:first-child) td {
      padding: 12px 16px;
      border-bottom: 1px solid rgba(176, 141, 87, 0.12);
      border-right: none;
      white-space: normal;
      position: relative;
      padding-left: 16px;
    }
  
    /* First cell = card header */
    .sds-table-wrap tr:not(:first-child) td:first-child {
      background-color: #0F2027;
      color: #F8F5EF;
      border-right: none;
      font-size: 14px;
      letter-spacing: 0.3px;
    }
  
    .sds-table-wrap tr:not(:first-child) td:first-child strong {
      color: #F8F5EF;
    }
  
    /* Labels before content */
    .sds-table-wrap tr:not(:first-child) td:nth-child(2)::before {
      content: "Resident Director";
      display: block;
      font-weight: 700;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      color: #B08D57;
      margin-bottom: 4px;
    }
  
    .sds-table-wrap tr:not(:first-child) td:nth-child(3)::before {
      content: "Authorized Signatory";
      display: block;
      font-weight: 700;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      color: #B08D57;
      margin-bottom: 4px;
    }
  }
  .sommaire-wrap {
    margin: 60px 0 80px 0;
    background: linear-gradient(135deg, #F8F5EF 0%, #fefdf8 100%);
    border: 1px solid #E8DCC8;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
}
 
.sommaire-container {
    padding: clamp(40px, 5vw, 60px);
}
 
.sommaire-header {
    text-align: center;
    margin-bottom: 40px;
}
 
.sommaire-header .eyebrow {
    display: block;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #B08D57;
    margin-bottom: 12px;
}
 
.sommaire-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 700;
    color: #0F2027;
    margin: 0;
    line-height: 1.2;
}
 
.sommaire-nav {
    display: flex;
    justify-content: center;
}
 
.sommaire-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    max-width: 100%;
}
 
.sommaire-list li {
    margin: 0;
}
 
.sommaire-list a {
    display: block;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #0F2027;
    text-decoration: none;
    padding: 16px 20px;
    border-left: 3px solid #B08D57;
    background: rgba(176, 141, 87, 0.04);
    border-radius: 4px;
    transition: all 0.3s ease;
    line-height: 1.5;
}
 
.sommaire-list a:hover {
    background: rgba(176, 141, 87, 0.12);
    border-left-color: #0F2027;
    padding-left: 24px;
}
.et_pb_post_content_0_tb_body .sommaire-wrap .sommaire-list li::before {
  content: none !important;
}
.et_pb_post .et_pb_post_content img, .single-post .et_pb_post_content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}
 
@media (max-width: 768px) {
    .sommaire-list {
        grid-template-columns: 1fr;
    }
    
    .sommaire-wrap {
        margin: 40px 0 60px 0;
    }
}
/* ============================================================
   SDS — BLOG / ARTICLE STYLES
   À coller dans style.css. Réutilise les tokens existants
   (--gold, --sand, --sand-border, --text, --font-display, --font-body…).
   Tout est scopé sous .sds-article pour ne pas toucher au reste du site.
   ============================================================ */
.et_pb_post_content_0_tb_body h3 {
    padding: 0 !important;
    margin: 0!important;
}

/* TYPO interne (un cran plus lisible que les titres de section du site) */
.sds-article h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: var(--text);
  margin-top: 56px;
  padding-top: 4px;
}
.sds-article h2::before {
  content: '';
  display: block;
  width: 46px; height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
  margin-bottom: 18px;
}
.sds-article h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(19px, 1.8vw, 23px);
  line-height: 1.3;
  color: var(--text);
  margin-top: 34px;
}
.sds-article p { font-size: 16px; line-height: 1.85; color: var(--text-mid); }
.sds-article a { color: var(--gold); transition: color .25s ease, border-color .25s ease; }
.sds-article a:hover { color: var(--slate-mid); border-color: var(--slate-mid); }

/* LISTES (le site reset list-style:none → on le restaure ici) */
.sds-article ul { list-style: none; margin-top: 18px; }
.sds-article ul li {
  position: relative;
  padding-left: 26px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-mid);
}
.sds-article ul li::before {
  content: '';
  position: absolute; left: 4px; top: 13px;
  width: 7px; height: 7px;
  background: var(--gold);
  transform: rotate(45deg);
}
.et_pb_post_content_0_tb_body ul li:before {
    content: '' !important;
}
/* RÉPONSE DIRECTE (GEO / chapô) ------------------------------ */
.sds-answer {
  background: var(--sand);
  border-left: 3px solid var(--gold);
  padding: 26px 30px;
  margin-bottom: 8px;
}
.sds-answer p { font-size: 17px; line-height: 1.8; color: var(--text); }
.sds-answer strong { color: var(--text); font-weight: 600; }

/* SOMMAIRE --------------------------------------------------- */
.sds-toc {
  background: var(--sand-dark);
  border: 1px solid var(--sand-border);
  padding: 28px 32px;
}
.sds-toc__label {
  font-family: var(--font-body);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold);
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 18px;
}
.sds-toc__label::before { content: ''; width: 32px; height: 1.5px; background: var(--gold); }
.sds-toc ol { list-style: none; counter-reset: toc; }
.sds-toc li { counter-increment: toc; margin-top: 11px; padding-left: 38px; position: relative; }
.sds-toc li:first-child { margin-top: 0; }
.sds-toc li::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute; left: 0; top: 1px;
  font-family: var(--font-display);
  font-size: 14px; color: var(--gold);
  font-variant-numeric: tabular-nums;
}
.sds-toc a {
  font-size: 15px; color: var(--text-mid);
  border: none; transition: color .25s ease;
}
.sds-toc a:hover { color: var(--gold); }

/* TABLEAUX --------------------------------------------------- */
.sds-table-wrap { overflow-x: auto; margin-top: 26px; }
.sds-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-body);
  font-size: 15px;
}
.sds-table thead th {
  background: var(--dark);
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-align: left;
  padding: 14px 18px;
}
.sds-table td {
  padding: 13px 18px;
  border-bottom: 1px solid var(--sand-border);
  color: var(--text-mid);
  vertical-align: top;
}
.sds-table tbody tr:nth-child(even) { background: var(--sand); }
.sds-table caption,
.sds-caption {
  caption-side: bottom;
  text-align: left;
  font-size: 12.5px;
  color: var(--text-muted);
  margin-top: 10px;
}

/* CALLOUTS (note / important) -------------------------------- */
.sds-note {
  background: var(--gold-glow);
  border: 1px solid var(--gold-soft);
  padding: 22px 26px;
  margin-top: 26px;
}
.sds-note h4 {
  font-family: var(--font-body);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 10px;
}
.sds-note p { color: var(--text); font-size: 15.5px; }
.sds-note.is-important { background: var(--sand); border-color: var(--sand-border); }
.sds-note.is-important h4 { color: var(--slate-mid); }

/* FAQ -------------------------------------------------------- */
.sds-faq { margin-top: 26px; }
.sds-faq__item { padding: 22px 0; border-top: 1px solid var(--sand-border); }
.sds-faq__item:last-child { border-bottom: 1px solid var(--sand-border); }
.sds-faq__item h3 { margin-top: 0; font-size: 19px; }
.sds-faq__item p { margin-top: 10px; }

/* SOURCES ---------------------------------------------------- */
.sds-sources {
  margin-top: 26px;
  padding: 22px 26px;
  background: var(--sand);
}
.sds-sources h2 { margin-top: 0; }
.sds-sources ul { margin-top: 12px; }
.sds-sources li { padding-left: 26px; }
.sds-sources li::before { background: var(--stone); }
.sds-sources a { font-size: 14.5px; }

/* CTA conversion --------------------------------------------- */
.sds-cta {
  margin-top: 48px;
  background: var(--dark);
  color: var(--white);
  padding: 40px 44px;
}
.sds-cta h2 { color: var(--white); margin-top: 0; }
.sds-cta h2::before { background: linear-gradient(90deg, var(--gold-light), var(--gold-soft)); }
.sds-cta p { color: rgba(255,255,255,0.8); margin-top: 14px; }
.sds-cta a {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 22px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase;
  background: var(--gold); color: var(--white);
  padding: 15px 32px; border: none;
  transition: all .35s cubic-bezier(0.22,1,0.36,1);
}
.sds-cta a:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 12px 36px rgba(176,141,87,0.3); }

/* META ligne "Updated" -------------------------------------- */
.sds-meta {
  font-family: var(--font-body);
  font-size: 12.5px; letter-spacing: 0.04em;
  color: var(--text-muted);
  margin-bottom: 30px;
}

/* RESPONSIVE ------------------------------------------------- */
@media (max-width: 680px) {
  .sds-answer, .sds-toc, .sds-note, .sds-sources { padding-left: 22px; padding-right: 22px; }
  .sds-cta { padding: 30px 26px; }
  .sds-article h2 { margin-top: 44px; }
}
