/* =========================================================
   BATIVO — Page d'accueil (styles dédiés, préfixe hp-)
   Chargé après style.css, uniquement sur la home.
   ========================================================= */

/* ---------- Header transparent au-dessus du hero ---------- */
.is-home .header {
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
  transition: background var(--tr), border-color var(--tr), box-shadow var(--tr);
}
.is-home .header:not(.is-scrolled) .logo,
.is-home .header:not(.is-scrolled) .nav__link { color: #fff; }
.is-home .header:not(.is-scrolled) .nav__link.is-active { color: #fff; }
.is-home .header:not(.is-scrolled) .lang { border-color: rgba(255, 255, 255, .28); }
.is-home .header:not(.is-scrolled) .lang a { color: rgba(255, 255, 255, .72); }
.is-home .header:not(.is-scrolled) .lang a.is-active { background: #fff; color: var(--c-primary); }
.is-home .header:not(.is-scrolled) .burger span,
.is-home .header:not(.is-scrolled) .burger span::before,
.is-home .header:not(.is-scrolled) .burger span::after { background: #fff; }
.is-home .header:not(.is-scrolled) .burger:hover { background: rgba(255, 255, 255, .12); }
.is-home .header.is-scrolled {
  background: rgba(255, 255, 255, .95);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom-color: var(--c-border);
}
/* Drawer mobile ouvert : on garde le header lisible sur fond sombre */
.is-home body.nav-open .header,
.is-home .nav.is-open ~ * .header { background: transparent; }

/* ---------- Apparitions au scroll ---------- */
.has-js [data-animate] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .7s ease var(--d, 0s),
    transform .8s cubic-bezier(.2, .7, .25, 1) var(--d, 0s);
}
.has-js [data-animate].in-view {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .has-js [data-animate] { opacity: 1 !important; transform: none !important; }
}

/* ---------- Rythme des sections ---------- */
.hp-section { padding: 6rem 0; }
.hp-section--alt { background: var(--c-bg-alt); }
.hp-head { max-width: 640px; margin-bottom: 3rem; }
.hp-head--center { margin-inline: auto; text-align: center; }
.hp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--c-accent-dark);
  margin-bottom: 1rem;
}
.hp-eyebrow::before {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--c-accent);
  border-radius: 2px;
}
.hp-head--center .hp-eyebrow::after {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--c-accent);
  border-radius: 2px;
}
.hp-head h2 {
  font-family: var(--ff-head);
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  line-height: 1.15;
  letter-spacing: -.02em;
  color: var(--c-primary);
  margin: 0 0 .9rem;
}
.hp-head p { color: var(--c-muted); font-size: 1.05rem; margin: 0; }

/* =========================================================
   HERO
   ========================================================= */
.hp-hero {
  position: relative;
  margin-top: calc(-1 * var(--header-h));
  padding-top: calc(var(--header-h) + 4.5rem);
  color: #fff;
  background:
    radial-gradient(900px 480px at 88% -10%, rgba(249, 115, 22, .22), transparent 60%),
    radial-gradient(700px 500px at -10% 110%, rgba(19, 59, 115, .9), transparent 65%),
    linear-gradient(150deg, #061a36 0%, #0b2545 55%, #10315c 100%);
  overflow: hidden;
}
/* Grille fine en arrière-plan */
.hp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(80% 70% at 50% 30%, #000 30%, transparent 100%);
  pointer-events: none;
}
.hp-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 3.5rem;
  align-items: center;
  padding-bottom: 5.5rem;
}

.hp-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--c-accent-light);
  background: rgba(249, 115, 22, .12);
  border: 1px solid rgba(249, 115, 22, .35);
  border-radius: 999px;
  padding: .45rem 1rem;
  margin-bottom: 1.4rem;
}
.hp-hero__kicker .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--c-accent);
  box-shadow: 0 0 0 0 rgba(249, 115, 22, .6);
  animation: hp-pulse 2.2s infinite;
}
@keyframes hp-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(249, 115, 22, .55); }
  70%  { box-shadow: 0 0 0 9px rgba(249, 115, 22, 0); }
  100% { box-shadow: 0 0 0 0 rgba(249, 115, 22, 0); }
}

