/* ==========================================================================
   Services section
   ========================================================================== */

.services {
  --svc-bg: rgba(1, 84, 188, 0.1); /* #0154BC1A */
  --svc-h: 1655px;
  --svc-canvas: 1920px;
  --svc-page-top: 1537px; /* Figma section top */
  --svc-wrap-w: 1440px;
  --svc-block-w: 1440px;
  --svc-block-h: 481px;
  --svc-block-page-top: 1830px;
  --svc-block-page-left: 240px;
  --svc-block-top: 293px; /* 1830 − 1537 section top */
  --svc-heading-w: 1129px;
  --svc-heading-h: 72px;
  --svc-heading-page-top: 1657px;
  --svc-heading-page-left: 240px;
  --svc-heading-top: 120px; /* 1657 − 1537 section top */
  --svc-lead-w: 1019px;
  --svc-lead-h: 56px;
  --svc-lead-page-top: 1744px;
  --svc-lead-page-left: 240px;
  --svc-lead-top: 207px; /* 1744 − 1537 section top */
  --svc-viewall-w: 249px;
  --svc-viewall-h: 66px;
  --svc-viewall-page-top: 1696px;
  --svc-viewall-page-left: 1432.5px;
  --svc-viewall-top: 159px; /* 1696 − 1537 section top */
  --svc-viewall-left: 1432.5px;
  --svc-intro-w: 336px;
  --svc-intro-title-w: 276px;
  --svc-intro-title-h: 100px;
  --svc-intro-title-page-top: 1887px;
  --svc-intro-title-page-left: 270px;
  --svc-intro-title-block-top: 57px; /* 1887 − 1830 block top */
  --svc-intro-title-offset-y: 27px; /* block-top − block padding-top */
  --svc-intro-desc-w: 276px;
  --svc-intro-desc-h: 90px;
  --svc-intro-desc-page-top: 1992px;
  --svc-intro-desc-page-left: 270px;
  --svc-intro-desc-block-top: 162px; /* 1992 − 1830 block top */
  --svc-intro-desc-gap: 5px; /* 1992 − (1887 + 100) */
  --svc-acts-w: 276px;
  --svc-acts-h: 142px;
  --svc-acts-page-top: 2112px;
  --svc-acts-page-left: 270px;
  --svc-acts-block-top: 282px; /* 2112 − 1830 block top */
  --svc-acts-gap: 10px;
  --svc-acts-offset-y: 30px; /* 2112 − (1992 + 90) */
  --svc-cards-w: 1074px;
  --svc-cards-h: 421px;
  --svc-cards-page-top: 1860px;
  --svc-cards-page-left: 576px;
  --svc-cards-block-top: 30px; /* 1860 − 1830 block top */
  --svc-cards-gap: 30px;
  --svc-card-w: 338px;
  --svc-card-img-h: 330px;
  --svc-card-label-w: 338px;
  --svc-card-label-h: 36px;
  --svc-see-more-w: 140px;
  --svc-see-more-h: 30px;
  --svc-see-more-gap: 10px;
  --svc-navy: #00274e;
  --svc-ink: #464646;
  --svc-yellow: #fab72a;
  --svc-blue: #1c45c2;
  --svc-pad-bottom: 120px; /* gap from last svc-block to fast-banner */
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding: var(--svc-heading-top) 0 var(--svc-pad-bottom);
  background: var(--svc-bg);
  border: 1px solid #ffffff1a;
  opacity: 1;
  transform: none;
}

.services__wrap {
  position: relative;
  width: 100%;
  max-width: var(--svc-wrap-w);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
}

.services__blocks {
  width: 100%;
  max-width: var(--svc-block-w);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
}

/* ── Section header ── */
.services .sec-head {
  display: block;
  position: relative;
  /* lead ends ~1800; block starts 1830 → 30px gap */
  margin-bottom: 30px;
  padding-right: calc(var(--svc-viewall-w) + 24px);
  min-height: var(--svc-viewall-h);
}

.services .sec-head__left {
  width: auto;
  text-align: left;
}

/* Mobile line-break — hidden on desktop, shown on mobile */
.svc-br { display: none; }

