/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .text-center {
    text-align: center;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
}
:root {
  --navy: #163F63;
  --sky: #8AB6F3;
  --sky-light: #DEEDFF;
  --orange: #F29141;
  --orange-light: #F6EBE0;
  --greige: #F7F5F2;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
[hidden] {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', sans-serif;
  background: var(--greige);
  color: var(--navy);
  overflow-x: hidden;
}
h1 {
  font-family: 'Caveat', cursive;
  font-weight: 700;
}
h2 {
  font-family: 'Caveat', cursive;
  font-weight: 400;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.section {
  padding: 100px 0;
}
.section-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}
.section-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 700;
  margin-bottom: 10px;
}
.divider-line {
  width: 48px;
  height: 3px;
  background: var(--orange);
  border-radius: 2px;
  margin-bottom: 20px;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--orange);
  color: white;
  padding: 14px 32px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}
.btn-primary:hover {
  background: #d97c2e;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(242,145,65,0.3);
}
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--navy);
  padding: 13px 30px;
  border-radius: 50px;
  border: 2px solid var(--navy);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-outline:hover {
  background: var(--navy);
  color: white;
}
.btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: white;
  padding: 13px 30px;
  border-radius: 50px;
  border: 2px solid rgba(255,255,255,0.5);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-outline-white:hover {
  background: rgba(255,255,255,0.12);
  border-color: white;
}
nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: var(--navy);
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-links a {
  color: rgba(247,245,242,0.75);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover {
  color: var(--greige);
}
.btn-nav {
  background: var(--orange);
  color: white !important;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 14px !important;
  font-weight: 600 !important;
  transition: background 0.2s, transform 0.15s !important;
}
.btn-nav:hover {
  background: #d97c2e !important;
  transform: translateY(-1px);
}
.hero {
  min-height: 100vh;
  background: var(--greige);
  padding-top: 70px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero-deco-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.hero-deco-1 {
  width: 520px;
  height: 520px;
  background: var(--orange-light);
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.hero-deco-2 {
  width: 180px;
  height: 180px;
  background: var(--sky-light);
  right: 340px;
  top: 100px;
}
.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--sky-light);
  color: var(--navy);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hero-badge span.dot {
  width: 7px;
  height: 7px;
  background: var(--orange);
  border-radius: 50%;
  display: inline-block;
}
.hero h1 {
  font-size: clamp(44px, 5.5vw, 68px);
  line-height: 1.05;
  color: var(--navy);
  margin-bottom: 24px;
}
.hero h1 em {
  color: var(--orange);
  font-style: italic;
}
.hero p {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5e72;
  max-width: 460px;
  margin-bottom: 36px;
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.hero-sub {
  font-size: 12px;
  color: #8a9ab0;
  margin-top: 16px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.hero-sub span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.hero-sub span::before {
  content: '✓';
  color: var(--orange);
  font-weight: 700;
}
.hero-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hero-img-circle {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: var(--sky);
  overflow: hidden;
  position: relative;
}
.hero-img-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-float-badge {
  position: absolute;
  bottom: 20px;
  left: -20px;
  background: white;
  border-radius: 14px;
  padding: 14px 20px;
  box-shadow: 0 8px 30px rgba(22,63,99,0.12);
  min-width: 170px;
}
.hero-float-badge .num {
  font-family: 'Caveat', cursive;
  font-size: 34px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1;
}
.hero-float-badge .label {
  font-size: 11px;
  color: #7a8fa0;
  font-weight: 500;
  margin-top: 2px;
}
.hero-float-badge2 {
  position: absolute;
  top: 30px;
  right: -10px;
  background: var(--navy);
  border-radius: 14px;
  padding: 12px 18px;
  box-shadow: 0 8px 24px rgba(22,63,99,0.25);
}
.hero-float-badge2 .num {
  font-family: 'Caveat', cursive;
  font-size: 30px;
  font-weight: 700;
  color: var(--sky);
  line-height: 1;
}
.hero-float-badge2 .label {
  font-size: 11px;
  color: rgba(247,245,242,0.6);
  font-weight: 500;
  margin-top: 2px;
}
.qualiopi-chip {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  background: var(--orange-light);
  border: 2px solid var(--orange);
  border-radius: 50px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.scroll-down {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #8a9ab0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  animation: bob 2.2s ease-in-out infinite;
  text-decoration: none;
}
.scroll-down svg {
  width: 20px;
}
@keyframes bob {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(7px);
  }
}
.stats-bar {
  background: var(--navy);
  padding: 32px 0;
}
.stats-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stat-item .num {
  font-family: 'Caveat', cursive;
  font-size: 42px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1;
}
.stat-item .label {
  font-size: 12px;
  color: rgba(247,245,242,0.6);
  margin-top: 4px;
  font-weight: 500;
}
.miroir-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.symptom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.symptom-card {
  background: white;
  border-radius: 12px;
  padding: 22px 24px;
  border-left: 4px solid var(--sky);
  transition: border-color 0.2s, transform 0.2s;
}
.symptom-card:hover {
  border-left-color: var(--orange);
  transform: translateX(4px);
}
.symptom-card h3 {
  font-size: 13px;
  margin-bottom: 6px;
  color: var(--navy);
}
.symptom-card p {
  font-size: 13px;
  color: #6b7a8d;
  line-height: 1.6;
}
.reframe-box {
  margin-top: 20px;
  background: var(--orange-light);
  border-radius: 12px;
  padding: 20px 24px;
  font-size: 14px;
  color: var(--navy);
  line-height: 1.65;
}
.reframe-box strong {
  color: var(--orange);
}
.methode-bg {
  background: var(--orange-light);
}
.methode-header {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.phases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 52px;
}
.phase-card {
  background: var(--navy);
  border-radius: 20px;
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s;
}
.phase-card:hover {
  transform: translateY(-5px);
}
.phase-num {
  font-family: 'Caveat', cursive;
  font-size: 90px;
  font-weight: 700;
  color: rgba(138,182,243,0.12);
  position: absolute;
  top: 8px;
  right: 20px;
  line-height: 1;
}
.phase-tag {
  display: inline-block;
  background: rgba(138,182,243,0.15);
  color: var(--sky);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 16px;
}
.phase-card h2 {
  font-size: 30px;
  color: white;
  margin-bottom: 14px;
  line-height: 1.2;
}
.phase-card p {
  font-size: 14px;
  color: rgba(247,245,242,0.68);
  line-height: 1.75;
}
.engagement-block {
  margin-top: 32px;
  background: var(--navy);
  border-radius: 20px;
  padding: 40px 48px;
}
.engagement-block h2 {
  font-size: 32px;
  color: white;
  line-height: 1.25;
}
.engagement-block h2 em {
  color: var(--sky);
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 52px;
}
.testi-card {
  background: white;
  border-radius: 20px;
  padding: 36px 32px;
  border: 1px solid rgba(22,63,99,0.08);
  transition: box-shadow 0.2s, transform 0.2s;
}
.testi-card:hover {
  box-shadow: 0 12px 40px rgba(22,63,99,0.1);
  transform: translateY(-3px);
}
.testi-quote {
  font-family: 'Caveat', cursive;
  font-size: 90px;
  color: var(--orange);
  opacity: 0.2;
  line-height: 0.7;
  margin-bottom: 16px;
}
.testi-text {
  font-size: 14px;
  color: #374151;
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 28px;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Caveat', cursive;
  font-size: 20px;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
}
.testi-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
}
.testi-role {
  font-size: 12px;
  color: #9ca3af;
  margin-top: 2px;
}
.proof-strip {
  margin-top: 32px;
  background: var(--sky-light);
  border-radius: 14px;
  padding: 20px 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}
.proof-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--navy);
}
.proof-item span.check {
  color: var(--orange);
  font-weight: 700;
}
.quiz-section {
  background: var(--sky);
}
.quiz-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.quiz-inner h2 {
  font-size: clamp(34px,4vw,52px);
  color: white;
  line-height: 1.15;
  margin-bottom: 16px;
}
.quiz-inner p {
  font-size: 15px;
  color: rgba(255,255,255,0.82);
  line-height: 1.75;
  margin-bottom: 32px;
}
.quiz-card {
  background: white;
  border-radius: 20px;
  padding: 36px;
}
.quiz-card-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--sky);
  margin-bottom: 16px;
}
.quiz-questions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}
.quiz-q {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--navy);
  line-height: 1.5;
}
.quiz-q::before {
  content: '?';
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  background: var(--orange-light);
  color: var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  margin-top: 1px;
}
.apropos-bg {
  background: var(--greige);
}
.apropos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
}
.apropos-img-col {
  display: flex;
  overflow: hidden;
}
.apropos-mobile-img {
  display: none;
}
.differentiants {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 36px;
}
.diff-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 24px;
  background: white;
  border-radius: 14px;
  border: 1px solid rgba(22,63,99,0.07);
  transition: border-color 0.2s;
}
.diff-item:hover {
  border-color: var(--sky);
}
.diff-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: var(--orange-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.diff-item h3 {
  font-size: 12px;
  margin-bottom: 6px;
  color: var(--navy);
}
.diff-item p {
  font-size: 13px;
  color: #6b7a8d;
  line-height: 1.6;
}
.apropos-visual {
  background: var(--navy);
  border-radius: 0 24px 24px 0;
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
}
.apropos-visual::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(138,182,243,0.15), transparent 70%);
  border-radius: 50%;
}
.apropos-visual h2 {
  font-size: 40px;
  color: white;
  line-height: 1.2;
  margin-bottom: 8px;
}
.apropos-visual .subtitle {
  font-family: 'Caveat', cursive;
  font-size: 22px;
  color: var(--sky);
  font-style: italic;
  margin-bottom: 32px;
  display: block;
}
.apropos-visual p {
  font-size: 14px;
  color: rgba(247,245,242,0.72);
  line-height: 1.8;
  margin-bottom: 20px;
}
.apropos-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.chip {
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.chip-orange {
  background: rgba(242,145,65,0.15);
  color: var(--orange);
  border: 1px solid rgba(242,145,65,0.3);
}
.chip-sky {
  background: rgba(138,182,243,0.15);
  color: var(--sky);
  border: 1px solid rgba(138,182,243,0.3);
}
.faq-bg {
  background: var(--orange-light);
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: start;
}
.faq-list {
  display: flex;
  flex-direction: column;
}
.faq-item {
  border-bottom: 1px solid rgba(22,63,99,0.1);
}
.faq-btn {
  width: 100%;
  text-align: left;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--navy);
  transition: color 0.2s;
}
.faq-btn:hover {
  color: var(--orange);
}
.faq-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background: var(--orange-light);
  border: 2px solid var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  font-size: 18px;
  font-weight: 300;
  transition: transform 0.3s, background 0.2s;
}
.faq-icon.open {
  transform: rotate(45deg);
  background: var(--orange);
  color: white;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.3s;
  font-size: 14px;
  color: #4a5e72;
  line-height: 1.75;
}
.faq-answer.open {
  max-height: 220px;
  padding-bottom: 20px;
}
.cta-final {
  background: var(--navy);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.cta-final::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(138,182,243,0.08), transparent 60%);
  border-radius: 50%;
  pointer-events: none;
}
.cta-final-inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.cta-final h2 {
  font-size: clamp(38px,5vw,58px);
  color: white;
  line-height: 1.15;
  margin-bottom: 20px;
}
.cta-final h2 em {
  color: var(--orange);
}
.cta-final p {
  font-size: 16px;
  color: rgba(247,245,242,0.7);
  line-height: 1.8;
  margin-bottom: 44px;
}
.cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 32px;
}
.cta-guarantees {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.guarantee {
  font-size: 13px;
  color: rgba(247,245,242,0.5);
  display: flex;
  align-items: center;
  gap: 6px;
}
.guarantee::before {
  content: '✓';
  color: var(--orange);
  font-weight: 700;
}
footer {
  background: var(--navy);
  padding: 80px 0 48px;
}
.footer-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
}
.footer-logo {
  margin-bottom: 32px;
}
.footer-tagline {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: rgba(247,245,242,0.45);
  margin-bottom: 32px;
}
.footer-desc {
  font-size: 15px;
  color: rgba(247,245,242,0.75);
  line-height: 1.8;
  margin-bottom: 36px;
}
.footer-linkedin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: rgba(247,245,242,0.1);
  border: 1px solid rgba(247,245,242,0.2);
  border-radius: 12px;
  color: white;
  margin-bottom: 40px;
  transition: background 0.2s;
}
.footer-linkedin:hover {
  background: rgba(247,245,242,0.2);
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 28px;
  font-size: 13px;
  color: rgba(247,245,242,0.45);
  border-top: 1px solid rgba(247,245,242,0.1);
  padding-top: 28px;
  width: 100%;
}
.footer-legal a {
  color: rgba(247,245,242,0.45);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-legal a:hover {
  color: rgba(247,245,242,0.85);
}
.footer-legal span > a {
  text-decoration: underline;
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-d1 {
  transition-delay: 0.1s;
}
.reveal-d2 {
  transition-delay: 0.2s;
}
.reveal-d3 {
  transition-delay: 0.3s;
}
@media (max-width: 768px) {
  .hero-inner, .quiz-inner, .apropos-grid, .faq-grid, .miroir-grid {
    grid-template-columns: 1fr;
  }
  .hero-img-wrap {
    display: none;
  }
  .apropos-img-col {
    display: none;
  }
  .apropos-mobile-img {
    display: block;
  }
  .apropos-visual {
    border-radius: 24px;
  }
  .phases-grid, .testi-grid, .symptom-grid, .stats-inner {
    grid-template-columns: 1fr;
  }
  .engagement-block {
    flex-direction: column;
  }
  .nav-links {
    display: none;
  }
}
dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  border: none;
  border-radius: 20px;
  padding: 0;
  max-width: 520px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 24px 80px rgba(22,63,99,0.2);
}
dialog::backdrop {
  background: rgba(22,63,99,0.55);
  backdrop-filter: blur(4px);
}
dialog[open] {
  animation: dialog-in 0.25s ease forwards;
}
@keyframes dialog-in {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 16px)) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.modal-inner {
  position: relative;
  padding: 44px 40px 36px;
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #8a9ab0;
  line-height: 1;
  padding: 4px;
  transition: color 0.2s;
}
.modal-close:hover {
  color: var(--navy);
}
.modal-subtitle {
  font-size: 14px;
  color: #4a5e72;
  line-height: 1.7;
  margin-bottom: 28px;
}
.modal-legal {
  font-size: 11px;
  color: #9ca3af;
  text-align: center;
  margin-top: 14px;
  line-height: 1.6;
}
.modal-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-group label {
  font-size: 12px;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.form-group input {
  padding: 12px 16px;
  border: 1.5px solid rgba(22,63,99,0.15);
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: var(--navy);
  background: var(--greige);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-group input::placeholder {
  color: #a0adb8;
}
.form-group input:focus {
  border-color: var(--sky);
  box-shadow: 0 0 0 3px rgba(138,182,243,0.2);
}
.form-group .form-error, .form-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form-group .form-error, .form-group ul li {
  font-size: 12px;
  color: #e05c5c;
  margin-top: 2px;
}
.modal-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 12px 0 8px;
}
.modal-success-icon {
  width: 64px;
  height: 64px;
  background: var(--orange-light);
  border: 2px solid var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--orange);
  margin-bottom: 20px;
}
.modal-success h2 {
  font-size: 32px;
  color: var(--navy);
  margin-bottom: 12px;
  line-height: 1.2;
}
.modal-success p {
  font-size: 14px;
  color: #4a5e72;
  line-height: 1.75;
  max-width: 340px;
}
.modal-error-banner {
  background: #fef2f2;
  border: 1px solid #fca5a5;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 13px;
  color: #b91c1c;
  margin-bottom: 4px;
}
@media (max-width: 480px) {
  .modal-inner {
    padding: 36px 24px 28px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}
dialog.quiz-modal-dialog {
  max-width: 700px;
  overflow: hidden;
}
.quiz-modal-wrap {
  overflow-y: auto;
  max-height: 90vh;
}
.quiz-modal-wrap turbo-frame {
  display: block;
}
.quiz-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 60;
  background: rgba(247,245,242,0.15);
  border: none;
  cursor: pointer;
  color: white;
  font-size: 16px;
  line-height: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.quiz-modal-close:hover {
  background: rgba(247,245,242,0.3);
}
dialog.quiz-modal-dialog .quiz-page {
  min-height: 0;
}
.quiz-loading {
  padding: 80px 40px;
  text-align: center;
  font-size: 14px;
  color: var(--navy);
  opacity: 0.5;
}
.quiz-page {
  min-height: 100vh;
  background: var(--greige);
  display: flex;
  flex-direction: column;
}
.quiz-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--navy);
  padding: 0 32px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.quiz-logo {
  text-decoration: none;
  flex-shrink: 0;
}
.quiz-progress-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  max-width: 360px;
}
.quiz-progress-bar {
  flex: 1;
  height: 4px;
  background: rgba(255,255,255,0.15);
  border-radius: 2px;
  overflow: hidden;
}
.quiz-progress-fill {
  height: 100%;
  background: var(--orange);
  border-radius: 2px;
  transition: width 0.4s ease;
}
.quiz-progress-label {
  font-size: 12px;
  color: rgba(247,245,242,0.5);
  font-weight: 600;
  white-space: nowrap;
}
.quiz-main {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 60px 32px 80px;
}
.quiz-step-wrap {
  width: 100%;
  max-width: 620px;
  animation: quiz-step-in 0.35s ease both;
}
@keyframes quiz-step-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.quiz-contact-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 20px;
}
.quiz-contact-fields .quiz-field:nth-child(n+3) {
  grid-column: 1 / -1;
}
.quiz-title {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: clamp(36px, 5vw, 54px);
  color: var(--navy);
  line-height: 1.1;
  margin-bottom: 16px;
}
.quiz-title em {
  color: var(--orange);
  font-style: italic;
}
.quiz-subtitle {
  font-size: 15px;
  color: #4a5e72;
  line-height: 1.75;
  margin-bottom: 32px;
}
.quiz-question {
  font-size: 18px;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.45;
  margin-bottom: 20px;
  font-family: 'Caveat', cursive;
  font-size: clamp(22px, 3vw, 30px);
}
.quiz-choices {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
  counter-reset: quiz-choice;
}
.quiz-choices input[type="radio"], .quiz-choices input[type="checkbox"] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
}
.quiz-choice-label {
  display: flex;
  align-items: center;
  padding: 14px 48px 14px 56px;
  background: white;
  border: 2px solid rgba(22,63,99,0.1);
  border-radius: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.5;
  position: relative;
  counter-increment: quiz-choice;
  transition: border-color 0.18s, background 0.18s, transform 0.15s, box-shadow 0.18s;
}
.quiz-choice-label::before {
  content: counter(quiz-choice, upper-alpha);
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 6px;
  background: rgba(22,63,99,0.07);
  color: var(--navy);
  transition: background 0.18s, color 0.18s;
}
.quiz-choice-label:hover {
  border-color: var(--sky);
  transform: translateX(4px);
  box-shadow: 0 2px 14px rgba(138,182,243,0.2);
}
.quiz-choices input:checked + .quiz-choice-label {
  border-color: var(--orange);
  background: rgba(242,145,65,0.06);
  font-weight: 600;
}
.quiz-choices input:checked + .quiz-choice-label::before {
  background: var(--orange);
  color: white;
}
.quiz-choices:not(.quiz-choices--multiple) input:checked + .quiz-choice-label::after {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}
.quiz-choices--multiple input:checked + .quiz-choice-label::after {
  content: '✓';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1;
}
.quiz-choices input:focus-visible + .quiz-choice-label {
  outline: 2px solid var(--sky);
  outline-offset: 2px;
}
.quiz-nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.quiz-nav button, .quiz-nav input[type="submit"] {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  padding: 13px 28px;
  transition: background 0.2s, transform 0.15s;
}
.quiz-nav button[name$="[next]"], .quiz-nav button[name$="[finish]"], .quiz-nav input[name$="[next]"], .quiz-nav input[name$="[finish]"] {
  background: var(--orange);
  color: white;
}
.quiz-nav button[name$="[next]"]:hover, .quiz-nav button[name$="[finish]"]:hover {
  background: #d97c2e;
  transform: translateY(-1px);
}
.quiz-nav button[name$="[previous]"], .quiz-nav input[name$="[previous]"] {
  background: transparent;
  color: var(--navy);
  border: 2px solid rgba(22,63,99,0.2);
}
.quiz-nav button[name$="[previous]"]:hover {
  background: rgba(22,63,99,0.05);
}
.quiz-result .quiz-main {
  align-items: center;
}
.result-card {
  border-radius: 24px;
  padding: 52px 48px;
}
.result-card--navy {
  background: var(--navy);
}
.result-card--greige {
  background: white;
  border: 1px solid rgba(22,63,99,0.08);
}
.result-card--soft {
  background: var(--sky-light);
}
.result-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.result-badge--orange {
  background: var(--orange-light);
  color: var(--orange);
}
.result-badge--sky {
  background: rgba(138,182,243,0.2);
  color: var(--sky);
}
.result-card--navy .quiz-title em {
  color: var(--sky);
}
.quiz-field {
  margin-bottom: 20px;
}
.quiz-field--checkbox {
  grid-column: 1 / -1;
  margin-top: 4px;
}
.quiz-consent-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--navy);
  cursor: pointer;
  line-height: 1.4;
}
.quiz-consent-label input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--navy);
  cursor: pointer;
}
.quiz-step-wrap .form-group input, .quiz-step-wrap .form-group select, .quiz-step-wrap .form-group textarea {
  background: white;
}
@media (max-width: 640px) {
  .quiz-header {
    padding: 0 16px;
  }
  .quiz-main {
    padding: 40px 20px 60px;
  }
  .result-card {
    padding: 36px 28px;
  }
  .quiz-nav {
    flex-direction: column-reverse;
  }
  .quiz-nav button, .quiz-nav input[type="submit"] {
    width: 100%;
    text-align: center;
  }
  .quiz-contact-fields {
    grid-template-columns: 1fr;
  }
  .quiz-contact-fields .quiz-field:nth-child(n+3) {
    grid-column: auto;
  }
  .quiz-choice-label {
    padding: 13px 40px 13px 50px;
  }
}
.auth-page {
  min-height: 100vh;
  background: var(--greige);
  display: flex;
  flex-direction: column;
}
.auth-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 24px 80px;
}
.auth-card {
  background: white;
  border-radius: 20px;
  padding: 48px 44px;
  width: 100%;
  max-width: 460px;
  box-shadow: 0 4px 32px rgba(22,63,99,0.08);
  animation: quiz-step-in 0.35s ease both;
}
.auth-card .section-label {
  margin-bottom: 6px;
}
.auth-title {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: clamp(32px, 5vw, 44px);
  color: var(--navy);
  line-height: 1.1;
  margin-bottom: 28px;
}
.auth-title em {
  color: var(--orange);
  font-style: italic;
}
.auth-alert {
  background: #fef2f2;
  border: 1px solid #fca5a5;
  color: #b91c1c;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 13px;
  margin-bottom: 20px;
}
.auth-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.auth-fields .form-group, .auth-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.auth-fields label, .auth-field label {
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
}
.auth-fields input, .auth-fields select, .auth-field input, .auth-field select {
  background: var(--greige);
  border: 1.5px solid rgba(22,63,99,0.15);
  border-radius: 10px;
  padding: 12px 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: var(--navy);
  outline: none;
  transition: border-color 0.2s;
}
.auth-fields input:focus, .auth-fields select:focus, .auth-field input:focus, .auth-field select:focus {
  border-color: var(--sky);
  box-shadow: 0 0 0 3px rgba(138,182,243,0.2);
}
.auth-fields .form-error, .auth-field .form-error {
  font-size: 12px;
  color: #b91c1c;
  margin-top: 2px;
}
.auth-fields ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.auth-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--navy);
  cursor: pointer;
  line-height: 1.4;
}
.auth-checkbox input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--navy);
  cursor: pointer;
}
.auth-submit {
  width: 100%;
  background: var(--orange);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 14px 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}
.auth-submit:hover {
  background: #d97c2e;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(242,145,65,0.3);
}
.auth-footer {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  color: rgba(22,63,99,0.6);
}
.auth-footer a {
  color: var(--navy);
  font-weight: 600;
  text-decoration: underline;
}
.auth-footer a:hover {
  color: var(--orange);
}
@media (max-width: 520px) {
  .auth-card {
    padding: 36px 24px;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-ease: initial;
    }
  }
}
