:root {
  --ink: #17212b;
  --ink-soft: #425060;
  --blue: #1f4779;
  --blue-deep: #112f52;
  --blue-night: #0b233d;
  --blue-soft: #eaf1f7;
  --orange: #fe943d;
  --orange-deep: #e87427;
  --yellow: #f39b12;
  --sand: #f7f2e9;
  --paper: #fffdf8;
  --white: #ffffff;
  --line: rgba(23, 33, 43, 0.14);
  --line-light: rgba(255, 255, 255, 0.18);
  --shadow: 0 24px 70px rgba(15, 41, 69, 0.12);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --shell: 1180px;
  --header-height: 78px;
  --font-sans: Montserrat, Inter, "Avenir Next", Avenir, Arial, sans-serif;
  --font-serif: "Playfair Display", Iowan Old Style, Baskerville, Georgia, serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html.js body[data-page] main > section {
  display: none;
}

html.js body[data-standalone] main > section {
  display: block;
}

html.js body[data-page="accueil"] main > #accueil,
html.js body[data-page="accueil"] main > .trust-strip,
html.js body[data-page="accueil"] main > .passage-section,
html.js body[data-page="accueil"] main > #parcours,
html.js body[data-page="accueil"] main > #offres,
html.js body[data-page="accueil"] main > .closing-section,
html.js body[data-page="methode"] main > #methode,
html.js body[data-page="cas"] main > #cas,
html.js body[data-page="duo"] main > #duo,
html.js body[data-page="rendez-vous"] main > #premier-pas,
html.js body[data-page="rendez-vous"] main > #questionnaire,
html.js body[data-page="rendez-vous"] main > .faq-section {
  display: block;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
summary {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 850px;
  margin-bottom: 30px;
  font-family: var(--font-serif);
  font-size: clamp(3.3rem, 7vw, 6.7rem);
  font-weight: 600;
}

h2 {
  margin-bottom: 24px;
  font-family: var(--font-serif);
  font-size: clamp(2.35rem, 4.8vw, 4.65rem);
  font-weight: 600;
}

h3 {
  margin-bottom: 14px;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 680;
}

h1 em,
h2 em {
  color: var(--orange);
  font-weight: 500;
}

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.section {
  padding: clamp(86px, 11vw, 150px) 0;
}

.section-dark {
  color: var(--white);
  background: var(--blue-night);
}

.section-sand {
  background: var(--sand);
}

.section-blue-soft {
  background: var(--blue-soft);
}

.section-heading {
  max-width: 900px;
  margin-bottom: 56px;
}

.section-heading.narrow {
  max-width: 980px;
}

.section-heading > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--ink-soft);
  font-size: 1.12rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 32px;
  height: 2px;
  background: var(--orange);
  content: "";
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.7);
}

.card-label,
.step-kicker,
.offer-level {
  margin-bottom: 12px;
  color: var(--orange-deep);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.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: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--blue-night);
  border-radius: 8px;
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: none;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  color: var(--blue-night);
  background: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(254, 148, 61, 0.2);
  cursor: pointer;
  font-weight: 750;
  line-height: 1.2;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  background: #ffab64;
  box-shadow: 0 14px 34px rgba(254, 148, 61, 0.3);
  transform: translateY(-2px);
}

.button-small {
  min-height: 44px;
  padding: 10px 18px;
  font-size: 0.88rem;
}

.button-full {
  width: 100%;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-weight: 750;
}

.text-link span {
  color: var(--orange-deep);
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.text-link-light {
  color: var(--white);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  height: var(--header-height);
  color: var(--white);
  background: rgba(11, 35, 61, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(11, 35, 61, 0.95);
  box-shadow: 0 12px 32px rgba(8, 26, 45, 0.2);
}

.header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  padding: 5px;
  border-radius: 14px;
}

.brand-logo {
  width: 168px;
  height: 36px;
  object-fit: cover;
  object-position: right center;
  border-radius: 10px;
}

.main-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 650;
  transition: color 160ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a[aria-current="page"] {
  color: var(--white);
}

.main-nav a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}

.nav-cta-mobile {
  display: none;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
}

.menu-button > span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 1px;
  margin: 4px 0;
  background: var(--white);
}

.scroll-progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  overflow: hidden;
}

.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--orange);
}

.hero {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  padding: calc(var(--header-height) + 92px) 0 96px;
}

.hero::after {
  position: absolute;
  right: -12%;
  bottom: -38%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(254, 148, 61, 0.17), rgba(254, 148, 61, 0) 67%);
  content: "";
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  align-items: center;
  gap: clamp(44px, 6vw, 86px);
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 5.8vw, 5.9rem);
}

.hero-lead {
  max-width: 720px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.18rem, 2.2vw, 1.55rem);
  line-height: 1.5;
}

.hero-audience {
  max-width: 650px;
  margin-bottom: 34px;
  padding: 15px 18px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.055);
  border-left: 3px solid var(--orange);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.hero-audience strong {
  color: var(--white);
}

.founder-line {
  display: flex;
  align-items: center;
  margin-top: 58px;
}

.founder-line p {
  margin: 0 0 0 16px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  line-height: 1.5;
}

.founder-line strong {
  color: var(--white);
}

.founder-monogram {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--blue-night);
  background: var(--orange);
  border: 2px solid var(--blue-night);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 800;
}

.founder-monogram-alt {
  margin-left: -10px;
  color: var(--white);
  background: var(--blue);
}

.hero-dpe-card {
  position: relative;
  max-width: 510px;
  margin: 0;
  overflow: hidden;
  padding: clamp(30px, 4vw, 46px);
  background: linear-gradient(145deg, rgba(31, 71, 121, 0.98), rgba(17, 47, 82, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  box-shadow: 0 34px 90px rgba(2, 17, 30, 0.4);
}

.hero-dpe-card::after {
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(254, 148, 61, 0.22);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.hero-dpe-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.hero-dpe-card .card-label {
  max-width: 290px;
  margin: 4px 0 0;
  color: var(--orange);
}

.dpe-badge {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--blue-night);
  background: var(--orange);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.hero-dpe-card h2 {
  position: relative;
  z-index: 1;
  max-width: 430px;
  margin: 38px 0 16px;
  font-size: clamp(2.15rem, 3.8vw, 3.45rem);
}

.hero-dpe-intro {
  position: relative;
  z-index: 1;
  max-width: 410px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.72);
}

.hero-dpe-route {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
}

.hero-dpe-route li {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: start;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-dpe-route li > span {
  color: var(--orange);
  font-family: var(--font-serif);
  font-size: 1.05rem;
}

.hero-dpe-route strong,
.hero-dpe-route small {
  display: block;
}

.hero-dpe-route strong {
  margin-bottom: 3px;
  color: var(--white);
  font-size: 0.92rem;
}

.hero-dpe-route small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  line-height: 1.45;
}

.hero-dpe-signature {
  position: relative;
  z-index: 1;
  margin: 28px 0 0;
  color: var(--white);
  font-family: var(--font-serif);
  font-size: 1.05rem;
}

.trust-strip {
  color: var(--white);
  background: var(--blue);
}

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

.trust-grid > div {
  display: flex;
  min-height: 112px;
  align-items: center;
  gap: 14px;
  padding: 22px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.trust-grid > div:last-child {
  border-right: 0;
}

.trust-grid strong {
  color: var(--orange);
  font-family: var(--font-serif);
  font-size: 2.5rem;
  line-height: 1;
}

.trust-grid span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.78rem;
  line-height: 1.4;
}

.passage-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 0 0 42px;
  color: var(--blue-deep);
}

.passage-rail::before {
  position: absolute;
  top: 17px;
  right: 8.33%;
  left: 8.33%;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), var(--blue));
  content: "";
}

