.home-van-hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  display: flex;
  align-items: stretch;
  color: #fff;
}

.home-van-hero__media,
.home-van-hero__overlay {
  position: absolute;
  inset: 0;
}

.home-van-hero__media {
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: background-image 260ms ease, transform 260ms ease, opacity 260ms ease;
}

.home-van-hero__overlay {
  background:
    linear-gradient(90deg, rgba(6, 11, 16, 0.88) 0%, rgba(6, 11, 16, 0.68) 38%, rgba(6, 11, 16, 0.4) 68%, rgba(6, 11, 16, 0.2) 100%),
    radial-gradient(circle at top right, rgba(255, 191, 71, 0.16), transparent 26%);
}

.home-van-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(500px, 660px);
  gap: 2rem;
  align-items: center;
  padding: 3.75rem 1.5rem 5rem;
}

.home-van-hero__copy {
  position: relative;
  min-height: 430px;
  max-width: 720px;
  padding-left: clamp(0rem, 1vw, 0.5rem);
  padding-bottom: 3.5rem;
}

.home-van-slides {
  position: relative;
  min-height: inherit;
}

.home-van-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.home-van-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.home-van-slide__content {
  max-width: min(760px, 100%);
}

.home-van-hero__eyebrow,
.home-van-booking-card__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
}

.home-van-hero__copy h1 {
  max-width: 8.2ch;
  font-size: clamp(2.85rem, 4.4vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 800;
  margin-bottom: 1.1rem;
}

.home-van-hero__text {
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  color: rgba(255, 255, 255, 0.82);
  max-width: 31rem;
  margin-bottom: 1.5rem;
}

.home-van-hero__points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.home-van-hero__points span {
  display: inline-flex;
  align-items: center;
  padding: 0.62rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(6px);
  font-size: 0.95rem;
}

.home-van-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.35rem;
}

.home-van-hero__cta {
  min-width: 180px;
  padding: 0.95rem 1.3rem;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
}

.home-van-hero__cta--ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}

.home-van-hero__cta--ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.home-van-hero__dots {
  position: absolute;
  left: 50%;
  bottom: 1.4rem;
  z-index: 2;
  display: flex;
  gap: 0.55rem;
  transform: translateX(-50%);
}

.home-van-hero__dot {
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  transition: transform 180ms ease, background 180ms ease;
}

.home-van-hero__dot.is-active {
  transform: scaleX(1.85);
  background: #ffc247;
}

.home-van-hero__booking {
  position: relative;
  width: 100%;
  max-width: 660px;
  margin-left: auto;
}

.home-van-panels {
  position: relative;
  min-height: 560px;
}

.home-van-booking-card {
  position: relative;
  border-radius: 34px;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.95);
  color: #12202e;
  box-shadow: 0 24px 55px rgba(10, 17, 24, 0.22);
}

.home-van-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.home-van-panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.home-van-booking-card h2 {
  font-size: clamp(1.7rem, 2.2vw, 2.2rem);
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.home-van-booking-card .form-label {
  color: #51606f;
  font-weight: 600;
}

.home-van-booking-card .form-control,
.home-van-booking-card .form-select {
  border-radius: 16px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(18, 32, 46, 0.12);
}

.home-van-booking-card__note {
  margin-top: 1rem;
  color: #5d6c79;
}

.home-van-booking-card__note a {
  color: #173f31;
  font-weight: 700;
  text-decoration: none;
}

.home-van-panel-text {
  color: #52616f;
  margin-bottom: 0;
}

.home-van-panel--sales {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 244, 236, 0.95) 100%);
}

.home-van-panel--sales::before {
  content: "";
  position: absolute;
  inset: auto -12% -18% auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 194, 71, 0.3), transparent 68%);
}

.home-van-panel--sales > * {
  position: relative;
  z-index: 1;
}

.home-van-sales-summary {
  max-width: 100%;
}

.home-van-sales-title {
  max-width: 30ch;
  font-size: clamp(1.85rem, 2.1vw, 2.45rem);
  line-height: 1.05;
  margin-bottom: 0.75rem;
}

.home-van-panel--sales .home-van-panel-text {
  max-width: 28rem;
  font-size: 0.98rem;
  line-height: 1.5;
}

.home-van-sales-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.15rem 0 1rem;
}

.home-van-sales-tags span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.5rem 0.78rem;
  background: rgba(31, 92, 72, 0.08);
  color: #1f5c48;
  font-weight: 700;
  font-size: 0.92rem;
}

