/* ===== Fonts (self-hosted, latin subset only) ===== */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/nunito-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/nunito-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/nunito-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/nunito-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/poppins-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/poppins-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/poppins-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/poppins-600italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ===== Design tokens ===== */
:root {
  --purple: #6B5DD3;
  --purple-dark: #5B4FC4;
  --purple-hover: #4F44B8;
  --purple-pale: #EFE9FB;
  --lavender: #F1ECF9;
  --nav-pill-bg: #F2EFFB;

  --terracotta: #D08A5E;
  --terracotta-pale: #FAE9DD;
  --terracotta-card: #F8EDE4;
  --terracotta-dot: #E0A07E;

  --ink: #2E2A40;
  --ink-soft: #4A4760;
  --text-body: #5A5770;
  --text-body-2: #6C6A7E;
  --text-body-3: #545068;
  --muted: #A8A2C0;
  --muted-2: #8E89A6;
  --border-soft: #E6DEF6;

  --bg: #FBF9FD;
  --white: #FFFFFF;

  --footer-bg: #2E2A40;
  --footer-border: #443F58;
  --footer-text: #C7C3D6;
  --footer-text-soft: #A7A2BC;
  --footer-text-softer: #8E89A6;

  --photo-ring: #F2DECE;
  --photo-stripe-1: #E7E1F4;
  --photo-stripe-2: #DED7EF;
  --about-stripe-1: #E2DCF1;
  --about-stripe-2: #D8D1EB;

  --input-border: #E2DDF0;
  --input-bg: #FBFAFE;
  --placeholder: #A8A4B8;

  --green: #2E8A5B;
  --green-pale: #E4F3EA;
  --red: #C2544E;
  --red-pale: #F7E5E5;
  --red-soft: #CC9999;
  --border-faint: #F0ECF8;

  --service-stripe-1: #ECE8F7;
  --service-stripe-2: #E4DFF2;
  --on-cta-text: #F1EEFC;

  --font-heading: 'Poppins', sans-serif;
  --font-body: 'Nunito Sans', sans-serif;

  --container: 1280px;
  --radius-lg: 28px;
  --shadow-card: 0 10px 30px rgba(46, 42, 64, 0.05);
  --gradient-cta: linear-gradient(160deg, #5B4FC4 0%, #7A6FD6 100%);
}

/* ===== Reset ===== */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  font-family: var(--font-body);
  color: var(--text-body);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
.text-link {
  color: var(--purple-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}
.text-link:hover { color: var(--purple-hover); }
.text-link { -webkit-hyphens: manual; hyphens: manual; }
h1, h2, h3, h4 { font-family: var(--font-heading); margin: 0; color: var(--ink); }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

/* Justified reading text (long-form prose in wide columns).
   Deliberately excludes centered blocks and narrow multi-column cards,
   where justification would create rivers and hurt readability. */
.hero-text .lead,
.about-text p,
.prose p,
.quote-callout p,
.service-desc,
.service-callout p,
.final-text p,
.cta-text p,
.faq-answer {
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
}
button { font: inherit; cursor: pointer; }
input, textarea { font: inherit; }

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--purple);
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--purple);
  color: var(--white);
  padding: 12px 20px;
  border-radius: 0 0 10px 0;
  z-index: 1000;
}
.skip-link:focus {
  left: 0;
}