.passage-rail span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  padding: 0 8px;
  text-align: center;
}

.passage-rail span::before {
  width: 34px;
  height: 34px;
  background: var(--paper);
  border: 7px solid var(--blue-soft);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--blue), 0 0 0 1px rgba(31, 71, 121, 0.1);
  content: "";
}

.passage-rail span:first-child::before {
  box-shadow: inset 0 0 0 2px var(--orange-deep), 0 0 0 1px rgba(232, 116, 39, 0.18);
}

.passage-rail small,
.passage-rail strong {
  display: block;
}

.passage-rail small {
  color: var(--orange-deep);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.passage-rail strong {
  font-size: 0.69rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.symptom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.symptom-card {
  min-height: 190px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.symptom-card > span {
  color: var(--orange-deep);
  font-size: 0.72rem;
  font-weight: 800;
}

.symptom-card p {
  max-width: 330px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.18rem, 1.9vw, 1.48rem);
  line-height: 1.3;
}

.turning-point {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 22px;
  max-width: 820px;
  margin: 36px auto 0;
  padding: 26px 30px;
  color: var(--white);
  background: var(--blue);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.turning-point p {
  margin: 0;
  font-size: 1.08rem;
}

.turning-point-mark {
  color: var(--orange);
  font-size: 2rem;
}

.network-callout {
  display: grid;
  grid-template-columns: minmax(180px, 0.65fr) minmax(280px, 1.2fr) minmax(260px, 1fr);
  align-items: center;
  gap: 34px;
  margin-top: 54px;
  padding: 30px 34px;
  background: var(--sand);
  border: 1px solid rgba(217, 121, 43, 0.22);
  border-radius: var(--radius-md);
}

.network-callout .card-label,
.network-callout h3,
.network-callout p {
  margin-bottom: 0;
}

.network-callout h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 2.4vw, 1.9rem);
}

.network-callout > p:last-child {
  color: var(--ink-soft);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(23, 33, 43, 0.2);
  border-bottom: 1px solid rgba(23, 33, 43, 0.2);
}

.value-card {
  min-height: 260px;
  padding: 32px 26px;
  border-right: 1px solid rgba(23, 33, 43, 0.18);
}

.value-card:last-child {
  border-right: 0;
}

.value-number {
  display: block;
  margin-bottom: 48px;
  color: var(--orange-deep);
  font-size: 0.72rem;
  font-weight: 800;
}

.value-card h3 {
  font-family: var(--font-serif);
}

.value-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.split-heading {
  display: grid;
  max-width: none;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 60px;
}

.split-heading h2 {
  margin-bottom: 0;
}

.accent-statement {
  margin-bottom: 10px;
  padding-left: 28px;
  color: var(--orange-deep);
  border-left: 2px solid var(--orange);
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  line-height: 1.15;
}

.method-section {
  position: relative;
  overflow: hidden;
}

.method-section::before {
  position: absolute;
  top: -180px;
  right: -220px;
  width: 680px;
  height: 680px;
  background: radial-gradient(circle, rgba(31, 71, 121, 0.72), rgba(31, 71, 121, 0) 68%);
  content: "";
  pointer-events: none;
}

.method-section .shell {
  position: relative;
  z-index: 1;
}

.method-section .accent-statement {
  color: #fff;
  font-weight: 720;
}

.method-heading-main {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.method-picto {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  margin-top: 4px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
}

.method-intro {
  max-width: 810px;
  margin: -10px 0 64px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.12rem;
}

.dpe-definition {
  display: grid;
  grid-template-columns: minmax(180px, 0.38fr) minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  margin: -30px 0 64px;
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
}

.dpe-definition .card-label,
.dpe-definition p {
  margin-bottom: 0;
}

.dpe-definition .card-label {
  color: var(--orange);
}

.dpe-definition p:last-child {
  color: var(--white);
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.4;
}

.dpe-cycles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 48px;
}

.dpe-cycles article {
  padding: 28px 30px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
}

.dpe-cycles .card-label {
  color: var(--orange);
}

.dpe-cycles h3 {
  color: var(--white);
  font-family: var(--font-serif);
}

.dpe-cycles p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.66);
}

.method-engine-label {
  margin-bottom: 28px;
  color: var(--white);
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
}

.method-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.method-route::before {
  position: absolute;
  top: 30px;
  right: 16.66%;
  left: 16.66%;
  height: 1px;
  background: var(--line-light);
  content: "";
}

.method-step {
  position: relative;
  padding: 0 12px;
}

.step-dot {
  position: relative;
  z-index: 1;
  display: grid;
  width: 60px;
  height: 60px;
  margin-bottom: 34px;
  place-items: center;
  color: var(--blue-night);
  background: var(--orange);
  border: 10px solid var(--blue-night);
  border-radius: 50%;
  box-sizing: content-box;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 700;
}

.method-step p:last-child {
  color: rgba(255, 255, 255, 0.66);
}

.method-step .step-kicker {
  color: var(--orange);
}

.method-step .step-deliverable {
  margin-top: 22px;
  padding: 18px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-sm);
  font-size: 0.86rem;
}

.method-step .step-deliverable strong {
  color: var(--white);
}

.method-output {
  margin-top: 70px;
}

.method-output > .card-label {
  margin-bottom: 16px;
  color: var(--orange);
}

.method-output-intro {
  max-width: 800px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.68);
}

.value-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-md);
}

.value-mini-grid div {
  min-height: 150px;
  padding: 26px 24px;
  border-right: 1px solid var(--line-light);
}