.home-van-sales-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 0.3rem;
  max-height: 300px;
  overflow: auto;
  padding-right: 0.3rem;
}

.home-van-sales-list::-webkit-scrollbar {
  width: 8px;
}

.home-van-sales-list::-webkit-scrollbar-thumb {
  background: rgba(18, 32, 46, 0.18);
  border-radius: 999px;
}

.home-van-sales-item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.8rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(18, 32, 46, 0.08);
}

.home-van-sales-item__media {
  display: block;
  width: 112px;
  height: 84px;
  border-radius: 16px;
  overflow: hidden;
  background: #eef1ee;
}

.home-van-sales-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-van-sales-item__placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  text-align: center;
  color: #64748b;
  font-size: 0.8rem;
}

.home-van-sales-item__body {
  min-width: 0;
}

.home-van-sales-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.35rem;
}

.home-van-sales-item__badge,
.home-van-sales-item__status {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.22rem 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
}

.home-van-sales-item__badge {
  background: #0f172a;
  color: #fff;
}

.home-van-sales-item__status {
  background: rgba(31, 92, 72, 0.12);
  color: #1f5c48;
}

.home-van-sales-item h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #12202e;
}

.home-van-sales-item p {
  margin: 0.18rem 0 0;
  color: #5b6875;
  font-size: 0.85rem;
  line-height: 1.35;
}

.home-van-sales-item__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.55rem;
}

.home-van-sales-item__specs span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.28rem 0.55rem;
  background: #f3f4ef;
  color: #44515e;
  font-size: 0.74rem;
}

.home-van-sales-item__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.55rem;
  text-align: right;
}

.home-van-sales-item__aside strong {
  color: #173f31;
  font-size: 0.96rem;
  white-space: nowrap;
}

.home-van-sales-item__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(31, 92, 72, 0.25);
  color: #173f31;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
}

.home-van-sales-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.85rem;
}

.home-van-panel--sales .form-control,
.home-van-panel--sales .form-select {
  min-height: 54px;
  font-size: 0.98rem;
  background: rgba(255, 255, 255, 0.98);
}

.home-van-sales-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.72rem 1rem;
  color: #173f31;
  background: rgba(31, 92, 72, 0.08);
  text-decoration: none;
  font-weight: 700;
  transition: background 160ms ease, transform 160ms ease;
}

.home-van-sales-chip:hover {
  background: rgba(31, 92, 72, 0.14);
  transform: translateY(-1px);
}

.home-van-animate,
.home-van-booking-animate {
  opacity: 0;
  transform: translateY(18px);
}

.home-sold-strip {
  padding: 1.4rem 0 1.9rem;
  background: #f8f6f1;
}

.home-section-kicker {
  margin-bottom: 1rem;
  color: #5a6470;
}

.home-sold-track-wrapper {
  overflow: hidden;
}

.home-sold-track {
  display: flex;
  gap: 0.85rem;
  width: max-content;
}

.home-sold-track__image {
  width: 118px;
  height: 80px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
  flex-shrink: 0;
}

.home-sell-cta {
  padding: 4rem 0;
  background: #22282d;
  color: #fff;
}

.home-services {
  position: relative;
  padding: 5rem 0;
  color: #fff;
  background-color: #0e0e0e;
  overflow: hidden;
}

.home-services__bg {
  position: absolute;
  inset: 0;
  background: url('/img/bg-services.jpg') center/cover no-repeat;
  filter: blur(6px);
  opacity: 0.25;
}

.home-services .container {
  z-index: 1;
}

.home-services__card {
  border-radius: 18px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-services__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(255, 102, 0, 0.4);
}

.home-offer-blog__offer {
  border-color: #ff6600 !important;
}

.home-blog-card {
  height: 340px;
}

.home-blog-card__bg {
  background-image: url('https://pro.monitor-vo.fr/photos/photos/90545511725291448/photo11726753909');
  background-size: cover;
  background-position: center;
  filter: blur(2px) brightness(0.6);
  transition: transform 1.5s ease;
}

.home-blog-card:hover .home-blog-card__bg {
  transform: scale(1.05);
}

.home-blog-card__overlay {
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}

.home-blog-card__button:hover {
  background-color: #000;
  color: #ffcc00 !important;
  border: 1px solid #ffcc00;
}

.partner-logo {
  max-height: 90px;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}

.partner-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

.home-contact-band {
  background-color: #0e0e0e;
}

