:root {
  --home-blue: #2563eb;
  --home-blue-deep: #153a73;
  --home-ink: #12284a;
  --home-text: #49566a;
  --home-text-soft: #66758b;
  --home-border: rgba(226, 232, 240, 0.96);
  --home-border-strong: rgba(210, 223, 240, 0.95);
  --home-shadow: 0 12px 36px rgba(15, 23, 42, 0.04);
  --home-shadow-hover: 0 20px 46px rgba(15, 23, 42, 0.08);
  --home-blue-soft: #eaf2ff;
  --home-blue-text: #3b82f6;
  --home-mint-soft: #ecfdf5;
  --home-mint-text: #10b981;
  --home-lilac-soft: #f3e8ff;
  --home-lilac-text: #a855f7;
  --home-sky-soft: #ecfeff;
  --home-sky-text: #06b6d4;
  --home-peach-soft: #fff1eb;
  --home-peach-text: #f97316;
  --home-slate-soft: #f3f4f6;
  --home-slate-text: #64748b;
}

.evoir-home-premium {
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.05), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 26%, #f8fbff 58%, #ffffff 100%);
  color: var(--home-ink);
  overflow-x: hidden;
}

.evoir-home-premium *,
.evoir-home-premium *::before,
.evoir-home-premium *::after {
  box-sizing: border-box;
}

.evoir-home-premium .container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.evoir-home-premium img {
  max-width: 100%;
  height: auto;
}

.evoir-home-premium a {
  text-decoration: none;
}

.evoir-home-premium p,
.evoir-home-premium li,
.evoir-home-premium a,
.evoir-home-premium span {
  font-family: Inter, Arial, sans-serif;
}

.evoir-home-premium h1,
.evoir-home-premium h2,
.evoir-home-premium h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--home-ink);
  letter-spacing: -0.035em;
}

.evoir-home-premium .img-fluid {
  max-width: 100%;
  height: auto;
}

.evoir-home-premium .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.evoir-home-premium .d-none {
  display: none !important;
}

@media (min-width: 768px) {
  .evoir-home-premium .d-md-block {
    display: block !important;
  }
}

.home-shortcuts {
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  background: #f8fafc;
}

.home-shortcuts__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 42px;
}

.home-shortcuts__phone,
.home-shortcuts__links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #5f6b7d;
  font-size: 0.78rem;
  font-weight: 600;
}

.home-shortcuts__phone i,
.home-shortcuts__links a i {
  color: var(--home-blue);
}

.home-shortcuts__phone span {
  color: #9aa4b2;
  font-weight: 500;
}

.home-shortcuts__links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.home-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.home-header__inner {
  display: grid;
  grid-template-columns: 170px 1fr auto auto;
  align-items: center;
  min-height: 78px;
  gap: 18px;
}

.home-header__logo img {
  width: 150px;
}

.home-header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}

.home-header__nav a {
  position: relative;
  color: #1e293b;
  font-size: 0.9rem;
  font-weight: 600;
}

.home-header__nav a.is-active,
.home-header__nav a:hover {
  color: var(--home-blue);
}

.home-header__nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 3px;
  border-radius: 999px;
  background: var(--home-blue);
}

.home-header__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(37, 99, 235, 0.35);
  border-radius: 8px;
  color: var(--home-ink);
  font-size: 0.9rem;
  font-weight: 700;
  justify-self: end;
}

.home-header__phone i,
.home-header__menu-btn i {
  color: var(--home-blue);
}

.home-header__phone strong {
  padding: 2px 7px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.home-header__menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 8px;
  background: #eff6ff;
  align-items: center;
  justify-content: center;
}

.home-hero {
  padding: 18px 0 28px;
}

.home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 560px);
  align-items: center;
  gap: 44px;
  padding: 38px 38px 34px;
  border: 1px solid rgba(96, 165, 250, 0.16);
  border-radius: 20px;
  background:
    radial-gradient(circle at 18% 18%, rgba(147, 197, 253, 0.18), transparent 30%),
    linear-gradient(180deg, #fbfdff 0%, #f6faff 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.7),
    0 24px 54px rgba(191, 219, 254, 0.2);
}

.home-hero__copy {
  max-width: 560px;
}

.home-hero__copy h1 {
  font-size: clamp(2.56rem, 3.9vw, 3.74rem);
  line-height: 1.02;
  margin-bottom: 20px;
}

.home-hero__copy h1::after,
.home-section__title h2::after,
.home-links__intro h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--home-blue), #60a5fa);
}