.value-mini-grid div:last-child {
  border-right: 0;
}

.value-mini-grid strong,
.value-mini-grid span {
  display: block;
}

.value-mini-grid strong {
  margin-bottom: 12px;
  color: var(--white);
  font-family: var(--font-serif);
  font-size: 1.18rem;
}

.value-mini-grid span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  line-height: 1.5;
}

.method-manifesto {
  max-width: 940px;
  margin: 32px auto 0;
  padding: 32px 38px;
  color: var(--white);
  background: var(--blue);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
}

.method-manifesto p {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 2.2vw, 1.9rem);
  line-height: 1.35;
}

.method-manifesto strong {
  color: var(--orange);
}

.panorama-card {
  display: block;
  margin-bottom: 24px;
  color: var(--white);
  background: var(--blue);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.panorama-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 36px;
  cursor: pointer;
  list-style: none;
}

.panorama-summary::-webkit-details-marker,
.scan-library-summary::-webkit-details-marker,
.scan-card summary::-webkit-details-marker,
.discovery-note summary::-webkit-details-marker,
.duo-more summary::-webkit-details-marker,
.secret-signature summary::-webkit-details-marker {
  display: none;
}

.panorama-summary p:last-child {
  max-width: 750px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.panorama-index {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  color: var(--orange);
  border: 1px solid rgba(254, 148, 61, 0.6);
  border-radius: 50%;
  font-family: var(--font-serif);
  font-size: 1.5rem;
}

.panorama-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: var(--blue-night);
  background: var(--orange);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.panorama-note i,
.scan-open i,
.discovery-note summary i,
.duo-more summary i {
  font-style: normal;
  transition: transform 180ms ease;
}

.panorama-card[open] .panorama-note i,
.scan-library[open] .scan-library-summary i,
.scan-card[open] .scan-open i,
.discovery-note[open] summary i,
.duo-more[open] summary i {
  transform: rotate(45deg);
}

.scan-library {
  margin-top: 26px;
}

.scan-library-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 24px;
  color: var(--white);
  background: var(--blue);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 28px rgba(31, 71, 121, 0.1);
  cursor: pointer;
  list-style: none;
}

.scan-library-summary span {
  display: grid;
  gap: 3px;
}

.scan-library-summary strong {
  font-size: 1rem;
}

.scan-library-summary small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  line-height: 1.45;
}

.scan-library-summary i {
  flex: 0 0 auto;
  color: var(--orange);
  font-style: normal;
  font-size: 1.55rem;
  transition: transform 180ms ease;
}

.scan-library[open] .scan-library-summary {
  margin-bottom: 18px;
}

.panorama-card .card-label {
  color: rgba(255, 255, 255, 0.6);
}

.scan-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.scan-card {
  min-height: 290px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(31, 71, 121, 0.14);
  border-radius: var(--radius-md);
  box-shadow: 0 14px 34px rgba(31, 71, 121, 0.05);
  overflow: hidden;
}

.scan-card:nth-child(1),
.scan-card:nth-child(2) {
  grid-column: span 3;
}

.scan-card:nth-child(n + 3) {
  grid-column: span 2;
}

.scan-index {
  display: block;
  margin-bottom: 42px;
  color: var(--blue);
  font-family: var(--font-serif);
  font-size: 1.6rem;
}

.scan-card > summary {
  display: flex;
  min-height: 290px;
  flex-direction: column;
  padding: 28px;
  cursor: pointer;
  list-style: none;
}

.scan-card[open] {
  grid-column: 1 / -1 !important;
  background: var(--white);
  border-color: rgba(31, 71, 121, 0.34);
  box-shadow: var(--shadow);
}

.scan-card[open] > summary {
  min-height: auto;
  border-bottom: 1px solid var(--line);
}

.scan-open {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 18px;
  margin-top: auto;
  color: var(--blue);
  border-top: 1px solid var(--line);
  font-size: 0.76rem;
  font-weight: 750;
}

.scan-detail {
  padding: 30px 32px 32px;
}

.scan-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.scan-detail-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-family: var(--font-serif);
  font-size: 1.15rem;
}

.scan-detail-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.scan-format {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  font-size: 0.78rem;
}

.scan-format strong {
  flex: 0 0 auto;
  color: var(--blue);
}

.scan-detail-panorama {
  background: rgba(7, 26, 45, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.scan-detail-panorama .scan-detail-grid strong,
.scan-detail-panorama .scan-format strong {
  color: var(--orange);
}

.scan-detail-panorama .scan-detail-grid p,
.scan-detail-panorama .scan-format {
  color: rgba(255, 255, 255, 0.72);
}

.scan-detail-panorama .scan-format {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.discovery-note,
.duo-more {
  margin-top: 30px;
  border: 1px solid rgba(31, 71, 121, 0.2);
  border-radius: var(--radius-md);
}

.discovery-note summary,
.duo-more summary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  color: var(--blue);
  cursor: pointer;
  font-weight: 750;
  list-style: none;
}

.discovery-note summary i,
.duo-more summary i {
  margin-left: auto;
}

.discovery-note > p {
  max-width: 900px;
  padding: 0 24px 24px 58px;
  margin: 0;
  color: var(--ink-soft);
}

.discovery-compass {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--blue-night);
  background: var(--orange);
  border-radius: 50%;
  font-size: 0.72rem;
}

.scan-card h3 {
  font-family: var(--font-serif);
}

.scan-introduction {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  align-items: start;
  gap: 34px;
  margin: 40px 0 26px;
  padding: 36px;
  color: var(--white);
  background: var(--blue);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.scan-introduction .card-label {
  color: rgba(255, 255, 255, 0.6);
}

.scan-introduction h3 {
  margin-bottom: 0;
  color: var(--white);
  font-family: var(--font-serif);
}

.scan-introduction p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.scan-axis-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 18px;
  padding: 0;
  list-style: none;
}

.scan-axis-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 760;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

.scan-axis-list li::before {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  background: var(--orange);
  border-radius: 50%;
  content: "";
}

.scan-card > p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.cases-heading,
.duo-heading,
.offers-heading {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: end;
  gap: 70px;
}

.cases-heading h2,
.duo-heading h2,
.offers-heading h2 {
  margin-bottom: 0;
}

.cases-heading > p,
.offers-heading > p {
  margin-bottom: 8px;
}

.case-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.case-card {
  min-width: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  transition: box-shadow 180ms ease, border-color 180ms ease;
}

.case-card:has(details[open]) {
  border-color: rgba(31, 71, 121, 0.35);
  box-shadow: var(--shadow);
}

.case-card summary {
  position: relative;
  display: block;
  min-height: 380px;
  padding: 32px;
  cursor: pointer;
  list-style: none;
}

.case-card summary::-webkit-details-marker,
.options-panel summary::-webkit-details-marker,
.faq-list summary::-webkit-details-marker {
  display: none;
}

.case-topline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 46px;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-topline span {
  color: var(--orange-deep);
}

.case-card h3 {
  max-width: 520px;
  margin-bottom: 20px;
  font-family: var(--font-serif);
  font-size: clamp(1.65rem, 3vw, 2.4rem);
}

.case-card summary > p {
  max-width: 520px;
  color: var(--ink-soft);
}

.case-shift {
  display: block;
  max-width: 520px;
  margin-top: 26px;
  padding-left: 16px;
  color: var(--blue);
  border-left: 2px solid var(--orange);
  font-size: 0.9rem;
  font-weight: 750;
}

.open-label {
  position: absolute;
  right: 28px;
  bottom: 26px;
  left: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  color: var(--blue);
  border-top: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 750;
}

.open-label i,
.options-panel summary i,
.faq-list summary i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
  font-style: normal;
  transition: transform 180ms ease;
}

