@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap");

:root {
  --oral-navy: #12284f;
  --oral-ink: #0c1830;
  --oral-blue: #1d4d7a;
  --oral-teal: #159aa2;
  --oral-magenta: #c42662;
  --oral-coral: #f05b67;
  --oral-amber: #f3b63c;
  --oral-cream: #fff9f3;
  --oral-mist: #f1f7f8;
  --oral-white: #ffffff;
  --oral-muted: #5f6d82;
  --oral-border: rgba(18, 40, 79, 0.12);
  --oral-radius: 1.5rem;
  --oral-radius-sm: 1rem;
  --oral-shadow: 0 1.25rem 3.5rem rgba(18, 40, 79, 0.12);
  --oral-shadow-soft: 0 0.75rem 2rem rgba(18, 40, 79, 0.08);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

body {
  color: var(--oral-ink);
  background: var(--oral-white);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.04rem;
  line-height: 1.7;
  overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--oral-blue);
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--oral-magenta);
}

img {
  max-width: 100%;
}

.skip-link {
  position: fixed;
  z-index: 3000;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.75rem 1rem;
  color: #fff;
  background: var(--oral-ink);
  border-radius: 0.5rem;
  transform: translateY(-150%);
}

.skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

.top-strip {
  position: relative;
  z-index: 1031;
  padding: 0.45rem 0;
  color: #fff;
  background: var(--oral-navy);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.top-strip a {
  color: #fff;
  text-decoration: none;
}

.top-strip a:hover {
  color: var(--oral-amber);
}

.navbar-oralisons {
  z-index: 1030;
  padding: 0.8rem 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--oral-border);
  box-shadow: 0 0.35rem 1.5rem rgba(18, 40, 79, 0.05);
  backdrop-filter: blur(16px);
}

.navbar-brand img {
  width: auto;
  height: 58px;
  object-fit: contain;
}

.navbar-toggler {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border-color: var(--oral-border);
  border-radius: 0.75rem;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 154, 162, 0.16);
}

.navbar-oralisons .nav-link {
  position: relative;
  margin: 0 0.08rem;
  padding: 0.65rem 0.72rem !important;
  color: var(--oral-ink);
  font-size: 0.94rem;
  font-weight: 650;
}

.navbar-oralisons .nav-link:hover,
.navbar-oralisons .nav-link.active,
.navbar-oralisons .dropdown-item.active,
.navbar-oralisons .dropdown-item:active {
  color: var(--oral-magenta);
  background: transparent;
}

.navbar-oralisons .nav-link.active::after {
  position: absolute;
  right: 0.72rem;
  bottom: 0.24rem;
  left: 0.72rem;
  height: 2px;
  background: linear-gradient(90deg, var(--oral-magenta), var(--oral-amber));
  border-radius: 999px;
  content: "";
}

.dropdown-menu {
  padding: 0.65rem;
  border: 1px solid var(--oral-border);
  border-radius: 1rem;
  box-shadow: var(--oral-shadow-soft);
}

.dropdown-item {
  padding: 0.62rem 0.75rem;
  border-radius: 0.65rem;
  color: var(--oral-ink);
  font-weight: 600;
}

.dropdown-item:hover {
  color: var(--oral-magenta);
  background: rgba(196, 38, 98, 0.06);
}

