/* Correctifs production pour la page d'accueil SimpleWebs
   Objectif : utiliser la classe réelle .sw-home-page et ne pas restyler la navbar originale. */

body.sw-home-page {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--sw-text);
  background: var(--sw-bg);
  line-height: 1.55;
  overflow-x: hidden;
}

body.sw-home-page img {
  max-width: 100%;
  height: auto;
}

body.sw-home-page a {
  color: inherit;
}

body.sw-home-page main,
body.sw-home-page section,
body.sw-home-page footer {
  max-width: 100%;
}

body.sw-home-page :where(h1, h2, h3, p, a, strong, span, li) {
  overflow-wrap: break-word;
}

body.sw-home-page .sw-btn--primary,
body.sw-home-page .sw-showcase-cta {
  color: #fff;
}

body.sw-home-page .sw-btn--white {
  color: var(--sw-green);
}

body.sw-home-page main svg {
  width: 24px;
  height: 24px;
  display: block;
  flex: 0 0 auto;
  color: var(--sw-orange);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.sw-home-page main svg :where(path, circle, rect, line, polyline, polygon) {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.sw-home-page .sw-hero {
  padding: 72px 0 58px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfaf8 100%),
    repeating-linear-gradient(90deg, rgba(7, 63, 58, .035) 0 1px, transparent 1px 84px);
}

body.sw-home-page .sw-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 100%;
  background:
    linear-gradient(115deg, rgba(255, 104, 25, .085) 0%, transparent 30%),
    linear-gradient(90deg, transparent 0%, rgba(7, 63, 58, .06) 58%, rgba(7, 63, 58, .035) 100%);
  pointer-events: none;
}

body.sw-home-page .sw-hero__grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(520px, .94fr) minmax(560px, 1.06fr);
  gap: clamp(54px, 6vw, 96px);
  align-items: center;
}

body.sw-home-page .sw-hero__content {
  max-width: 710px;
}

body.sw-home-page .sw-hero__kicker {
  display: inline-block;
  max-width: 100%;
  min-height: 38px;
  margin: 0 0 22px;
  padding: 0 15px;
  border: 1px solid rgba(255, 104, 25, .2);
  border-radius: 999px;
  color: #b44805;
  background: rgba(255, 104, 25, .08);
  font-size: .83rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

body.sw-home-page .sw-hero h1 {
  max-width: 720px;
  font-size: 4.35rem;
  line-height: .98;
  letter-spacing: 0;
}

body.sw-home-page .sw-hero h1 span {
  color: var(--sw-green);
}

body.sw-home-page .sw-hero h1::after {
  width: min(320px, 48%);
  height: 6px;
  margin-top: 20px;
  background: linear-gradient(90deg, var(--sw-orange), #ffb000);
}

body.sw-home-page .sw-hero__lead {
  max-width: 630px;
  margin-top: 24px;
  color: #354050;
  font-size: 1.18rem;
  line-height: 1.68;
}

body.sw-home-page .sw-hero__actions {
  gap: 14px;
  margin-top: 32px;
}

body.sw-home-page .sw-hero__actions .sw-btn {
  min-height: 58px;
  padding-inline: 24px;
  border-radius: 12px;
  box-shadow: none;
}

body.sw-home-page .sw-hero__actions .sw-btn--primary {
  background: linear-gradient(135deg, #ff6819 0%, #ff9d00 100%);
  box-shadow: 0 20px 36px rgba(255, 104, 25, .24);
}

body.sw-home-page .sw-hero__actions .sw-btn--white {
  border-color: rgba(7, 63, 58, .22);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72);
}

body.sw-home-page .sw-hero__microcopy {
  margin: 14px 0 0;
  color: #677182;
  font-size: .95rem;
  line-height: 1.5;
}

body.sw-home-page .sw-hero-proofline {
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  max-width: none;
  margin-top: 2px;
  overflow: hidden;
  border: 1px solid rgba(7, 63, 58, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 22px 60px rgba(23, 27, 36, .08);
  backdrop-filter: blur(12px);
}

body.sw-home-page .sw-hero-proofline span {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  column-gap: 12px;
  min-height: 98px;
  padding: 18px 18px;
  border: 0;
  border-right: 1px solid rgba(7, 63, 58, .09);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.sw-home-page .sw-hero-proofline span:last-child {
  border-right: 0;
}

body.sw-home-page .sw-hero-proofline svg {
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  color: var(--sw-orange);
}

body.sw-home-page .sw-hero-proofline strong,
body.sw-home-page .sw-hero-proofline small {
  min-width: 0;
}

body.sw-home-page .sw-hero-proofline strong {
  font-size: 1rem;
  line-height: 1.05;
}

body.sw-home-page .sw-hero-proofline small {
  color: #687182;
  font-size: .88rem;
  line-height: 1.35;
}

body.sw-home-page .sw-hero-showcase {
  transform: translateY(10px);
}

body.sw-home-page .sw-hero-showcase::before {
  inset: 36px -16px -18px 34px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(7, 63, 58, .18), transparent 52%),
    linear-gradient(135deg, rgba(255, 104, 25, .14), transparent 58%);
  filter: blur(14px);
}

body.sw-home-page .sw-hero-showcase__frame {
  position: relative;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(23, 27, 36, .08);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 32px 90px rgba(23, 27, 36, .16);
}

body.sw-home-page .sw-hero-showcase__frame::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 1;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(8, 16, 25, 0) 48%, rgba(8, 16, 25, .48) 100%);
  pointer-events: none;
}

body.sw-home-page .sw-hero-showcase__frame img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10.2;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 22px;
}

