
.mock-container,
.mock-header__inner {
  width: min(100% - 72px, 1200px);
  margin-inline: auto;
}

.mock-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, .93);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
}

.mock-header.is-scrolled {
  border-bottom-color: rgba(18, 32, 51, .08);
  box-shadow: 0 10px 30px rgba(18, 32, 51, .06);
}

.mock-header__inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: 142px 1fr auto;
  align-items: center;
  gap: 34px;
}

.mock-logo img {
  width: 116px;
  height: auto;
}

.mock-nav {
  display: flex;
  justify-content: center;
  gap: 36px;
}

.mock-nav a,
.mock-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ml-ink);
  font-size: 16px;
  font-weight: 760;
}

.mock-nav .ml-icon {
  width: 12px;
  height: 12px;
}

.mock-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.mock-btn,
.mock-link {
  min-height: 46px;
  border-radius: 13px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.mock-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1.5px solid transparent;
  color: var(--ml-ink);
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.mock-btn:hover,
.mock-link:hover,
.support-card:hover,
.team-img:hover {
  transform: translateY(-2px);
}

.mock-btn--red {
  background: var(--ml-red);
  color: #fff;
  box-shadow: 0 13px 26px rgba(221, 38, 40, .2);
}

.mock-btn--red:hover {
  background: #c91f25;
}

.mock-btn--yellow {
  background: var(--ml-yellow);
  box-shadow: 0 12px 26px rgba(255, 211, 35, .24);
}

.mock-btn--outline,
.mock-btn--ghost {
  background: #fff;
  border-color: #d9dce4;
}

.mock-btn--ghost {
  color: var(--ml-ink);
  border-color: var(--ml-red);
}

.mock-link {
  padding-inline: 8px;
}

.mock-main {
  overflow: hidden;
  padding-bottom: 80px;
}

.mock-section {
  position: relative;
  animation: sectionIn .54s ease both;
}

.mock-section::before,
.mock-section::after {
  pointer-events: none;
}

.hero-section {
  padding: 62px 0 26px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(430px, .88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: 66px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 30px;
  padding: 8px 16px 8px 12px;
  border: none;
  background: #eef3ff;
  border-radius: 999px;
  color: #2f52c1;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.status-pill .ml-icon {
  color: #2f52c1;
}

.status-pill span {
  font-size: 14px;
  line-height: 1;
}

#rectorat-pill {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.hero-copy h1 {
  max-width: 610px;
  margin: 0;
  color: var(--ml-ink);
  font-size: 60px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: .99;
}

.hero-copy h1 span,
.team-copy h2 span,
.media-copy h2 span,
.section-head h2 span {
  color: var(--ml-red);
}

.hero-lead {
  max-width: 470px;
  margin: 22px 0 0;
  color: var(--ml-muted);
  font-size: 18px;
  font-weight: 560;
  line-height: 1.55;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.hero-media {
  position: relative;
  min-height: 512px;
  display: grid;
  place-items: center;
}


.hero-media img {
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
  height: auto;
  border-radius: 0;
  object-fit: cover;
  filter: none;
  border: 0;
  box-shadow: none;
}

.laptop-brand {
  position: absolute;
  right: 15%;
  bottom: 32%;
  z-index: 3;
  width: 54px;
  height: 34px;
  background: url("../img/logo-mon-lycee.svg") center / contain no-repeat;
  filter: saturate(1.15);
}

.hand-note {
  position: absolute;
  z-index: 4;
  margin: 0;
  color: #18243a;
  font-size: 23px;
  font-style: italic;
  font-weight: 850;
  line-height: 1.08;
  transform: rotate(-9deg);
}

.hand-note::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 42px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  border-radius: 0 0 0 100%;
}

.hand-note--hero {
  right: -6px;
  top: 78px;
}

.hand-note--hero::after {
  right: 10px;
  bottom: -56px;
  transform: rotate(-34deg);
}

.proof-section {
  padding: 0 0 54px;
}

.proof-section::before,
.quote-section::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--ml-red);
}