.btn {
  padding: 0.82rem 1.18rem;
  border-radius: 0.85rem;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-brand {
  color: #fff;
  background: linear-gradient(135deg, var(--oral-magenta), var(--oral-coral));
  border: 0;
  box-shadow: 0 0.75rem 1.5rem rgba(196, 38, 98, 0.23);
}

.btn-brand:hover,
.btn-brand:focus {
  color: #fff;
  background: linear-gradient(135deg, #aa1f54, #e54958);
  box-shadow: 0 1rem 1.8rem rgba(196, 38, 98, 0.28);
}

.btn-outline-brand {
  color: var(--oral-navy);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(18, 40, 79, 0.24);
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
  color: #fff;
  background: var(--oral-navy);
  border-color: var(--oral-navy);
}

.btn-light-oral {
  color: var(--oral-navy);
  background: #fff;
  border: 0;
  box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.12);
}

.btn-light-oral:hover {
  color: var(--oral-magenta);
  background: var(--oral-cream);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  color: var(--oral-magenta);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 1.8rem;
  height: 2px;
  background: linear-gradient(90deg, var(--oral-magenta), var(--oral-amber));
  border-radius: 999px;
  content: "";
}

h1,
h2,
h3,
h4,
.display-font {
  color: var(--oral-navy);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

h1 {
  font-size: clamp(2.75rem, 6.2vw, 5.6rem);
}

h2 {
  font-size: clamp(2.1rem, 4vw, 3.65rem);
}

h3 {
  font-size: clamp(1.45rem, 2vw, 1.9rem);
}

.lead {
  color: #43526a;
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
}

.text-gradient {
  color: transparent;
  background: linear-gradient(110deg, var(--oral-magenta), var(--oral-coral) 48%, #dd8917);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero {
  position: relative;
  display: flex;
  min-height: 720px;
  align-items: center;
  padding: 5.5rem 0 4.75rem;
  background:
    radial-gradient(circle at 88% 18%, rgba(243, 182, 60, 0.18), transparent 25%),
    radial-gradient(circle at 72% 82%, rgba(21, 154, 162, 0.15), transparent 26%),
    linear-gradient(140deg, #fff 0%, var(--oral-cream) 52%, #eef8f8 100%);
  isolation: isolate;
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(1px);
  content: "";
}

.hero::before {
  top: 12%;
  right: -7rem;
  width: 19rem;
  height: 19rem;
  border: 1px solid rgba(196, 38, 98, 0.16);
  box-shadow: inset 0 0 0 2.6rem rgba(196, 38, 98, 0.025);
}

.hero::after {
  bottom: 8%;
  left: -6rem;
  width: 14rem;
  height: 14rem;
  border: 1px solid rgba(21, 154, 162, 0.16);
}

.hero-copy {
  max-width: 700px;
}

.hero-copy h1 {
  margin-bottom: 1.4rem;
}

.hero-copy .lead {
  max-width: 650px;
  margin-bottom: 1.8rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-note {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.3rem;
  margin-top: 1.5rem;
  color: var(--oral-muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.hero-note span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.hero-note i {
  color: var(--oral-teal);
}

.hero-stage {
  position: relative;
  max-width: 520px;
  min-height: 500px;
  margin-left: auto;
  padding: 2.2rem;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 2.2rem;
  box-shadow: 0 2.2rem 5rem rgba(18, 40, 79, 0.18);
  transform: rotate(1.3deg);
}

.hero-stage--image {
  width: calc(100% + 4rem);
  max-width: 650px;
  min-height: 0;
  margin-right: -4rem;
  padding: 0.65rem;
  background: #fff;
  transform: rotate(0.8deg);
}

.hero-feature-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  border-radius: 1.7rem;
}

.hero-photo-meta {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
}

.hero-photo-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  padding: 0.48rem 0.72rem;
  color: var(--oral-navy);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  box-shadow: 0 0.45rem 1rem rgba(18, 40, 79, 0.12);
  backdrop-filter: blur(7px);
  font-size: 0.76rem;
  font-weight: 800;
}

.hero-photo-meta i {
  color: var(--oral-magenta);
}

.secure-symbol {
  display: inline-grid;
  place-items: center;
  color: var(--oral-magenta);
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight: 900;
  line-height: 1;
}

.hero-photo-meta span.secure-symbol {
  display: inline-grid;
  padding: 0;
  color: var(--oral-magenta);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  font-size: 1em;
  line-height: 1;
}

.trust-icon .secure-symbol {
  font-size: 1.15rem;
}

.hero-stage::before {
  position: absolute;
  z-index: -1;
  top: -1rem;
  left: -1rem;
  width: 7rem;
  height: 7rem;
  background: var(--oral-amber);
  border-radius: 1.6rem;
  content: "";
  transform: rotate(-12deg);
}

.hero-stage::after {
  position: absolute;
  z-index: -1;
  right: -1.2rem;
  bottom: -1.2rem;
  width: 9rem;
  height: 9rem;
  background: var(--oral-magenta);
  border-radius: 50%;
  content: "";
  opacity: 0.92;
}

.hero-stage-logo {
  display: flex;
  min-height: 205px;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.4rem 1.35rem;
  border-bottom: 1px solid var(--oral-border);
}

.hero-stage-logo img {
  width: 100%;
  max-width: 410px;
  height: auto;
}

.stage-kicker {
  margin: 1.4rem 0 1rem;
  color: var(--oral-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.outcome-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.outcome-pill {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 62px;
  padding: 0.72rem 0.75rem;
  color: var(--oral-navy);
  background: #f8fafc;
  border: 1px solid var(--oral-border);
  border-radius: 0.9rem;
  font-size: 0.86rem;
  font-weight: 700;
}

.outcome-pill i {
  display: grid;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  place-items: center;
  color: #fff;
  background: var(--oral-teal);
  border-radius: 0.65rem;
}

.outcome-pill:nth-child(2) i {
  background: var(--oral-magenta);
}

.outcome-pill:nth-child(3) i {
  background: #e68b1d;
}

.outcome-pill:nth-child(4) i {
  background: var(--oral-coral);
}

.trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -1.2rem;
}

.trust-panel {
  padding: 1.25rem 1.5rem;
  background: #fff;
  border: 1px solid var(--oral-border);
  border-radius: 1.3rem;
  box-shadow: var(--oral-shadow-soft);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 55px;
}

.trust-icon {
  display: grid;
  flex: 0 0 2.7rem;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  color: var(--oral-magenta);
  background: rgba(196, 38, 98, 0.08);
  border-radius: 0.8rem;
}

.trust-item strong,
.trust-item small {
  display: block;
}

.trust-item strong {
  color: var(--oral-navy);
  font-size: 0.93rem;
}

.trust-item small {
  color: var(--oral-muted);
  line-height: 1.35;
}

.section-space {
  padding: 6.5rem 0;
}

.section-soft {
  background: linear-gradient(180deg, #f8fbfb, #fff);
}

.section-cream {
  background: var(--oral-cream);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2.7rem;
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading.centered .eyebrow {
  justify-content: center;
}

.section-heading.centered .eyebrow::before {
  display: none;
}

.section-heading p {
  color: var(--oral-muted);
  font-size: 1.1rem;
}

.card-oralisons {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 1.7rem;
  background: #fff;
  border: 1px solid var(--oral-border);
  border-radius: var(--oral-radius);
  box-shadow: 0 0.8rem 2rem rgba(18, 40, 79, 0.05);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.card-oralisons:hover {
  border-color: rgba(196, 38, 98, 0.23);
  box-shadow: var(--oral-shadow);
  transform: translateY(-6px);
}

.card-oralisons .card-icon,
.benefit-icon {
  display: grid;
  width: 3.3rem;
  height: 3.3rem;
  margin-bottom: 1.3rem;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--oral-magenta), var(--oral-coral));
  border-radius: 1rem;
  box-shadow: 0 0.65rem 1.3rem rgba(196, 38, 98, 0.2);
}

.card-oralisons .card-icon.teal {
  background: linear-gradient(135deg, #117e86, var(--oral-teal));
  box-shadow: 0 0.65rem 1.3rem rgba(21, 154, 162, 0.2);
}

.card-oralisons .card-icon.amber {
  color: var(--oral-navy);
  background: linear-gradient(135deg, #f0a62c, var(--oral-amber));
  box-shadow: 0 0.65rem 1.3rem rgba(243, 182, 60, 0.25);
}

.card-symbol {
  display: inline-grid;
  place-items: center;
  color: inherit;
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}

.card-oralisons p {
  color: var(--oral-muted);
}

.card-oralisons .card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  color: var(--oral-magenta);
  font-weight: 800;
  text-decoration: none;
}

.card-oralisons .card-link i {
  transition: transform 180ms ease;
}

.card-oralisons .card-link:hover i {
  transform: translateX(4px);
}

.why-benefits-grid {
  --benefit-gap: 1.5rem;
}

.visual-benefit-card {
  --benefit-accent: var(--oral-magenta);
  --benefit-accent-soft: rgba(196, 38, 98, 0.1);
  --benefit-border: rgba(196, 38, 98, 0.28);
  display: flex;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--oral-border);
  border-radius: 1.65rem;
  box-shadow: 0 1rem 2.8rem rgba(18, 40, 79, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.visual-benefit-card--cohesion {
  --benefit-accent: var(--oral-teal);
  --benefit-accent-soft: rgba(21, 154, 162, 0.1);
  --benefit-border: rgba(21, 154, 162, 0.28);
}

.visual-benefit-card--emotions {
  --benefit-accent: #ec9719;
  --benefit-accent-soft: rgba(243, 182, 60, 0.14);
  --benefit-border: rgba(236, 151, 25, 0.28);
}

.visual-benefit-card--creativity {
  --benefit-accent: #aa278a;
  --benefit-accent-soft: rgba(170, 39, 138, 0.1);
  --benefit-border: rgba(170, 39, 138, 0.28);
}

.visual-benefit-card:hover {
  border-color: var(--benefit-border);
  box-shadow: 0 1.4rem 3.5rem rgba(18, 40, 79, 0.14);
  transform: translateY(-6px);
}

.visual-benefit-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  flex: 0 0 auto;
  background-color: var(--benefit-accent-soft);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 94%;
  border-bottom: 1px solid var(--oral-border);
}

.visual-benefit-media::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 10%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.38));
  content: "";
  pointer-events: none;
}

.visual-benefit-card--speech .visual-benefit-media {
  background-image: url("../img/benefit-main-parole-v3.png");
}

.visual-benefit-card--cohesion .visual-benefit-media {
  background-image: url("../img/benefit-main-cohesion-v3.png");
}

.visual-benefit-card--emotions .visual-benefit-media {
  background-image: url("../img/benefit-main-emotions-v3.png");
}

.visual-benefit-card--creativity .visual-benefit-media {
  background-image: url("../img/benefit-main-creativite-v3.png");
}

.visual-benefit-number {
  position: absolute;
  z-index: 2;
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  color: var(--benefit-accent);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--benefit-border);
  border-radius: 50%;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 0.55rem 1.4rem rgba(18, 40, 79, 0.12);
  backdrop-filter: blur(8px);
}

.visual-benefit-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.7rem 1.8rem 1.9rem;
}

.visual-benefit-label {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
  color: var(--benefit-accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.visual-benefit-icon {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  color: #fff;
  background: var(--benefit-accent);
  border-radius: 0.85rem;
  box-shadow: 0 0.55rem 1.25rem var(--benefit-accent-soft);
}

.visual-benefit-content h3 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.7rem, 2.7vw, 2.3rem);
}

.visual-benefit-rule {
  display: block;
  width: 3.3rem;
  height: 3px;
  margin-bottom: 0.95rem;
  background: linear-gradient(90deg, var(--benefit-accent), var(--oral-amber));
  border-radius: 999px;
}

.visual-benefit-summary {
  max-width: 44rem;
  margin-bottom: 1.45rem;
  color: var(--oral-muted);
  font-size: 1.02rem;
}

.visual-benefit-details {
  display: grid;
  width: 100%;
  gap: 0.75rem;
  align-content: start;
  grid-auto-rows: max-content;
  margin-top: 0;
}

.visual-benefit-point {
  --point-color: var(--oral-teal);
  --point-soft: rgba(21, 154, 162, 0.08);
  display: grid;
  grid-template-columns: 5.25rem minmax(0, 1fr);
  grid-template-rows: max-content;
  gap: 0.75rem;
  align-self: start;
  align-items: center;
  height: auto;
  padding: 0.85rem;
  background: linear-gradient(120deg, var(--point-soft), rgba(255, 255, 255, 0.94) 58%);
  border: 1px solid rgba(18, 40, 79, 0.09);
  border-radius: 1rem;
}

.visual-benefit-point--amber {
  --point-color: #e99313;
  --point-soft: rgba(243, 182, 60, 0.1);
}

.visual-benefit-point--magenta {
  --point-color: var(--oral-magenta);
  --point-soft: rgba(196, 38, 98, 0.08);
}

.visual-benefit-point-illustration {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  align-self: start;
  object-fit: contain;
  object-position: center;
}

.visual-benefit-point h4 {
  margin: 0 0 0.3rem;
  color: var(--point-color);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.visual-benefit-point p {
  margin: 0;
  color: var(--oral-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

@media (min-width: 1200px) {
  .visual-benefit-details {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 0.65rem;
  }

  .visual-benefit-point {
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    align-self: start;
    gap: 0.45rem;
    height: auto;
    padding: 0.7rem;
  }

  .visual-benefit-point-illustration {
    flex: 0 0 auto;
    width: 100%;
    height: 7.25rem;
    margin-bottom: 0.1rem;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .visual-benefit-point h4 {
    font-size: 0.75rem;
    line-height: 1.25;
  }

  .visual-benefit-point p {
    font-size: 0.81rem;
    line-height: 1.45;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .visual-benefit-content {
    padding: 1.35rem 1.25rem 1.5rem;
  }

  .visual-benefit-content h3 {
    font-size: clamp(1.55rem, 3.6vw, 1.9rem);
  }

  .visual-benefit-summary {
    margin-bottom: 1rem;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .visual-benefit-details {
    gap: 0.6rem;
  }

  .visual-benefit-point {
    grid-template-columns: 4.75rem minmax(0, 1fr);
    gap: 0.65rem;
    padding: 0.75rem;
  }

  .visual-benefit-point h4 {
    font-size: 0.74rem;
  }

  .visual-benefit-point p {
    font-size: 0.8rem;
    line-height: 1.45;
  }
}

@media (max-width: 1199.98px) {
  .why-benefits-grid > .col-md-6 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .visual-benefit-card {
    width: 100%;
    height: auto;
  }

  .visual-benefit-media {
    aspect-ratio: 21 / 8;
  }

  .visual-benefit-content {
    display: block;
    flex: 0 0 auto;
  }

  .visual-benefit-details {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }

  .visual-benefit-point {
    display: flex;
    min-height: 0;
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    align-self: start;
    width: 100%;
    height: auto;
  }

  .visual-benefit-point-illustration {
    width: 5.5rem;
    height: 5.5rem;
    flex: 0 0 5.5rem;
    align-self: center;
    aspect-ratio: auto;
  }

  .visual-benefit-point > div {
    min-width: 0;
    flex: 1 1 auto;
  }
}

.audience-card {
  display: flex;
  flex-direction: column;
}

.audience-number {
  position: absolute;
  z-index: 3;
  top: 0.8rem;
  right: 0.8rem;
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  color: #fff;
  background: rgba(12, 24, 48, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 0.5rem 1.2rem rgba(12, 24, 48, 0.2);
  backdrop-filter: blur(8px);
}

.audience-photo-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin: -0.9rem -0.9rem 1.4rem;
  background: var(--oral-mist);
  border-radius: 1rem;
}

.audience-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.audience-card:hover .audience-photo {
  transform: scale(1.035);
}

.prestations-audience-card .audience-photo-wrap .card-icon {
  position: absolute;
  z-index: 2;
  bottom: 0.8rem;
  left: 0.8rem;
  margin: 0;
}

.benefit-list {
  display: grid;
  gap: 0.7rem;
  margin: 1.15rem 0 1.5rem;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  display: flex;
  gap: 0.6rem;
  color: #43526a;
}

.benefit-list i {
  flex: 0 0 auto;
  margin-top: 0.2rem;
  color: var(--oral-teal);
}

.quote-card {
  position: relative;
  height: 100%;
  padding: 2rem;
  background: #fff;
  border: 1px solid var(--oral-border);
  border-radius: var(--oral-radius);
  box-shadow: var(--oral-shadow-soft);
}

.quote-mark {
  margin-bottom: 1rem;
  color: var(--oral-magenta);
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 0.6;
}

.quote-card blockquote {
  color: var(--oral-navy);
  font-size: 1.06rem;
  font-weight: 600;
}

.quote-card footer {
  margin-top: 1.2rem;
  color: var(--oral-muted);
  font-size: 0.86rem;
}

.quote-card footer strong {
  display: block;
  color: var(--oral-navy);
  font-size: 0.9rem;
}

.process-step {
  position: relative;
  height: 100%;
  padding: 1.5rem 1.4rem 1.4rem 4.6rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--oral-border);
  border-radius: 1.2rem;
}

.process-step .step-number {
  position: absolute;
  top: 1.35rem;
  left: 1.35rem;
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  color: #fff;
  background: var(--oral-navy);
  border-radius: 50%;
  font-weight: 800;
}

.process-step h3 {
  margin-bottom: 0.4rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
}

.process-step p {
  margin: 0;
  color: var(--oral-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.cta-band {
  position: relative;
  overflow: hidden;
  padding: 4.25rem 2rem;
  color: #fff;
  background:
    radial-gradient(circle at 85% 25%, rgba(243, 182, 60, 0.26), transparent 23%),
    radial-gradient(circle at 15% 90%, rgba(21, 154, 162, 0.35), transparent 25%),
    linear-gradient(120deg, #10234a, #1c3766 58%, #572451);
  border-radius: 2rem;
  box-shadow: 0 2rem 4rem rgba(18, 40, 79, 0.22);
}

.cta-band::after {
  position: absolute;
  top: -6rem;
  right: -5rem;
  width: 17rem;
  height: 17rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2.5rem rgba(255, 255, 255, 0.025);
  content: "";
}

.cta-band h2,
.cta-band p {
  position: relative;
  z-index: 1;
  color: #fff;
}

.cta-band p {
  max-width: 650px;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
}

.cta-band--about-photo {
  display: flex;
  min-height: 480px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background:
    linear-gradient(90deg, rgba(9, 22, 45, 0.94) 0%, rgba(18, 40, 79, 0.82) 42%, rgba(18, 40, 79, 0.28) 72%, rgba(18, 40, 79, 0.08) 100%) center / 100% 100% no-repeat,
    url("../img/catherine-colin-premier-echange.png") left top / 106% auto no-repeat;
}

.cta-band--about-photo h2,
.cta-band--about-photo p {
  max-width: 610px;
  text-shadow: 0 0.15rem 0.7rem rgba(4, 13, 29, 0.34);
}

.cta-band--about-photo .btn {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .cta-band--about-photo {
    background-position: center, clamp(5rem, 8vw, 9rem) top;
  }
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 5rem 0 4.5rem;
  background:
    radial-gradient(circle at 88% 15%, rgba(243, 182, 60, 0.17), transparent 24%),
    linear-gradient(140deg, #fff 0%, var(--oral-cream) 55%, #eff8f8 100%);
}

.page-hero::after {
  position: absolute;
  right: -4rem;
  bottom: -7rem;
  width: 19rem;
  height: 19rem;
  border: 1px solid rgba(196, 38, 98, 0.15);
  border-radius: 50%;
  content: "";
}

.page-hero h1 {
  max-width: 930px;
  margin-bottom: 1.2rem;
  font-size: clamp(2.7rem, 5.6vw, 5rem);
}

.page-hero p {
  max-width: 760px;
}

.workshops-page-hero {
  display: flex;
  min-height: clamp(34rem, 49vw, 42rem);
  align-items: center;
  padding: 5.5rem 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.99) 0%,
      rgba(255, 255, 255, 0.97) 35%,
      rgba(255, 255, 255, 0.82) 48%,
      rgba(255, 255, 255, 0.25) 66%,
      rgba(255, 255, 255, 0.04) 100%
    ),
    url("../img/hero-ateliers-tarifs-oralisons.png") center 48% / cover no-repeat;
  isolation: isolate;
}

.workshops-page-hero::after {
  display: none;
}

.workshops-page-hero .container {
  position: relative;
  z-index: 1;
}

.workshops-hero-copy {
  width: min(100%, 690px);
}

.workshops-page-hero h1 {
  max-width: 680px;
}

.workshops-page-hero .lead {
  max-width: 650px;
}

.education-page-hero {
  display: flex;
  min-height: clamp(35rem, 54vw, 43rem);
  align-items: center;
  padding: 5.5rem 0;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(7, 20, 43, 0.96) 0%,
      rgba(12, 31, 62, 0.9) 28%,
      rgba(15, 38, 73, 0.66) 47%,
      rgba(15, 38, 73, 0.2) 68%,
      rgba(15, 38, 73, 0.08) 100%
    ),
    url("../img/hero-education-insertion-oralisons.png") center 44% / cover no-repeat;
  isolation: isolate;
}

.education-page-hero::after {
  display: none;
}

.education-page-hero .container {
  position: relative;
  z-index: 1;
}

.education-hero-copy {
  width: min(100%, 760px);
}

.education-page-hero .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.78);
}

.education-page-hero .breadcrumb-item.active {
  color: #ffd2df;
}

.education-page-hero .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.55);
}

.education-page-hero .eyebrow {
  color: #ffd2df;
  text-shadow: 0 0.12rem 0.7rem rgba(4, 13, 29, 0.5);
}

.education-page-hero h1,
.education-page-hero .lead {
  color: #fff;
  text-shadow: 0 0.18rem 0.9rem rgba(4, 13, 29, 0.58);
}

.education-page-hero .lead {
  max-width: 700px;
}

.education-page-hero .btn {
  box-shadow: 0 0.85rem 2.1rem rgba(4, 13, 29, 0.28);
}

.enterprise-page-hero {
  display: flex;
  min-height: clamp(35rem, 54vw, 43rem);
  align-items: center;
  padding: 5.5rem 0;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(7, 20, 43, 0.96) 0%,
      rgba(12, 31, 62, 0.9) 28%,
      rgba(15, 38, 73, 0.64) 46%,
      rgba(15, 38, 73, 0.18) 67%,
      rgba(15, 38, 73, 0.06) 100%
    ),
    url("../img/hero-entreprises-oralisons.png") center 45% / cover no-repeat;
  isolation: isolate;
}

.enterprise-page-hero::after {
  display: none;
}

.enterprise-page-hero .container {
  position: relative;
  z-index: 1;
}

.enterprise-hero-copy {
  width: min(100%, 700px);
}

.enterprise-page-hero .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.78);
}

.enterprise-page-hero .breadcrumb-item.active {
  color: #ffd2df;
}

.enterprise-page-hero .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.55);
}