body.sw-home-page .sw-hero-showcase__badge,
body.sw-home-page .sw-hero-showcase__metric {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .34);
  box-shadow: 0 18px 45px rgba(13, 22, 31, .18);
}

body.sw-home-page .sw-hero-showcase__badge {
  left: 28px;
  bottom: 28px;
  max-width: 290px;
  padding: 15px 18px;
  border-radius: 16px;
  color: #fff;
  background: rgba(7, 63, 58, .88);
  backdrop-filter: blur(12px);
}

body.sw-home-page .sw-hero-showcase__badge strong,
body.sw-home-page .sw-hero-showcase__badge span {
  display: block;
}

body.sw-home-page .sw-hero-showcase__badge strong {
  color: #fff;
  font-size: 1.03rem;
  line-height: 1.1;
}

body.sw-home-page .sw-hero-showcase__badge span {
  margin-top: 5px;
  color: rgba(255, 255, 255, .82);
  font-size: .87rem;
  line-height: 1.35;
}

body.sw-home-page .sw-hero-showcase__metric {
  right: 28px;
  top: 28px;
  padding: 13px 15px;
  border-radius: 14px;
  color: var(--sw-ink);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(12px);
}

body.sw-home-page .sw-hero-showcase__metric span,
body.sw-home-page .sw-hero-showcase__metric strong {
  display: block;
}

body.sw-home-page .sw-hero-showcase__metric span {
  color: #b44805;
  font-size: .73rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

body.sw-home-page .sw-hero-showcase__metric strong {
  margin-top: 7px;
  color: var(--sw-green);
  font-size: 1rem;
  line-height: 1.08;
}

body.sw-home-page .sw-showcase-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.02);
}

body.sw-home-page .sw-home-service__icon svg,
body.sw-home-page .sw-home-method__steps svg,
body.sw-home-page .sw-home-projects__cta-icon svg,
body.sw-home-page .sw-home-reviews__icon svg {
  width: 28px;
  height: 28px;
}

@media (max-width: 1180px) {
  body.sw-home-page .sw-hero__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  body.sw-home-page .sw-hero__content {
    max-width: 820px;
  }

  body.sw-home-page .sw-hero h1 {
    max-width: 820px;
    font-size: 4rem;
  }

  body.sw-home-page .sw-hero-showcase {
    width: min(760px, 100%);
    margin: 0 auto;
    transform: none;
  }
}

@media (max-width: 860px) {
  body.sw-home-page .sw-hero {
    padding: 34px 0 30px;
  }

  body.sw-home-page .sw-hero__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.sw-home-page .sw-hero__content {
    max-width: none;
  }

  body.sw-home-page .sw-hero__kicker {
    min-height: 34px;
    margin-bottom: 16px;
    padding: 8px 12px;
    font-size: .72rem;
    line-height: 1.3;
  }

  body.sw-home-page .sw-hero h1 {
    max-width: 100%;
    font-size: 2.75rem;
    line-height: 1.03;
  }

  body.sw-home-page .sw-hero h1 span {
    display: block;
  }

  body.sw-home-page .sw-hero h1::after {
    width: min(230px, 64%);
    height: 5px;
    margin-top: 16px;
  }

  body.sw-home-page .sw-hero__lead {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.58;
  }

  body.sw-home-page .sw-hero__actions {
    margin-top: 22px;
  }

  body.sw-home-page .sw-hero__actions .sw-btn {
    width: 100%;
  }

  body.sw-home-page .sw-hero-proofline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
    border-radius: 16px;
  }

  body.sw-home-page .sw-hero-proofline span {
    min-height: 88px;
    padding: 15px;
    border-right: 1px solid rgba(7, 63, 58, .09);
    border-bottom: 1px solid rgba(7, 63, 58, .09);
  }

  body.sw-home-page .sw-hero-proofline span:nth-child(2n),
  body.sw-home-page .sw-hero-proofline span:last-child {
    border-right: 0;
  }

  body.sw-home-page .sw-hero-proofline span:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  body.sw-home-page .sw-hero-showcase {
    width: min(680px, 100%);
    margin: 0 auto;
    transform: none;
  }

  body.sw-home-page .sw-hero-showcase__frame {
    padding: 9px;
    border-radius: 22px;
  }

  body.sw-home-page .sw-hero-showcase__frame::before {
    inset: 9px;
    border-radius: 17px;
  }

  body.sw-home-page .sw-hero-showcase__frame img {
    border-radius: 17px;
  }

  body.sw-home-page .sw-hero-showcase__metric {
    right: 18px;
    top: 18px;
  }

  body.sw-home-page .sw-hero-showcase__badge {
    left: 18px;
    right: 18px;
    bottom: 18px;
    max-width: none;
  }
}

@media (max-width: 520px) {
  body.sw-home-page .sw-hero h1 {
    font-size: 2.42rem;
  }

  body.sw-home-page .sw-hero__kicker {
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }

  body.sw-home-page .sw-hero-proofline {
    grid-template-columns: 1fr;
  }

  body.sw-home-page .sw-hero-proofline span,
  body.sw-home-page .sw-hero-proofline span:nth-child(2n),
  body.sw-home-page .sw-hero-proofline span:last-child {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(7, 63, 58, .09);
  }

  body.sw-home-page .sw-hero-proofline span:last-child {
    border-bottom: 0;
  }

  body.sw-home-page .sw-hero-showcase__metric {
    position: relative;
    z-index: 2;
    margin: 10px 0 0;
    border-color: rgba(7, 63, 58, .12);
    box-shadow: none;
  }

  body.sw-home-page .sw-hero-showcase__badge {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    max-width: none;
    color: #fff;
    background: var(--sw-green);
  }
}