.wrap {
  max-width: var(--container);
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

/* ===== Buttons & badges ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 500;
  border-radius: 999px;
  border: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn-primary {
  background: var(--purple);
  color: var(--white);
}
.btn-primary:hover { background: var(--purple-hover); }
.btn-white {
  background: var(--white);
  color: var(--purple-dark);
  font-weight: 600;
}
.btn-white:hover { background: #F4F1FC; }
.btn-large {
  font-size: 16px;
  padding: 16px 30px;
  box-shadow: 0 14px 30px rgba(107, 93, 211, 0.35);
}
.btn-large:hover { transform: translateY(-2px); }
.btn-small {
  font-size: 14px;
  padding: 10px 20px;
}
.btn-full {
  width: 100%;
  font-size: 16px;
  padding: 15px;
}
.section .btn-primary:not(.btn-large):not(.btn-small):not(.btn-full) {
  font-size: 16px;
  padding: 15px 30px;
}

.btn-link {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 16px;
  color: var(--purple-dark);
}
.btn-link:hover { text-decoration: underline; }

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 500;
  border-radius: 999px;
  margin-bottom: 16px;
}
.badge-outline {
  background: var(--white);
  border: 1px solid var(--border-soft);
  color: var(--purple);
  padding: 8px 16px;
}
.badge-outline .dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--terracotta-dot);
  flex-shrink: 0;
}
.badge-solid {
  background: var(--purple-pale);
  color: var(--purple);
  padding: 6px 14px;
}
.section-tinted .badge-solid,
.hero .badge-solid { background: var(--white); }

/* ===== Header ===== */
.site-header {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 16px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo { display: block; }
.logo-img {
  height: 80px;
  width: auto;
}
.logo-mark { display: none; }
.nav-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--nav-pill-bg);
  border-radius: 999px;
  padding: 7px 8px 7px 22px;
}
.main-nav {
  display: flex;
  gap: 24px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-soft);
}
.main-nav a:hover { color: var(--purple-dark); }
.main-nav a.active,
.mobile-nav nav a.active {
  color: var(--purple-dark);
  font-weight: 600;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: var(--nav-pill-bg);
  border: none;
  border-radius: 10px;
  padding: 0;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: var(--ink-soft);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 0 24px 20px;
  background: var(--white);
}
.mobile-nav nav {
  display: flex;
  flex-direction: column;
}
.mobile-nav nav a {
  display: block;
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 16px;
  color: var(--ink-soft);
  padding: 12px 4px;
  border-bottom: 1px solid var(--nav-pill-bg);
}
.mobile-nav .btn { margin-top: 16px; }
.site-header.nav-open .mobile-nav { display: flex; }

/* ===== Hero ===== */
.hero {
  background: linear-gradient(160deg, #EFEAFB 0%, #F7EFEA 100%);
  padding: 72px 0 80px;
}
.hero-inner {
  display: flex;
  gap: 50px;
  align-items: center;
}
.hero-text { flex: 1.1 1 0; }
.hero h1 {
  font-size: 50px;
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 22px;
}
.hero .lead {
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-body);
  max-width: 500px;
  margin-bottom: 32px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  align-items: center;
  margin-bottom: 28px;
}
.trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.trust-pills li {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-soft);
}

.hero-media {
  flex: 0.9 1 0;
  position: relative;
  display: flex;
  justify-content: center;
}
.hero-media::before {
  content: '';
  position: absolute;
  width: 96%;
  height: 96%;
  border-radius: 50%;
  background: var(--photo-ring);
  top: 6%;
  left: 2%;
}
.hero-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid var(--white);
  box-shadow: 0 20px 50px rgba(91, 79, 196, 0.2);
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== Generic section ===== */
.section {
  padding: 78px 0;
}
.section-tinted {
  background: var(--lavender);
}
.section-head {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 44px;
}
.section-head h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 14px;
}
.section-head p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-body-2);
}

/* ===== Situations ===== */
.situations-footer {
  text-align: center;
  margin-top: 40px;
}
.situations-footer p {
  font-size: 19px;
  line-height: 1.6;
  color: #3A3654;
  max-width: 620px;
  margin: 0 auto 22px;
}
.situations-footer strong { color: var(--purple-dark); }

/* ===== About ===== */
.about-inner {
  display: flex;
  gap: 50px;
  align-items: center;
  max-width: 1000px;
}
.about-media { flex: 0.8 1 0; }
.about-inner--solo { justify-content: center; }
.about-inner--solo .about-text { flex: 0 1 720px; }
.about-photo {
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-lg);
  background: repeating-linear-gradient(135deg, var(--about-stripe-1), var(--about-stripe-1) 13px, var(--about-stripe-2) 13px, var(--about-stripe-2) 26px);
  border: 6px solid var(--white);
  box-shadow: 0 16px 40px rgba(91, 79, 196, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-text { flex: 1.15 1 0; }
.about-text h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-text p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-body-3);
  margin-bottom: 16px;
}
.about-text p:last-of-type { margin-bottom: 22px; }

/* ===== Method ===== */
.method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
}
.method-card {
  border-radius: 22px;
  padding: 32px 28px;
  text-align: center;
}
.method-card-purple { background: var(--lavender); }
.method-card-terracotta { background: var(--terracotta-card); }
.method-number {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 20px;
  margin: 0 auto 18px;
}
.method-number-purple { color: var(--purple); }
.method-number-terracotta { color: var(--terracotta); }
.method-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.method-card p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-body-2);
}