.hp-hero h1 {
  color: #fff;
  font-family: var(--ff-head);
  font-size: clamp(2.4rem, 4.6vw, 3.9rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.03em;
  margin: 0 0 1.3rem;
}
.hp-grad {
  background: linear-gradient(92deg, #fdba74, #f97316 60%, #fb923c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.hp-hero__lede {
  font-size: 1.12rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, .82);
  max-width: 540px;
  margin: 0 0 2rem;
}
.hp-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-bottom: 2.2rem;
}
.hp-hero__cta .btn--primary { box-shadow: 0 14px 34px rgba(249, 115, 22, .38); }
.hp-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}
.hp-chip {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, .92);
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .16);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  padding: .5rem 1rem;
}
.hp-chip svg { width: 15px; height: 15px; color: var(--c-accent-light); flex: none; }

/* Entrées au chargement */
@keyframes hp-rise {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: none; }
}
.hp-hero__content > * { animation: hp-rise .9s cubic-bezier(.2, .7, .25, 1) backwards; }
.hp-hero__content > :nth-child(1) { animation-delay: .05s; }
.hp-hero__content > :nth-child(2) { animation-delay: .15s; }
.hp-hero__content > :nth-child(3) { animation-delay: .28s; }
.hp-hero__content > :nth-child(4) { animation-delay: .4s; }
.hp-hero__content > :nth-child(5) { animation-delay: .52s; }

/* --- Collage visuel --- */
.hp-hero__visual {
  position: relative;
  min-height: 480px;
  animation: hp-rise 1s .35s cubic-bezier(.2, .7, .25, 1) backwards;
}
.hp-hero__photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 86%;
  aspect-ratio: 5 / 3.55;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 40px 80px rgba(3, 12, 27, .55);
  transform: rotate(2deg);
}
.hp-hero__photo--2 {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 52%;
  aspect-ratio: 4 / 3;
  border: 5px solid rgba(255, 255, 255, .92);
  border-radius: 18px;
  transform: rotate(-3deg);
  box-shadow: 0 30px 60px rgba(3, 12, 27, .5);
}
.hp-hero__badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: .7rem;
  background: rgba(255, 255, 255, .96);
  color: var(--c-primary);
  border-radius: 14px;
  padding: .75rem 1rem;
  box-shadow: 0 18px 40px rgba(3, 12, 27, .45);
  animation: hp-float 5.5s ease-in-out infinite;
}
.hp-hero__badge strong { font-family: var(--ff-head); font-size: .95rem; display: block; line-height: 1.25; }
.hp-hero__badge small { color: var(--c-muted); font-size: .76rem; line-height: 1.3; display: block; }
.hp-hero__badge .stars { color: var(--c-accent); font-size: .8rem; letter-spacing: .1em; }
.hp-hero__badge--1 { top: -1.6rem; left: -.5rem; animation-delay: .6s; }
.hp-hero__badge--2 { bottom: 2.2rem; right: -.8rem; }
.hp-hero__badge .ico {
  width: 40px; height: 40px;
  flex: none;
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--c-accent), var(--c-accent-dark));
}
.hp-hero__badge .ico svg { width: 20px; height: 20px; }
@keyframes hp-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

/* --- Bandeau défilant --- */
.hp-marquee {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: rgba(4, 16, 34, .5);
  backdrop-filter: blur(6px);
  overflow: hidden;
  padding: 1.05rem 0;
}
.hp-marquee__track {
  display: flex;
  gap: 3.2rem;
  width: max-content;
  animation: hp-marquee 30s linear infinite;
}
.hp-marquee span {
  display: inline-flex;
  align-items: center;
  gap: 3.2rem;
  font-family: var(--ff-head);
  font-weight: 600;
  font-size: .92rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
  white-space: nowrap;
}
.hp-marquee span::after { content: '✦'; color: var(--c-accent); font-size: .8rem; }
@keyframes hp-marquee {
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .hp-marquee__track { animation: none; }
}

/* =========================================================
   SERVICES — grille bento
   ========================================================= */
.hp-bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 235px;
  gap: 1.25rem;
}
.hp-bento__card {
  position: relative;
  display: block;
  border-radius: 22px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}