/* La navbar reste gérée par assets/css/style.css. Aucune règle .sticky-header,
   .header-nav, .nav-container, .menu-items, .contact-info ou .nav-audit-link
   n'est volontairement ajoutée ici. */

/* Titres des cartes équipe : correction sémantique sans changement visuel */
.sw-home-person h3 {
  margin: 0;
  font: inherit;
  font-weight: 800;
}

/* Hero accueil : canvas de marque, lisible et maîtrisé */
body.sw-home-page .sw-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: auto;
  padding: 76px 0 42px;
  background:
    radial-gradient(circle at 86% 16%, rgba(255, 176, 0, .16) 0, transparent 34%),
    radial-gradient(circle at 76% 86%, rgba(7, 63, 58, .1) 0, transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfaf7 62%, #f4f8f6 100%);
}

body.sw-home-page .sw-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .96) 31%, rgba(255, 255, 255, .78) 50%, rgba(255, 255, 255, .2) 76%, transparent 100%),
    linear-gradient(180deg, rgba(255, 255, 255, .92) 0%, rgba(255, 255, 255, .14) 46%, rgba(255, 255, 255, .92) 100%);
  pointer-events: none;
}

body.sw-home-page .sw-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 170px;
  background: linear-gradient(180deg, rgba(244, 248, 246, 0), rgba(244, 248, 246, .94) 72%, #f4f8f6 100%);
  pointer-events: none;
}

body.sw-home-page .sw-hero #abstractCanvas {
  position: absolute;
  top: -5%;
  right: -7%;
  bottom: auto;
  left: auto;
  z-index: 0;
  width: 86% !important;
  height: 96% !important;
  opacity: .9;
  filter: saturate(1.16) contrast(1.02);
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

body.sw-home-page .sw-hero__grid {
  position: relative;
  z-index: 2;
  min-height: 0;
  grid-template-columns: minmax(0, 720px) minmax(300px, 1fr);
  gap: clamp(42px, 7vw, 118px);
  align-items: center;
}

body.sw-home-page .sw-hero__content {
  position: relative;
  z-index: 3;
  max-width: 720px;
  padding: 10px 0 24px;
}

body.sw-home-page .sw-hero h1 {
  max-width: 720px;
  font-size: 4.6rem;
  line-height: .96;
  letter-spacing: 0;
  text-wrap: balance;
}

body.sw-home-page .sw-hero h1 span {
  color: var(--sw-green);
}

body.sw-home-page .sw-hero h1::after {
  width: min(278px, 48%);
  height: 6px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--sw-orange) 0%, #ffb000 100%);
  box-shadow: 0 10px 22px rgba(255, 104, 25, .18);
}

body.sw-home-page .sw-hero__lead {
  max-width: 650px;
  margin-top: 24px;
  color: #344050;
  font-size: 1.18rem;
  line-height: 1.72;
}

body.sw-home-page .sw-hero__actions {
  gap: 14px;
  margin-top: 32px;
}

body.sw-home-page .sw-hero__actions .sw-btn {
  min-height: 58px;
  padding-inline: 24px;
  border-radius: 12px;
  font-size: 1rem;
}

body.sw-home-page .sw-hero__actions .sw-btn--primary {
  background: linear-gradient(135deg, #ff6819 0%, #ff9d00 100%);
  box-shadow: 0 22px 42px rgba(255, 104, 25, .28);
}

body.sw-home-page .sw-hero__actions .sw-btn--primary:hover,
body.sw-home-page .sw-hero__actions .sw-btn--primary:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #f45c10 0%, #ff8c00 100%);
  box-shadow: 0 26px 50px rgba(255, 104, 25, .34);
}

body.sw-home-page .sw-hero__actions .sw-btn--white {
  border-color: rgba(7, 63, 58, .2);
  background: rgba(255, 255, 255, .88);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72), 0 16px 36px rgba(23, 27, 36, .06);
  backdrop-filter: blur(10px);
}

body.sw-home-page .sw-hero__actions .sw-btn--white:hover,
body.sw-home-page .sw-hero__actions .sw-btn--white:focus-visible {
  color: #fff;
  border-color: var(--sw-green);
  background: var(--sw-green);
}

body.sw-home-page .sw-hero__microcopy {
  margin-top: 15px;
  color: #657084;
  font-size: .98rem;
  line-height: 1.5;
}

body.sw-home-page .sw-hero-proofline {
  position: relative;
  z-index: 3;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: min(100%, 1320px);
  max-width: none;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(7, 63, 58, .11);
  border-radius: 20px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 28px 70px rgba(23, 27, 36, .09);
  backdrop-filter: blur(14px);
}

body.sw-home-page .sw-hero-proofline span {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  column-gap: 14px;
  min-height: 104px;
  padding: 20px 24px;
  border: 0;
  border-right: 1px solid rgba(7, 63, 58, .09);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.sw-home-page .sw-hero-proofline span:last-child {
  border-right: 0;
}

body.sw-home-page .sw-hero-proofline svg {
  grid-row: 1 / span 2;
  width: 36px;
  height: 36px;
  color: var(--sw-orange);
}

body.sw-home-page .sw-hero-proofline strong {
  color: var(--sw-ink);
  font-size: 1.08rem;
  line-height: 1.05;
}

body.sw-home-page .sw-hero-proofline small {
  color: #687182;
  font-size: .95rem;
  line-height: 1.38;
}

@media (min-width: 1321px) {
  body.sw-home-page .sw-hero #abstractCanvas {
    right: -7%;
    width: 78% !important;
  }
}