.quote {
  text-align: center;
  max-width: 680px;
  margin: 48px auto 0;
}
.quote blockquote {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  color: var(--purple-dark);
  margin: 0 0 8px;
}
.quote figcaption {
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
}

/* ===== Hero — centered variant (no split media) ===== */
.hero-centered { padding: 64px 0; text-align: center; }
.hero-centered-inner { max-width: 760px; margin: 0 auto; }
.hero-centered .badge-outline { margin-bottom: 20px; }
.hero-centered h1 { font-size: 44px; }
.hero-centered .lead { max-width: 600px; margin: 0 auto; }

/* ===== Prose / narrative blocks ===== */
.prose { max-width: 820px; margin: 0 auto; }
.prose h2 { font-size: 36px; font-weight: 600; margin-bottom: 28px; }
.prose h3 { font-size: 22px; font-weight: 600; margin: 44px 0 14px; }
.prose h3:first-child { margin-top: 0; }
.prose h4 { font-size: 17px; font-weight: 600; margin: 34px 0 12px; }
.prose code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9em;
  background: var(--lavender);
  color: var(--ink-soft);
  padding: 2px 6px;
  border-radius: 5px;
}
.prose p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--text-body-3);
  margin: 0 0 20px;
}
.prose p:last-child { margin-bottom: 0; }
.prose strong { color: var(--ink); }
.prose a { color: var(--purple-dark); text-decoration: underline; }
.prose ul { margin: 0 0 20px; padding: 0; list-style: none; }
.prose ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-body-3);
}
.prose ul li::before {
  content: '•';
  position: absolute;
  left: 2px;
  color: var(--purple);
}
.prose .prose-meta {
  font-size: 14px;
  color: var(--muted-2);
  margin-bottom: 36px;
}

/* Legal page table of contents */
.legal-toc {
  background: var(--lavender);
  border-radius: 22px;
  padding: 28px 32px;
  margin-bottom: 44px;
}
.legal-toc-title {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted-2);
  margin-bottom: 14px;
}
.legal-toc ol {
  margin: 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.legal-toc a {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink-soft);
  text-decoration: none;
}
.legal-toc a:hover { color: var(--purple-dark); }

/* Opt-out Matomo (page politique de confidentialité).
   La case sort `disabled` du HTML : main.js ne l'active qu'une fois le tracker
   chargé et l'état réel connu. Sans JS — ou tracker bloqué par une extension —
   elle reste inerte plutôt que d'afficher un état de suivi mensonger. */
.optout {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: 22px;
  padding: 26px 30px;
  margin: 24px 0 20px;
  box-shadow: var(--shadow-card);
}
.optout-control {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  cursor: pointer;
}
.optout-control input[type="checkbox"] {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  accent-color: var(--purple);
  cursor: pointer;
}
.optout-control input[type="checkbox"]:disabled { cursor: default; }
.prose .optout-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
}
.prose .optout-status {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted-2);
  margin: 12px 0 0 34px;
  min-height: 21px;
}
.prose .optout-status-on { color: var(--green); }
.prose .optout-status-off { color: var(--red); }

.quote-callout {
  background: var(--lavender);
  border-left: 4px solid var(--purple);
  border-radius: 0 16px 16px 0;
  padding: 24px 30px;
  margin: 8px 0 24px;
}
.quote-callout p {
  font-size: 18px;
  line-height: 1.7;
  color: #3A3654;
  margin: 0;
}
.quote-callout strong { color: var(--purple-dark); }

/* ===== Value cards (3-col, icon + title + text) ===== */
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 960px;
  margin: 0 auto;
}
.value-card {
  background: var(--white);
  border-radius: 22px;
  padding: 36px 30px;
  text-align: center;
  box-shadow: var(--shadow-card);
}
.value-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 20px;
}
.value-icon-purple { background: var(--purple-pale); }
.value-icon-terracotta { background: var(--terracotta-pale); }
.value-card h3 { font-size: 20px; font-weight: 600; margin-bottom: 10px; }
.value-card p { font-size: 15px; line-height: 1.65; color: var(--text-body-2); }

/* ===== Perk cards (2-col, icon + text row) ===== */
.perk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 940px;
  margin: 0 auto;
}
.perk-card {
  display: flex;
  gap: 18px;
  background: var(--white);
  border: 1px solid var(--border-faint);
  border-radius: 18px;
  padding: 26px;
}
.perk-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.perk-icon-purple { background: var(--purple-pale); }
.perk-icon-terracotta { background: var(--terracotta-pale); }
.perk-card h3 { font-size: 17px; font-weight: 600; margin-bottom: 6px; }
.perk-card p { font-size: 15px; line-height: 1.6; color: var(--text-body-2); margin: 0; }