.home-trust-band {
  padding: 4.8rem 0 3.6rem;
  background:
    radial-gradient(circle at top left, rgba(255, 194, 71, 0.14), transparent 24%),
    linear-gradient(180deg, #f7f3ea 0%, #eef1f5 100%);
  position: relative;
}

.home-trust-band::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(238, 241, 245, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  pointer-events: none;
}

.home-trust-band__intro,
.home-trust-band__stats,
.home-sell-cta__panel,
.home-services__head,
.home-editorial__grid,
.home-partners__head,
.home-contact-section__panel,
.home-contact-section__cards {
  display: grid;
  gap: 1.25rem;
}

.home-trust-band__intro {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: end;
  margin-bottom: 1.6rem;
}

.home-trust-band__intro h2,
.home-sell-cta__copy h2,
.home-services__head h2,
.home-editorial__offer h2,
.home-partners__head h2,
.home-contact-section__content h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin-bottom: 0;
  color: #13212a;
  text-wrap: balance;
}

.home-sell-cta__copy h2 {
  color: #f6f0de;
  text-shadow: 0 10px 30px rgba(7, 13, 19, 0.28);
}

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

.home-trust-band__stats article {
  padding: 1.1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(19, 33, 42, 0.08);
  box-shadow: 0 18px 40px rgba(19, 33, 42, 0.06);
}

.home-trust-band__stats strong {
  display: block;
  font-size: 1.7rem;
  color: #173f31;
}

.home-trust-band__stats span {
  display: block;
  margin-top: 0.25rem;
  color: #5e6c75;
}

.home-trust-band__gallery {
  padding: 1rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(19, 33, 42, 0.07);
  backdrop-filter: blur(10px);
}

.home-sold-track {
  display: flex;
  gap: 1rem;
  width: max-content;
}

.home-sold-track__card {
  width: 180px;
  padding: 0.55rem;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.08);
  flex-shrink: 0;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-sold-track__card:hover {
  transform: translateY(-4px) rotate(-0.5deg);
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.12);
}

.home-sold-track__image {
  width: 100%;
  height: 124px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: none;
}

.home-sold-track__card figcaption {
  padding: 0.7rem 0.25rem 0.15rem;
  font-size: 0.8rem;
  color: #5f6b74;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.home-sell-cta {
  padding: 1.4rem 0 5rem;
  background: transparent;
  color: inherit;
}

.home-sell-cta__panel {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.75fr);
  padding: 1.8rem;
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(255, 194, 71, 0.16), transparent 20%),
    linear-gradient(135deg, #13222c 0%, #1b2d38 58%, #304037 100%);
  color: #fff;
  box-shadow: 0 28px 55px rgba(15, 23, 42, 0.16);
  position: relative;
  overflow: hidden;
}

.home-sell-cta__panel::before {
  content: "";
  position: absolute;
  inset: auto auto -80px -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 194, 71, 0.12), transparent 68%);
  pointer-events: none;
}

.home-sell-cta__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 17, 24, 0.72) 0%, rgba(10, 17, 24, 0.54) 38%, rgba(10, 17, 24, 0.28) 100%),
    url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
  opacity: 0.36;
  mix-blend-mode: screen;
  pointer-events: none;
}

.home-sell-cta__copy,
.home-sell-cta__aside {
  position: relative;
  z-index: 1;
}

.home-sell-cta__copy p {
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.82);
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.6;
}

.home-sell-cta__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.25rem;
}

.home-sell-cta__chips span {
  display: inline-flex;
  align-items: center;
  padding: 0.62rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
}

.home-sell-cta__aside {
  display: flex;
  align-items: stretch;
}

.home-sell-cta__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.4rem;
}

.home-sell-cta__benefits article {
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.home-sell-cta__benefits strong {
  display: block;
  margin-bottom: 0.45rem;
  color: #fff;
  font-size: 1rem;
}

.home-sell-cta__benefits p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
  line-height: 1.5;
}

.home-sell-cta__card {
  width: 100%;
  padding: 1.7rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 247, 249, 0.98) 100%);
  color: #13212a;
  display: grid;
  gap: 1rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 20px 35px rgba(7, 13, 19, 0.12);
}

.home-sell-cta__card-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: #eef2f4;
  color: #60717b;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