.enterprise-page-hero .eyebrow {
  color: #ffd2df;
  text-shadow: 0 0.12rem 0.7rem rgba(4, 13, 29, 0.5);
}

.enterprise-page-hero h1,
.enterprise-page-hero .lead {
  color: #fff;
  text-shadow: 0 0.18rem 0.9rem rgba(4, 13, 29, 0.58);
}

.enterprise-page-hero .lead {
  max-width: 670px;
}

.enterprise-page-hero .btn {
  box-shadow: 0 0.85rem 2.1rem rgba(4, 13, 29, 0.28);
}

.care-page-hero {
  display: flex;
  min-height: clamp(35rem, 54vw, 43rem);
  align-items: center;
  padding: 5.5rem 0;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(7, 20, 43, 0.97) 0%,
      rgba(12, 31, 62, 0.91) 28%,
      rgba(15, 38, 73, 0.66) 47%,
      rgba(15, 38, 73, 0.2) 68%,
      rgba(15, 38, 73, 0.07) 100%
    ),
    url("../img/hero-soin-bien-etre-oralisons.png") center 45% / cover no-repeat;
  isolation: isolate;
}

.care-page-hero::after {
  display: none;
}

.care-page-hero .container {
  position: relative;
  z-index: 1;
}

.care-hero-copy {
  width: min(100%, 720px);
}