/* ===== Role comparison (mon rôle / pas mon rôle) ===== */
.role-wrap { max-width: 940px; margin: 0 auto; }
.role-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.role-card {
  background: var(--white);
  border-radius: 22px;
  padding: 34px;
  box-shadow: var(--shadow-card);
}
.role-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.role-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}
.role-card-yes .role-icon { background: var(--green-pale); }
.role-card-yes h3 { color: var(--green); }
.role-card-no .role-icon { background: var(--red-pale); }
.role-card-no h3 { color: var(--red); }
.role-list { display: flex; flex-direction: column; gap: 14px; }
.role-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
}
.role-list li::before { font-weight: 800; flex-shrink: 0; }
.role-card-yes .role-list li { color: var(--ink-soft); }
.role-card-yes .role-list li::before { content: '✓'; color: var(--green); }
.role-card-no .role-list li { color: var(--ink-soft); }
.role-card-no .role-list li::before { content: '✕'; color: var(--red-soft); }

.formations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.formation-card {
  background: var(--white);
  border-radius: 22px;
  padding: 34px;
  box-shadow: var(--shadow-card);
}
.formation-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.formation-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.formation-icon-purple { background: var(--purple-pale); }
.formation-icon-terracotta { background: var(--terracotta-pale); }
.formation-title-purple { color: var(--purple-dark); }
.formation-title-terracotta { color: var(--terracotta); }
.formation-list { display: flex; flex-direction: column; gap: 14px; }
.formation-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink-soft);
}
.formation-list li::before { font-weight: 800; flex-shrink: 0; content: '✦'; }
.formation-list-purple li::before { color: var(--purple); }
.formation-list-terracotta li::before { color: var(--terracotta); }

/* ===== Final media-split CTA (rounded-rect photo) ===== */
.final-split {
  display: flex;
  gap: 50px;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
}
.final-text { flex: 1 1 0; }
.final-text p { max-width: 420px; margin: 0 0 28px; font-size: 17px; line-height: 1.7; color: var(--text-body); }
.final-media {
  flex: 0.9 1 0;
  position: relative;
  display: flex;
  justify-content: center;
}
.final-media::before {
  content: '';
  position: absolute;
  width: 92%;
  height: 92%;
  border-radius: 26px;
  background: var(--photo-ring);
  top: 7%;
  left: 5%;
}
.final-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 24px;
  background: repeating-linear-gradient(135deg, var(--photo-stripe-1), var(--photo-stripe-1) 13px, var(--photo-stripe-2) 13px, var(--photo-stripe-2) 26px);
  border: 6px solid var(--white);
  box-shadow: 0 20px 50px rgba(91, 79, 196, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* ===== Section modifiers ===== */
.section-compact { padding: 56px 0; }
.section-intro { padding: 66px 0 20px; }
.section-dark { background: var(--footer-bg); }
.section-dark .section-head h2 { color: var(--white); }
.section-dark .section-head p { color: var(--footer-text); }

/* ===== Hero — italic quote lead (variant of .lead) ===== */
.hero-centered .lead-quote {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 17px;
  line-height: 1.6;
  color: var(--purple);
  max-width: 600px;
  margin: 0 auto;
}

/* ===== Intro statement (big centered lede) ===== */
.intro-statement {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.intro-statement h2 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 600;
}

/* ===== Service row (alternating icon/text/photo block) ===== */
.service-inner {
  display: flex;
  gap: 56px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}
.service-inner--reverse { flex-direction: row-reverse; }
.service-text { flex: 1.05 1 0; }
.service-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.service-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 18px;
}
.service-icon--purple { background: var(--purple-pale); color: var(--purple); }
.service-icon--terracotta { background: var(--terracotta-pale); color: var(--terracotta); }
.service-head h3 { font-size: 26px; font-weight: 600; }
.service-desc { font-size: 16px; line-height: 1.7; color: var(--text-body); margin: 0 0 20px; }