.proof-section::before {
  left: -70px;
  bottom: -22px;
  width: 166px;
  height: 166px;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(90deg, #fff, var(--ml-panel));
  box-shadow: inset 0 0 0 1px rgba(221, 38, 40, .04);
}

.proof-strip article {
  min-height: 170px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 20px;
  padding: 28px 18px;
  text-align: center;
  border-right: 1px solid rgba(18, 32, 51, .12);
}

.proof-strip article:last-child {
  border-right: 0;
}

.proof-strip .ml-icon {
  width: 42px;
  height: 42px;
  color: var(--ml-red);
  stroke-width: 1.9;
}

.proof-strip strong {
  color: var(--ml-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.28;
}

.team-section {
  padding: 26px 0 42px;
}

.team-panel,
.media-panel {
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(105deg, #fff, #fff9f6);
}

.team-panel {
  grid-template-columns: .42fr .58fr;
  min-height: 398px;
  padding: 58px 66px;
}

.team-panel::after,
.media-panel::after,
.quote-grid::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background:
    linear-gradient(var(--ml-red), var(--ml-red)) 4px 22px / 34px 4px no-repeat,
    linear-gradient(var(--ml-red), var(--ml-red)) 22px 3px / 4px 31px no-repeat,
    linear-gradient(var(--ml-red), var(--ml-red)) 33px 31px / 27px 4px no-repeat;
  width: 70px;
  height: 58px;
  border-radius: 20px;
}

.team-panel::after {
  display: none;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--ml-red);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.team-copy h2,
.media-copy h2 {
  margin: 0;
  color: var(--ml-ink);
  font-size: clamp(34px, 3.4vw, 50px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.06;
}

.team-copy > p:not(.eyebrow),
.media-copy > p {
  max-width: 378px;
  margin: 28px 0 30px;
  color: var(--ml-muted);
  font-size: 16px;
  font-weight: 560;
  line-height: 1.58;
}

.team-collage {
  position: relative;
  min-height: 326px;
}

.team-collage::before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 14px;
  width: 170px;
  height: 145px;
  border-radius: 54% 46% 52% 48%;
  background: var(--ml-soft-strong);
  transform: rotate(-24deg);
}

.team-img {
  position: absolute;
  z-index: 2;
  width: 176px;
  height: 200px;
  object-fit: cover;
  object-position: center top;
  border: 7px solid #fff;
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(18, 32, 51, .1);
  transition: transform .2s ease;
}

.team-img--one {
  left: 52px;
  top: 8px;
  transform: rotate(-5deg);
}

.team-img--two {
  left: 232px;
  top: 0;
  transform: rotate(3deg);
}

.team-img--three {
  right: 10px;
  top: 44px;
  transform: rotate(7deg);
}

.team-img--four {
  left: 130px;
  bottom: 10px;
  transform: rotate(-4deg);
}

.team-img--five {
  right: 112px;
  bottom: 6px;
  transform: rotate(2deg);
}

.hand-note--team {
  right: 16px;
  bottom: 40px;
  font-size: 17px;
}

.hand-note--team::after {
  right: 16px;
  bottom: -44px;
  transform: rotate(-20deg);
}

.media-section {
  padding: 28px 0 48px;
}

.media-panel {
  grid-template-columns: .34fr .46fr .2fr;
  gap: 38px;
  min-height: 360px;
  padding: 46px 56px;
  background: linear-gradient(105deg, #fff6f4, #fff);
}

.media-panel::after {
  display: none;
}

.media-video {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 252px;
  border-radius: 16px;
  background: #111827;
  color: #fff;
  box-shadow: 0 18px 42px rgba(18, 32, 51, .12);
}

.media-video img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  object-position: center 20%;
  opacity: .92;
}

.media-video::after {
  content: "";
  position: absolute;
  inset: 38% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, .7));
}