.home-section__title--center h2::after {
  margin-left: auto;
  margin-right: auto;
}

.home-hero__intro,
.home-hero__text,
.home-zones__copy p,
.home-services__intro p,
.home-links__intro p {
  color: var(--home-text);
  font-size: 0.99rem;
  line-height: 1.74;
}

.home-hero__intro,
.home-hero__text,
.home-zones__copy p {
  margin: 0 0 14px;
}

.home-hero__actions,
.home-zones__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

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

.home-btn--primary {
  background: #1d66d8;
  color: #fff;
  box-shadow: 0 14px 28px rgba(29, 102, 216, 0.18);
}

.home-btn--secondary {
  border: 1px solid rgba(37, 99, 235, 0.35);
  background: #fff;
  color: var(--home-blue);
}

.home-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.home-btn--small {
  min-height: 40px;
  padding: 0 18px;
  font-size: 0.86rem;
}

.home-hero__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  color: var(--home-blue);
  font-size: 0.9rem;
  font-weight: 600;
}

.home-hero__visual {
  position: relative;
  padding: 18px 34px 34px 18px;
}

.home-hero__dots,
.home-hero__frame,
.home-hero__plate {
  position: absolute;
  pointer-events: none;
}

.home-hero__dots {
  top: 2px;
  right: 102px;
  width: 170px;
  height: 126px;
  background-image: radial-gradient(rgba(96, 165, 250, 0.5) 1.5px, transparent 1.5px);
  background-size: 10px 10px;
}

.home-hero__frame {
  top: 0;
  right: 10px;
  width: 212px;
  height: 206px;
  border-top: 3px solid rgba(37, 99, 235, 0.74);
  border-right: 3px solid rgba(37, 99, 235, 0.74);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 32px;
}

.home-hero__plate {
  right: 0;
  bottom: 0;
  width: 86%;
  height: 84%;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(241, 245, 249, 0.72), rgba(248, 250, 252, 0.98));
  box-shadow: 0 24px 50px rgba(148, 163, 184, 0.16);
}

.home-hero__visual::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 138px;
  height: 138px;
  background-image: radial-gradient(rgba(96, 165, 250, 0.36) 1.4px, transparent 1.4px);
  background-size: 10px 10px;
  pointer-events: none;
}

.home-hero__image-wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: 0 26px 48px rgba(15, 23, 42, 0.12);
}

.home-hero__image {
  display: block;
  width: 100%;
  aspect-ratio: 47 / 36;
  object-fit: cover;
}

.home-brandbar {
  border-top: 1px solid rgba(226, 232, 240, 0.9);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.home-brandbar__inner {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 80px;
}

.home-brandbar__label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: #182b4a;
}

.home-brandbar__label a {
  color: #182b4a;
}

.home-brandbar__stars {
  color: #f59e0b;
  letter-spacing: 0.08em;
}

.home-brandbar__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 18px;
}

.home-brandbar__logos span,
.home-brandbar__logos a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  color: #535f73;
  font-size: 0.92rem;
  font-weight: 700;
}

.home-brandbar__logos i {
  color: var(--home-blue);
}

.home-brandbar__icon {
  width: 18px;
  height: 18px;
  display: block;
  color: var(--home-blue);
  flex-shrink: 0;
}

.home-section {
  padding: 62px 0;
}

.home-section--zones {
  background:
    radial-gradient(circle at 18% 34%, rgba(96, 165, 250, 0.12), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #f2f7ff 100%);
}

.home-section__title {
  margin-bottom: 30px;
}

.home-section__title--center {
  text-align: center;
}

.home-section__title h2,
.home-links__intro h2 {
  font-size: clamp(1.75rem, 2.8vw, 2.55rem);
  line-height: 1.08;
  color: var(--home-blue-deep);
}

.home-card-grid {
  display: grid;
  gap: 18px;
}

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

.home-card-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 214px;
  padding: 22px 20px 20px;
  border: 1px solid var(--home-border-strong);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--home-shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.home-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--home-shadow-hover);
  border-color: rgba(37, 99, 235, 0.2);
}

.home-card--compact,
.home-card--faq {
  min-height: 168px;
}

.home-card--need {
  justify-content: flex-start;
}

.home-card--faq {
  justify-content: flex-start;
  min-height: 196px;
  padding: 18px 18px 16px;
  border-radius: 12px;
}

.home-card--side {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: start;
  column-gap: 18px;
}