.care-page-hero .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.78);
}

.care-page-hero .breadcrumb-item.active {
  color: #ffd2df;
}

.care-page-hero .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.55);
}

.care-page-hero .eyebrow {
  color: #ffd2df;
  text-shadow: 0 0.12rem 0.7rem rgba(4, 13, 29, 0.5);
}

.care-page-hero h1,
.care-page-hero .lead {
  color: #fff;
  text-shadow: 0 0.18rem 0.9rem rgba(4, 13, 29, 0.58);
}

.care-page-hero .lead {
  max-width: 690px;
}

.care-page-hero .btn {
  box-shadow: 0 0.85rem 2.1rem rgba(4, 13, 29, 0.28);
}

.prestations-hero-visual {
  position: relative;
  margin: 0;
  padding: 0.6rem;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 1.9rem;
  box-shadow: 0 1.8rem 4.2rem rgba(18, 40, 79, 0.18);
  transform: rotate(0.8deg);
}

.prestations-hero-image-crop {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 1.5rem;
}

.prestations-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.4);
  transform-origin: 50% 52%;
}

.prestations-hero-visual figcaption {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.58rem 0.8rem;
  color: var(--oral-navy);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  box-shadow: 0 0.55rem 1.25rem rgba(18, 40, 79, 0.14);
  backdrop-filter: blur(8px);
  font-size: 0.78rem;
  font-weight: 800;
}