@media (max-width: 1180px) {
  body.sw-home-page .sw-hero {
    min-height: auto;
    padding: 64px 0 42px;
  }

  body.sw-home-page .sw-hero::before {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .9) 52%, rgba(255, 255, 255, .42) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .34) 54%, rgba(255, 255, 255, .95) 100%);
  }

  body.sw-home-page .sw-hero #abstractCanvas {
    top: 6%;
    right: -30%;
    width: 118% !important;
    height: 72% !important;
    opacity: .62;
  }

  body.sw-home-page .sw-hero__grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body.sw-home-page .sw-hero__content {
    max-width: 760px;
    padding: 0;
  }

  body.sw-home-page .sw-hero h1 {
    max-width: 760px;
    font-size: 4rem;
  }

  body.sw-home-page .sw-hero-proofline {
    margin-top: 14px;
  }
}

@media (max-width: 860px) {
  body.sw-home-page .sw-hero {
    padding: 42px 0 30px;
    background:
      radial-gradient(circle at 94% 22%, rgba(255, 176, 0, .12) 0, transparent 34%),
      linear-gradient(180deg, #fff 0%, #fbfaf7 66%, #f4f8f6 100%);
  }

  body.sw-home-page .sw-hero::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .88) 42%, rgba(255, 255, 255, .7) 72%, rgba(255, 255, 255, .94) 100%);
  }

  body.sw-home-page .sw-hero::after {
    height: 120px;
  }

  body.sw-home-page .sw-hero #abstractCanvas {
    top: 22%;
    right: -52%;
    width: 166% !important;
    height: 58% !important;
    opacity: .38;
    pointer-events: none;
  }

  body.sw-home-page .sw-hero__grid {
    gap: 24px;
  }

  body.sw-home-page .sw-hero h1 {
    font-size: 3rem;
    line-height: 1.02;
  }

  body.sw-home-page .sw-hero h1 span {
    display: block;
  }

  body.sw-home-page .sw-hero h1::after {
    width: min(220px, 64%);
    height: 5px;
    margin-top: 16px;
  }

  body.sw-home-page .sw-hero__lead {
    margin-top: 18px;
    font-size: 1.05rem;
    line-height: 1.62;
  }

  body.sw-home-page .sw-hero__actions {
    margin-top: 24px;
  }

  body.sw-home-page .sw-hero__actions .sw-btn {
    width: 100%;
  }

  body.sw-home-page .sw-hero-proofline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
    border-radius: 18px;
  }

  body.sw-home-page .sw-hero-proofline span {
    min-height: 94px;
    padding: 16px;
    border-right: 1px solid rgba(7, 63, 58, .09);
    border-bottom: 1px solid rgba(7, 63, 58, .09);
  }

  body.sw-home-page .sw-hero-proofline span:nth-child(2n),
  body.sw-home-page .sw-hero-proofline span:last-child {
    border-right: 0;
  }

  body.sw-home-page .sw-hero-proofline span:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  body.sw-home-page .sw-hero {
    padding-top: 34px;
  }

  body.sw-home-page .sw-hero .sw-container {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }

  body.sw-home-page .sw-hero #abstractCanvas {
    top: 30%;
    right: -78%;
    width: 210% !important;
    height: 48% !important;
    opacity: .28;
  }

  body.sw-home-page .sw-hero h1 {
    font-size: 2.36rem;
  }

  body.sw-home-page .sw-hero__lead {
    font-size: 1rem;
  }

  body.sw-home-page .sw-hero__content,
  body.sw-home-page .sw-hero__lead,
  body.sw-home-page .sw-hero__microcopy,
  body.sw-home-page .sw-hero__actions,
  body.sw-home-page .sw-hero__actions .sw-btn {
    max-width: 100%;
    min-width: 0;
  }

  body.sw-home-page .sw-hero__content,
  body.sw-home-page .sw-hero h1,
  body.sw-home-page .sw-hero__lead,
  body.sw-home-page .sw-hero__microcopy,
  body.sw-home-page .sw-hero__actions,
  body.sw-home-page .sw-hero-proofline {
    width: min(100%, 360px);
  }

  body.sw-home-page .sw-hero-proofline {
    grid-template-columns: 1fr;
  }

  body.sw-home-page .sw-hero-proofline span,
  body.sw-home-page .sw-hero-proofline span:nth-child(2n),
  body.sw-home-page .sw-hero-proofline span:last-child {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(7, 63, 58, .09);
  }

body.sw-home-page .sw-hero-proofline span:last-child {
  border-bottom: 0;
  }
}

/* Section équipe : rassurance humaine plus premium */
body.sw-home-page .sw-home-team {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 7vw, 104px) 0;
  border-top: 1px solid rgba(17, 23, 34, .06);
  border-bottom: 1px solid rgba(17, 23, 34, .08);
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 44%, #f7faf8 44%, #f7faf8 100%),
    linear-gradient(180deg, #fff 0%, #fbfaf8 100%);
}

body.sw-home-page .sw-home-team::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0, transparent calc(100% - 1px), rgba(7, 63, 58, .055) calc(100% - 1px), rgba(7, 63, 58, .055) 100%);
  background-size: 96px 100%;
  opacity: .32;
  pointer-events: none;
}

body.sw-home-page .sw-home-team__inner {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(420px, .82fr) minmax(680px, 1.18fr);
  gap: clamp(64px, 7vw, 118px);
  align-items: center;
}