.case-card details[open] .open-label i,
.options-panel[open] summary i,
.faq-list details[open] summary i {
  transform: rotate(45deg);
}

.case-card details[open] summary {
  min-height: auto;
  padding-bottom: 80px;
}

.case-card details[open] .open-label span {
  font-size: 0;
}

.case-card details[open] .open-label span::after {
  font-size: 0.78rem;
  content: "Refermer";
}

.case-detail {
  display: block;
  padding: 8px 32px 42px;
  border-top: 1px solid var(--line);
}

.case-detail p,
.case-detail blockquote {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.case-detail p {
  color: var(--ink-soft);
}

.case-detail blockquote {
  margin-top: 20px;
  margin-bottom: 34px;
  padding: 30px 34px;
  color: var(--white);
  background: var(--blue);
  border-radius: var(--radius-md);
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.35;
}

.case-outcome {
  padding: 22px;
  color: var(--ink) !important;
  background: var(--sand);
  border-radius: var(--radius-sm);
  font-weight: 650;
}

.duo-section {
  position: relative;
  overflow: hidden;
}

.duo-section::before {
  position: absolute;
  top: -330px;
  left: -260px;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  content: "";
}

.duo-heading {
  grid-template-columns: 1fr;
}

.duo-photo {
  position: relative;
  max-width: 560px;
  aspect-ratio: 16 / 9;
  margin: -10px auto 46px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow: 0 28px 70px rgba(3, 16, 29, 0.34);
}

.duo-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(11, 35, 61, 0.18));
  content: "";
  pointer-events: none;
}

.duo-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  transform: scale(1.08);
  transform-origin: 32% 18%;
}

.duo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.person-card {
  min-height: 520px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-lg);
}

.person-mark {
  display: grid;
  width: 76px;
  height: 76px;
  margin-bottom: 46px;
  place-items: center;
  color: var(--blue-night);
  background: var(--orange);
  border-radius: 50%;
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 700;
}

.person-mark-alt {
  color: var(--white);
  background: var(--blue);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.person-card .card-label {
  color: var(--orange);
}

.person-copy p {
  color: rgba(255, 255, 255, 0.68);
}

.person-copy p:last-child {
  margin-bottom: 0;
}

.duo-story {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  margin-top: 56px;
  padding-top: 48px;
  border-top: 1px solid var(--line-light);
}

.duo-story p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
}

.duo-story strong {
  color: var(--white);
}

.duo-more {
  border-color: var(--line-light);
}

.duo-more summary {
  color: rgba(255, 255, 255, 0.78);
}

.duo-more-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line-light);
}

.duo-more-grid > div {
  padding: 28px;
  border-right: 1px solid var(--line-light);
}

.duo-more-grid > div:last-child {
  border-right: 0;
}

.duo-more-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--orange);
  font-family: var(--font-serif);
  font-size: 1.1rem;
}

.duo-more-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.85rem;
}

.duo-principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 36px;
  overflow: hidden;
  color: var(--orange);
  border: 1px solid var(--line-light);
  border-radius: 999px;
}

.duo-principles span {
  padding: 12px 14px;
  border-right: 1px solid var(--line-light);
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.duo-principles span:last-child {
  border-right: 0;
}

.entry-offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  margin-bottom: 42px;
  padding: 26px 30px;
  color: var(--white);
  background: var(--blue-night);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.entry-offer-index {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--orange);
  border: 1px solid rgba(254, 148, 61, 0.52);
  border-radius: 50%;
  font-family: var(--font-serif);
  font-size: 1.25rem;
}

.entry-offer .card-label {
  margin-bottom: 7px;
  color: var(--orange);
}

.entry-offer h3 {
  margin-bottom: 8px;
  font-family: var(--font-serif);
}

.entry-offer p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
}

.entry-offer-action {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 12px;
}

.entry-offer-action strong {
  color: var(--orange);
  font-family: var(--font-serif);
  font-size: 1.55rem;
}

.paid-offers-intro {
  max-width: 880px;
  margin: 56px 0 34px;
}

.paid-offers-intro .eyebrow {
  margin-bottom: 14px;
}

.paid-offers-intro h3 {
  margin-bottom: 12px;
  color: var(--blue-night);
  font-family: var(--font-serif);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.paid-offers-intro p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--ink-soft);
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.offer-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 640px;
  flex-direction: column;
  padding: 34px;
  background: var(--white);
  border: 1px solid rgba(23, 33, 43, 0.12);
  border-radius: var(--radius-lg);
}

.offer-featured {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: var(--shadow);
  transform: translateY(-18px);
}

.featured-label {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 10px;
  color: var(--blue-night);
  background: var(--orange);
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-card h3 {
  margin-bottom: 6px;
  font-family: var(--font-serif);
  font-size: 2rem;
}

.offer-subtitle {
  min-height: 28px;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.offer-featured .offer-subtitle,
.offer-featured > p:not(.price):not(.offer-level) {
  color: rgba(255, 255, 255, 0.72);
}

.price {
  margin: 24px 0 28px;
  color: var(--blue);
  font-family: var(--font-serif);
  font-size: clamp(2.35rem, 4vw, 3.5rem);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1;
}

.offer-featured .price,
.offer-featured .offer-level {
  color: var(--white);
}

.price small {
  display: block;
  margin-top: 8px;
  color: var(--ink-soft);
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-transform: uppercase;
}

.offer-featured .price small {
  color: rgba(255, 255, 255, 0.58);
}

.offer-card > p:not(.offer-level):not(.offer-subtitle):not(.price) {
  color: var(--ink-soft);
}

.offer-featured .offer-subtitle,
.offer-featured > p:not(.offer-level):not(.offer-subtitle):not(.price) {
  color: rgba(255, 255, 255, 0.86);
}

.offer-card .price-detail {
  margin: -10px 0 26px;
  padding: 12px 14px;
  color: var(--blue) !important;
  background: var(--blue-soft);
  border-radius: var(--radius-sm);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
}

.price-monthly {
  font-size: clamp(2.15rem, 3.4vw, 3.05rem);
}

.offer-card ul {
  padding: 20px 0 0;
  margin: 16px 0 34px;
  border-top: 1px solid var(--line);
  list-style: none;
}

.offer-card li {
  position: relative;
  padding: 7px 0 7px 20px;
  font-size: 0.9rem;
}

.offer-card li::before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--orange);
  border-radius: 50%;
  content: "";
}