.play-button {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: var(--ml-red-2);
  color: #fff;
  box-shadow: 0 16px 30px rgba(221, 38, 40, .26);
  transform: translate(-50%, -50%);
  transition: transform .18s ease;
}

.media-video:hover .play-button {
  transform: translate(-50%, -50%) scale(1.06);
}

.play-button .ml-icon {
  width: 26px;
  height: 26px;
  margin-left: 4px;
  fill: currentColor;
  stroke: none;
}

.media-video strong,
.media-video small {
  position: absolute;
  z-index: 2;
  left: 20px;
}

.media-video strong {
  bottom: 36px;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}

.media-video small {
  bottom: 18px;
  color: rgba(255, 255, 255, .88);
  font-size: 12px;
  font-weight: 750;
}

.media-logos {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 22px;
}

.media-logos img {
  max-width: 112px;
  max-height: 34px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .55;
}

.media-logos small {
  color: #8b92a0;
  font-size: 12px;
  font-weight: 760;
}

.text-logo {
  color: #8b92a0;
  font-weight: 950;
  line-height: 1;
}

.text-logo--tf1 {
  padding: 5px 10px;
  color: #fff;
  background: #8c99a7;
  font-size: 16px;
  letter-spacing: .12em;
}

.text-logo--parisien {
  font-size: 24px;
  font-weight: 850;
}

.text-logo--express {
  padding: 4px 9px;
  color: #fff;
  background: #8793a1;
  font-size: 20px;
}

.support-section {
  padding: 20px 0 54px;
}

.section-head {
  max-width: 880px;
  margin-bottom: 36px;
}

.section-head h2,
.profile-editorial__intro h2,
.phobie-editorial__intro h2 {
  margin: 0 0 14px;
  color: var(--ml-ink);
  font-size: clamp(28px, 2.4vw, 40px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.1;
}

.section-head p {
  max-width: 820px;
  margin: 0;
  color: var(--ml-muted);
  font-size: 16px;
  font-weight: 560;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.support-card {
  position: relative;
  min-height: 362px;
  overflow: hidden;
  border: 1px solid var(--ml-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(18, 32, 51, .04);
  transition: transform .2s ease, box-shadow .2s ease;
}

.support-card:hover {
  box-shadow: 0 22px 44px rgba(18, 32, 51, .09);
}

.support-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.support-icon {
  position: absolute;
  top: 136px;
  left: 22px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 6px solid #fff;
  border-radius: 50%;
  background: #ffe9ea;
  color: var(--ml-red);
}

.support-icon .ml-icon {
  width: 22px;
  height: 22px;
}

.support-card h3 {
  margin: 42px 22px 12px;
  color: var(--ml-ink);
  font-size: 17px;
  font-weight: 950;
  line-height: 1.2;
}

.support-card p {
  margin: 0 22px 26px;
  color: var(--ml-muted);
  font-size: 13px;
  font-weight: 620;
  line-height: 1.55;
}

.support-card a {
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ml-red);
  font-size: 13px;
  font-weight: 950;
}

.support-card a .ml-icon {
  width: 14px;
  height: 14px;
}

.quote-section {
  padding: 0 0 66px;
}

.quote-section::before {
  left: -112px;
  top: 84px;
  width: 190px;
  height: 190px;
  opacity: .08;
}

.quote-grid {
  position: relative;
  display: grid;
  grid-template-columns: .42fr .36fr .22fr;
  gap: 34px;
  align-items: center;
}

.quote-grid::after {
  left: 64%;
  top: 44px;
  transform: rotate(24deg);
}

.quote-grid blockquote {
  position: relative;
  margin: 0;
  color: var(--ml-ink);
  font-size: clamp(27px, 2.6vw, 40px);
  font-style: italic;
  font-weight: 720;
  line-height: 1.46;
}

.quote-grid blockquote span {
  display: block;
  margin-bottom: 2px;
  color: var(--ml-red);
  font-size: 78px;
  font-style: normal;
  font-weight: 950;
  line-height: .6;
}

.quote-grid blockquote::after {
  content: "";
  position: absolute;
  left: 80px;
  bottom: -18px;
  width: 250px;
  height: 5px;
  border-radius: 999px;
  background: var(--ml-red);
  transform: rotate(-12deg);
}

.quote-grid > img {
  width: 100%;
  min-height: 214px;
  object-fit: cover;
  border-radius: 24px;
  background: var(--ml-soft);
}

.cta-card {
  min-height: 214px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff, var(--ml-panel));
}

.cta-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #fb969b;
  color: #fff;
}