.service-callout {
  border-radius: 16px;
  padding: 22px 24px;
  margin-bottom: 20px;
}
.service-callout--purple { background: var(--lavender); }
.service-callout--terracotta { background: var(--white); }
.service-callout-label {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.service-callout--purple .service-callout-label { color: var(--purple); }
.service-callout--terracotta .service-callout-label { color: var(--terracotta); }
.service-callout p { font-size: 15px; line-height: 1.7; color: var(--ink-soft); margin: 0; }

.service-benefits-label {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted-2);
  margin-bottom: 12px;
}
.service-benefits { display: flex; flex-direction: column; gap: 10px; }
.service-benefits li {
  display: flex;
  gap: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink-soft);
}
.service-benefits li::before { content: '✦'; color: var(--terracotta-dot); flex-shrink: 0; }

.service-media {
  flex: 0.8 1 0;
  position: relative;
  display: flex;
  justify-content: center;
}
.service-media::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 90%;
  border-radius: 26px;
  top: 8%;
  left: 8%;
}
.service-media--purple::before { background: var(--photo-stripe-1); }
.service-media--terracotta::before { background: var(--photo-ring); }
.final-photo--square { aspect-ratio: 1 / 1; }
.service-photo img,
.final-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
}
.service-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  background: repeating-linear-gradient(135deg, var(--service-stripe-1), var(--service-stripe-1) 13px, var(--service-stripe-2) 13px, var(--service-stripe-2) 26px);
  border: 6px solid var(--white);
  box-shadow: 0 18px 44px rgba(91, 79, 196, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* ===== Split grid (text column + 2x2 card grid) ===== */
.split-grid {
  display: flex;
  gap: 54px;
  max-width: 1080px;
  margin: 0 auto;
}
.split-grid-text { flex: 0.85 1 0; }
.split-grid-text h2 { font-size: 32px; font-weight: 600; line-height: 1.25; margin-bottom: 20px; }
.split-grid-text p { font-size: 16px; line-height: 1.75; color: var(--text-body-3); }
.split-grid-cards {
  flex: 1.15 1 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

/* Full-width row of process cards */
.process-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
}

/* Light process card (icon tile + title + text) */
.process-card {
  background: var(--white);
  border-radius: 20px;
  padding: 28px 26px;
  box-shadow: var(--shadow-card);
}
.process-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  margin-bottom: 16px;
}
.process-icon--purple { background: var(--purple-pale); }
.process-icon--terracotta { background: var(--terracotta-pale); }
.process-card h3 { font-size: 17px; font-weight: 600; margin-bottom: 10px; }
.process-card p { font-size: 14px; line-height: 1.6; color: var(--text-body-2); margin: 0; }

/* Dark info card (plain emoji + title + text, on dark bg) */
.info-card {
  background: var(--footer-bg);
  border-radius: 20px;
  padding: 28px 26px;
  color: var(--white);
}
.info-card-icon { font-size: 22px; margin-bottom: 14px; }
.info-card-icon img { display: block; width: 44px; height: 44px; object-fit: contain; }
.info-card h3 { font-size: 17px; font-weight: 600; margin: 0 0 10px; color: var(--white); }
.info-card p { font-size: 14px; line-height: 1.6; color: var(--footer-text); margin: 0; }

/* ===== Pricing table ===== */
.pricing-section {
  background: linear-gradient(160deg, var(--purple-pale) 0%, var(--terracotta-pale) 100%);
  padding: 80px 0;
}
.pricing-heading { text-align: center; margin-bottom: 44px; }
.pricing-heading h2 { font-size: 34px; font-weight: 600; margin-bottom: 14px; }
.pricing-underline {
  width: 56px;
  height: 3px;
  background: var(--purple);
  margin: 0 auto;
  border-radius: 2px;
}
.pricing-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 920px;
  margin: 0 auto;
  background: var(--white);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(46, 42, 64, 0.12);
}
.pricing-col {
  padding: 42px 40px;
}
.pricing-col:first-child { border-right: 1px solid var(--border-faint); }
.pricing-col h3 { font-size: 21px; font-weight: 600; margin-bottom: 10px; }
.pricing-col > p { font-size: 14px; line-height: 1.6; color: var(--muted-2); margin: 0 0 26px; }
.pricing-rows { display: flex; flex-direction: column; gap: 18px; }
.pricing-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border-faint);
}
.pricing-row:last-child { border-bottom: none; padding-bottom: 0; }
.pricing-row .pricing-label { font-size: 15px; color: var(--ink-soft); font-weight: 600; }
.pricing-row .pricing-value { font-family: var(--font-heading); font-size: 17px; font-weight: 600; color: var(--purple); }