.offer-featured ul {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.offer-card > .text-link,
.offer-card > .button {
  margin-top: auto;
}

.options-panel {
  margin-top: 42px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.options-panel summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 32px;
  cursor: pointer;
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 650;
  list-style: none;
}

.options-panel summary small {
  display: block;
  margin-bottom: 4px;
  color: var(--orange-deep);
  font-family: var(--font-sans);
  font-size: 0.67rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  padding: 0 32px 26px;
  border-top: 1px solid var(--line);
}

.option-grid article {
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.option-grid article:nth-child(2n) {
  border-right: 0;
}

.option-grid article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.option-grid h3 {
  font-size: 1.18rem;
}

.option-grid p {
  margin-bottom: 12px;
  color: var(--ink-soft);
}

.option-grid strong {
  color: var(--blue);
  font-size: 0.84rem;
}

.options-note {
  margin: 0 32px 30px;
  padding: 16px 20px;
  color: var(--ink-soft);
  background: var(--sand);
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
}

.delivery-note {
  margin: 0 32px 30px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.delivery-note p {
  margin-bottom: 5px;
  color: var(--ink);
}

.delivery-note small {
  display: block;
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.55;
}

.first-step-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: clamp(56px, 9vw, 120px);
}

.first-step-copy {
  position: sticky;
  top: calc(var(--header-height) + 40px);
}

.large-copy {
  color: var(--blue);
  font-family: var(--font-serif);
  font-size: 1.45rem;
  line-height: 1.4;
}

.boarding-route {
  padding: 0;
  margin: 0;
  list-style: none;
}

.boarding-route li {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  padding-bottom: 56px;
}

.boarding-route li::before {
  position: absolute;
  top: 56px;
  bottom: 2px;
  left: 28px;
  width: 1px;
  background: var(--line);
  content: "";
}

.boarding-route li:last-child::before {
  display: none;
}

.boarding-route li > span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: var(--blue-night);
  background: var(--orange);
  border-radius: 50%;
  font-size: 0.76rem;
  font-weight: 800;
}

.boarding-route h3 {
  margin: 4px 0 10px;
}

.boarding-route p {
  margin: 0;
  color: var(--ink-soft);
}

.boarding-action {
  margin-top: 14px;
}

.boarding-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 42px;
  margin-top: 30px;
  padding: 38px 42px;
  color: var(--white);
  background: var(--blue);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.boarding-card h3 {
  font-family: var(--font-serif);
  font-size: 2rem;
}

.boarding-card p {
  max-width: 690px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.boarding-card .card-label {
  color: var(--orange);
}

.questionnaire-section {
  position: relative;
  overflow: hidden;
}

.questionnaire-section::before {
  position: absolute;
  top: -240px;
  right: -240px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(254, 148, 61, 0.16);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.questionnaire-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(42px, 7vw, 90px);
}

.questionnaire-intro {
  position: sticky;
  top: calc(var(--header-height) + 38px);
}

.questionnaire-intro h2 {
  font-size: clamp(2.35rem, 4.5vw, 4.2rem);
}

.questionnaire-intro > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.questionnaire-promises {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.questionnaire-promises span {
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line-light);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
}

.questionnaire-intro .questionnaire-privacy {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
}

.esoya-questionnaire,
.quiz-result {
  min-width: 0;
  padding: clamp(28px, 4.5vw, 48px);
  color: var(--ink);
  background: var(--paper);
  border-radius: var(--radius-lg);
  box-shadow: 0 32px 90px rgba(1, 12, 22, 0.32);
}

.quiz-progress {
  margin-bottom: 42px;
}

.quiz-progress > div:first-child {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
  color: var(--ink-soft);
  font-size: 0.72rem;
}

.quiz-progress strong {
  color: var(--blue);
}

.quiz-progress-track {
  height: 5px;
  overflow: hidden;
  background: var(--blue-soft);
  border-radius: 999px;
}

.quiz-progress-track span {
  display: block;
  width: 14.285%;
  height: 100%;
  background: linear-gradient(90deg, var(--orange), var(--orange-deep));
  border-radius: inherit;
  transition: width 240ms ease;
}

.quiz-step {
  display: block;
}

.js .quiz-step {
  display: none;
}

.js .quiz-step.is-active {
  display: block;
  animation: quiz-in 220ms ease both;
}

@keyframes quiz-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

.quiz-step-number {
  margin-bottom: 10px;
  color: var(--orange-deep);
  font-family: var(--font-serif);
  font-size: 1.35rem;
}

.quiz-step h3 {
  max-width: 680px;
  margin-bottom: 28px;
  color: var(--blue-night);
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3.2vw, 2.65rem);
}

.quiz-step label,
.quiz-step legend {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 700;
}

.quiz-step label {
  display: block;
  margin-bottom: 22px;
}

.quiz-step input[type="text"],
.quiz-step textarea,
.quiz-step select {
  width: 100%;
  margin-top: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(31, 71, 121, 0.25);
  border-radius: 11px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.quiz-step textarea {
  resize: vertical;
}

.quiz-step input[type="text"]:focus,
.quiz-step textarea:focus,
.quiz-step select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(31, 71, 121, 0.12);
}

.quiz-step fieldset {
  padding: 0;
  margin: 0 0 22px;
  border: 0;
}

.quiz-step legend {
  margin-bottom: 12px;
}

.field-grid {
  display: grid;
  gap: 16px;
}

.field-grid.two-cols {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.choice-grid label,
.rating-row label {
  position: relative;
  margin: 0;
  cursor: pointer;
}

.choice-grid input,
.rating-row input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-grid label span,
.rating-row label span {
  display: flex;
  min-height: 52px;
  align-items: center;
  padding: 10px 13px;
  color: var(--ink-soft);
  background: var(--white);
  border: 1px solid rgba(31, 71, 121, 0.18);
  border-radius: 11px;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.35;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.choice-grid input:checked + span,
.rating-row input:checked + span {
  color: var(--blue-night);
  background: rgba(254, 148, 61, 0.16);
  border-color: var(--orange-deep);
}

.choice-grid input:focus-visible + span,
.rating-row input:focus-visible + span {
  outline: 3px solid rgba(31, 71, 121, 0.24);
  outline-offset: 2px;
}

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

.stage-choices label span {
  min-height: 116px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
}

.stage-choices strong {
  color: var(--blue-night);
  font-size: 0.9rem;
}

.stage-choices small {
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 550;
  line-height: 1.45;
}

.choice-counter {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 0.72rem;
}

.function-ratings {
  display: grid;
  gap: 20px;
}

.function-ratings fieldset {
  padding-bottom: 20px;
  margin: 0;
  border-bottom: 1px solid var(--line);
}

.function-ratings legend {
  width: 100%;
}

.axis-name,
.axis-statement {
  display: block;
}

.axis-name {
  margin-bottom: 4px;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.axis-statement {
  font-weight: 700;
  line-height: 1.5;
}

.rating-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.rating-row label span {
  min-height: 58px;
  justify-content: center;
  padding: 8px;
  text-align: center;
  font-size: 0.68rem;
}

.quiz-helper {
  margin: -16px 0 26px;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.field-optional {
  color: var(--ink-soft);
  font-size: 0.68rem;
  font-weight: 600;
}

.micro-insight {
  margin: 28px 0 0;
  padding: 17px 18px;
  color: var(--ink-soft);
  background: var(--sand);
  border-left: 3px solid var(--orange);
  border-radius: 0 11px 11px 0;
  font-size: 0.8rem;
}

.micro-insight span {
  display: block;
  margin-bottom: 4px;
  color: var(--blue);
  font-weight: 800;
}

.quiz-error {
  min-height: 24px;
  margin: 22px 0 0;
  color: #a43d25;
  font-size: 0.8rem;
  font-weight: 700;
}

.quiz-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 18px;
  margin-top: 4px;
  border-top: 1px solid var(--line);
}

.quiz-back,
.quiz-copy,
.quiz-restart,
.quiz-transmit-link {
  padding: 12px 0;
  color: var(--blue);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 750;
}

.quiz-transmit-link {
  margin-top: 8px;
}

.quiz-transmit-link:hover,
.quiz-transmit-link:focus-visible {
  color: var(--orange-deep);
}

.quiz-back:disabled {
  opacity: 0.35;
  cursor: default;
}

.quiz-result {
  grid-column: 2;
}

.quiz-result h2 {
  color: var(--blue-night);
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.quiz-result > p:not(.eyebrow) {
  color: var(--ink-soft);
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0;
}

.result-grid > div {
  padding: 18px;
  background: var(--blue-soft);
  border-radius: var(--radius-sm);
}

.result-grid small,
.result-grid strong {
  display: block;
}

.result-grid small {
  margin-bottom: 7px;
  color: var(--ink-soft);
  font-size: 0.67rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.result-grid strong {
  color: var(--blue);
  font-family: var(--font-serif);
  font-size: 1.12rem;
  line-height: 1.35;
}

.result-direction {
  display: grid;
  gap: 12px;
}

.result-direction p {
  margin: 0;
}

.result-direction span {
  display: block;
  margin-bottom: 3px;
  color: var(--ink-soft);
  font-size: 0.68rem;
  font-weight: 750;
}

.result-direction strong {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 700;
}

.result-reading {
  padding: 22px;
  margin-bottom: 16px;
  color: var(--white);
  background: var(--blue);
  border-radius: var(--radius-sm);
}

.result-reading strong {
  display: block;
  margin-bottom: 8px;
  color: var(--orange-light);
  font-size: 0.72rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.result-reading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.65;
}

.result-note {
  padding: 18px 20px;
  margin-bottom: 28px;
  color: var(--ink-soft);
  background: var(--sand);
  border-left: 3px solid var(--orange);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.result-note strong {
  color: var(--blue);
}

.result-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.result-cta-note {
  margin: 10px 0 2px;
  color: var(--ink-soft) !important;
  font-size: 0.74rem;
}

.result-secondary-actions {
  margin-top: 8px;
}

.result-reception {
  width: 100%;
  padding: 18px 20px;
  margin: 22px 0 18px;
  color: var(--blue-night);
  background: rgba(226, 239, 232, 0.92);
  border: 1px solid rgba(39, 111, 73, 0.28);
  border-left: 4px solid #276f49;
  border-radius: var(--radius-sm);
}

.result-reception strong {
  display: block;
  margin-bottom: 4px;
}

.result-reception p {
  margin: 0;
  color: var(--ink-soft) !important;
  font-size: 0.875rem;
  line-height: 1.55;
}

.boussole-transmission {
  width: 100%;
  padding: 24px;
  margin-top: 24px;
  background: var(--blue-soft);
  border: 1px solid rgba(31, 71, 121, 0.18);
  border-radius: var(--radius-sm);
}

.boussole-identity {
  margin-top: 28px;
}

.boussole-transmission[hidden] {
  display: none;
}

.transmission-heading {
  margin-bottom: 20px;
}

.transmission-heading strong {
  display: block;
  margin-bottom: 6px;
  color: var(--blue-night);
  font-family: var(--font-serif);
  font-size: 1.25rem;
}

.transmission-heading p,
.transmission-practical {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.875rem;
  line-height: 1.55;
}

.boussole-transmission label:not(.transmission-consent):not(.transmission-honeypot) {
  display: block;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 750;
}

.boussole-transmission input[type="text"],
.boussole-transmission input[type="email"] {
  width: 100%;
  padding: 12px 13px;
  margin-top: 7px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(31, 71, 121, 0.25);
  border-radius: 10px;
  outline: none;
}

.boussole-transmission input[type="text"]:focus,
.boussole-transmission input[type="email"]:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(31, 71, 121, 0.12);
}

.transmission-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  margin: 18px 0 4px;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.5;
}

.transmission-consent a {
  color: var(--blue);
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.transmission-consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--orange-deep);
}

.transmission-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.transmission-status {
  min-height: 22px;
  margin: 12px 0 4px;
  color: var(--blue);
  font-size: 0.875rem;
  font-weight: 750;
}

.transmission-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 8px;
}

.transmission-actions .button:disabled {
  opacity: 0.62;
  cursor: wait;
}

.transmission-practical {
  margin-top: 16px;
}

.quiz-result .button-row {
  gap: 16px;
}

.copy-status {
  min-height: 22px;
  margin: 14px 0 0;
  color: var(--blue) !important;
  font-size: 0.76rem;
  font-weight: 700;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 80px;
}

.faq-list details {
  border-bottom: 1px solid rgba(31, 71, 121, 0.2);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  cursor: pointer;
  font-weight: 750;
  list-style: none;
}

.faq-list p {
  max-width: 680px;
  padding: 0 44px 24px 0;
  margin: 0;
  color: var(--ink-soft);
}

.closing-section {
  position: relative;
  overflow: hidden;
  padding: clamp(95px, 12vw, 160px) 0;
}

.closing-section::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 840px;
  height: 840px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.closing-inner {
  position: relative;
  z-index: 1;
  max-width: 850px;
  text-align: center;
}

.closing-inner .eyebrow {
  justify-content: center;
}

.closing-inner p:not(.eyebrow) {
  max-width: 690px;
  margin: 0 auto 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
}

.closing-signature {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 14px;
  margin: 40px auto 30px;
}

.closing-logo {
  width: 250px;
  height: 54px;
}

.closing-signature strong {
  color: var(--orange);
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  letter-spacing: 0.02em;
}

.site-footer {
  padding: 60px 0 26px;
  color: var(--white);
  background: #071a2d;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 44px;
}

.brand-footer {
  margin-bottom: 18px;
}

.brand-logo-footer {
  width: 196px;
  height: 42px;
}

.footer-grid p {
  color: rgba(255, 255, 255, 0.6);
}

.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.footer-grid strong {
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-grid a,
.footer-button {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
}

.footer-button {
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.footer-grid a:hover,
.footer-button:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 32px;
  margin-top: 52px;
  color: rgba(255, 255, 255, 0.42);
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.68rem;
}

.secret-signature {
  position: relative;
  color: rgba(255, 255, 255, 0.48);
}

.secret-signature summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  list-style: none;
}

.secret-signature summary img {
  width: 22px;
  height: 22px;
  object-fit: cover;
  border-radius: 50%;
  filter: grayscale(0.35);
  opacity: 0.75;
}

.secret-signature p {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  width: min(310px, 75vw);
  padding: 16px 18px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  background: var(--blue-night);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-sm);
  box-shadow: 0 18px 40px rgba(1, 10, 18, 0.35);
  font-size: 0.78rem;
}

.secret-signature em,
.secret-signature strong {
  color: var(--orange);
}

.subpage-main {
  min-height: 70vh;
  padding-top: var(--header-height);
}

.subpage-hero {
  padding: clamp(74px, 10vw, 126px) 0 clamp(58px, 7vw, 90px);
  color: var(--white);
  background:
    radial-gradient(circle at 84% 22%, rgba(254, 148, 61, 0.2), transparent 24rem),
    linear-gradient(138deg, var(--blue-night), var(--blue-deep));
}

.subpage-hero .section-heading {
  margin-bottom: 0;
}

.subpage-hero h1 {
  max-width: 920px;
  margin-bottom: 20px;
  font-size: clamp(2.7rem, 6.2vw, 5.4rem);
  line-height: 0.98;
}

.subpage-hero p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
}

.subpage-section {
  padding: clamp(64px, 8vw, 108px) 0;
}

.subpage-section + .subpage-section {
  border-top: 1px solid var(--line);
}

.contact-grid,
.legal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(290px, 0.9fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
}

.contact-panel,
.legal-panel {
  padding: clamp(28px, 4vw, 44px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.contact-panel h2,
.legal-content h2 {
  margin-bottom: 16px;
  font-size: clamp(1.85rem, 3.7vw, 3.1rem);
}

.contact-panel p,
.legal-content p,
.legal-content li {
  color: var(--ink-soft);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-facts {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.contact-facts li {
  padding: 16px 18px;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 12px;
  font-weight: 650;
}

.territory-card {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 5vw, 52px);
  color: var(--white);
  background: var(--blue);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.territory-card::after {
  position: absolute;
  width: 220px;
  height: 220px;
  right: -80px;
  bottom: -100px;
  background: rgba(254, 148, 61, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
}

.territory-card p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.78);
}

.territory-card strong {
  color: var(--orange);
}

.legal-content {
  max-width: 900px;
}

.legal-content section + section {
  padding-top: 38px;
  margin-top: 38px;
  border-top: 1px solid var(--line);
}

.legal-content h3 {
  margin-top: 30px;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 1.15rem;
}

.legal-content a,
.contact-panel a:not(.button) {
  color: var(--blue);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(254, 148, 61, 0.75);
  text-underline-offset: 3px;
}

.legal-note {
  padding: 18px 20px;
  color: var(--ink-soft);
  background: var(--sand);
  border-left: 4px solid var(--orange);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1040px) {
  .header-inner {
    gap: 18px;
  }

  .brand-logo {
    width: 145px;
  }

  .main-nav {
    gap: 16px;
  }

  .main-nav a {
    font-size: 0.75rem;
  }

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

  .hero-dpe-card {
    max-width: 700px;
  }

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

  .trust-grid > div:nth-child(2) {
    border-right: 0;
  }

  .trust-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

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

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

  .value-mini-grid div:nth-child(even) {
    border-right: 0;
  }

  .value-mini-grid div:nth-child(-n + 4) {
    border-bottom: 1px solid var(--line-light);
  }

  .value-mini-grid div:last-child {
    grid-column: 1 / -1;
    border-right: 0;
  }

  .value-card:nth-child(2) {
    border-right: 0;
  }

  .value-card:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(23, 33, 43, 0.18);
  }

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

  .offer-card {
    min-height: auto;
  }

  .offer-featured {
    transform: none;
  }

  .entry-offer {
    grid-template-columns: 1fr;
  }

  .entry-offer-action {
    grid-column: auto;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
}

@media (max-width: 860px) {
  :root {
    --header-height: 68px;
  }

  .shell {
    width: min(calc(100% - 34px), var(--shell));
  }

  .header-inner {
    gap: 14px;
  }

  .header-cta {
    margin-left: auto;
  }

  .menu-button {
    display: block;
    order: 3;
  }

  .main-nav {
    position: absolute;
    top: var(--header-height);
    right: 16px;
    left: 16px;
    display: none;
    padding: 18px;
    background: rgba(11, 35, 61, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    box-shadow: 0 24px 50px rgba(3, 16, 29, 0.35);
  }

  .main-nav.is-open {
    display: grid;
  }

  .main-nav a {
    padding: 9px 8px;
    font-size: 0.88rem;
  }

  .split-heading,
  .cases-heading,
  .duo-heading,
  .offers-heading,
  .network-callout,
  .first-step-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .accent-statement {
    margin: 0;
  }

  .passage-rail {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .passage-rail::before {
    display: none;
  }

  .passage-rail span {
    align-items: flex-start;
    gap: 4px;
    padding: 15px 16px;
    text-align: left;
    background: var(--blue-soft);
    border: 1px solid rgba(31, 71, 121, 0.12);
    border-radius: var(--radius-sm);
  }

  .passage-rail span::before {
    display: none;
  }

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

  .method-route {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .method-route::before {
    top: 30px;
    right: auto;
    bottom: 30px;
    left: 42px;
    width: 1px;
    height: auto;
  }

  .dpe-definition {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .method-step {
    padding-left: 92px;
  }

  .step-dot {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }

  .panorama-summary {
    grid-template-columns: 70px 1fr;
  }

  .panorama-note {
    grid-column: 2;
    justify-self: start;
  }

  .scan-card:nth-child(1),
  .scan-card:nth-child(2),
  .scan-card:nth-child(n + 3) {
    grid-column: span 3;
  }

  .scan-detail-grid,
  .duo-more-grid {
    grid-template-columns: 1fr;
  }

  .dpe-cycles,
  .scan-introduction {
    grid-template-columns: 1fr;
  }

  .duo-more-grid > div {
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .duo-more-grid > div:last-child {
    border-bottom: 0;
  }

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

  .case-card:has(details[open]) {
    grid-column: auto;
  }

  .case-detail {
    grid-template-columns: 1fr;
  }

  .case-detail blockquote {
    grid-column: auto;
  }

  .duo-story {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .duo-principles {
    grid-template-columns: repeat(2, 1fr);
    border-radius: var(--radius-md);
  }

  .duo-principles span:nth-child(2) {
    border-right: 0;
  }

  .duo-principles span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-light);
  }

  .first-step-copy {
    position: static;
  }

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

  .questionnaire-shell {
    grid-template-columns: 1fr;
  }

  .questionnaire-intro {
    position: static;
  }

  .quiz-result {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 15px;
  }

  .section {
    padding: 82px 0;
  }

  h1 {
    font-size: clamp(2.8rem, 14vw, 4.3rem);
  }

  h2 {
    font-size: clamp(2.15rem, 11vw, 3.2rem);
  }

  .brand-logo {
    width: 140px;
    height: 30px;
  }

  .header-cta {
    display: none;
  }

  .main-nav .nav-cta-mobile {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    color: var(--blue-night);
    background: var(--orange);
    border-radius: 999px;
    font-weight: 780;
    text-align: center;
  }

  .main-nav .nav-cta-mobile[aria-current="page"] {
    color: var(--blue-night);
    text-decoration: none;
  }

  .menu-button {
    margin-left: auto;
  }

  .hero {
    min-height: auto;
    padding: calc(var(--header-height) + 74px) 0 80px;
  }

  .hero-grid {
    gap: 58px;
  }

  .button-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .button-row .button {
    width: 100%;
  }

  .founder-line {
    margin-top: 42px;
  }

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

  .trust-grid > div,
  .trust-grid > div:nth-child(2) {
    min-height: 84px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .trust-grid > div:last-child {
    border-bottom: 0;
  }

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

  .symptom-card {
    min-height: 160px;
  }

  .symptom-card p {
    margin-top: 0;
  }

  .turning-point {
    grid-template-columns: 1fr;
  }

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

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

  .value-mini-grid div,
  .value-mini-grid div:nth-child(even) {
    min-height: auto;
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .value-mini-grid div:last-child {
    border-bottom: 0;
  }

  .value-card,
  .value-card:nth-child(2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 33, 43, 0.18);
  }

  .value-card:last-child {
    border-bottom: 0;
  }

  .value-number {
    margin-bottom: 26px;
  }

  .method-step {
    padding-left: 78px;
  }

  .step-dot {
    width: 48px;
    height: 48px;
  }

  .method-route::before {
    left: 34px;
  }

  .method-manifesto {
    padding: 30px 26px;
  }

  .panorama-summary {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .panorama-note {
    grid-column: auto;
  }

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

  .scan-card:nth-child(1),
  .scan-card:nth-child(2),
  .scan-card:nth-child(n + 3) {
    grid-column: auto;
  }

  .scan-card {
    min-height: auto;
  }

  .scan-card > summary {
    min-height: auto;
  }

  .scan-index {
    margin-bottom: 28px;
  }

  .scan-detail {
    padding: 26px;
  }

  .scan-format {
    align-items: flex-start;
    flex-direction: column;
  }

  .case-card summary {
    min-height: 420px;
    padding: 26px;
  }

  .case-detail {
    padding: 6px 26px 34px;
  }

  .case-detail blockquote {
    padding: 24px;
  }

  .person-card,
  .offer-card {
    padding: 28px;
  }

  .entry-offer {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .entry-offer-index {
    width: 50px;
    height: 50px;
  }

  .entry-offer-action {
    grid-column: auto;
    align-items: stretch;
    flex-direction: column;
  }

  .entry-offer-action .button {
    width: 100%;
  }

  .person-mark {
    margin-bottom: 42px;
  }

  .option-grid {
    grid-template-columns: 1fr;
    padding-inline: 24px;
  }

  .option-grid article,
  .option-grid article:nth-child(2n),
  .option-grid article:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .option-grid article:last-child {
    border-bottom: 0;
  }

  .options-panel summary {
    padding: 24px;
  }

  .options-note {
    margin-inline: 24px;
  }

  .delivery-note {
    margin-inline: 24px;
  }

  .boarding-route li {
    grid-template-columns: 52px 1fr;
  }

  .boarding-route li > span {
    width: 46px;
    height: 46px;
  }

  .boarding-route li::before {
    top: 46px;
    left: 23px;
  }

  .boarding-card {
    padding: 30px 26px;
  }

  .boarding-card .button {
    width: 100%;
  }

  .esoya-questionnaire,
  .quiz-result {
    padding: 28px 22px;
  }

  .field-grid.two-cols,
  .choice-grid,
  .stage-choices,
  .rating-row,
  .result-grid {
    grid-template-columns: 1fr;
  }

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

  .stage-choices label span {
    min-height: 0;
  }

  .quiz-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .quiz-actions .button {
    width: 100%;
  }

  .quiz-result .button-row {
    align-items: stretch;
  }

  .quiz-result .button-row > * {
    width: 100%;
    text-align: center;
  }

  .boussole-transmission {
    padding: 20px 16px;
  }

  .transmission-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .transmission-actions .button,
  .transmission-actions .text-link {
    width: 100%;
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .contact-grid,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .secret-signature p {
    right: auto;
    left: 0;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