.home-card--side .home-card__icon {
  margin-bottom: 0;
}

.home-card--side h3 {
  margin: 2px 0 6px;
}

.home-card--side h3,
.home-card--side p {
  grid-column: 2;
}

.home-card--side p {
  margin-top: 0;
}

.home-card--zone {
  min-height: 258px;
  align-items: flex-start;
}

.home-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: var(--home-blue-text);
  background: var(--home-blue-soft);
}

.home-card__icon i {
  font-size: 1.32rem;
}

.home-card__icon svg {
  display: block;
}

.home-card--zone .home-card__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 18px;
}

.home-card--zone .home-card__icon i {
  font-size: 1.44rem;
}

.home-card__icon--trust {
  width: 52px;
  height: 52px;
  background: #eef5ff;
  color: #3b82f6;
}

.home-card__icon--need {
  width: 54px;
  height: 54px;
}

.home-card__icon--need .home-icon-svg {
  width: 24px;
  height: 24px;
}

.home-icon-svg {
  width: 24px;
  height: 24px;
  display: block;
}

.home-card__icon--trust .home-icon-svg {
  width: 25px;
  height: 25px;
}

.home-icon-svg--zone {
  width: 26px;
  height: 26px;
}

.home-card__icon--zone-soft {
  width: 58px;
  height: 58px;
}

.home-card--theme-blue .home-card__icon:not(.home-card__icon--trust) {
  background: var(--home-blue-soft);
  color: var(--home-blue-text);
}

.home-card--theme-mint .home-card__icon:not(.home-card__icon--trust) {
  background: var(--home-mint-soft);
  color: var(--home-mint-text);
}

.home-card--theme-lilac .home-card__icon:not(.home-card__icon--trust) {
  background: var(--home-lilac-soft);
  color: var(--home-lilac-text);
}

.home-card--theme-sky .home-card__icon:not(.home-card__icon--trust) {
  background: var(--home-sky-soft);
  color: var(--home-sky-text);
}

.home-card--theme-peach .home-card__icon:not(.home-card__icon--trust) {
  background: var(--home-peach-soft);
  color: var(--home-peach-text);
}

.home-card--theme-slate .home-card__icon:not(.home-card__icon--trust) {
  background: var(--home-slate-soft);
  color: var(--home-slate-text);
}

.home-card h3 {
  font-size: 1.07rem;
  line-height: 1.2;
  margin-bottom: 8px;
}

.home-card p {
  margin: 0;
  color: var(--home-text-soft);
  font-size: 0.93rem;
  line-height: 1.68;
}

.home-card__topline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  margin-bottom: 10px;
  color: var(--home-blue);
}

.home-faq-card__head {
  display: grid;
  grid-template-columns: 21px 1fr;
  gap: 11px;
  align-items: center;
  margin-bottom: 10px;
}

.home-card--faq .home-card__topline {
  width: 21px;
  min-width: 21px;
  margin-bottom: 0;
  color: #3b82f6;
  align-self: center;
}

.home-card--faq .home-card__topline i {
  font-size: 1.02rem;
}

.home-faq-icon {
  width: 19px;
  height: 19px;
  display: block;
}

.home-card--faq h3 {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.28;
  align-self: center;
}

.home-card--faq p {
  font-size: 0.91rem;
  line-height: 1.62;
}

.home-proof {
  display: grid;
  grid-template-columns: minmax(260px, 330px) 1fr;
  gap: 0;
  margin-top: 20px;
  border: 1px solid rgba(212, 224, 239, 0.85);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 253, 255, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.72),
    0 16px 34px rgba(148, 163, 184, 0.08);
}

.home-proof__metric,
.home-proof__content {
  padding: 26px 30px;
}

.home-proof__metric {
  display: grid;
  grid-template-columns: 74px 1fr;
  align-items: center;
  gap: 20px;
  text-align: left;
  position: relative;
}

.home-proof__metric::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 20px;
  width: 1px;
  background: rgba(203, 218, 238, 0.98);
}

.home-proof__icon {
  color: var(--home-blue);
  width: 58px;
  height: 58px;
  line-height: 1;
}

.home-proof__svg {
  width: 58px;
  height: 58px;
  display: block;
}

.home-proof__number {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  color: #1e3a6a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.02;
}

.home-proof__number span {
  display: block;
}

.home-proof__number span:first-child {
  margin-bottom: 4px;
}

.home-proof__number span:last-child {
  line-height: 1.06;
}