/* Figma heading: 1129×72 at page top 1657 / left 240 */
.svc-heading,
.svc-heading .hl {
  font-family: 'Gilroy-ExtraBoldItalic', var(--display);
  font-weight: 400;
  font-style: normal;
  font-size: 54px;
  line-height: 72px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.svc-heading {
  box-sizing: border-box;
  width: var(--svc-heading-w);
  min-width: var(--svc-heading-w);
  max-width: var(--svc-heading-w);
  height: var(--svc-heading-h);
  min-height: var(--svc-heading-h);
  max-height: var(--svc-heading-h);
  margin: 0 0 15px; /* lead top 1744 − heading bottom 1729 */
  padding: 0;
  opacity: 1;
  transform: rotate(0deg);
  text-align: left;
  white-space: nowrap;
  color: #1c45c1;
}

.svc-heading .hl {
  display: inline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  background: var(--svc-yellow);
  color: #fff;
  padding: 0 14px;
  border-radius: 4px;
  white-space: nowrap;
}

/* Figma lead: 1019×56 at page top 1744 / left 240 */
.services .sec-head .p-lead {
  box-sizing: border-box;
  width: var(--svc-lead-w);
  min-width: var(--svc-lead-w);
  max-width: var(--svc-lead-w);
  height: var(--svc-lead-h);
  min-height: var(--svc-lead-h);
  max-height: var(--svc-lead-h);
  margin: 0;
  padding: 0;
  opacity: 1;
  transform: rotate(0deg);
  text-align: left;
  font-family: 'Gilroy-Medium', var(--font);
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #464646;
  background: transparent;
}

/* Figma View All: 249×66 — anchored to centered container */
.svc-view-all {
  position: absolute;
  top: calc(var(--svc-viewall-top) - var(--svc-heading-top));
  right: 0;
  left: auto;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: var(--svc-viewall-w);
  min-width: var(--svc-viewall-w);
  max-width: var(--svc-viewall-w);
  height: var(--svc-viewall-h);
  min-height: var(--svc-viewall-h);
  max-height: var(--svc-viewall-h);
  margin: 0;
  padding: 20px 30px;
  background: #fab72a;
  color: var(--svc-navy);
  border: 1px solid transparent;
  border-radius: 50px;
  opacity: 1;
  transform: rotate(0deg);
  font-family: var(--display);
  font-weight: 800;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background .15s ease, transform .15s ease;
  z-index: 3;
  pointer-events: auto;
}

.svc-view-all:hover {
  background: #e5a51f;
  transform: rotate(0deg) translateY(-1px);
}

.svc-book-btn .circle-arrow,
.svc-view-all .circle-arrow {
  border-color: var(--svc-navy);
  color: var(--svc-navy);
}

/* ── Circle-arrow icon ── */
.circle-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid currentColor;
  flex-shrink: 0;
}

.circle-arrow svg {
  width: 12px;
  height: 12px;
}

/* ── Service block (blue rounded card) ──
   Figma: 1440×481 at page top 1830 / left 240 */
.svc-block {
  box-sizing: border-box;
  width: var(--svc-block-w);
  min-width: var(--svc-block-w);
  max-width: var(--svc-block-w);
  height: var(--svc-block-h);
  min-height: var(--svc-block-h);
  max-height: var(--svc-block-h);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding: 30px 0;
  background: #1c45c2;
  border-radius: 20px;
  opacity: 1;
  transform: rotate(0deg);
  display: grid;
  grid-template-columns: var(--svc-intro-w) var(--svc-cards-w);
  column-gap: 0; /* cards left 576 = block 240 + intro 336 */
  row-gap: 0;
  align-items: start;
  overflow: hidden;
  flex: none;
}

.svc-block:last-child {
  margin-bottom: 0;
}

.svc-intro {
  box-sizing: border-box;
  width: var(--svc-intro-w);
  max-width: 100%;
  padding: 0 10px 0 30px; /* h3 left 270 = block 240 + 30 */
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Figma h3: 276×100 at page top 1887 / left 270 — 2 lines × 50px */
.svc-intro h3 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: var(--svc-intro-title-w);
  min-width: var(--svc-intro-title-w);
  max-width: var(--svc-intro-title-w);
  height: var(--svc-intro-title-h);
  min-height: var(--svc-intro-title-h);
  max-height: var(--svc-intro-title-h);
  margin: var(--svc-intro-title-offset-y) 0 var(--svc-intro-desc-gap);
  padding: 0;
  opacity: 1;
  transform: rotate(0deg);
  overflow: hidden;
  font-family: 'Gilroy-Bold', var(--display);
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0;
  color: #fff;
  background: transparent;
}

.svc-intro__title-line {
  display: block;
  width: 100%;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Figma intro p: 276×90 at page top 1992 / left 270 */
.svc-intro > p {
  box-sizing: border-box;
  width: var(--svc-intro-desc-w);
  min-width: var(--svc-intro-desc-w);
  max-width: var(--svc-intro-desc-w);
  height: var(--svc-intro-desc-h);
  min-height: var(--svc-intro-desc-h);
  max-height: var(--svc-intro-desc-h);
  margin: 0;
  padding: 0;
  opacity: 1;
  transform: rotate(0deg);
  overflow: hidden;
  font-family: 'Gilroy-Medium', var(--font);
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  color: #fff;
  background: transparent;
}


/* Figma svc-acts: 276×142 at page top 2112 / left 270 — gap 10 */
.svc-acts {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: var(--svc-acts-gap);
  width: var(--svc-acts-w);
  min-width: var(--svc-acts-w);
  max-width: var(--svc-acts-w);
  height: var(--svc-acts-h);
  min-height: var(--svc-acts-h);
  max-height: var(--svc-acts-h);
  margin: var(--svc-acts-offset-y) 0 0;
  padding: 0;
  opacity: 1;
  transform: rotate(0deg);
  flex: none;
}

/* Figma Book Now: 276x66, radius 50px, #FAB72A */
.svc-book-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 276px;
  min-width: 276px;
  max-width: 276px;
  height: 66px;
  min-height: 66px;
  max-height: 66px;
  padding: 20px 30px;
  background: #fab72a;
  color: var(--svc-navy);
  border: 1px solid transparent;
  border-radius: 50px;
  opacity: 1;
  transform: rotate(0deg);
  flex: 0 0 66px;
  font-family: 'Baloo Chettan', var(--display);
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  text-decoration: none;
  transition: background .15s ease, transform .15s ease;
}