.prestations-hero-visual figcaption i {
  color: var(--oral-magenta);
}

.prestations-story-visual {
  margin: 0;
  padding-bottom: 1.8rem;
}

.prestations-story-image-crop {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--oral-radius);
  box-shadow: var(--oral-shadow);
}

.prestations-story-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 47%;
}

.prestations-story-caption {
  position: relative;
  margin: -4.5rem 1.4rem 0;
  padding: clamp(1.35rem, 3vw, 2rem);
  color: #fff;
  background: linear-gradient(135deg, var(--oral-navy), #244b7f);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.3rem;
  box-shadow: var(--oral-shadow);
}

.prestations-story-caption h3,
.prestations-story-caption p {
  color: #fff;
}

.breadcrumb {
  margin-bottom: 1.3rem;
  font-size: 0.88rem;
}

.breadcrumb-item a {
  color: var(--oral-muted);
  text-decoration: none;
}

.breadcrumb-item.active {
  color: var(--oral-magenta);
  font-weight: 700;
}

.content-panel {
  padding: clamp(1.5rem, 4vw, 3rem);
  background: #fff;
  border: 1px solid var(--oral-border);
  border-radius: var(--oral-radius);
  box-shadow: var(--oral-shadow-soft);
}

.accent-panel {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  color: #fff;
  background: linear-gradient(135deg, var(--oral-navy), #244b7f);
  border-radius: var(--oral-radius);
  box-shadow: var(--oral-shadow);
}

.accent-panel h2,
.accent-panel h3,
.accent-panel p,
.accent-panel li {
  color: #fff;
}

.about-portrait-frame {
  position: relative;
  margin: 0 0 1.5rem;
}

.about-portrait-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  border: 0.35rem solid rgba(255, 255, 255, 0.92);
  border-radius: 1.25rem;
  box-shadow: 0 1rem 2.3rem rgba(8, 21, 43, 0.28);
}

.about-portrait-frame figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.58rem 0.75rem;
  color: var(--oral-navy);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  box-shadow: 0 0.55rem 1.2rem rgba(8, 21, 43, 0.16);
  backdrop-filter: blur(8px);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
}

.about-portrait-frame figcaption i {
  color: var(--oral-magenta);
}

.about-cta-section {
  padding-top: 3rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.38rem 0.66rem;
  color: var(--oral-blue);
  background: rgba(29, 77, 122, 0.08);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
}

.tag.tag-magenta {
  color: var(--oral-magenta);
  background: rgba(196, 38, 98, 0.08);
}

.tag.tag-teal {
  color: #0d747a;
  background: rgba(21, 154, 162, 0.1);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 2rem;
}

.filter-btn {
  padding: 0.64rem 0.9rem;
  color: var(--oral-navy);
  background: #fff;
  border: 1px solid var(--oral-border);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
}

.filter-btn:hover,
.filter-btn.active {
  color: #fff;
  background: var(--oral-navy);
  border-color: var(--oral-navy);
}