/* ===== FAQ accordion ===== */
.faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 760px; margin: 0 auto; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--border-faint);
  border-radius: 14px;
  overflow: hidden;
}
.faq-question {
  list-style: none;
  cursor: pointer;
  width: 100%;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  text-align: left;
}
.faq-question::marker { content: ''; }
.faq-chevron {
  flex-shrink: 0;
  color: var(--footer-text-soft);
  font-size: 14px;
  transition: transform 0.2s ease;
}
.faq-item[open] .faq-chevron { transform: rotate(180deg); }
.faq-question::-webkit-details-marker { display: none; }
.faq-answer {
  padding: 0 24px 20px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-body-2);
}

/* ===== Solid centered CTA ===== */
.cta-solid {
  background: var(--gradient-cta);
  padding: 70px 0;
  text-align: center;
}
.cta-solid h2 { color: var(--white); font-size: 34px; font-weight: 600; margin-bottom: 14px; }
.cta-solid p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--on-cta-text);
  max-width: 560px;
  margin: 0 auto 30px;
}
.cta-solid .btn { box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15); }

/* ===== Contact page layout ===== */
.contact-layout {
  display: flex;
  gap: 48px;
  align-items: stretch;
  max-width: 1100px;
  margin: 0 auto;
}
.contact-info {
  flex: 0.85 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info-tile {
  background: var(--lavender);
  border-radius: 22px;
  padding: 32px 28px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.info-tile-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}
.info-tile-icon img { width: 28px; height: 28px; object-fit: contain; }
.info-tile-body { min-width: 0; }
.info-tile h3 { font-size: 17px; font-weight: 600; margin: 0 0 4px; }
.info-tile-value { display: block; font-size: 15px; font-weight: 700; color: var(--purple-dark); margin: 0; word-break: break-word; }
.info-tile p:not(.info-tile-value) { font-size: 15px; line-height: 1.6; color: var(--text-body-3); margin: 0; }
.info-tile p.info-tile-note { font-size: 13px; color: var(--text-muted, var(--text-body-3)); margin: 4px 0 0; }

.contact-form-card {
  flex: 1.2 1 0;
  background: var(--white);
  border-radius: 26px;
  padding: 44px;
  box-shadow: 0 24px 60px rgba(46, 42, 64, 0.1);
}
.contact-form-card h2 { font-size: 26px; font-weight: 600; margin-bottom: 10px; }
.contact-form-card > p { font-size: 15px; color: var(--text-body-2); margin: 0 0 28px; }
.form-fields { display: flex; flex-direction: column; gap: 18px; }
.form-row { display: flex; gap: 14px; }
.form-row .field { flex: 1 1 0; }
.form-label { display: block; font-size: 13px; font-weight: 700; color: var(--ink-soft); margin-bottom: 7px; }
.form-label .required { color: var(--terracotta); }
.form-note { font-size: 12px; color: var(--muted); text-align: center; margin: 0; }

/* ===== CTA / Contact ===== */
.cta-box {
  background: var(--gradient-cta);
  border-radius: 30px;
  padding: 54px;
  display: flex;
  gap: 48px;
  align-items: stretch;
}
.cta-text { flex: 1 1 0; color: var(--white); }
.cta-text h2 {
  color: var(--white);
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 18px;
}
.cta-text > p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--on-cta-text);
  max-width: 400px;
  margin-bottom: 26px;
}
.check-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 16px;
  font-weight: 600;
}
.check-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}
.cta-contact-info {
  margin-top: 26px;
  font-size: 15px;
  color: var(--on-cta-text);
}
.cta-contact-info a:hover { text-decoration: underline; }

.cta-form-card {
  flex: 0.85 1 0;
  background: var(--white);
  border-radius: 22px;
  padding: 32px;
}
.cta-form-card h3 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 18px;
}
#contact-form {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--input-border);
  border-radius: 12px;
  background: var(--input-bg);
  color: var(--ink);
  font-size: 14px;
  padding: 0 14px;
}
.field input { height: 46px; }
.field textarea {
  min-height: 88px;
  padding: 12px 14px;
  resize: vertical;
  font-family: inherit;
}
.field input::placeholder,
.field textarea::placeholder { color: var(--placeholder); }
.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--purple);
  box-shadow: 0 0 0 3px rgba(107, 93, 211, 0.15);
}
.form-status {
  font-size: 14px;
  color: var(--purple-dark);
  min-height: 18px;
}
.form-status-error { color: var(--red); }