.cta-card h2 {
  margin: 0 0 24px;
  color: var(--ml-ink);
  font-size: 19px;
  font-weight: 950;
  line-height: 1.28;
}

.world-section {
  padding: 40px 0 60px;
}

.world-inner {
  text-align: center;
}

.world-inner h2 {
  margin: 0;
  color: var(--ml-ink);
  font-size: clamp(34px, 3.4vw, 50px);
  font-weight: 950;
  line-height: 1.06;
}

.world-inner h2 span {
  color: var(--ml-red);
}

.world-inner > p {
  max-width: 560px;
  margin: 22px auto 34px;
  color: var(--ml-muted);
  font-size: 18px;
  font-weight: 560;
  line-height: 1.55;
}

.flag-carousel {
  overflow: hidden;
  margin: 0 auto 34px;
  padding: 12px 0;
  max-width: 100%;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.flag-track {
  display: flex;
  gap: 26px;
  width: max-content;
  animation: flag-scroll 40s linear infinite;
}

.flag-track a {
  display: contents;
}
.flag-track img {
  width: 72px;
  height: 48px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(18, 32, 51, .12);
  border: 1px solid rgba(18, 32, 51, .06);
  flex-shrink: 0;
  transition: transform .15s ease, box-shadow .15s ease;
}
.flag-track a:not([aria-hidden]):hover img {
  transform: scale(1.08);
  box-shadow: 0 8px 22px rgba(18, 32, 51, .2);
}

@keyframes flag-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.mock-footer {
  position: relative;
  overflow: hidden;
  padding: 54px 0 42px;
  border-top: 1px solid #edf0f5;
  background: #fff;
}


.footer-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr .9fr 1fr 1.1fr .9fr 40px;
  gap: 42px;
  align-items: start;
}

.footer-brand img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  padding: 10px;
  background: var(--ml-soft);
  box-shadow: 0 6px 18px rgba(221, 38, 40, .10);
  object-fit: contain;
}

.footer-brand p {
  max-width: 210px;
  margin: 14px 0 20px;
  color: #5d6879;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.socials {
  display: flex;
  gap: 14px;
}

.socials a {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: #596477;
  transition: color .18s ease, transform .18s ease;
}

.socials a:hover {
  color: var(--ml-red);
  transform: translateY(-2px);
}

.socials .ml-icon {
  width: 18px;
  height: 18px;
}

.mock-footer nav,
.mock-footer address {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-style: normal;
}

.footer-contact-legal {
  display: grid;
  gap: 28px;
  min-width: 0;
}

.mock-footer h3 {
  margin: 0 0 10px;
  color: var(--ml-ink);
  font-size: 15px;
  font-weight: 950;
}