body.sw-home-page .sw-home-team__copy p {
  margin-bottom: 12px;
  color: var(--sw-orange-dark);
  font-size: .82rem;
  letter-spacing: .1em;
}

body.sw-home-page .sw-home-team__copy h2 {
  max-width: 710px;
  font-size: 3.08rem;
  line-height: 1.03;
  letter-spacing: 0;
  text-wrap: balance;
}

body.sw-home-page .sw-home-team__copy > span {
  max-width: 690px;
  margin-top: 24px;
  color: #465061;
  font-size: 1.16rem;
  line-height: 1.72;
}

body.sw-home-page .sw-home-team__copy ul {
  gap: 12px;
  margin-top: 30px;
}

body.sw-home-page .sw-home-team__copy li {
  position: relative;
  min-height: 42px;
  padding: 0 16px 0 36px;
  border-color: rgba(7, 63, 58, .16);
  background: rgba(255, 255, 255, .74);
  font-size: .9rem;
  box-shadow: 0 10px 26px rgba(17, 23, 34, .045);
}

body.sw-home-page .sw-home-team__copy li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sw-orange);
  box-shadow: 0 0 0 5px rgba(255, 104, 25, .13);
  transform: translateY(-50%);
}

body.sw-home-page .sw-home-team__certification {
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 22px;
  max-width: 720px;
  margin-top: 34px;
  padding: 22px 24px;
  border-color: rgba(7, 63, 58, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 24px 60px rgba(17, 23, 34, .08);
  backdrop-filter: blur(14px);
}

body.sw-home-page .sw-home-team__certification img {
  width: 76px;
  height: 76px;
}

body.sw-home-page .sw-home-team__certification strong {
  font-size: 1.12rem;
}

body.sw-home-page .sw-home-team__certification span {
  font-size: .96rem;
  line-height: 1.5;
}

body.sw-home-page .sw-home-team__certification-link {
  min-height: 42px;
  border-radius: 10px;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

body.sw-home-page .sw-home-team__certification-link:hover,
body.sw-home-page .sw-home-team__certification-link:focus-visible {
  color: #fff;
  border-color: var(--sw-green);
  background: var(--sw-green);
  transform: translateY(-1px);
}

body.sw-home-page .sw-home-team__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

body.sw-home-page .sw-home-team__actions .sw-home-team__about-link {
  margin-top: 0;
}

body.sw-home-page .sw-home-team__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(7, 63, 58, .16);
  border-radius: 999px;
  color: #fff;
  background: var(--sw-green);
  font: inherit;
  font-size: .94rem;
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 18px 36px rgba(7, 63, 58, .16);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

body.sw-home-page .sw-home-team__contact:hover,
body.sw-home-page .sw-home-team__contact:focus-visible {
  background: #0a5049;
  box-shadow: 0 22px 44px rgba(7, 63, 58, .22);
  transform: translateY(-2px);
}

body.sw-home-page .sw-home-team__contact:focus-visible {
  outline: 3px solid rgba(255, 159, 0, .28);
  outline-offset: 4px;
}

body.sw-home-page .sw-home-team__visual {
  min-width: 0;
}

body.sw-home-page .sw-home-team__people {
  gap: 22px;
}

body.sw-home-page .sw-home-person {
  position: relative;
  min-height: 420px;
  padding: 26px;
  border-color: rgba(7, 63, 58, .12);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .76) 0%, rgba(247, 241, 232, .96) 100%);
  box-shadow: 0 30px 76px rgba(17, 23, 34, .1);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body.sw-home-page .sw-home-person::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(255, 255, 255, .42), transparent 46%, rgba(255, 159, 0, .08));
  pointer-events: none;
}

body.sw-home-page .sw-home-person:hover {
  border-color: rgba(255, 104, 25, .28);
  box-shadow: 0 36px 86px rgba(17, 23, 34, .14);
  transform: translateY(-6px);
}

body.sw-home-page .sw-home-person__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 8px 11px;
  border: 1px solid rgba(7, 63, 58, .12);
  border-radius: 999px;
  color: var(--sw-green);
  background: rgba(255, 255, 255, .82);
  font-style: normal;
  font-size: .74rem;
  font-weight: 950;
  line-height: 1;
  backdrop-filter: blur(10px);
}

body.sw-home-page .sw-home-person img {
  position: relative;
  z-index: 1;
  width: min(250px, 94%);

}

body.sw-home-page .sw-home-person div {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 14px 30px rgba(17, 23, 34, .06);
}

body.sw-home-page .sw-home-person h3 {
  color: var(--sw-ink);
  font-size: 1.24rem;
  line-height: 1.08;
}

body.sw-home-page .sw-home-person span {
  margin-top: 8px;
  color: #556170;
  font-size: .96rem;
  line-height: 1.42;
}

body.sw-home-page .sw-home-team__promise {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
  color: var(--sw-ink);
}

body.sw-home-page .sw-home-team__promise span {
  position: relative;
  min-width: 0;
  padding: 20px 20px 20px 24px;
  overflow: hidden;
  border: 1px solid rgba(7, 63, 58, .1);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 104, 25, .12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .96) 0%, rgba(255, 249, 240, .9) 100%);
  box-shadow: 0 18px 44px rgba(17, 23, 34, .075);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body.sw-home-page .sw-home-team__promise span::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, var(--sw-orange), #ffb000);
}

body.sw-home-page .sw-home-team__promise span:hover {
  border-color: rgba(255, 104, 25, .22);
  box-shadow: 0 22px 54px rgba(17, 23, 34, .095);
  transform: translateY(-2px);
}