.svc-book-btn:hover {
  background: #e5a51f;
  transform: translateY(-1px);
}

.svc-call-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 276px;
  min-width: 276px;
  max-width: 276px;
  height: 66px;
  min-height: 66px;
  max-height: 66px;
  padding: 20px 30px;
  background: #fff;
  color: var(--svc-navy);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50px;
  opacity: 1;
  transform: rotate(0deg);
  flex: 0 0 66px;
  font-family: 'Baloo Chettan', var(--display);
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  text-decoration: none;
  transition: background .15s ease, transform .15s ease;
}

.svc-call-btn:hover {
  background: #f4f7fd;
  transform: translateY(-1px);
}

.svc-call-btn .ic {
  width: 17px;
  height: 17px;
}

/* Figma svc-cards: 1074×421 at page top 1860 / left 576 — gap 30 */
.svc-cards {
  box-sizing: border-box;
  width: var(--svc-cards-w);
  min-width: var(--svc-cards-w);
  max-width: var(--svc-cards-w);
  height: var(--svc-cards-h);
  min-height: var(--svc-cards-h);
  max-height: var(--svc-cards-h);
  display: flex;
  align-items: stretch;
  gap: var(--svc-cards-gap);
  margin: 0;
  padding: 0;
  opacity: 1;
  transform: rotate(0deg);
  align-self: start;
  flex: none;
}



.svc-card {
  flex: 0 0 var(--svc-card-w);
  width: var(--svc-card-w);
  min-width: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

/* Figma image: 338x330 */
.svc-card__img {
  position: relative;
  flex: 0 0 auto;
  width: var(--svc-card-w);
  height: var(--svc-card-img-h);
  overflow: hidden;
  border-radius: 12px;
  background: #0e2240;
  opacity: 1;
}

.svc-card__img img {
  width: var(--svc-card-w);
  height: var(--svc-card-img-h);
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 12px;
  opacity: 1;
  transition: transform .35s ease;
}

.svc-card:hover .svc-card__img img {
  transform: scale(1.03);
}

.svc-card__cap {
  flex: 0 0 auto;
  padding: 14px 4px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

/* Figma card label b: 338×36 */
.svc-card__cap b {
  box-sizing: border-box;
  display: block;
  width: var(--svc-card-label-w);
  min-width: var(--svc-card-label-w);
  max-width: var(--svc-card-label-w);
  height: var(--svc-card-label-h);
  min-height: var(--svc-card-label-h);
  max-height: var(--svc-card-label-h);
  margin: 0;
  padding: 0;
  opacity: 1;
  transform: rotate(0deg);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Gilroy-Bold', var(--display);
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background: transparent;
}

/* See More: label + arrow — min 140×30, gap 10 */
.svc-see-more {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--svc-see-more-gap);
  width: auto;
  min-width: var(--svc-see-more-w);
  max-width: none;
  height: var(--svc-see-more-h);
  min-height: var(--svc-see-more-h);
  max-height: var(--svc-see-more-h);
  margin: 0;
  padding: 0;
  opacity: 1;
  transform: rotate(0deg);
  text-decoration: none;
  transition: opacity .15s;
  flex: none;
}

.svc-see-more__label {
  box-sizing: border-box;
  display: block;
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  max-width: none;
  height: var(--svc-see-more-h);
  min-height: var(--svc-see-more-h);
  max-height: var(--svc-see-more-h);
  margin: 0;
  padding: 0;
  overflow: visible;
  text-overflow: unset;
  white-space: nowrap;
  font-family: 'Gilroy-Medium', var(--font);
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background: transparent;
}

.svc-see-more:hover {
  opacity: .85;
}

.svc-see-more:hover .svc-see-more__label {
  opacity: .85;
}

.svc-see-more .circle-arrow {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-color: #fff;
  color: #fff;
}

.svc-see-more .circle-arrow svg {
  width: 11px;
  height: 11px;
}

/* Card carousel wrapper — desktop: transparent pass-through */
.svc-cards-slider {
  display: contents;
}

.svc-cards__nav {
  display: none;
}

/* ------------------------------- Responsive ------------------------------- */

@media (max-width: 1600px) {
  .services {
    height: auto;
    min-height: 0;
    max-height: none;
    padding-bottom: var(--svc-pad-bottom);
  }

  .services__blocks {
    padding-left: 16px;
    padding-right: 16px;
  }

  .svc-block {
    width: 100%;
    min-width: 0;
    max-width: var(--svc-block-w);
    grid-template-columns: minmax(260px, 1fr) minmax(0, 2fr);
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 30px 30px 30px 0; /* 30px right inset matches >1600px Figma layout */
    transform: none;
    overflow: visible;
  }

  .svc-block:last-child {
    margin-bottom: 0;
  }

  .svc-intro {
    width: auto;
  }

  /* Keep three cards in one row; scale down instead of wrapping to a second row */
  .svc-cards {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    display: flex;
    flex-wrap: nowrap;
    gap: clamp(12px, 1.5vw, var(--svc-cards-gap));
    transform: none;
    align-self: stretch;
  }

  .svc-card {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    max-width: none;
  }

  .svc-card__img,
  .svc-card__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 338 / 330;
  }

  .svc-card__cap {
    padding: 14px 0 0;
  }

  .svc-card__cap b {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    white-space: normal;
  }

  .svc-cards-slider {
    display: block;
    position: relative;
  }

  .svc-cards__nav {
    display: none;
  }

  /* Van extends above the yellow strip — flush with services section */
  .fast-banner-wrap {
    margin-top: 0;
    position: relative;
    z-index: 2;
  }
}