.workshop-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 1.55rem;
  background: #fff;
  border: 1px solid var(--oral-border);
  border-radius: 1.25rem;
  box-shadow: 0 0.7rem 1.8rem rgba(18, 40, 79, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.workshop-card:hover {
  box-shadow: var(--oral-shadow-soft);
  transform: translateY(-4px);
}

.workshop-card h2 {
  margin: 0.75rem 0 0.65rem;
  font-size: 1.55rem;
}

.workshop-meta {
  display: grid;
  gap: 0.55rem;
  margin: 0.7rem 0 1rem;
  padding: 0;
  list-style: none;
}

.workshop-meta li {
  display: flex;
  gap: 0.55rem;
  color: var(--oral-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.workshop-meta i {
  flex: 0 0 1rem;
  margin-top: 0.15rem;
  color: var(--oral-teal);
}

.price-line {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--oral-border);
  color: var(--oral-magenta);
  font-size: 1.25rem;
  font-weight: 800;
}

.price-line small {
  color: var(--oral-muted);
  font-size: 0.76rem;
  font-weight: 600;
}

.workshop-item.is-hidden {
  display: none;
}

.notice {
  display: flex;
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  color: #5b4b1d;
  background: #fff8df;
  border: 1px solid rgba(221, 137, 23, 0.2);
  border-radius: 1rem;
  font-size: 0.9rem;
}

.notice i {
  flex: 0 0 auto;
  color: #d3871a;
}

.timeline {
  position: relative;
  padding-left: 2.8rem;
}

.timeline::before {
  position: absolute;
  top: 0.4rem;
  bottom: 0.4rem;
  left: 0.75rem;
  width: 2px;
  background: linear-gradient(var(--oral-magenta), var(--oral-teal));
  content: "";
}

.timeline-item {
  position: relative;
  padding-bottom: 2rem;
}

.timeline-item::before {
  position: absolute;
  top: 0.3rem;
  left: -2.5rem;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 4px solid var(--oral-magenta);
  border-radius: 50%;
  content: "";
}

.timeline-item:nth-child(even)::before {
  border-color: var(--oral-teal);
}

.timeline-item h3 {
  margin-bottom: 0.45rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0;
}

.timeline-item p {
  color: var(--oral-muted);
}

.contact-card {
  min-width: 0;
  height: 100%;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid var(--oral-border);
  border-radius: 1.2rem;
}

.contact-email {
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.contact-card i {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  margin-bottom: 1rem;
  place-items: center;
  color: #fff;
  background: var(--oral-teal);
  border-radius: 0.85rem;
}

.form-control,
.form-select {
  min-height: 52px;
  padding: 0.78rem 0.9rem;
  border-color: rgba(18, 40, 79, 0.18);
  border-radius: 0.85rem;
}

textarea.form-control {
  min-height: 155px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--oral-magenta);
  box-shadow: 0 0 0 0.25rem rgba(196, 38, 98, 0.12);
}

.form-label {
  color: var(--oral-navy);
  font-size: 0.9rem;
  font-weight: 800;
}

.accordion-item {
  margin-bottom: 0.75rem;
  overflow: hidden;
  border: 1px solid var(--oral-border) !important;
  border-radius: 1rem !important;
}

.accordion-button {
  padding: 1.2rem 1.25rem;
  color: var(--oral-navy);
  font-weight: 800;
}

.accordion-button:not(.collapsed) {
  color: var(--oral-magenta);
  background: rgba(196, 38, 98, 0.05);
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 38, 98, 0.11);
}

.site-footer {
  margin-top: 6rem;
  padding: 4.5rem 0 1.5rem;
  color: rgba(255, 255, 255, 0.76);
  background: var(--oral-ink);
}

.footer-logo {
  display: block;
  width: 235px;
  height: auto;
  margin-bottom: 1rem;
  padding: 0.35rem 0.6rem;
  object-fit: contain;
  background: #fff;
  border-radius: 0.8rem;
}

.site-footer h2 {
  margin-bottom: 1rem;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--oral-amber);
}

.footer-bottom {
  margin-top: 3rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
}