body.sw-home-page .sw-home-team__promise strong,
body.sw-home-page .sw-home-team__promise small {
  display: block;
}

body.sw-home-page .sw-home-team__promise strong {
  color: var(--sw-ink);
  font-size: 1.08rem;
  line-height: 1.15;
}

body.sw-home-page .sw-home-team__promise small {
  margin-top: 6px;
  color: #526071;
  font-size: .92rem;
  line-height: 1.5;
}

/* Section données : transformer la certification en bénéfice client */
body.sw-home-page .sw-home-data {
  position: relative;
  overflow: hidden;
  padding: clamp(68px, 7vw, 96px) 0;
  border-bottom: 1px solid rgba(17, 23, 34, .08);
  background:
    repeating-linear-gradient(90deg, rgba(7, 63, 58, .035) 0 1px, transparent 1px 96px),
    linear-gradient(180deg, #f7faf8 0%, #ffffff 100%);
}

body.sw-home-page .sw-home-data__inner {
  display: grid;
  grid-template-columns: minmax(420px, .92fr) minmax(520px, 1.08fr);
  gap: clamp(44px, 6vw, 92px);
  align-items: center;
}

body.sw-home-page .sw-home-data__copy {
  min-width: 0;
}

body.sw-home-page .sw-home-data__copy > p {
  margin: 0 0 12px;
  color: var(--sw-orange-dark);
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.sw-home-page .sw-home-data__copy h2 {
  max-width: 700px;
  scroll-margin-top: 110px;
  margin: 0;
  color: var(--sw-ink);
  font-size: 2.92rem;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

body.sw-home-page .sw-home-data__copy > span {
  display: block;
  max-width: 720px;
  margin-top: 22px;
  color: #465061;
  font-size: 1.12rem;
  line-height: 1.72;
}

body.sw-home-page .sw-home-data__certification {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  max-width: 760px;
  margin-top: 32px;
  padding: 24px;
  border: 1px solid rgba(7, 63, 58, .13);
  border-radius: 20px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 24px 64px rgba(17, 23, 34, .08);
}

body.sw-home-page .sw-home-data__badge {
  display: grid;
  place-items: center;
  width: 108px;
  height: 108px;
  margin: 0;
  border: 1px solid rgba(7, 63, 58, .1);
  border-radius: 18px;
  background: #fff;
}

body.sw-home-page .sw-home-data__badge img {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

body.sw-home-page .sw-home-data__certification strong,
body.sw-home-page .sw-home-data__certification span {
  display: block;
}

body.sw-home-page .sw-home-data__certification strong {
  color: var(--sw-ink);
  font-size: 1.16rem;
  line-height: 1.15;
}

body.sw-home-page .sw-home-data__certification span {
  margin-top: 8px;
  color: #526071;
  font-size: .98rem;
  line-height: 1.55;
}

body.sw-home-page .sw-home-data__certification-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 16px;
  padding: 0 16px;
  border: 1px solid rgba(7, 63, 58, .18);
  border-radius: 10px;
  color: var(--sw-green);
  background: #fff;
  font-size: .9rem;
  font-weight: 950;
  text-decoration: none;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

body.sw-home-page .sw-home-data__certification-link:hover,
body.sw-home-page .sw-home-data__certification-link:focus-visible {
  color: #fff;
  border-color: var(--sw-green);
  background: var(--sw-green);
  transform: translateY(-1px);
}

body.sw-home-page .sw-home-data__certification-link:focus-visible {
  outline: 3px solid rgba(255, 159, 0, .28);
  outline-offset: 4px;
}

body.sw-home-page .sw-home-data__cards {
  display: grid;
  gap: 16px;
}

body.sw-home-page .sw-home-data__cards article {
  position: relative;
  min-height: 154px;
  padding: 24px 26px 24px 30px;
  overflow: hidden;
  border: 1px solid rgba(7, 63, 58, .11);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 20px 54px rgba(17, 23, 34, .075);
}

body.sw-home-page .sw-home-data__cards article::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, var(--sw-orange), #ffb000);
}

body.sw-home-page .sw-home-data__cards article:nth-child(2) {
  margin-left: clamp(0px, 4vw, 54px);
}

body.sw-home-page .sw-home-data__cards span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 30px;
  margin-bottom: 14px;
  border-radius: 999px;
  color: #0a5049;
  background: rgba(7, 63, 58, .08);
  font-size: .78rem;
  font-weight: 950;
  line-height: 1;
}

body.sw-home-page .sw-home-data__cards h3 {
  margin: 0;
  color: var(--sw-ink);
  font-size: 1.2rem;
  line-height: 1.15;
}

body.sw-home-page .sw-home-data__cards p {
  margin: 9px 0 0;
  color: #526071;
  font-size: .98rem;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  body.sw-home-page .sw-home-team {
    background:
      linear-gradient(180deg, #fff 0%, #f7faf8 100%);
  }

  body.sw-home-page .sw-home-team__inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  body.sw-home-page .sw-home-team__copy h2,
  body.sw-home-page .sw-home-team__copy > span,
  body.sw-home-page .sw-home-team__certification {
    max-width: 780px;
  }

  body.sw-home-page .sw-home-data__inner {
    grid-template-columns: 1fr;
  }

  body.sw-home-page .sw-home-data__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.sw-home-page .sw-home-data__cards article,
  body.sw-home-page .sw-home-data__cards article:nth-child(2) {
    margin-left: 0;
  }
}

@media (max-width: 860px) {
  body.sw-home-page .sw-home-team {
    padding: 58px 0;
  }

  body.sw-home-page .sw-home-team__copy h2 {
    font-size: 2.45rem;
  }

  body.sw-home-page .sw-home-team__people,
  body.sw-home-page .sw-home-team__promise {
    grid-template-columns: 1fr;
  }

  body.sw-home-page .sw-home-person {
    min-height: 0;
    grid-template-columns: 138px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    align-content: center;
    padding: 18px;
  }

  body.sw-home-page .sw-home-person__badge {
    top: 14px;
    left: 14px;
  }

  body.sw-home-page .sw-home-person img {
    width: 136px;
    height: 136px;
  }

  body.sw-home-page .sw-home-person div {
    margin-top: 0;
  }

  body.sw-home-page .sw-home-team__promise span {
    border-right: 1px solid rgba(7, 63, 58, .1);
    border-bottom: 1px solid rgba(7, 63, 58, .1);
  }

  body.sw-home-page .sw-home-team__promise span:last-child {
    border-bottom: 1px solid rgba(7, 63, 58, .1);
  }

  body.sw-home-page .sw-home-data {
    padding: 58px 0;
  }

  body.sw-home-page .sw-home-data__copy h2 {
    font-size: 2.35rem;
  }

  body.sw-home-page .sw-home-data__cards {
    grid-template-columns: 1fr;
  }

  body.sw-home-page .sw-home-data__cards article {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  body.sw-home-page .sw-home-team {
    padding: 54px 0;
  }

  body.sw-home-page .sw-home-team .sw-container {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }

  body.sw-home-page .sw-home-team__copy,
  body.sw-home-page .sw-home-team__copy h2,
  body.sw-home-page .sw-home-team__copy > span,
  body.sw-home-page .sw-home-team__copy ul,
  body.sw-home-page .sw-home-team__certification,
  body.sw-home-page .sw-home-team__actions,
  body.sw-home-page .sw-home-team__visual,
  body.sw-home-page .sw-home-team__people,
  body.sw-home-page .sw-home-team__promise {
    width: min(100%, 360px);
    max-width: 100%;
    min-width: 0;
  }

  body.sw-home-page .sw-home-team__copy h2 {
    font-size: 2rem;
  }

  body.sw-home-page .sw-home-team__copy > span {
    font-size: 1rem;
  }

  body.sw-home-page .sw-home-team__copy ul {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.sw-home-page .sw-home-team__copy li {
    width: 100%;
  }

  body.sw-home-page .sw-home-team__certification {
    grid-template-columns: 1fr;
  }

  body.sw-home-page .sw-home-team__certification img {
    width: 70px;
    height: 70px;
  }

  body.sw-home-page .sw-home-team__actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.sw-home-page .sw-home-team__actions .sw-home-team__about-link,
  body.sw-home-page .sw-home-team__contact {
    width: 100%;
    justify-content: center;
  }

  body.sw-home-page .sw-home-team__people {
    gap: 16px;
  }

  body.sw-home-page .sw-home-person {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
    border-radius: 18px;
  }

  body.sw-home-page .sw-home-person img {
    width: 110px;
    height: 110px;
  }

  body.sw-home-page .sw-home-person div {
    padding: 14px;
    border-radius: 14px;
  }

  body.sw-home-page .sw-home-person h3 {
    font-size: 1.1rem;
  }

  body.sw-home-page .sw-home-person span {
    font-size: .88rem;
  }

  body.sw-home-page .sw-home-data {
    padding: 54px 0;
  }

  body.sw-home-page .sw-home-data .sw-container {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }

  body.sw-home-page .sw-home-data__copy h2 {
    font-size: 2rem;
  }

  body.sw-home-page .sw-home-data__copy > span {
    font-size: 1rem;
  }

  body.sw-home-page .sw-home-data__certification {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
  }

  body.sw-home-page .sw-home-data__badge {
    width: 92px;
    height: 92px;
  }

  body.sw-home-page .sw-home-data__badge img {
    width: 72px;
    height: 72px;
  }

  body.sw-home-page .sw-home-data__certification-link {
    width: 100%;
  }
}

body.sw-home-page .sw-home-projects__cta {
  position: relative;
  isolation: isolate;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 20px;
  overflow: hidden;
  margin-top: 26px;
  padding: 26px 30px;
  border: 1px solid rgba(7, 63, 58, .12);
  border-radius: 20px;
  color: var(--sw-ink);
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 104, 25, .13), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, .98) 0%, rgba(255, 249, 240, .96) 100%);
  box-shadow: 0 26px 70px rgba(17, 23, 34, .09);
}

body.sw-home-page .sw-home-projects__cta::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  border-radius: 20px 0 0 20px;
  background: linear-gradient(180deg, var(--sw-orange), #ffb000);
}

body.sw-home-page .sw-home-projects__cta::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -120px;
  z-index: -1;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(7, 63, 58, .07);
}

body.sw-home-page .sw-home-projects__cta-icon {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(255, 104, 25, .18);
  border-radius: 16px;
  color: var(--sw-orange);
  background: rgba(255, 104, 25, .1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .75);
}

body.sw-home-page .sw-home-projects__cta-copy strong {
  color: var(--sw-ink);
  font-size: 1.42rem;
}

body.sw-home-page .sw-home-projects__cta-copy small {
  max-width: 720px;
  color: #4d5968;
  font-size: 1rem;
}

body.sw-home-page .sw-home-projects__cta-action {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #ff6819 0%, #ff9d00 100%);
  box-shadow: 0 18px 36px rgba(255, 104, 25, .24);
}

body.sw-home-page .sw-home-projects__cta:focus-within {
  border-color: rgba(255, 104, 25, .28);
  box-shadow: 0 30px 80px rgba(17, 23, 34, .11);
}

body.sw-home-page .sw-home-projects__cta-action:hover,
body.sw-home-page .sw-home-projects__cta-action:focus {
  color: #fff;
  background: linear-gradient(135deg, #f45c10 0%, #ff8c00 100%);
  box-shadow: 0 22px 44px rgba(255, 104, 25, .3);
}

body.sw-home-page .sw-home-projects__cta-action:focus-visible {
  outline: 3px solid rgba(255, 159, 0, .3);
  outline-offset: 4px;
}

@media (max-width: 760px) {
  body.sw-home-page .sw-home-projects__cta {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }

  body.sw-home-page .sw-home-projects__cta-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
  }

  body.sw-home-page .sw-home-projects__cta-copy strong {
    font-size: 1.18rem;
  }

  body.sw-home-page .sw-home-projects__cta-copy small {
    font-size: .95rem;
  }

  body.sw-home-page .sw-home-projects__cta-action {
    grid-column: 1 / -1;
    width: 100%;
  }
}

body.sw-home-page .sw-home-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(7, 63, 58, .12);
  border-radius: 22px;
  color: var(--sw-ink);
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 104, 25, .13), transparent 30%),
    radial-gradient(circle at 95% 15%, rgba(7, 63, 58, .08), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, .98) 0%, rgba(255, 249, 240, .94) 100%);
  box-shadow: 0 30px 84px rgba(17, 23, 34, .1);
}