/* Laptop M/L: keep desktop look but prevent heading/lead overflow */
@media (min-width: 1025px) and (max-width: 1440px) {
  /* ── fast-banner: scale van, wrap text+buttons, center ── */
  .fast-banner-wrap {
    --fast-content-inset: clamp(420px, 42vw, 580px);
    height: auto !important;
    min-height: var(--fast-banner-h) !important;
  }

  .fast-banner__van {
    left: 0;
    width: clamp(380px, 40vw, 540px);
    height: auto;
  }

  .fast-banner__van img {
    width: 100%;
    height: auto;
    aspect-ratio: 556 / 318;
  }

  .fast-banner__inner {
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    height: auto !important;
    min-height: var(--fast-banner-h) !important;
    padding: 16px 24px 16px var(--fast-content-inset) !important;
    gap: 12px 20px !important;
  }

  .fast-banner__heading {
    font-family: 'Gilroy-HeavyItalic', 'Gilroy-ExtraBoldItalic', var(--display);
    font-weight: 400;
    font-style: italic;
    font-size: clamp(20px, 2vw, 36px);
    line-height: clamp(28px, 2.5vw, 46px);
    color: #00274E;
    white-space: normal;
    flex: 1 1 100%;
    text-align: center;
  }

  .fast-banner__acts {
    flex: 1 1 100%;
    width: 100%;
    justify-content: center !important;
    flex-wrap: nowrap;
    gap: 12px;
  }

  .fast-btn-call,
  .fast-btn-request {
    flex: 0 0 auto;
    font-family: 'Baloo Chettan', var(--display);
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    padding: 12px 16px;
    gap: 8px;
  }

  .services__wrap,
  .services__blocks {
    width: 100%;
    max-width: var(--svc-wrap-w);
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(16px, 3vw, 40px);
    padding-right: clamp(16px, 3vw, 40px);
  }

  .services .sec-head__left {
    max-width: 100%;
  }

  .svc-heading,
  .svc-heading .hl {
    font-size: clamp(2.1rem, 4.2vw, 54px);
    line-height: 1.15;
  }

  .svc-heading {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .svc-heading .hl {
    white-space: normal;
  }

  .services .sec-head .p-lead {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
  }
}

@media (max-width: 1024px) {
  .services {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 0 0 var(--svc-pad-bottom);
    border: none;
  }

  .services .sec-head {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-right: 0;
    min-height: 0;
  }

  .svc-view-all {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    min-width: 0;
    max-width: var(--svc-viewall-w);
    height: auto;
    min-height: var(--svc-viewall-h);
    max-height: none;
    margin-top: 20px;
    transform: none;
  }

  .services__blocks {
    padding-top: 40px;
  }

  .svc-heading,
  .svc-heading .hl {
    font-size: clamp(1.35rem, 3.8vw, 54px);
    line-height: 1.2;
  }

  .svc-heading {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: var(--svc-heading-h);
    max-height: none;
    transform: none;
    white-space: normal;
    overflow: visible;
  }

  .svc-heading .hl {
    display: inline;
    font-size: inherit;
    line-height: inherit;
    white-space: normal;
  }

  .services .sec-head {
    margin-bottom: 40px;
  }

  .services .sec-head .p-lead {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    transform: none;
  }

  .svc-block {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .svc-cards {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    transform: none;
    align-self: stretch;
  }

  .svc-card {
    flex: none;
    width: auto;
    max-width: none;
  }

  .svc-card__img,
  .svc-card__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 338 / 330;
  }

  .svc-card__cap {
    padding: 14px 0 0;
  }

  .svc-card__cap b {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    white-space: normal;
  }

  .svc-card-sep {
    display: none;
  }

  .svc-card__img,
  .svc-card__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 338 / 330;
  }

  .svc-card__cap b {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    white-space: normal;
    font-size: clamp(1rem, 2.5vw, 24px);
    line-height: 1.5;
  }

  .svc-see-more {
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
    transform: none;
  }

  .svc-see-more__label {
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
    font-size: clamp(.9rem, 2.2vw, 18px);
    line-height: 1.5;
    white-space: normal;
  }

  .svc-cards-slider {
    display: block;
    position: relative;
  }

  .svc-cards__nav {
    display: none;
  }

  .svc-intro h3 {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin-top: 0;
    transform: none;
    font-size: clamp(1.6rem, 4vw, 36px);
    line-height: 1.25;
  }

  .svc-intro__title-line {
    height: auto;
    min-height: 0;
    max-height: none;
    line-height: 1.25;
    white-space: normal;
  }

  .svc-intro > p {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    transform: none;
  }

  .svc-acts {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin-top: 24px;
    transform: none;
    padding-bottom: 20px;
  }
}