.hp-bento__card--xl { grid-column: span 2; grid-row: span 2; }
.hp-bento__card--w  { grid-column: span 2; }
.hp-bento__card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform .8s cubic-bezier(.2, .7, .25, 1);
}
.hp-bento__card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(190deg, rgba(6, 26, 54, .08) 28%, rgba(6, 26, 54, .88) 74%, rgba(4, 16, 34, .96) 100%);
  transition: background var(--tr);
}
.hp-bento__card:hover img { transform: scale(1.06); }
.hp-bento__card:hover { color: #fff; }

.hp-bento__body {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.5rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: .45rem;
}
.hp-bento__num {
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .18em;
  color: var(--c-accent-light);
}
.hp-bento__body h3 {
  color: #fff;
  font-family: var(--ff-head);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -.01em;
  margin: 0;
}
.hp-bento__card--xl .hp-bento__body h3 { font-size: 1.9rem; }
.hp-bento__body p {
  margin: 0;
  font-size: .92rem;
  color: rgba(255, 255, 255, .8);
  max-width: 46ch;
}
.hp-bento__tags {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .55rem;
}
.hp-bento__tags li {
  list-style: none;
  font-size: .76rem;
  font-weight: 500;
  padding: .3rem .7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(6px);
}
.hp-bento__arrow {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 44px; height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .25);
  backdrop-filter: blur(6px);
  transition: background var(--tr), transform .4s cubic-bezier(.2, .7, .25, 1);
}
.hp-bento__arrow svg { width: 18px; height: 18px; }
.hp-bento__card:hover .hp-bento__arrow {
  background: var(--c-accent);
  border-color: var(--c-accent);
  transform: rotate(45deg);
}

/* =========================================================
   PROCESS — 4 étapes
   ========================================================= */
.hp-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  counter-reset: step;
}
.hp-step { position: relative; padding-top: .4rem; }
.hp-step__num {
  font-family: var(--ff-head);
  font-size: 4.4rem;
  font-weight: 800;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px rgba(11, 37, 69, .16);
  margin-bottom: .9rem;
  position: relative;
}
.hp-step__num::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -.35rem;
  width: 34px;
  height: 3px;
  border-radius: 3px;
  background: var(--c-accent);
}
.hp-step h3 {
  font-family: var(--ff-head);
  font-size: 1.12rem;
  color: var(--c-primary);
  margin: 0 0 .5rem;
}
.hp-step p { font-size: .92rem; color: var(--c-muted); margin: 0; }
/* trait pointillé entre les étapes */
.hp-step:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 2.2rem;
  left: calc(100% - 1rem);
  width: calc(2rem + 2rem);
  border-top: 2px dashed rgba(11, 37, 69, .18);
}

/* =========================================================
   STATS — bande sombre
   ========================================================= */
.hp-stats {
  position: relative;
  background:
    radial-gradient(700px 320px at 12% 0%, rgba(249, 115, 22, .18), transparent 60%),
    radial-gradient(600px 300px at 90% 110%, rgba(19, 59, 115, .85), transparent 65%),
    linear-gradient(135deg, #061a36, #0b2545 60%, #102e57);
  color: #fff;
  padding: 4.2rem 0;
  overflow: hidden;
}
.hp-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}
.hp-stat__num {
  font-family: var(--ff-head);
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.1;
}
.hp-stat__num span { color: var(--c-accent-light); }
.hp-stat__label { color: rgba(255, 255, 255, .72); font-size: .92rem; margin-top: .3rem; }
.hp-stats__grid > div:not(:first-child) { border-left: 1px solid rgba(255, 255, 255, .12); }

/* =========================================================
   À PROPOS — collage + arguments
   ========================================================= */
.hp-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.5rem;
  align-items: center;
}
.hp-about__visual { position: relative; padding: 0 2.4rem 2.6rem 0; }
.hp-about__visual::before {
  content: '';
  position: absolute;
  top: 2rem;
  right: 0;
  bottom: 0;
  left: 2.4rem;
  border: 2px dashed rgba(249, 115, 22, .5);
  border-radius: 26px;
}
.hp-about__photo1 {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 4.1;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
}
.hp-about__photo2 {
  position: absolute;
  right: .4rem;
  bottom: 0;
  width: 38%;
  aspect-ratio: 3 / 3.6;
  object-fit: cover;
  border-radius: 16px;
  border: 5px solid #fff;
  box-shadow: var(--shadow-lg);
}
.hp-about__badge {
  position: absolute;
  left: -.6rem;
  bottom: 2.4rem;
  display: flex;
  align-items: center;
  gap: .7rem;
  background: #fff;
  border-radius: 14px;
  padding: .8rem 1.05rem;
  box-shadow: var(--shadow-lg);
}
.hp-about__badge .ico {
  width: 42px; height: 42px;
  flex: none;
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--c-primary), var(--c-primary-light));
}
.hp-about__badge .ico svg { width: 21px; height: 21px; }
.hp-about__badge strong { font-family: var(--ff-head); font-size: .92rem; color: var(--c-primary); display: block; line-height: 1.25; }
.hp-about__badge small { color: var(--c-muted); font-size: .76rem; }