/* Honeypot: hidden from sighted users, but present in the DOM so bots fill it in */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ===== Footer ===== */
.site-footer {
  background: var(--footer-bg);
  padding: 52px 0 34px;
  color: var(--footer-text);
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--footer-border);
}
.footer-brand { max-width: 260px; }
.footer-logo {
  height: 80px;
  width: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 14px;
}
.footer-logo-mark { display: none; }
.footer-brand p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--footer-text-soft);
}
.footer-col h4 {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 16px;
}
.footer-col nav,
.footer-col address {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 14px;
  font-style: normal;
}
.footer-col a:hover { color: var(--white); }
.footer-contact-icon { width: 16px; height: 16px; object-fit: contain; vertical-align: -3px; margin-right: 8px; }
.social-links {
  display: flex;
  gap: 10px;
}
.social-links a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--footer-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}
.social-links a:hover { background: var(--purple); color: var(--white); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 22px;
  font-size: 13px;
  color: var(--footer-text-softer);
}
.footer-legal a:hover { color: var(--white); }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .wrap, .header-inner { padding-left: 32px; padding-right: 32px; }
  .hero h1 { font-size: 42px; }
  .hero-centered h1 { font-size: 38px; }
  .cta-box { padding: 40px; gap: 32px; }
}

@media (max-width: 900px) {
  .nav-pill { display: none; }
  .nav-toggle { display: flex; }

  .logo-full { display: none; }
  .logo-mark { display: block; height: 48px; width: auto; }
  .footer-logo-full { display: none; }
  .footer-logo-mark { display: block; height: 48px; width: auto; }

  .hero-inner { flex-direction: column; }
  .hero-text { max-width: 620px; }
  .hero-media { max-width: 380px; width: 100%; }

  .about-inner { flex-direction: column; }
  .about-media { width: 100%; max-width: 380px; }

  .final-split { flex-direction: column; }
  .final-media { width: 100%; max-width: 420px; }

  .service-inner,
  .service-inner--reverse { flex-direction: column; }
  .service-media { width: 100%; max-width: 340px; }

  .perk-grid { grid-template-columns: 1fr; }
  .role-grid { grid-template-columns: 1fr; }

  .split-grid { flex-direction: column; }
  .split-grid-cards { grid-template-columns: 1fr 1fr; }
  .process-row { grid-template-columns: 1fr 1fr; }

  .pricing-card { grid-template-columns: 1fr; }
  .pricing-col:first-child { border-right: none; border-bottom: 1px solid var(--border-faint); }

  .contact-layout { flex-direction: column; }

  .cta-box { flex-direction: column; }

  .footer-grid { flex-wrap: wrap; row-gap: 32px; }
  .footer-brand { max-width: 100%; flex: 1 1 100%; }
}

@media (max-width: 640px) {
  .wrap, .header-inner { padding-left: 20px; padding-right: 20px; }
  .header-inner { padding-top: 14px; padding-bottom: 14px; }
  .logo-mark { height: 40px; }

  .hero { padding: 44px 0 56px; }
  .hero h1 { font-size: 32px; }
  .hero .lead { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 16px; }

  .hero-centered { padding: 40px 0; }
  .hero-centered h1 { font-size: 28px; }
  .hero-centered .lead,
  .hero-centered .lead-quote { font-size: 16px; }

  .section { padding: 56px 0; }
  .section-compact { padding: 40px 0; }
  .section-head h2 { font-size: 28px; }

  .intro-statement h2 { font-size: 22px; }

  .service-head h3 { font-size: 22px; }

  .situations-footer p { font-size: 17px; }

  .method-grid { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; }

  .quote-callout { padding: 20px; }
  .prose p { font-size: 16px; }

  .cta-box { padding: 28px; border-radius: 22px; }
  .cta-text h2 { font-size: 28px; }

  .split-grid-cards { grid-template-columns: 1fr; }
  .process-row { grid-template-columns: 1fr; }
  .pricing-section { padding: 56px 0; }
  .pricing-col { padding: 32px 24px; }
  .pricing-heading h2 { font-size: 26px; }

  .cta-solid h2 { font-size: 26px; }

  .contact-form-card { padding: 28px; }
  .form-row { flex-direction: column; gap: 18px; }

  .footer-grid { flex-direction: column; gap: 28px; }
  .footer-bottom { flex-direction: column; }
}