.home-sell-cta__card strong {
  font-size: 1.7rem;
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.home-sell-cta__card p {
  color: #5d6b74;
  margin: 0;
}

.home-sell-cta__timeline {
  display: grid;
  gap: 1rem;
  position: relative;
}

.home-sell-cta__timeline::before {
  content: "";
  position: absolute;
  top: 0.35rem;
  bottom: 0.35rem;
  left: 16px;
  width: 2px;
  background: linear-gradient(180deg, #ffd36b 0%, #d9e0e5 100%);
}

.home-sell-cta__timeline-step {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 0.95rem;
  align-items: start;
}

.home-sell-cta__timeline-index {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ffcc4d 0%, #e7a800 100%);
  color: #16212a;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(231, 168, 0, 0.22);
}

.home-sell-cta__timeline-body {
  padding: 0.15rem 0 0.55rem;
}

.home-sell-cta__timeline-body h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  line-height: 1.2;
  color: #15212a;
}

.home-sell-cta__timeline-body p {
  margin: 0;
  color: #5a6972;
  font-size: 0.95rem;
  line-height: 1.5;
}

.home-sell-cta__card .btn {
  margin-top: 0.2rem;
  border-radius: 18px;
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
  font-weight: 700;
}

.home-services {
  padding: 5rem 0;
  color: inherit;
  background: linear-gradient(180deg, #f3f5f7 0%, #ffffff 100%);
  position: relative;
}

.home-services::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(19, 33, 42, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 33, 42, 0.03) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 75%);
  pointer-events: none;
}

.home-services__head {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: end;
  margin-bottom: 1.75rem;
}

.home-services__intro,
.home-partners__head p,
.home-contact-section__content p {
  color: #5b6a73;
  margin: 0;
}

.home-services__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.1rem;
  position: relative;
  z-index: 1;
}

.home-services__card {
  grid-column: span 4;
  min-height: 280px;
  padding: 1.45rem;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(19, 33, 42, 0.08);
  box-shadow: 0 20px 38px rgba(15, 23, 42, 0.06);
  display: grid;
  gap: 1rem;
  align-content: space-between;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-services__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 46px rgba(15, 23, 42, 0.1);
}

.home-services__card--featured {
  grid-column: span 6;
  background: linear-gradient(135deg, #173f31 0%, #28506b 100%);
  color: #fff;
}

.home-services__card--featured .home-services__icon {
  background: linear-gradient(180deg, rgba(255, 241, 210, 0.22) 0%, rgba(255, 224, 146, 0.18) 100%);
  color: #ffd36b;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 12px 22px rgba(7, 13, 19, 0.14);
}

.home-services__card--featured .home-services__content p,
.home-services__card--featured .home-services__link {
  color: rgba(255, 255, 255, 0.88);
}

.home-services__icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fbf1da 0%, #f5e7c3 100%);
  color: #b17a00;
  font-size: 1.6rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 10px 20px rgba(209, 168, 76, 0.16);
}

.home-services__icon i {
  line-height: 1;
  transform: translateY(1px);
}

.home-services__content h3 {
  margin-bottom: 0.5rem;
  color: inherit;
  font-size: 1.35rem;
  line-height: 1.08;
}

.home-services__content p {
  margin: 0;
  color: #5d6b74;
}

.home-services__link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #13212a;
  text-decoration: none;
  font-weight: 700;
  width: fit-content;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid rgba(19, 33, 42, 0.14);
}

.home-editorial {
  padding: 1rem 0 5rem;
}

.home-editorial__grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: stretch;
}

.home-editorial__offer,
.home-editorial__blog,
.home-partners__card,
.home-contact-section__panel {
  border-radius: 30px;
  overflow: hidden;
}

.home-editorial__offer {
  padding: 2rem;
  background: #f5efe3;
  border: 1px solid rgba(19, 33, 42, 0.07);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.home-editorial__offer > p:not(.home-section-kicker) {
  color: #5f6d76;
  margin: 1rem 0 0;
}

.home-editorial__points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.2rem 0 1.4rem;
}

.home-editorial__points span {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 0.85rem;
  border-radius: 999px;
  background: #fff;
  color: #173f31;
  font-weight: 700;
}

.home-editorial__blog {
  position: relative;
  min-height: 420px;
  background: #111;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

.home-editorial__blog-media,
.home-editorial__blog-overlay {
  position: absolute;
  inset: 0;
}

.home-editorial__blog-media {
  background-image: url('https://pro.monitor-vo.fr/photos/photos/90545511725291448/photo11726753909');
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.home-editorial__blog-overlay {
  background: linear-gradient(180deg, rgba(9, 16, 23, 0.22) 0%, rgba(9, 16, 23, 0.82) 100%);
}

.home-editorial__blog-content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}

.home-editorial__blog-meta {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.78);
}