.floating-cta {
  position: fixed;
  z-index: 1025;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.78rem 1rem;
  color: #fff;
  background: linear-gradient(135deg, var(--oral-magenta), var(--oral-coral));
  border-radius: 999px;
  box-shadow: 0 0.9rem 2rem rgba(196, 38, 98, 0.3);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.floating-cta:hover {
  color: #fff;
  transform: translateY(-2px);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

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

.legal-content h2 {
  margin-top: 2rem;
  font-size: 1.75rem;
}

.legal-content h3 {
  margin-top: 1.4rem;
  font-size: 1.3rem;
}

.legal-content p,
.legal-content li {
  color: #43526a;
}

.placeholder-note {
  padding: 1rem 1.1rem;
  color: #72324b;
  background: #fff0f5;
  border: 1px solid rgba(196, 38, 98, 0.2);
  border-radius: 0.9rem;
}

@media (max-width: 1199.98px) {
  .navbar-oralisons .nav-link {
    padding-right: 0.52rem !important;
    padding-left: 0.52rem !important;
    font-size: 0.88rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-stage {
    transform: none;
  }

  .hero-stage--image {
    width: calc(100% + 2rem);
    margin-right: -2rem;
  }
}

@media (max-width: 991.98px) {
  body {
    font-size: 1rem;
  }

  .education-page-hero {
    min-height: 44rem;
    align-items: flex-end;
    padding: 17rem 0 3.5rem;
    background:
      linear-gradient(
        180deg,
        rgba(7, 20, 43, 0.06) 0%,
        rgba(7, 20, 43, 0.12) 36%,
        rgba(9, 25, 52, 0.78) 62%,
        rgba(7, 20, 43, 0.98) 100%
      ),
      url("../img/hero-education-insertion-oralisons.png") 57% center / cover no-repeat;
  }

  .education-hero-copy {
    max-width: 720px;
  }

  .enterprise-page-hero {
    min-height: 46rem;
    align-items: flex-end;
    padding: 17rem 0 3.5rem;
    background:
      linear-gradient(
        180deg,
        rgba(7, 20, 43, 0.05) 0%,
        rgba(7, 20, 43, 0.12) 35%,
        rgba(9, 25, 52, 0.79) 61%,
        rgba(7, 20, 43, 0.98) 100%
      ),
      url("../img/hero-entreprises-oralisons.png") 50% center / cover no-repeat;
  }

  .enterprise-hero-copy {
    max-width: 720px;
  }

  .care-page-hero {
    min-height: 45rem;
    align-items: flex-end;
    padding: 17rem 0 3.5rem;
    background:
      linear-gradient(
        180deg,
        rgba(7, 20, 43, 0.05) 0%,
        rgba(7, 20, 43, 0.12) 35%,
        rgba(9, 25, 52, 0.79) 61%,
        rgba(7, 20, 43, 0.98) 100%
      ),
      url("../img/hero-soin-bien-etre-oralisons.png") 51% center / cover no-repeat;
  }

  .care-hero-copy {
    max-width: 720px;
  }

  .top-strip .container {
    justify-content: center !important;
    text-align: center;
  }

  .top-strip .top-strip-secondary {
    display: none;
  }

  .navbar-collapse {
    margin-top: 0.8rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--oral-border);
    border-radius: 1rem;
    box-shadow: var(--oral-shadow-soft);
  }

  .navbar-oralisons .nav-link.active::after {
    right: auto;
    bottom: 0.35rem;
    width: 2.25rem;
  }

  .navbar-oralisons .btn {
    width: 100%;
    margin-top: 0.6rem;
  }

  .hero {
    padding-top: 4.2rem;
  }

  .hero-stage {
    max-width: 620px;
    min-height: auto;
    margin: 3.2rem auto 0;
  }

  .hero-stage--image {
    width: 100%;
    max-width: 760px;
  }

  .prestations-hero-visual {
    max-width: 720px;
    margin: 0 auto;
    transform: none;
  }

  .section-space {
    padding: 5rem 0;
  }

  .page-hero {
    padding: 4rem 0 3.75rem;
  }

  .workshops-page-hero {
    min-height: 44rem;
    align-items: flex-end;
    padding: 17rem 0 3.5rem;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0.13) 36%,
        rgba(255, 255, 255, 0.88) 61%,
        rgba(255, 255, 255, 0.99) 100%
      ),
      url("../img/hero-ateliers-tarifs-oralisons.png") 61% center / cover no-repeat;
  }

  .workshops-hero-copy {
    max-width: 680px;
  }

  .site-footer {
    margin-top: 4.5rem;
    padding-top: 3.75rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about-story-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .about-profile-card {
    padding: 1.1rem;
    border-radius: 1.3rem;
  }

  .about-profile-card .about-portrait-frame {
    margin-bottom: 1.1rem;
  }

  .about-profile-card .about-portrait-frame img {
    border-width: 0.25rem;
    border-radius: 1rem;
  }

  .about-profile-card .about-portrait-frame figcaption {
    right: 0.55rem;
    bottom: 0.55rem;
    left: 0.55rem;
    gap: 0.3rem;
    padding: 0.42rem 0.5rem;
    font-size: 0.63rem;
  }

  .about-profile-card h2 {
    font-size: 1.35rem;
  }

  .about-profile-card p {
    font-size: 0.88rem;
    line-height: 1.58;
  }

  .about-story-row > .col-md-7 > h2 {
    font-size: clamp(2rem, 4.4vw, 2.5rem);
  }

  .about-timeline {
    padding-left: 2.2rem;
  }

  .about-timeline::before {
    left: 0.55rem;
  }

  .about-timeline .timeline-item {
    padding-bottom: 1.6rem;
  }

  .about-timeline .timeline-item::before {
    left: -1.98rem;
    width: 0.88rem;
    height: 0.88rem;
    border-width: 3px;
  }

  .about-timeline .timeline-item h3 {
    font-size: 1rem;
  }

  .about-timeline .timeline-item p {
    font-size: 0.91rem;
    line-height: 1.6;
  }

  .about-posture-grid {
    --bs-gutter-x: 1rem;
  }

  .about-posture-grid .card-oralisons {
    padding: 1.25rem;
  }

  .about-posture-grid .card-oralisons h3 {
    font-size: 1.35rem;
  }

  .about-posture-grid .card-oralisons p {
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .cta-band--about-photo {
    min-height: 500px;
    padding: 2.25rem 2rem;
    justify-content: flex-end;
    background-color: #09162d;
    background-image:
      linear-gradient(180deg, rgba(9, 22, 45, 0.02) 0%, rgba(18, 40, 79, 0.08) 32%, rgba(18, 40, 79, 0.48) 48%, rgba(18, 40, 79, 0.92) 61%, #09162d 100%),
      url("../img/catherine-colin-premier-echange.png");
    background-repeat: no-repeat;
    background-position: center, center top;
    background-size: 100% 100%, 100% auto;
  }

  .cta-band--about-photo h2,
  .cta-band--about-photo p {
    max-width: 100%;
  }

  .cta-band--about-photo p {
    margin-bottom: 1.25rem;
    font-size: 0.95rem;
  }

  .footer-grid {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2.5rem;
  }

  .footer-brand-column {
    flex: 0 0 auto;
    width: 50%;
  }

  .footer-link-column {
    flex: 0 0 auto;
    width: 25%;
  }

  .footer-contact-column {
    flex: 0 0 auto;
    width: 100%;
  }

  .footer-contact-column .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2rem;
  }
}

@media (max-width: 767.98px) {
  .navbar-brand img {
    height: 48px;
  }

  h1 {
    font-size: clamp(2.65rem, 14vw, 4rem);
  }

  h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .hero {
    padding: 3.5rem 0 3.75rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-note {
    display: grid;
  }

  .contact-grid > .col-sm-6 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .hero-stage {
    padding: 1.35rem;
    border-radius: 1.55rem;
  }

  .hero-stage--image {
    padding: 0.5rem;
  }

  .hero-feature-image {
    height: auto;
    aspect-ratio: 1;
    border-radius: 1.2rem;
  }

  .hero-photo-meta {
    position: static;
    padding: 0.75rem 0.4rem 0.35rem;
  }

  .hero-photo-meta span {
    font-size: 0.7rem;
  }

  .prestations-hero-visual {
    padding: 0.45rem;
    border-radius: 1.45rem;
  }

  .prestations-hero-visual img {
    border-radius: 1.15rem;
  }

  .prestations-hero-visual figcaption {
    right: 0.9rem;
    bottom: 0.9rem;
    left: 0.9rem;
    justify-content: center;
    text-align: center;
  }

  .prestations-story-caption {
    margin: -2.6rem 0.75rem 0;
  }

  .hero-stage-logo {
    min-height: 150px;
  }

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

  .trust-panel {
    padding: 0.9rem 1rem;
  }

  .trust-item {
    padding: 0.5rem 0;
  }

  .section-space {
    padding: 4rem 0;
  }

  .about-page-hero {
    padding: 2.8rem 0 3rem;
  }

  .about-page-hero .breadcrumb {
    margin-bottom: 1rem;
  }

  .about-page-hero .eyebrow {
    margin-bottom: 0.8rem;
    font-size: 0.7rem;
  }

  body[data-page="about"] .about-page-hero h1 {
    margin-bottom: 1rem;
    font-size: clamp(2.3rem, 10vw, 2.75rem);
  }

  .about-page-hero .lead {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.6;
  }

  .about-story-section {
    padding: 3.25rem 0 3.5rem;
  }

  .about-profile-card {
    padding: 1rem;
    border-radius: 1.3rem;
  }

  .about-profile-card .about-portrait-frame {
    margin-bottom: 1.15rem;
  }

  .about-profile-card .about-portrait-frame img {
    border-width: 0.25rem;
    border-radius: 1rem;
  }

  .about-profile-card .about-portrait-frame figcaption {
    right: 0.65rem;
    bottom: 0.65rem;
    left: 0.65rem;
    padding: 0.46rem 0.55rem;
    font-size: 0.66rem;
  }

  .about-profile-card h2 {
    font-size: 1.48rem;
  }

  .about-profile-card p {
    font-size: 0.91rem;
    line-height: 1.58;
  }

  .about-story-row > .col-md-7 > h2 {
    font-size: clamp(2rem, 9vw, 2.45rem);
  }

  .about-timeline {
    padding-left: 1.85rem;
  }

  .about-timeline::before {
    left: 0.38rem;
  }

  .about-timeline .timeline-item {
    padding-bottom: 1.45rem;
  }

  .about-timeline .timeline-item:last-child {
    padding-bottom: 0;
  }

  .about-timeline .timeline-item::before {
    top: 0.34rem;
    left: -1.76rem;
    width: 0.78rem;
    height: 0.78rem;
    border-width: 3px;
  }

  .about-timeline .timeline-item h3 {
    font-size: 0.96rem;
    line-height: 1.35;
  }

  .about-timeline .timeline-item p {
    margin-bottom: 0;
    font-size: 0.89rem;
    line-height: 1.58;
  }

  .about-posture-section {
    padding: 3.5rem 0;
  }

  .about-posture-section .section-heading {
    margin-bottom: 2rem;
  }

  .about-posture-section .section-heading h2 {
    font-size: clamp(2rem, 8.6vw, 2.4rem);
  }

  .about-posture-grid {
    --bs-gutter-y: 0.9rem;
  }

  .about-posture-grid .card-oralisons {
    padding: 1.2rem;
    border-radius: 1.15rem;
  }

  .about-posture-grid .card-oralisons .card-icon {
    width: 2.85rem;
    height: 2.85rem;
    margin-bottom: 0.9rem;
    border-radius: 0.85rem;
  }

  .about-posture-grid .card-oralisons h3 {
    margin-bottom: 0.45rem;
    font-size: 1.38rem;
  }

  .about-posture-grid .card-oralisons p {
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .about-cta-section {
    padding-top: 2rem;
  }

  .cta-band {
    padding: 3rem 1.35rem;
    border-radius: 1.4rem;
  }

  .cta-band--about-photo {
    min-height: 480px;
    padding: 2rem 1.25rem;
    justify-content: flex-end;
    background-color: #09162d;
    background-image:
      linear-gradient(180deg, rgba(9, 22, 45, 0.02) 0%, rgba(18, 40, 79, 0.08) 30%, rgba(18, 40, 79, 0.78) 51%, rgba(9, 22, 45, 0.98) 67%, #09162d 100%),
      url("../img/catherine-colin-premier-echange.png");
    background-repeat: no-repeat;
    background-position: center, 58% top;
    background-size: 100% 100%, auto 300px;
  }

  .cta-band--about-photo h2 {
    font-size: clamp(1.9rem, 8.4vw, 2.3rem);
  }

  .cta-band--about-photo p {
    font-size: 0.91rem;
    line-height: 1.55;
  }

  .site-footer {
    margin-top: 4rem;
    padding: 3rem 0 1rem;
  }

  .footer-grid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 2rem;
  }

  .footer-logo {
    width: min(210px, 72vw);
  }

  .site-footer h2 {
    margin-bottom: 0.75rem;
  }

  .footer-links {
    gap: 0.42rem;
    font-size: 0.9rem;
  }

  .footer-bottom {
    margin-top: 2rem;
    padding-top: 1rem;
    font-size: 0.76rem;
  }

  .floating-cta span {
    display: none;
  }

  .floating-cta {
    display: grid;
    width: 3.4rem;
    height: 3.4rem;
    padding: 0;
    place-items: center;
  }

  .page-hero h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }
}

@media (max-width: 575.98px) {
  .top-strip {
    font-size: 0.74rem;
  }

  .visual-benefit-card {
    border-radius: 1.3rem;
  }

  .visual-benefit-media {
    aspect-ratio: 16 / 9;
  }

  .visual-benefit-number {
    top: 0.75rem;
    right: 0.75rem;
    width: 2.35rem;
    height: 2.35rem;
    font-size: 0.68rem;
  }

  .visual-benefit-content {
    padding: 1.2rem 1.1rem 1.35rem;
  }

  .visual-benefit-label {
    gap: 0.55rem;
    font-size: 0.69rem;
    letter-spacing: 0.07em;
  }

  .visual-benefit-icon {
    width: 2.35rem;
    height: 2.35rem;
  }

  .visual-benefit-content h3 {
    font-size: clamp(1.65rem, 8vw, 2rem);
  }

  .visual-benefit-summary {
    margin-bottom: 1rem;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .visual-benefit-details {
    gap: 0.6rem;
  }

  .visual-benefit-point {
    grid-template-columns: 4.5rem minmax(0, 1fr);
    gap: 0.65rem;
    align-items: center;
    padding: 0.75rem;
  }

  .visual-benefit-point-illustration {
    width: 4.5rem;
    height: 4.5rem;
    flex: 0 0 4.5rem;
    align-self: center;
    aspect-ratio: auto;
    justify-self: auto;
  }

  .visual-benefit-point h4 {
    font-size: 0.76rem;
  }

  .visual-benefit-point p {
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .education-page-hero {
    min-height: 48rem;
    padding: 19rem 0 2.5rem;
    background-position: center, 60% center;
  }

  .education-page-hero .breadcrumb {
    margin-bottom: 1rem;
    font-size: 0.76rem;
  }

  .education-page-hero .eyebrow {
    margin-bottom: 0.85rem;
    font-size: 0.66rem;
    line-height: 1.45;
    letter-spacing: 0.09em;
  }

  .education-page-hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.3rem);
  }

  .education-page-hero .lead {
    font-size: 1.02rem;
    line-height: 1.55;
  }

  .education-page-hero .btn {
    width: 100%;
  }

  .enterprise-page-hero {
    min-height: 54rem;
    padding: 19rem 0 2.5rem;
    background-position: center, 50% center;
  }

  .enterprise-page-hero .breadcrumb {
    margin-bottom: 1rem;
    font-size: 0.76rem;
  }

  .enterprise-page-hero .eyebrow {
    margin-bottom: 0.85rem;
    font-size: 0.66rem;
    line-height: 1.45;
    letter-spacing: 0.09em;
  }

  .enterprise-page-hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.3rem);
  }

  .enterprise-page-hero .lead {
    font-size: 1.02rem;
    line-height: 1.55;
  }

  .enterprise-hero-actions {
    display: grid !important;
  }

  .enterprise-page-hero .btn {
    width: 100%;
  }

  .care-page-hero {
    min-height: 50rem;
    padding: 19rem 0 2.5rem;
    background-position: center, 51% center;
  }

  .care-page-hero .breadcrumb {
    margin-bottom: 1rem;
    font-size: 0.76rem;
  }

  .care-page-hero .eyebrow {
    margin-bottom: 0.85rem;
    font-size: 0.66rem;
    line-height: 1.45;
    letter-spacing: 0.09em;
  }

  .care-page-hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.3rem);
  }

  .care-page-hero .lead {
    font-size: 1.02rem;
    line-height: 1.55;
  }

  .care-page-hero .btn {
    width: 100%;
  }

  .workshops-page-hero {
    min-height: 46rem;
    padding: 18rem 0 2.5rem;
    background-color: #fff;
    background-image:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.01) 0%,
        rgba(255, 255, 255, 0.1) 30%,
        rgba(255, 255, 255, 0.92) 47%,
        #fff 66%,
        #fff 100%
      ),
      url("../img/hero-ateliers-tarifs-oralisons.png");
    background-position: center, 63% top;
    background-repeat: no-repeat;
    background-size: 100% 100%, auto 22rem;
  }

  .workshops-page-hero .breadcrumb {
    margin-bottom: 1rem;
    font-size: 0.76rem;
  }

  .workshops-page-hero .eyebrow {
    margin-bottom: 0.85rem;
    font-size: 0.68rem;
    line-height: 1.45;
    letter-spacing: 0.09em;
  }

  .workshops-page-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.1rem);
  }

  .workshops-page-hero .lead {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .workshops-page-hero .btn {
    width: 100%;
  }

  .hero-stage-logo img {
    width: 115%;
    max-width: none;
  }

  .process-step {
    padding-left: 4.3rem;
  }

  .filter-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
  }

  .filter-btn {
    flex: 0 0 auto;
  }
}

@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;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

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

#form-feedback:focus {
  outline: 0;
}