@media (max-width: 720px) {
  .svc-book-btn,
  .svc-call-btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* ── Services section mobile: 430×1646 at page top 1985px ── */
  .services {
    --svc-m-w: 430px;
    --svc-m-h: 1646px;
    --svc-m-page-top: 1985px;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    padding: 50px 0 var(--svc-pad-bottom);
    border: 1px solid #ffffff1a;
    background: #0154bc1a;
    opacity: 1;
    transform: rotate(0deg);
    overflow: hidden;
  }

  .services__wrap {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }

  .services__blocks {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .services .sec-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 28px;
    padding-right: 0;
    min-height: 0;
  }

  .services .sec-head__left {
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .svc-heading,
  .svc-heading .hl {
    font-family: 'Gilroy-ExtraBoldItalic', var(--display);
    font-weight: 400;
    font-style: normal;
    font-size: clamp(20px, 5.2vw, 30px);
    line-height: 1.35;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }

  /* Figma mobile heading: 389×80 at page top 2035 / left 20 */
  .svc-heading {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0;
    padding: 0;
    opacity: 1;
    transform: rotate(0deg);
    white-space: normal;
    overflow: visible;
    text-align: center;
    color: #1c45c1;
  }

  .svc-heading .hl {
    display: inline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    text-align: inherit;
    margin-top: 0;
    background: var(--svc-yellow);
    color: #fff;
    padding: 0 10px;
    border-radius: 4px;
  }

  /* Figma mobile p-lead: 390×130 at page top 2125 / left 20 */
  .services .sec-head .p-lead {
    box-sizing: border-box;
    width: calc(100% - 40px);
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0 0 20px;
    padding: 0;
    opacity: 1;
    transform: rotate(0deg);
    overflow: visible;
    font-family: 'Gilroy-Medium', var(--font);
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    color: #464646;
    background: transparent;
    align-self: center;
  }

  /* Figma mobile View All: 218×56 at page top 2265 / left 107 */
  .svc-view-all {
    position: static;
    top: auto;
    left: auto;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    min-width: 180px;
    max-width: 240px;
    height: auto;
    min-height: 50px;
    max-height: none;
    margin: 10px auto 0;
    padding: 14px 28px;
    background: #fab72a;
    color: var(--svc-navy);
    border: 1px solid transparent;
    border-radius: 50px;
    opacity: 1;
    transform: none;
    font-size: 0.95rem;
    line-height: 1;
    white-space: nowrap;
  }

  /* Figma mobile svc-block: 390×566 at page top 2351 / left 20 */
  .svc-block {
    --svc-block-m-w: 390px;
    --svc-block-m-h: 566px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: var(--svc-block-m-w);
    min-width: var(--svc-block-m-w);
    max-width: var(--svc-block-m-w);
    height: var(--svc-block-m-h);
    min-height: var(--svc-block-m-h);
    max-height: var(--svc-block-m-h);
    margin: 0 0 20px;
    padding: 28px 16px 24px;
    opacity: 1;
    transform: rotate(0deg);
    overflow: hidden;
    flex: none;
  }

  .svc-block:last-child {
    margin-bottom: 0;
  }

  .svc-intro {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: center;
    align-items: center;
  }

  .svc-intro h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.25;
    transform: none;
  }

  .svc-intro__title-line {
    height: auto;
    min-height: 0;
    max-height: none;
    line-height: 1.25;
    white-space: normal;
    text-align: center;
  }

  .svc-intro > p {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    transform: none;
  }

  .svc-acts {
    display: none;
  }

  .svc-cards-slider {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
  }

  .svc-cards {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0;
    padding: 0 28px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    transform: none;
    align-self: stretch;
  }

  .svc-cards::-webkit-scrollbar {
    display: none;
  }

  .svc-card {
    flex: 0 0 calc(100% - 36px);
    width: calc(100% - 36px);
    min-width: calc(100% - 36px);
    scroll-snap-align: center;
  }

  .svc-card__img,
  .svc-card__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 338 / 330;
    border-radius: 12px;
  }

  .svc-card__cap {
    padding: 14px 0 0;
    gap: 10px;
  }

  .svc-card__cap b {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    font-size: 22px;
    line-height: 1.35;
    white-space: normal;
    text-align: center;
  }

  .svc-see-more {
    width: auto;
    min-width: var(--svc-see-more-w);
    max-width: none;
    height: var(--svc-see-more-h);
    min-height: var(--svc-see-more-h);
    margin: 0 auto;
    transform: none;
  }

  .svc-see-more__label {
    font-size: 18px;
    line-height: 30px;
    white-space: nowrap;
  }

  .svc-cards__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: clamp(96px, 28vw, 150px);
    transform: translateY(-50%);
    z-index: 3;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: opacity .15s ease, transform .15s ease;
  }

  .svc-cards__nav:disabled {
    opacity: 0.35;
    cursor: default;
  }

  .svc-cards__nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .svc-cards__nav-icon svg {
    width: 18px;
    height: 18px;
  }

  .svc-cards__nav--prev {
    left: 0;
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  }

  .svc-cards__nav--next {
    right: 0;
    background: var(--svc-yellow);
    color: var(--svc-navy);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  .svc-cards__nav--next .svc-cards__nav-icon svg {
    stroke-width: 2.6;
  }

  /* ── Fast banner mobile (Figma 430px frame) ── */
  .fast-banner-wrap {
    --fast-m-frame: 430px;
    --fast-van-m-w: min(390px, calc(100vw - 40px));
    --fast-van-m-h: calc(var(--fast-van-m-w) * 248 / 390);
    --fast-van-m-left: 20px;
    --fast-van-m-top: 0px;
    --fast-van-lift: calc(var(--fast-van-m-h) * 0.5);
    --fast-van-overlap: 20px;
    --fast-banner-m-pad-x: 20px;
    --fast-blue-split-top: 58%;
    --fast-blue-split-bottom: 20%;
    --fast-slant-h: calc(var(--fast-van-m-h) * 0.55);
    position: relative;
    box-sizing: border-box;
    width: 100vw;
    max-width: none;
    height: auto;
    min-height: 0;
    margin-top: 0 !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: var(--fast-van-lift) var(--fast-banner-m-pad-x) 32px;
    background: var(--fast-yellow);
    overflow: hidden;
  }

  .fast-banner-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--fast-van-lift);
    background: #edf2f8;
    z-index: 0;
    pointer-events: none;
  }

  .fast-banner__slant {
    position: absolute;
    left: 0;
    right: 0;
    top: var(--fast-van-lift);
    width: 100%;
    height: var(--fast-slant-h);
    background: var(--fast-blue);
    clip-path: polygon(
      0 0,
      var(--fast-blue-split-top) 0,
      var(--fast-blue-split-bottom) 100%,
      0 100%
    );
    z-index: 1;
    pointer-events: none;
  }

  .fast-banner__van {
    position: absolute;
    top: var(--fast-van-m-top);
    left: var(--fast-van-m-left);
    right: auto;
    bottom: auto;
    width: var(--fast-van-m-w);
    height: var(--fast-van-m-h);
    margin: 0;
    padding: 0;
    z-index: 4;
    pointer-events: none;
  }

  .fast-banner__van img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: bottom left;
    display: block;
    filter: drop-shadow(0 10px 18px rgba(11, 27, 52, .16));
  }

  .fast-banner__inner {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: calc(var(--fast-van-m-h) - var(--fast-van-lift) - var(--fast-van-overlap)) 0 0;
    gap: 24px;
    text-align: center;
  }

  .fast-banner-wrap .container.fast-banner__inner {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }

  .fast-banner__heading {
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-family: 'Gilroy-HeavyItalic', 'Gilroy-ExtraBoldItalic', var(--display);
    font-weight: 400;
    font-style: italic;
    font-size: clamp(18px, 5.2vw, 22px);
    line-height: clamp(26px, 7.5vw, 32px);
    letter-spacing: 0;
    text-transform: uppercase;
    color: #00274E;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .fast-banner__line {
    display: block;
    white-space: normal;
  }

  .fast-banner__hl {
    color: #00274E;
  }

  .fast-banner__acts {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    gap: 12px;
    margin: 0;
  }

  .fast-btn-call,
  .fast-btn-request {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 56px;
    padding: 16px 20px;
    border-radius: 50px;
    font-family: 'Baloo Chettan', var(--display);
    font-weight: 400;
    font-size: clamp(14px, 3.8vw, 16px);
    line-height: 26px;
    letter-spacing: 0;
    white-space: nowrap;
    gap: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .fast-btn-call {
    background: #fff;
    color: var(--fast-navy);
    border: 1px solid transparent;
    box-shadow: 0 2px 8px rgba(11, 27, 52, .08);
  }

  .fast-btn-call svg {
    width: clamp(20px, 5.5vw, 24px);
    height: clamp(20px, 5.5vw, 24px);
    flex-shrink: 0;
  }

  .fast-btn-request {
    background: var(--fast-blue);
    color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 2px 8px rgba(11, 27, 52, .12);
  }

  .fast-btn-request svg {
    width: clamp(26px, 7vw, 32px);
    height: clamp(26px, 7vw, 32px);
    flex-shrink: 0;
  }

  /* Full-width override for mobile/tablet-small */
  .services {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .services__wrap,
  .services__blocks {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .svc-block {
    width: calc(100% - 40px);
    min-width: 0;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ─── Services slider: 769px – 1024px (tablet) ─── */
@media (min-width: 769px) and (max-width: 1024px) {
  /* Activate slider wrapper */
  .svc-cards-slider {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
  }

  /* Horizontal scroll track */
  .svc-cards {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 16px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    padding: 0 36px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .svc-cards::-webkit-scrollbar {
    display: none;
  }

  /* One card fills the visible track */
  .svc-card {
    flex: 0 0 calc(100% - 56px);
    width: calc(100% - 56px);
    min-width: calc(100% - 56px);
    scroll-snap-align: center;
  }

  /* Re-enable nav buttons (hidden in max-width:1024px block above) */
  .svc-cards__nav {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: clamp(110px, 22vw, 180px);
    transform: translateY(-50%);
    z-index: 3;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: opacity .15s ease, transform .15s ease;
  }

  .svc-cards__nav:disabled {
    opacity: 0.35;
    cursor: default;
  }

  .svc-cards__nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .svc-cards__nav-icon svg {
    width: 20px;
    height: 20px;
  }

  .svc-cards__nav--prev {
    left: 0;
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  }

  .svc-cards__nav--next {
    right: 0;
    background: var(--svc-yellow);
    color: var(--svc-navy);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  .svc-cards__nav--next .svc-cards__nav-icon svg {
    stroke-width: 2.6;
  }
}

@media (max-width: 560px) {
  .svc-block {
    padding: 24px 14px 20px;
  }

  .svc-cards {
    padding: 0 24px;
  }

  .svc-cards__nav {
    width: 36px;
    height: 36px;
  }
}

/* ── Fast banner: shared tokens ── */
.fast-banner-wrap {
  --fast-navy: #00274e;
  --fast-blue: #1c45c2;
  --fast-yellow: #fab72a;
}

/* ── Fast banner desktop: 250px yellow strip ── */
@media (min-width: 769px) {
.fast-banner-wrap {
  --fast-banner-h: 250px;
  --fast-van-w: 556px;
  --fast-van-h: 318px;
  --fast-content-inset: 500px;
  position: relative;
  height: var(--fast-banner-h);
  min-height: var(--fast-banner-h);
  background: var(--fast-yellow);
  overflow: visible;
}

.fast-banner__slant {
  z-index: 1;
}

.fast-banner__van {
  position: absolute;
  left: max(16px, calc((100vw - 1920px) / 2 + 16px));
  bottom: 0;
  width: var(--fast-van-w);
  height: var(--fast-van-h);
  margin: 0;
  opacity: 1;
  z-index: 3;
  pointer-events: none;
}

.fast-banner__van img {
  width: var(--fast-van-w);
  height: var(--fast-van-h);
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: bottom left;
  opacity: 1;
  display: block;
}

/* Yellow content: heading left, buttons right, vertically centered */
.fast-banner__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: var(--fast-banner-h);
  padding-left: var(--fast-content-inset);
  padding-right: 0;
  overflow: visible;
}

.fast-banner__heading {
  flex: 0 1 auto;
  margin: 0;
  font-family: 'Gilroy-HeavyItalic', 'Gilroy-ExtraBoldItalic', var(--display);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(24px, 2.3vw, 44px);
  line-height: clamp(32px, 2.8vw, 54px);
  letter-spacing: 0;
  text-transform: uppercase;
  color: #00274E;
}

.fast-banner__line {
  display: block;
  white-space: nowrap;
}


.fast-banner__acts {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 0;
  flex-wrap: nowrap;
}

.fast-btn-call,
.fast-btn-request {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 50px;
  font-family: 'Baloo Chettan', var(--display);
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
  transition: background .15s ease, transform .15s ease;
}

.fast-btn-call {
  background: #fff;
  color: var(--fast-navy);
  border: 1px solid transparent;
  box-shadow: 0 2px 8px rgba(11, 27, 52, .08);
}

.fast-btn-call:hover {
  background: #f7f9ff;
  transform: translateY(-1px);
}

.fast-btn-call .ic {
  width: 17px;
  height: 17px;
  color: var(--fast-navy);
}

.fast-btn-request {
  background: var(--fast-blue);
  color: #fff;
  border: 1px solid transparent;
  box-shadow: 0 2px 8px rgba(11, 27, 52, .12);
}

.fast-btn-request:hover {
  background: #163aa0;
  transform: translateY(-1px);
}

.fast-btn-request .ic {
  width: 17px;
  height: 17px;
  color: #fff;
}
}

@media (max-width: 1200px) and (min-width: 769px) {
  .fast-banner-wrap {
    --fast-content-inset: 420px;
  }

  .fast-banner__van {
    left: 16px;
    width: min(var(--fast-van-w), 42vw);
    height: auto;
  }

  .fast-banner__van img {
    width: 100%;
    height: auto;
    aspect-ratio: 556 / 318;
  }
}

/* ── fast-banner 769-1024: horizontal layout (same as desktop) ── */
@media (min-width: 769px) and (max-width: 1024px) {
  .fast-banner-wrap {
    --fast-content-inset: clamp(270px, 36vw, 380px);
    height: var(--fast-banner-h);
    min-height: var(--fast-banner-h);
    padding-bottom: 0;
  }

  .fast-banner__van {
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: clamp(250px, 34vw, 360px) !important;
    height: auto !important;
    margin: 0 !important;
  }

  .fast-banner__van img {
    width: 100%;
    height: auto;
    aspect-ratio: 556 / 318;
    object-position: bottom left;
  }

  .fast-banner__inner {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    height: auto !important;
    min-height: var(--fast-banner-h) !important;
    padding: 16px 16px 16px var(--fast-content-inset) !important;
    gap: 12px 20px !important;
  }

  .fast-banner__heading {
    font-family: 'Gilroy-HeavyItalic', 'Gilroy-ExtraBoldItalic', var(--display);
    font-weight: 400;
    font-style: italic;
    font-size: clamp(18px, 1.8vw, 32px);
    line-height: clamp(26px, 2.2vw, 42px);
    color: #00274E;
    white-space: normal;
    flex: 1 1 100%;
    min-width: 0;
    text-align: center;
  }

  .fast-banner__acts {
    flex-wrap: nowrap !important;
    width: 100% !important;
    flex: 1 1 100%;
    justify-content: center !important;
    gap: 12px;
  }

  .fast-btn-call,
  .fast-btn-request {
    flex: 0 0 auto !important;
    min-width: 0 !important;
    font-family: 'Baloo Chettan', var(--display);
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    padding: 12px 14px;
    gap: 8px;
  }
}

/* ── Fast banner: 425px ── */
@media (max-width: 425px) {
  .fast-banner-wrap {
    --fast-van-m-w: min(calc(390px * 425 / 430), calc(100vw - 32px));
    --fast-van-m-left: calc(20px * 425 / 430);
    --fast-van-lift: calc(var(--fast-van-m-h) * 0.5);
    --fast-van-m-top: 0;
    --fast-van-overlap: calc(20px * 425 / 430);
    --fast-banner-m-pad-x: calc(20px * 425 / 430);
    --fast-slant-h: calc(var(--fast-van-m-h) * 0.55);
    padding: var(--fast-van-lift) var(--fast-banner-m-pad-x) calc(32px * 425 / 430);
  }

  .fast-banner__inner {
    gap: calc(24px * 425 / 430);
  }

  .fast-banner__heading {
    font-size: 21px;
    line-height: 30px;
  }

  .fast-btn-call,
  .fast-btn-request {
    min-height: 54px;
    padding: 14px 18px;
    font-size: 15px;
  }
}

/* ── Fast banner: 375px ── */
@media (max-width: 375px) {
  .fast-banner-wrap {
    --fast-van-m-w: min(calc(390px * 375 / 430), calc(100vw - 28px));
    --fast-van-m-left: calc(20px * 375 / 430);
    --fast-van-lift: calc(var(--fast-van-m-h) * 0.5);
    --fast-van-m-top: 0;
    --fast-van-overlap: calc(20px * 375 / 430);
    --fast-banner-m-pad-x: calc(20px * 375 / 430);
    --fast-slant-h: calc(var(--fast-van-m-h) * 0.55);
    padding: var(--fast-van-lift) var(--fast-banner-m-pad-x) calc(30px * 375 / 430);
  }

  .fast-banner__inner {
    gap: calc(22px * 375 / 430);
  }

  .fast-banner__heading {
    font-size: 20px;
    line-height: 28px;
  }

  .fast-banner__acts {
    gap: 10px;
  }

  .fast-btn-call,
  .fast-btn-request {
    min-height: 52px;
    padding: 13px 16px;
    font-size: 14px;
    gap: 8px;
  }

  .fast-btn-call svg {
    width: 22px;
    height: 22px;
  }

  .fast-btn-request svg {
    width: 28px;
    height: 28px;
  }
}

/* ── Fast banner: 320px (Figma frame scaled) ── */
@media (max-width: 320px) {
  .fast-banner-wrap {
    --fast-van-m-w: min(calc(390px * 320 / 430), calc(100vw - 20px));
    --fast-van-m-h: calc(var(--fast-van-m-w) * 248 / 390);
    --fast-van-m-left: calc(20px * 320 / 430);
    --fast-van-lift: calc(var(--fast-van-m-h) * 0.5);
    --fast-van-m-top: 0;
    --fast-van-overlap: calc(20px * 320 / 430);
    --fast-banner-m-pad-x: calc(20px * 320 / 430);
    --fast-slant-h: calc(var(--fast-van-m-h) * 0.55);
    padding: var(--fast-van-lift) var(--fast-banner-m-pad-x) calc(28px * 320 / 430);
  }

  .fast-banner-wrap::before {
    background: #edf2f8;
  }

  .fast-banner__van {
    top: var(--fast-van-m-top);
    left: var(--fast-van-m-left);
    width: var(--fast-van-m-w);
    height: var(--fast-van-m-h);
  }

  .fast-banner__van img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom left;
    filter: drop-shadow(0 8px 14px rgba(11, 27, 52, .18));
  }

  .fast-banner__inner {
    padding-top: calc(var(--fast-van-m-h) - var(--fast-van-lift) - var(--fast-van-overlap));
    gap: calc(20px * 320 / 430);
  }

  .fast-banner__heading {
    font-size: 18px;
    line-height: 26px;
  }

  .fast-banner__acts {
    gap: 10px;
    width: 100%;
  }

  .fast-btn-call,
  .fast-btn-request {
    min-height: 50px;
    padding: 12px 14px;
    font-size: 13px;
    line-height: 22px;
    gap: 7px;
  }

  .fast-btn-call svg {
    width: 20px;
    height: 20px;
  }

  .fast-btn-request svg {
    width: 24px;
    height: 24px;
  }
}

/* ===== QA fluid overlap fixes 2026-08-01 (fixed-px layout adapts to long suburbs / <1920 viewports) ===== */
.services .sec-head .svc-heading{width:auto!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;white-space:normal!important;}
.fast-banner__van{max-width:470px!important;}
.fast-banner__van img{max-width:470px!important;height:auto!important;}