.home-proof__number strong {
  display: block;
  margin: 0 0 6px;
  color: var(--home-blue);
  font-size: 4.25rem;
  line-height: 0.84;
}

.home-proof__content h3 {
  font-size: 1.42rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.home-proof__content p {
  margin: 0 0 16px;
  color: var(--home-text-soft);
  line-height: 1.66;
}

.home-zones {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(0, 1.55fr);
  gap: 24px;
  align-items: stretch;
}

.home-zones__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-zones__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-services {
  padding: 26px 0 0;
}

.home-services__panel {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
  align-items: stretch;
  padding: 36px;
  border-radius: 12px 12px 0 0;
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.16), transparent 22%),
    linear-gradient(135deg, #0a2960, #0b3f90 52%, #0d4ea7);
}

.home-services__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-section__title--light h2,
.home-section__title--light h2::after,
.home-services__intro p,
.home-services__intro a {
  color: #fff;
}

.home-section__title--light h2 {
  font-size: 2rem;
}

.home-section__title--light h2::after {
  background: linear-gradient(90deg, #7dd3fc, #dbeafe);
}

.home-services__intro p {
  margin: 14px 0 22px;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.8);
}

.home-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-service-link {
  display: grid;
  grid-template-columns: 48px 1fr 16px;
  align-items: center;
  gap: 12px;
  min-height: 82px;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  font-weight: 600;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.home-service-link:hover {
  color: #fff;
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.09);
}

.home-service-link__icon,
.home-service-link b,
.home-service-link span {
  color: #fff;
}

.home-service-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
}

.home-service-link__icon,
.home-service-link b {
  line-height: 1;
}

.home-service-link span {
  font-size: 1.08rem;
  line-height: 1.2;
}

.home-service-link b {
  font-size: 1.12rem;
}

.home-service-link--theme-blue .home-service-link__icon {
  color: #93c5fd;
}

.home-service-link--theme-mint .home-service-link__icon {
  color: #86efac;
}

.home-service-link--theme-sky .home-service-link__icon {
  color: #7dd3fc;
}

.home-service-link--theme-peach .home-service-link__icon {
  color: #fdba74;
}

.home-service-link--theme-lilac .home-service-link__icon {
  color: #d8b4fe;
}

.home-service-link--theme-slate .home-service-link__icon {
  color: #cbd5e1;
}

.home-links {
  padding: 48px 0 26px;
}

.home-links__panel {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  align-items: center;
  padding: 28px 26px 30px;
  border: 1px solid var(--home-border);
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(147, 197, 253, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.98));
  box-shadow: 0 14px 34px rgba(148, 163, 184, 0.06);
}

.home-links__intro h2 {
  font-size: 1.56rem;
}

.home-links__intro::after {
  content: "Guides, comparatifs et pages d'aide pour avancer plus vite dans une decision IT.";
  display: block;
  max-width: 240px;
  margin-top: 12px;
  color: var(--home-text-soft);
  font-family: Inter, Arial, sans-serif;
  font-size: 0.94rem;
  line-height: 1.65;
}

.home-links__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.home-links__grid a {
  display: grid;
  grid-template-columns: 28px 1fr 16px;
  align-items: center;
  gap: 8px;
  min-height: 68px;
  padding: 12px 14px;
  border: 1px solid rgba(223, 232, 243, 0.92);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.75);
  color: #1a2c4a;
  font-size: 0.86rem;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.home-links__grid a:hover {
  color: var(--home-blue);
}

.home-links__grid i,
.home-links__grid b {
  color: var(--home-blue);
}

.home-footer {
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.14), transparent 20%),
    linear-gradient(180deg, #0b244f, #081d42 68%, #071733);
  color: rgba(255, 255, 255, 0.82);
}

.home-footer__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1fr 1fr;
  gap: 36px;
  padding: 42px 0 28px;
}

.home-footer__brand img {
  width: 146px;
  height: auto;
  display: block;
}

.home-footer__brand p {
  margin: 18px 0 20px;
  line-height: 1.75;
}

.home-footer__socials {
  display: flex;
  gap: 10px;
}

.home-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.home-footer__col h3 {
  margin-bottom: 16px;
  font-size: 1rem;
  color: #fff;
}

.home-footer__col a {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.89rem;
}

.home-footer__col a i {
  margin-right: 8px;
}

.home-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 20px;
  padding: 16px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.84rem;
}

.home-footer__bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.home-footer__bottom a {
  color: rgba(255, 255, 255, 0.78);
}

.home-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
}