.hp-about__content h2 {
  font-family: var(--ff-head);
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  line-height: 1.15;
  letter-spacing: -.02em;
  color: var(--c-primary);
  margin: 0 0 1rem;
}
.hp-about__content > p { color: var(--c-muted); margin: 0 0 1.6rem; }
.hp-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .85rem 1.4rem;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}
.hp-checklist li {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  font-size: .94rem;
  font-weight: 500;
  color: var(--c-text);
}
.hp-checklist svg {
  width: 20px; height: 20px;
  flex: none;
  margin-top: .1rem;
  color: #fff;
  background: var(--c-accent);
  border-radius: 50%;
  padding: 4px;
}

/* =========================================================
   RÉALISATIONS — carrousel
   ========================================================= */
.hp-realisations .hp-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1.5rem; max-width: none; }
.hp-realisations .hp-head > div { max-width: 600px; }
.hp-carousel-nav { display: flex; gap: .6rem; }
.hp-carousel-nav button {
  width: 50px; height: 50px;
  border-radius: 50%;
  border: 1px solid var(--c-border);
  background: #fff;
  color: var(--c-primary);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all var(--tr);
}
.hp-carousel-nav button:hover:not(:disabled) {
  background: var(--c-primary);
  color: #fff;
  border-color: var(--c-primary);
}
.hp-carousel-nav button:disabled { opacity: .35; cursor: default; }
.hp-carousel-nav svg { width: 20px; height: 20px; }

.hp-carousel {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: .25rem .25rem 1.4rem;
  scrollbar-width: none;
}
.hp-carousel::-webkit-scrollbar { display: none; }
.hp-carousel__item {
  position: relative;
  flex: 0 0 min(400px, 82vw);
  aspect-ratio: 4 / 3.1;
  border-radius: 20px;
  overflow: hidden;
  scroll-snap-align: start;
  color: #fff;
  isolation: isolate;
}
.hp-carousel__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform .8s cubic-bezier(.2, .7, .25, 1);
}
.hp-carousel__item::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(195deg, transparent 42%, rgba(4, 16, 34, .88) 88%);
}
.hp-carousel__item:hover img { transform: scale(1.06); }
.hp-carousel__item:hover { color: #fff; }
.hp-carousel__caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.3rem 1.4rem;
}
.hp-carousel__caption .tag {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  background: var(--c-accent);
  padding: .25rem .65rem;
  border-radius: 999px;
  margin-bottom: .55rem;
}
.hp-carousel__caption strong {
  display: block;
  font-family: var(--ff-head);
  font-size: 1.15rem;
  letter-spacing: -.01em;
}
.hp-carousel__caption small { color: rgba(255, 255, 255, .72); font-size: .82rem; }

/* =========================================================
   TÉMOIGNAGES
   ========================================================= */
.hp-quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.hp-quote {
  position: relative;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 20px;
  padding: 2rem 1.8rem 1.7rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  transition: transform var(--tr), box-shadow var(--tr);
}
.hp-quote:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.hp-quote::before {
  content: '“';
  position: absolute;
  top: .2rem;
  right: 1.4rem;
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 1;
  color: rgba(249, 115, 22, .18);
}
.hp-quote .stars { color: var(--c-accent); letter-spacing: .15em; font-size: .92rem; }
.hp-quote p { margin: 0; color: var(--c-text); font-size: .96rem; flex: 1; }
.hp-quote footer { display: flex; align-items: center; gap: .8rem; }
.hp-quote .avatar {
  width: 44px; height: 44px;
  flex: none;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--ff-head);
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--c-primary), var(--c-primary-light));
}
.hp-quote:nth-child(2) .avatar { background: linear-gradient(135deg, var(--c-accent), var(--c-accent-dark)); }
.hp-quote cite { font-style: normal; font-weight: 600; color: var(--c-primary); font-size: .92rem; display: block; }
.hp-quote footer small { color: var(--c-muted); font-size: .8rem; }

/* =========================================================
   FAQ
   ========================================================= */