body.sw-home-page .sw-home-cta::before {
  inset: 0 auto 0 0;
  width: 6px;
  border: 0;
  border-radius: 22px 0 0 22px;
  background: linear-gradient(180deg, var(--sw-orange), #ffb000);
}

body.sw-home-page .sw-home-cta::after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -140px;
  z-index: -1;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(7, 63, 58, .07);
}

body.sw-home-page .sw-home-cta__eyebrow {
  border-color: rgba(255, 104, 25, .2);
  color: #ba4a06;
  background: rgba(255, 104, 25, .1);
}

body.sw-home-page .sw-home-cta h2,
body.sw-home-page .sw-home-cta p {
  color: var(--sw-ink);
}

body.sw-home-page .sw-home-cta p {
  color: #465365;
}

body.sw-home-page .sw-home-cta__reassurance li {
  border-color: rgba(7, 63, 58, .12);
  color: #063f3d;
  background: rgba(255, 255, 255, .72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .76);
}

body.sw-home-page .sw-home-cta .sw-btn {
  min-height: 56px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #ff6819 0%, #ff9d00 100%);
  box-shadow: 0 20px 40px rgba(255, 104, 25, .25);
}

body.sw-home-page .sw-home-cta .sw-btn:hover,
body.sw-home-page .sw-home-cta .sw-btn:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #f45c10 0%, #ff8c00 100%);
  box-shadow: 0 24px 48px rgba(255, 104, 25, .32);
  transform: translateY(-2px);
}