.home-editorial__blog-content h3 {
  font-size: clamp(1.8rem, 2.4vw, 2.5rem);
  line-height: 1.04;
  margin-bottom: 0.8rem;
}

.home-editorial__blog-content p {
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.82);
}

.home-partners {
  padding: 0 0 5rem;
}

.home-partners__head {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: end;
  margin-bottom: 1.75rem;
}

.home-partners__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.home-partners__card {
  padding: 1.2rem;
  background: #fff;
  border: 1px solid rgba(19, 33, 42, 0.08);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.05);
  display: grid;
  place-items: center;
  gap: 0.85rem;
  min-height: 150px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.home-partners__card:hover {
  transform: translateY(-3px);
  border-color: rgba(19, 33, 42, 0.14);
  box-shadow: 0 22px 38px rgba(15, 23, 42, 0.08);
}

.home-partners__card span {
  color: #4d5b64;
  font-size: 0.88rem;
  text-align: center;
}

.partner-logo {
  max-height: 64px;
  max-width: 100%;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
  opacity: 0.72;
}

.home-partners__card:hover .partner-logo {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.04);
}

.home-contact-section {
  padding: 0 0 5.5rem;
}

.home-contact-section__panel {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  background: #ffffff;
  border: 1px solid rgba(19, 33, 42, 0.08);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
  position: relative;
}

.home-contact-section__map {
  min-height: 520px;
  background: #dde5eb;
}

.home-contact-section__content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-contact-section__cards {
  grid-template-columns: 1fr;
  margin: 1.4rem 0;
}

.home-contact-section__cards article {
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: #f4f7f9;
  border: 1px solid rgba(19, 33, 42, 0.05);
}

.home-contact-section__cards span {
  display: block;
  color: #72818a;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.35rem;
}

.home-contact-section__cards strong {
  color: #13212a;
}

.home-contact-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.home-section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
  color: #6a7a83;
}

@media (max-width: 991px) {
  .home-van-hero {
    min-height: auto;
  }

  .home-van-hero__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    min-height: auto;
    padding: 3.2rem 1rem 5rem;
  }

  .home-van-hero__copy {
    min-height: 320px;
    padding-bottom: 2.5rem;
    max-width: none;
  }

  .home-van-panels {
    min-height: 500px;
  }

  .home-van-hero__booking {
    max-width: none;
    margin-left: 0;
  }

  .home-van-panel--sales .home-van-panel-text {
    max-width: none;
  }

  .home-van-sales-list {
    max-height: none;
  }

  .home-trust-band__intro,
  .home-sell-cta__panel,
  .home-services__head,
  .home-editorial__grid,
  .home-partners__head,
  .home-contact-section__panel {
    grid-template-columns: 1fr;
  }

  .home-trust-band__stats,
  .home-partners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-services__card,
  .home-services__card--featured {
    grid-column: span 6;
  }

  .home-sell-cta__benefits {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .home-van-hero__copy h1 {
    max-width: 9ch;
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .home-van-hero__actions {
    flex-direction: column;
  }

  .home-van-hero__cta {
    width: 100%;
    justify-content: center;
  }

  .home-van-booking-card {
    padding: 1.5rem;
    border-radius: 24px;
  }

  .home-van-sales-form__grid {
    grid-template-columns: 1fr;
  }

  .home-van-sales-field:last-of-type,
  .home-van-sales-submit {
    grid-column: auto;
  }

  .home-van-sales-actions {
    flex-direction: column;
  }

  .home-van-sales-chip {
    justify-content: center;
  }

  .home-van-sales-title,
  .home-van-panel--sales .home-van-panel-text {
    max-width: none;
  }

  .home-van-sales-item {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .home-van-sales-item__media {
    width: 88px;
    height: 72px;
  }

  .home-van-sales-item__aside {
    grid-column: 2;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .home-van-panels,
  .home-van-hero__copy {
    min-height: auto;
  }

  .home-sold-track__image {
    width: 96px;
    height: 72px;
  }

  .home-trust-band__stats,
  .home-partners__grid {
    grid-template-columns: 1fr;
  }

  .home-services__grid {
    grid-template-columns: 1fr;
  }

  .home-services__card,
  .home-services__card--featured {
    grid-column: auto;
  }

  .home-contact-section__map {
    min-height: 320px;
  }

  .home-sell-cta__panel {
    padding: 1.15rem;
    border-radius: 28px;
  }

  .home-sell-cta__card {
    padding: 1.25rem;
  }

  .home-sell-cta__card strong {
    font-size: 1.35rem;
  }
}