.home-mobile-menu.is-open {
  display: block;
}

.home-mobile-menu__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
}

.home-mobile-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(92vw, 380px);
  height: 100%;
  background: #fff;
  box-shadow: -14px 0 30px rgba(15, 23, 42, 0.16);
  overflow-y: auto;
  padding: 20px 18px 28px;
}

.home-mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.home-mobile-menu__header img {
  width: 138px;
}

.home-mobile-menu__close {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 8px;
  background: #eff6ff;
}

.home-mobile-menu__group + .home-mobile-menu__group {
  margin-top: 22px;
}

.home-mobile-menu__group h3 {
  margin-bottom: 10px;
  font-size: 1rem;
}

.home-mobile-menu__group a {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  color: #1e293b;
  font-size: 0.95rem;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .home-card-grid--4,
  .home-links__grid,
  .home-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991.98px) {
  .home-hero__grid {
    padding: 26px 22px 24px;
  }

  .home-shortcuts__inner,
  .home-hero__grid,
  .home-brandbar__inner,
  .home-card-grid--4,
  .home-card-grid--3,
  .home-proof,
  .home-zones,
  .home-zones__cards,
  .home-services__panel,
  .home-services__grid,
  .home-links__panel,
  .home-links__grid,
  .home-footer__grid {
    grid-template-columns: 1fr;
  }

  .home-shortcuts__inner {
    min-height: auto;
    padding: 8px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .home-header__inner {
    grid-template-columns: 1fr auto;
    min-height: 72px;
  }

  .home-header__nav,
  .home-header__phone {
    display: none;
  }

  .home-header__menu-btn {
    display: inline-flex;
  }

  .home-brandbar__logos {
    justify-content: flex-start;
  }

  .home-proof__metric {
    border-bottom: 1px solid var(--home-border);
  }

  .home-proof__metric::after {
    display: none;
  }

  .home-links__grid a {
    border-left: 0;
    border-top: 1px solid var(--home-border);
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .home-hero__grid {
    padding: 24px 18px 20px;
    border-radius: 16px;
  }

  .home-hero__copy h1 {
    font-size: 2.18rem;
  }

  .home-hero__visual {
    display: none;
  }

  .home-shortcuts__links {
    gap: 10px 14px;
  }

  .home-brandbar__logos,
  .home-footer__grid {
    grid-template-columns: 1fr;
  }

  .home-card,
  .home-proof__metric,
  .home-proof__content,
  .home-services__panel,
  .home-footer__grid {
    padding-left: 18px;
    padding-right: 18px;
  }

  .home-footer__bottom,
  .home-footer__bottom div {
    flex-direction: column;
  }
}

/* ── Témoignages ─────────────────────────────────────────── */
.home-testimonials {
  padding: 56px 0 40px;
  background: #f8fafc;
}
.home-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 32px;
}
.home-testi-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 26px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e5edf8;
  box-shadow: 0 12px 32px rgba(15,23,42,.06);
  margin: 0;
}
.home-testi-card__quote {
  font-size: 1rem;
  line-height: 1.75;
  color: #334155;
  font-style: italic;
  flex: 1;
}
.home-testi-card__author {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: .88rem;
  color: #64748b;
}
.home-testi-card__stars {
  color: #f59e0b;
  font-size: 1rem;
  letter-spacing: 2px;
}
.home-testimonials__cta {
  text-align: center;
  margin-top: 28px;
}

/* ── CTA de clôture ──────────────────────────────────────── */
.home-cta-close {
  padding: 52px 0;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 55%, #0d6efd 100%);
}
.home-cta-close__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
}
.home-cta-close__copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 2.5vw, 2.6rem);
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 10px;
}
.home-cta-close__copy p {
  color: rgba(255,255,255,.82);
  font-size: 1.02rem;
  line-height: 1.75;
  max-width: 520px;
  margin: 0;
}
.home-cta-close__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  flex-shrink: 0;
}
.home-cta-close__phone {
  color: rgba(255,255,255,.75);
  font-size: .92rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: color .15s;
}
.home-cta-close__phone:hover { color: #fff; }

@media (max-width: 991.98px) {
  .home-testimonials__grid { grid-template-columns: 1fr; }
  .home-cta-close__inner { grid-template-columns: 1fr; }
  .home-cta-close__actions { align-items: flex-start; }
}
@media (max-width: 767.98px) {
  .home-testimonials { padding: 36px 0 28px; }
  .home-cta-close { padding: 36px 0; }
}