body.sw-home-page .sw-home-cta .sw-btn:focus-visible {
  outline: 3px solid rgba(255, 159, 0, .3);
  outline-offset: 4px;
}

body.sw-home-page .sw-home-cta__action span {
  color: #667386;
}

body.sw-home-page .sw-home-cta__microcopy {
  display: grid;
  justify-items: end;
  gap: 4px;
  max-width: 320px;
  padding: 12px 14px;
  border: 1px solid rgba(7, 63, 58, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .68);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .76);
  text-align: left;
}

body.sw-home-page .sw-home-cta__microcopy strong,
body.sw-home-page .sw-home-cta__microcopy small {
  display: block;
}

body.sw-home-page .sw-home-cta__microcopy strong {
  color: var(--sw-green);
  font-size: .88rem;
  font-weight: 950;
  line-height: 1.2;
}

body.sw-home-page .sw-home-cta__microcopy small {
  color: #5d6878;
  font-size: .86rem;
  line-height: 1.35;
}

body.sw-home-page .sw-home-projects__titleline a {
  position: relative;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  color: var(--sw-green);
  text-decoration: none;
  transition: color .18s ease, transform .18s ease;
}

body.sw-home-page .sw-home-projects__titleline a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 1.25em;
  bottom: -4px;
  height: 2px;
  border-radius: 999px;
  background: var(--sw-orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
}

body.sw-home-page .sw-home-projects__titleline a:hover,
body.sw-home-page .sw-home-projects__titleline a:focus-visible {
  color: var(--sw-orange-dark);
  transform: translateX(3px);
}

body.sw-home-page .sw-home-projects__titleline a:hover::after,
body.sw-home-page .sw-home-projects__titleline a:focus-visible::after {
  transform: scaleX(1);
}

body.sw-home-page .sw-home-projects__titleline a:focus-visible {
  outline: 3px solid rgba(255, 159, 0, .28);
  outline-offset: 7px;
  border-radius: 4px;
}

@media (max-width: 860px) {
  body.sw-home-page .sw-home-cta {
    padding: 30px 24px;
    border-radius: 20px;
  }

  body.sw-home-page .sw-home-cta__action {
    justify-items: stretch;
  }

  body.sw-home-page .sw-home-cta .sw-btn {
    width: 100%;
    justify-content: center;
    white-space: normal;
  }

  body.sw-home-page .sw-home-cta__action span {
    text-align: left;
  }

  body.sw-home-page .sw-home-cta__microcopy {
    justify-items: start;
    max-width: none;
    text-align: left;
  }
}