.hp-faq { max-width: 800px; margin: 0 auto; }
.hp-faq details {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 14px;
  margin-bottom: .8rem;
  overflow: hidden;
  transition: box-shadow var(--tr);
}
.hp-faq details[open] { box-shadow: var(--shadow); border-color: rgba(249, 115, 22, .4); }
.hp-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
  font-family: var(--ff-head);
  font-weight: 600;
  font-size: 1rem;
  color: var(--c-primary);
  padding: 1.15rem 1.4rem;
}
.hp-faq summary::-webkit-details-marker { display: none; }
.hp-faq summary::after {
  content: '';
  flex: none;
  width: 10px; height: 10px;
  border-right: 2px solid var(--c-accent);
  border-bottom: 2px solid var(--c-accent);
  transform: rotate(45deg);
  transition: transform var(--tr);
  margin-right: .2rem;
}
.hp-faq details[open] summary::after { transform: rotate(225deg); }
.hp-faq details p {
  margin: 0;
  padding: 0 1.4rem 1.25rem;
  color: var(--c-muted);
  font-size: .95rem;
}

/* =========================================================
   CTA FINAL
   ========================================================= */
.hp-cta {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  color: #fff;
  padding: 4rem 3.5rem;
  background:
    radial-gradient(620px 300px at 90% -20%, rgba(249, 115, 22, .35), transparent 60%),
    radial-gradient(500px 280px at 0% 120%, rgba(19, 59, 115, .9), transparent 65%),
    linear-gradient(135deg, #061a36, #0b2545 55%, #133b73);
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 2.5rem;
  align-items: center;
}
.hp-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(70% 90% at 80% 20%, #000, transparent);
  pointer-events: none;
}
.hp-cta h2 {
  color: #fff;
  font-family: var(--ff-head);
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  letter-spacing: -.02em;
  line-height: 1.15;
  margin: 0 0 .8rem;
}
.hp-cta p { color: rgba(255, 255, 255, .8); margin: 0; max-width: 46ch; }
.hp-cta__actions {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .9rem;
  align-items: stretch;
}
.hp-cta__actions .btn { justify-content: center; }
.hp-cta__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  font-family: var(--ff-head);
  font-weight: 700;
  font-size: 1.15rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: var(--radius);
  padding: .95rem 1.4rem;
  transition: background var(--tr), border-color var(--tr);
}
.hp-cta__phone:hover { background: rgba(255, 255, 255, .1); color: #fff; }
.hp-cta__phone svg { width: 19px; height: 19px; color: var(--c-accent-light); }
.hp-cta__note { text-align: center; font-size: .8rem; color: rgba(255, 255, 255, .55); }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1080px) {
  .hp-step:not(:last-child)::before { display: none; }
}
@media (max-width: 980px) {
  .hp-hero__inner { grid-template-columns: 1fr; gap: 3rem; padding-bottom: 4.5rem; }
  .hp-hero__visual { max-width: 560px; margin: 0 auto; width: 100%; min-height: 0; aspect-ratio: 5 / 4; }
  .hp-bento { grid-template-columns: 1fr 1fr; grid-auto-rows: 230px; }
  .hp-bento__card--xl { grid-column: span 2; grid-row: span 1; }
  .hp-bento__card--w { grid-column: span 2; }
  .hp-bento__card--xl .hp-bento__body h3 { font-size: 1.5rem; }
  .hp-steps { grid-template-columns: 1fr 1fr; }
  .hp-stats__grid { grid-template-columns: 1fr 1fr; gap: 2.5rem 1rem; }
  .hp-stats__grid > div:nth-child(3) { border-left: 0; }
  .hp-about { grid-template-columns: 1fr; gap: 3rem; }
  .hp-about__visual { max-width: 540px; }
  .hp-quotes { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; }
  .hp-cta { grid-template-columns: 1fr; padding: 3rem 2.2rem; }
}
@media (max-width: 720px) {
  .hp-section { padding: 4rem 0; }
  .hp-hero { padding-top: calc(var(--header-h) + 2.5rem); }
  .hp-hero__lede { font-size: 1.02rem; }
  .hp-bento { grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .hp-bento__card--xl, .hp-bento__card--w { grid-column: span 1; }
  .hp-bento__tags { display: none; }
  .hp-steps { grid-template-columns: 1fr; gap: 2.2rem; }
  .hp-stats__grid { grid-template-columns: 1fr 1fr; }
  .hp-stats__grid > div { border-left: 0 !important; }
  .hp-checklist { grid-template-columns: 1fr; }
  .hp-about__visual { padding-right: 1.4rem; }
  .hp-carousel__item { flex-basis: 86vw; }
  .hp-cta { padding: 2.6rem 1.6rem; border-radius: 22px; }
}
