/* Accueil 2026 — équilibre particuliers / professionnels */
.heroArtwork {
  opacity: 1;
  width: 100%;
  inset: 150px 0 0;
}

.heroArtwork img {
  object-position: 58% center;
}

.heroWash {
  background:
    linear-gradient(90deg, #020f26 0%, #020f26ed 29%, #020f268c 48%, #020f2617 72%, #020f2608 100%),
    linear-gradient(#010b1c05, #010b1c6b);
}

.heroContent {
  position: relative;
  z-index: 3;
}

.hero h1 {
  max-width: 790px;
}

.heroText {
  max-width: 690px;
}

.heroAudienceActions {
  gap: 14px;
}

.heroAudienceActions .button {
  justify-content: space-between;
  min-width: 270px;
}

.territoryPersonal .territoryOverlay {
  background: linear-gradient(180deg, #03163212 16%, #031632e8 90%);
}

.territoryProfessional .territoryOverlay {
  background: linear-gradient(180deg, #02112612 16%, #021126ed 90%);
}

.audienceOffersSection {
  color: #f7faff;
  background:
    radial-gradient(circle at 14% 0, #246cde2b, #0000 30%),
    radial-gradient(circle at 88% 10%, #1c65d72e, #0000 28%),
    #020f26;
  border-block: 1px solid #6197eb24;
  padding: 96px 0 106px;
}

.audienceOffersHeading {
  max-width: 880px;
  margin-bottom: 48px;
}

.audienceOffersHeading h2 {
  color: #f8faff;
  letter-spacing: -.045em;
  max-width: 760px;
  font-size: clamp(2.5rem, 4.6vw, 4.7rem);
  font-weight: 730;
  line-height: 1.02;
}

.audienceOffersHeading > p:last-child {
  color: #aebfd9;
  max-width: 700px;
  margin-top: 20px;
  font-size: 1.02rem;
  line-height: 1.65;
}

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

.audiencePanel {
  background: linear-gradient(145deg, #092650f2, #031630fa);
  border: 1px solid #679ff43d;
  border-radius: 13px;
  min-width: 0;
  padding: 34px;
  box-shadow: 0 26px 66px #00040f47;
}

.audiencePanelPersonal {
  background:
    radial-gradient(circle at 100% 0, #3d8eff35, #0000 38%),
    linear-gradient(145deg, #0b2b5bef, #041a3cf8);
}

.audiencePanelProfessional {
  background:
    radial-gradient(circle at 100% 0, #2072e943, #0000 38%),
    linear-gradient(145deg, #071f47f5, #020e22fc);
}

.audiencePanelHeader > span {
  color: #72b1ff;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 780;
}

.audiencePanelHeader h3 {
  color: #fff;
  letter-spacing: -.035em;
  margin: 20px 0 14px;
  font-size: clamp(1.8rem, 2.8vw, 2.65rem);
  font-weight: 710;
  line-height: 1.08;
}

.audiencePanelHeader p {
  color: #afc1dc;
  min-height: 54px;
  line-height: 1.6;
}

.audienceOfferList {
  border-top: 1px solid #83aae23d;
  margin-top: 28px;
}

.audienceOfferList > a {
  color: #f7faff;
  border-bottom: 1px solid #83aae22f;
  grid-template-columns: 34px minmax(135px, .85fr) minmax(150px, 1.15fr) 30px;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 14px 2px;
  transition: background .18s, padding .18s;
  display: grid;
}

.audienceOfferList > a:hover,
.audienceOfferList > a:focus-visible {
  background: #2b78ea16;
  padding-inline: 10px;
}

.audienceOfferList span {
  color: #6eaaff;
  font-family: var(--font-geist-mono), monospace;
  font-size: .72rem;
}

.audienceOfferList strong {
  font-size: 1rem;
  font-weight: 710;
}

.audienceOfferList small {
  color: #9fb2cf;
  font-size: .8rem;
  line-height: 1.4;
}

.audienceOfferList b {
  color: #75b2ff;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
}

.audiencePanelCta {
  color: #fff;
  background: #2879ee1f;
  border: 1px solid #6ca9ff4f;
  border-radius: 8px;
  justify-content: space-between;
  gap: 18px;
  margin-top: 25px;
  padding: 16px 18px;
  font-size: .9rem;
  font-weight: 730;
  display: flex;
}

.audiencePanelCta:hover,
.audiencePanelCta:focus-visible {
  background: #2879ee33;
  border-color: #7bb4ff78;
}

.homeArticleGrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.homeArticleGrid .articleImage {
  height: 180px;
}

.homeArticleGrid .articleCard h3 {
  font-size: 1.16rem;
}

.homeArticleGrid .articleCard p {
  font-size: .9rem;
}

.homeCtaActions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  display: flex;
}

.homeCtaActions .button {
  min-width: 205px;
}

.homeCtaActions .buttonSecondary {
  color: #f5f8ff;
  background: #051c42a8;
  border-color: #8bb5f67a;
}

.agencyLocations {
  display: grid;
  gap: 18px;
}

.agencyLocationCard {
  min-height: 260px;
  padding: 34px;
  border: 1px solid #609dfa4a;
  border-radius: 12px;
  background:
    radial-gradient(circle at 100% 0, #2f7fff3d, transparent 40%),
    linear-gradient(145deg, #092650, #031630);
  box-shadow: 0 24px 60px #0005125c;
}

.agencyLocationCard > span {
  color: #72b1ff;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 780;
}

.agencyLocationCard h3 {
  color: #f8faff;
  margin: 28px 0 12px;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.15;
}

.agencyLocationCard p {
  color: #aebfd9;
  margin: 0 0 24px;
  line-height: 1.65;
}

.agencyLocationCard a,
.agencyFacts a {
  color: #8fc3ff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (width <= 1100px) {
  .homeArticleGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homeArticleGrid .articleImage {
    height: 220px;
  }
}

@media (width <= 980px) {
  .heroArtwork {
    opacity: .74;
    width: 100%;
    inset: 132px 0 0;
  }

  .heroWash {
    background:
      linear-gradient(90deg, #020f26 0%, #020f26ef 46%, #020f2678 78%, #020f261f 100%),
      linear-gradient(#010b1c05, #010b1c73);
  }

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

  .audiencePanelHeader p {
    min-height: 0;
  }

  .homeCtaInner {
    align-items: flex-start;
  }

  .homeCtaActions {
    justify-content: flex-start;
  }
}

@media (width <= 680px) {
  .heroArtwork {
    opacity: .62;
    width: 100%;
    height: 48%;
    inset: auto 0 0;
  }

  .heroArtwork img {
    object-position: 78% center;
  }

  .heroWash {
    background: linear-gradient(#020f26 0% 52%, #020f26d6 68%, #020f2638 100%);
    inset: 132px 0 0;
  }

  .heroAudienceActions {
    display: grid;
  }

  .heroAudienceActions .button {
    justify-content: space-between;
    width: 100%;
    min-width: 0;
  }

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

  .audienceOffersSection {
    padding: 60px 0 66px;
  }

  .audienceOffersHeading {
    margin-bottom: 32px;
  }

  .audienceOffersHeading h2 {
    font-size: clamp(2.35rem, 11vw, 3.3rem);
  }

  .audiencePanel {
    padding: 27px 20px;
  }

  .audienceOfferList > a {
    grid-template-columns: 28px minmax(0, 1fr) 28px;
    gap: 9px;
  }

  .audienceOfferList small {
    grid-column: 2;
    grid-row: 2;
    margin-top: 0;
  }

  .audienceOfferList > a > span {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .audienceOfferList > a > strong {
    grid-column: 2;
    grid-row: 1;
  }

  .audienceOfferList > a > b {
    grid-column: 3;
    grid-row: 1 / 3;
  }

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

  .homeArticleGrid .articleImage {
    height: 210px;
  }

  .homeCtaActions {
    width: 100%;
  }

  .homeCtaActions .button {
    justify-content: space-between;
    width: 100%;
    min-width: 0;
  }

  .agencyLocationCard {
    min-height: 0;
    padding: 27px 22px;
  }
}

/* Conserve une respiration nette avant la bande de réassurance blanche. */
.heroProofs {
  margin-bottom: 32px;
}

@media (width <= 680px) {
  .heroProofs {
    margin-bottom: 24px;
  }
}