.mock-footer a,
.mock-footer span,
.footer-bottom,
.footer-bottom a {
  color: #5d6879;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.mock-footer address a,
.mock-footer address span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.mock-footer address .ml-icon {
  width: 15px;
  height: 15px;
}

.footer-search {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #5d6879;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  gap: 44px;
  margin-top: 48px;
  text-align: center;
}

.footer-bottom p,
.footer-bottom small {
  margin: 0;
}

@keyframes sectionIn {
  from {
    opacity: 1;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

@media (max-width: 1180px) {
  .mock-container,
  .mock-header__inner {
    width: min(100% - 44px, 960px);
  }

  .mock-header__inner {
    grid-template-columns: auto 1fr;
  }

  .mock-nav {
    display: none;
  }

  .hero-grid,
  .team-panel,
  .media-panel,
  .quote-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-media {
    min-height: 410px;
  }

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

  .proof-strip article {
    border-bottom: 1px solid rgba(18, 32, 51, .12);
  }

  .team-panel,
  .media-panel {
    padding: 42px;
  }

  .media-video {
    max-width: 620px;
  }

  .media-logos {
    grid-template-columns: repeat(3, auto);
    justify-content: center;
  }

  .quote-grid > img {
    max-width: 560px;
  }

  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-search {
    display: none;
  }
}

@media (max-width: 760px) {
  .mock-container,
  .mock-header__inner {
    width: 90%;
    box-sizing: border-box;
  }

  .mock-header__inner {
    min-height: 70px;
    gap: 14px;
  }

  .mock-logo img {
    width: 86px;
  }

  .mock-link,
  .mock-actions .mock-btn--yellow {
    display: none;
  }

  .mock-actions .mock-btn {
    min-height: 40px;
    padding-inline: 13px;
    border-radius: 10px;
    font-size: 11px;
  }

  .hero-section {
    padding: 34px 0 22px;
  }

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

  .status-pill {
    margin-bottom: 22px;
  }

  #rectorat-pill {
    font-size: 12px !important;
    font-weight: 700 !important;
  }

  .hero-copy h1 {
    font-size: clamp(39px, 12vw, 58px);
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-ctas {
    gap: 10px;
  }

  .hero-ctas .mock-btn {
    width: 100%;
  }

  .hero-media {
    min-height: 320px;
  }

  .hero-media::before {
    inset: 8px 0 0;
  }

  .hero-media::after,
  .laptop-brand,
  .hand-note {
    display: none;
  }

  .hero-media img {
    width: 100%;
  }

  .proof-section {
    padding-bottom: 32px;
  }

  .proof-strip,
  .support-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip article {
    min-height: 132px;
    border-right: 0;
  }

  .team-section,
  .media-section,
  .support-section,
  .quote-section {
    padding-block: 22px;
  }

  .team-panel,
  .media-panel,
  .cta-card {
    padding: 28px 22px;
    border-radius: 18px;
  }

  .team-panel::after,
  .media-panel::after,
  .quote-grid::after {
    display: none;
  }

  .team-copy h2,
  .media-copy h2 {
    font-size: 36px;
  }

  .team-copy > p:not(.eyebrow),
  .media-copy > p {
    margin: 18px 0 22px;
    font-size: 14px;
  }

  .team-collage {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 28px;
  }

  .team-collage::before {
    display: none;
  }

  .team-img {
    position: static;
    width: 100%;
    height: 132px;
    border-width: 4px;
    transform: none !important;
  }

  .team-img--five {
    grid-column: 1 / -1;
  }

  .media-video img {
    height: 260px;
  }

  .media-logos {
    grid-template-columns: repeat(2, auto);
  }

  .section-head h2,
  .profile-editorial__intro h2,
  .phobie-editorial__intro h2 {
    font-size: 30px;
  }

  .support-card {
    min-height: 342px;
  }

  .quote-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .quote-grid blockquote {
    font-size: 27px;
  }

  .quote-grid blockquote::after {
    left: 50px;
    width: 190px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    text-align: left;
  }
}

/* ── Aliases boutons pages LP (lycee-francais-en-ligne, stages-vacances) ── */
.btn-lp-primary,
.btn-lp-cta,
.btn-lp-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 13px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.btn-lp-primary svg,
.btn-lp-cta svg,
.btn-lp-secondary svg { width: 16px; height: 16px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.btn-lp-primary {
  border: 1.5px solid transparent;
  background: var(--ml-red, #dd2628);
  color: #fff;
  box-shadow: 0 13px 26px rgba(221,38,40,.2);
}
.btn-lp-primary:hover { background: #c91f25; transform: translateY(-2px); }

.btn-lp-cta {
  border: 1.5px solid transparent;
  background: var(--ml-yellow, #ffd323);
  color: var(--ml-ink, #122033);
  box-shadow: 0 12px 26px rgba(255,211,35,.24);
}
.btn-lp-cta:hover { transform: translateY(-2px); filter: brightness(.97); }

.btn-lp-secondary {
  border: 1.5px solid #d9dce4;
  background: #fff;
  color: var(--ml-ink, #122033);
}
.btn-lp-secondary:hover { border-color: #999; transform: translateY(-2px); }

/* Les visuels profil possèdent déjà leur découpe : aucun habillage supplémentaire. */
.hero-media.hero-media--profile { background: none; box-shadow: none; }
.hero-media.hero-media--profile::before,
.hero-media.hero-media--profile::after { content: none; }
.hero-media.hero-media--profile img { border-radius: 0; filter: none; }

/* ── MOBILE MENU ── */
.mobile-menu-btn {
  display: none;
  align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border: none; border-radius: 50%;
  background: #3d4f63; cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.mobile-menu-btn svg {
  width: 22px; height: 22px;
  stroke: #fff; stroke-width: 2.2; stroke-linecap: round;
  fill: none;
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0; z-index: 31;
  background: #fff;
  overflow-y: auto;
  opacity: 0; transform: translateY(-6px);
  transition: opacity .2s, transform .2s;
  pointer-events: none;
}
.mobile-menu.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
.mobile-menu__header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 20px;
  height: 70px;
  border-bottom: 1px solid var(--ml-line, #e8ecef);
  flex-shrink: 0;
}
.mobile-menu__close {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border: none; border-radius: 50%;
  background: #122033; cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.mobile-menu__close svg { width: 22px; height: 22px; stroke: #fff; stroke-width: 2.2; stroke-linecap: round; fill: none; }
.mobile-menu__inner {
  padding: 40px 24px 40px;
  display: flex; flex-direction: column;
  overflow: hidden;
}
.mobile-menu__nav {
  display: flex; flex-direction: column;
  padding-bottom: 16px; margin-bottom: 16px;
  border-bottom: 1.5px solid var(--ml-line, #e8ecef);
}
.mobile-menu__nav a {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 4px;
  font-size: 16px; font-weight: 700;
  color: var(--ml-ink, #122033);
  border-bottom: 1px solid var(--ml-line, #e8ecef);
  text-decoration: none;
}
.mobile-menu__nav a:last-child { border-bottom: none; }
.mobile-menu__nav a svg { flex-shrink: 0; }
.mobile-menu__nav a:hover { color: var(--ml-red, #dd2628); }
.mobile-menu__actions { display: flex; flex-direction: column; gap: 10px; }
.mobile-menu__actions .mock-btn {
  width: 100%; min-height: 52px; max-width: 100%;
  font-size: 15px; border-radius: 12px;
  justify-content: center; box-sizing: border-box;
}
.mobile-menu__btn--phone { background: var(--ml-red, #DD2628); border-color: var(--ml-red, #DD2628); color: #fff; }
.mobile-menu__btn--brochure { background: #e8f2ff; border-color: #ccdef5; color: #245ba8; }
.mobile-menu__btn--wa { background: #e3f6ec; border-color: #d8f1e4; color: #07572e; }
.mobile-menu__btn--rdv { background: var(--ml-yellow, #FFD400); border-color: var(--ml-yellow, #FFD400); color: #1a1a1a; }

@media (max-width: 760px) {
  .mobile-menu-btn { display: flex; }
  .mobile-menu { display: block; }
}
