/* ==========================================================================
   Experts section + emergency call band
   ========================================================================== */

/* ------------------------------ Experts (video) ------------------------- */
.experts {
  background: #fff;
}

.experts-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}

.experts-media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(15, 33, 66, .14);
  line-height: 0;
  background: var(--navy-2);
}

.experts-media img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 640 / 420;
  object-fit: cover;
}

.experts-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 72px;
  height: 50px;
  border: 0;
  border-radius: 14px;
  background: #ff0000;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .35);
  transition: transform .15s ease, background .15s ease;
}

.experts-play:hover {
  transform: scale(1.06);
  background: #e60000;
}

.experts-play svg {
  width: 26px;
  height: 26px;
  margin-left: 3px;
}

.experts-copy {
  min-width: 0;
}

.experts-title {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 670px;
  min-width: 670px;
  max-width: 670px;
  height: 144px;
  min-height: 144px;
  max-height: 144px;
  margin: 0 0 18px;
  padding: 0;
  font-family: 'Gilroy-ExtraBoldItalic', var(--display);
  font-weight: 400;
  font-style: italic;
  font-size: 54px;
  line-height: 72px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #1C45C1;
  opacity: 1;
  transform: rotate(0deg);
  overflow: visible;
}

.experts-title__row {
  display: block;
  width: 100%;
  line-height: 72px;
  white-space: nowrap;
}

.experts-title__badge {
  display: inline-block;
  margin: 0;
  padding: 0 18px 0 14px;
  background: #f5a623;
  transform: skewX(-8deg);
  transform-origin: left center;
  line-height: 72px;
  vertical-align: top;
}

.experts-title__badge-text {
  display: inline-block;
  transform: skewX(8deg);
  color: #fff;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  white-space: nowrap;
}

.experts-title__word {
  display: inline;
  color: #1C45C1;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.experts-title__line {
  display: block;
  width: 100%;
  color: #1C45C1;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: 72px;
  letter-spacing: inherit;
  text-transform: inherit;
  white-space: nowrap;
}

.experts-lead {
  box-sizing: border-box;
  width: 670px;
  min-width: 670px;
  max-width: 670px;
  min-height: 84px;
  margin: 0 0 24px;
  padding: 0;
  font-family: 'Gilroy-Medium', var(--body);
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #464646;
  opacity: 1;
  transform: rotate(0deg);
}

.experts-acts {
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 20px;
  width: 506px;
  min-width: 506px;
  max-width: 506px;
  height: 66px;
  min-height: 66px;
  max-height: 66px;
  margin: 0;
  padding: 0;
  opacity: 1;
}

.experts-btn-call,
.experts-btn-request {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
  height: 66px;
  min-height: 66px;
  max-height: 66px;
  margin: 0;
  padding: 0 14px;
  border: 0;
  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;
  gap: 10px;
  transition: background .15s ease;
}

.experts-btn-call {
  background: #FAB72A;
  color: #00274E;
  box-shadow: 0 2px 10px rgba(245, 166, 35, .35);
}

.experts-btn-call:hover { background: #e8920a; }
.experts-btn-call .ic { width: 18px; height: 18px; color: var(--navy); }

.experts-btn-request {
  background: #1C45C2;
  color: #fff;
}

.experts-btn-request:hover { background: var(--blue-600); }
.experts-btn-request .ic { width: 18px; height: 18px; }

/* --------------------------- Emergency call band ------------------------ */
.callband {
  --callband-canvas: 1920px;
  --callband-phone-w: 776px;
  --callband-phone-h: 551px;
  --callband-phone-left: 572px; /* Figma left in 1920 canvas */
  --callband-phone-top: 0; /* Figma page top 5134 = callband section top */
  --callband-blue-h: 318px;
  --callband-h: var(--callband-phone-h);
  --callband-white-h: calc(var(--callband-h) - var(--callband-blue-h));
  --callband-team-w: 533px;
  --callband-team-h: 271px;
  --callband-team-left: 1157px; /* Figma left in 1920 canvas */
  --callband-team-top: calc(var(--callband-white-h) - var(--callband-team-h)); /* bottom on white/blue split */
  --callband-blue: #0052b4;
  --callband-yellow: #ffb81c;
  --callband-pill-bg: #FAB72A;
  --callband-pill-ink: #0052b4;
  --callband-pill-h: 44px;
  --callband-pill-gap: 14px;
  position: relative;
  height: var(--callband-h);
  min-height: var(--callband-h);
  overflow: visible;
}

.callband__bg-white {
  position: absolute;
  inset: 0 0 auto 0;
  height: var(--callband-white-h);
  background: #fff;
  z-index: 0;
}

.callband__bg-blue {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--callband-blue-h);
  background: var(--callband-blue);
  z-index: 0;
}

.callband__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(200px, 1fr) minmax(240px, 1fr);
  grid-template-rows: var(--callband-white-h) var(--callband-blue-h);
  height: var(--callband-h);
  min-height: var(--callband-h);
  align-items: stretch;
  padding: 0 18px;
}

.callband__cta {
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  justify-self: start;
  padding: 0 16px 0 0;
  z-index: 2;
}

.callband__title {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 549px;
  min-width: 549px;
  max-width: 549px;
  height: 162px;
  min-height: 162px;
  max-height: 162px;
  margin: 0;
  padding: 0;
  font-family: 'Gilroy-HeavyItalic', 'Gilroy-ExtraBoldItalic', var(--display);
  font-weight: 400;
  font-style: italic;
  font-size: 44px;
  line-height: 54px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
  transform: rotate(0deg);
}

.callband__title-line {
  display: block;
  flex-shrink: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
  white-space: nowrap;
}

.callband__number {
  display: block;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.callband__number:hover { color: var(--callband-yellow); }

/* Figma: 776×551 at left 572 / top 5134 (page) */
.callband__phone {
  position: absolute;
  top: var(--callband-phone-top);
  left: max(16px, calc((min(100vw, var(--callband-canvas)) - var(--callband-canvas)) / 2 + var(--callband-phone-left)));
  width: var(--callband-phone-w);
  height: var(--callband-phone-h);
  margin: 0;
  z-index: 4;
  line-height: 0;
  opacity: 1;
  pointer-events: none;
}

.callband__phone img {
  width: var(--callband-phone-w);
  height: var(--callband-phone-h);
  max-width: none;
  max-height: none;
  display: block;
  object-fit: contain;
  object-position: bottom center;
  opacity: 1;
}

/* Figma: 533×271 at left 1157 / top 5096 (page) */
.callband__team {
  position: absolute;
  top: var(--callband-team-top);
  left: max(16px, calc((min(100vw, var(--callband-canvas)) - var(--callband-canvas)) / 2 + var(--callband-team-left)));
  width: var(--callband-team-w);
  height: var(--callband-team-h);
  margin: 0;
  line-height: 0;
  z-index: 3;
  opacity: 1;
  pointer-events: none;
}

.callband__team img {
  width: var(--callband-team-w);
  height: var(--callband-team-h);
  max-width: none;
  max-height: none;
  display: block;
  object-fit: contain;
  object-position: bottom right;
  opacity: 1;
}

.callband__pills {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--callband-pill-gap);
  z-index: 5;
  padding-right: 0;
}

.callband-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: var(--callband-pill-h);
  padding: 10px 22px 10px 14px;
  background: var(--callband-pill-bg);
  color: var(--callband-pill-ink);
  font-family: 'Gilroy-SemiBold', var(--display);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: none;
}

.callband-pill__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: var(--callband-pill-ink);
}

.callband-pill__icon svg,
.callband-pill__svg {
  width: 24px;
  height: 24px;
  display: block;
}

.callband-pill__label {
  line-height: 1.2;
  color: #00274E;
}

/* ------------------------------- Responsive ------------------------------- */

@media (max-width: 1280px) {
  .callband {
    --callband-phone-w: min(776px, 52vw);
    --callband-phone-h: calc(var(--callband-phone-w) * 551 / 776);
    --callband-h: var(--callband-phone-h);
    --callband-white-h: calc(var(--callband-h) - var(--callband-blue-h));
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .experts-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(20px, 2.8vw, 40px);
  }

  .experts-title {
    width: min(100%, 520px);
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    font-size: clamp(38px, 3.2vw, 54px);
    line-height: clamp(50px, 4vw, 72px);
  }

  .experts-title__row,
  .experts-title__line,
  .experts-title__badge {
    line-height: inherit;
  }

  .experts-title__line {
    white-space: normal;
  }

  .experts-lead {
    width: min(100%, 480px);
    min-width: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .experts-acts {
    width: min(100%, 506px);
    min-width: 0;
    max-width: 100%;
    gap: clamp(12px, 1.2vw, 20px);
  }

  .experts-btn-call,
  .experts-btn-request {
    font-family: 'Baloo Chettan', var(--display);
    font-weight: 400;
    font-size: clamp(14px, 1vw, 20px);
    line-height: 26px;
    letter-spacing: 0;
    padding: 0 clamp(10px, 1vw, 14px);
  }

  .callband__title {
    width: min(100%, 480px);
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .callband__title-line {
    display: block;
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }

  .callband__title-line,
  .callband__number {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .callband__team {
    top: auto;
    bottom: var(--callband-blue-h);
    left: auto;
    right: 16px;
    width: min(34vw, 480px);
    height: auto;
  }

  .callband__team img {
    width: 100%;
    height: auto;
    aspect-ratio: 533 / 271;
  }
}

@media (max-width: 1024px) {
  .experts-grid {
    grid-template-columns: 1fr;
  }

  .experts-title {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    font-size: clamp(1.75rem, 6.5vw, 54px);
    line-height: 1.333;
  }

  .experts-title__row,
  .experts-title__line,
  .experts-title__badge {
    line-height: 1.333;
  }

  .experts-title__row,
  .experts-title__line {
    white-space: normal;
  }

  .experts-lead {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
  }

  .experts-acts {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 66px;
    max-height: none;
    flex-wrap: wrap;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .callband {
    --callband-phone-w: min(56vw, 560px);
    --callband-phone-h: calc(var(--callband-phone-w) * 551 / 776);
    --callband-team-w: min(38vw, 420px);
    --callband-team-h: calc(var(--callband-team-w) * 271 / 533);
    --callband-white-h: clamp(190px, 22vw, 250px);
    --callband-blue-h: clamp(280px, 33vw, 360px);
    --callband-h: auto;
    height: auto;
    min-height: calc(var(--callband-white-h) + var(--callband-blue-h));
  }

  .callband__inner {
    grid-template-columns: 1fr;
    grid-template-rows: var(--callband-white-h) var(--callband-blue-h);
    gap: 0;
    height: auto;
    min-height: calc(var(--callband-white-h) + var(--callband-blue-h));
    padding: 0 18px;
  }

  .callband__bg-white { height: var(--callband-white-h); }
  .callband__bg-blue { height: var(--callband-blue-h); }

  .callband__phone {
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: var(--callband-phone-w);
    height: var(--callband-phone-h);
  }

  .callband__phone img {
    width: 100%;
    height: auto;
  }

  .callband__team {
    position: absolute;
    top: calc(var(--callband-white-h) - var(--callband-team-h));
    left: auto;
    right: 12px;
    width: var(--callband-team-w);
    height: auto;
  }

  .callband__team img {
    width: 100%;
    height: auto;
    aspect-ratio: 533 / 271;
  }

  .callband__cta {
    grid-column: 1;
    grid-row: 2;
    text-align: left;
    padding: 0 0 0 12px;
    width: min(46vw, 420px);
    align-self: center;
    justify-self: start;
  }

  .callband__pills {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    justify-self: end;
    align-items: flex-start;
    width: min(34vw, 320px);
    padding: 0 12px 0 0;
  }

  .callband-pill {
    font-size: clamp(.78rem, 2.8vw, .92rem);
    padding: 8px 16px 8px 12px;
    min-height: 38px;
  }

  .callband-pill__icon,
  .callband-pill__icon svg,
  .callband-pill__svg {
    width: 20px;
    height: 20px;
  }

  .callband__title {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    font-size: clamp(1.25rem, 3.6vw, 2.35rem);
    line-height: 1.15;
  }

  .callband__title-line,
  .callband__number { white-space: normal; }
}

/* ─────────────────────────────────────────────────────────────────────────────
   MOBILE ≤ 768px — centered copy, stacked CTAs, callband column layout
───────────────────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .experts {
    padding: 40px 0 24px;
  }

  .experts .container.experts-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    max-width: 100%;
    padding: 0 20px;
  }

  .experts-media {
    width: 100%;
  }

  .experts-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    text-align: center;
  }

  .experts-title {
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0 0 16px;
    font-size: 30px;
    line-height: 40px;
    color: #00274e;
  }

  .experts-title__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0 6px;
    line-height: 40px;
    white-space: normal;
    text-align: center;
  }

  .experts-title__line {
    line-height: 40px;
    text-align: center;
    white-space: normal;
    color: #00274e;
  }

  .experts-title__word {
    color: #00274e;
  }

  .experts-title__badge {
    transform-origin: center center;
    padding: 2px 16px 4px 12px;
    line-height: 40px;
  }

  .experts-title__badge-text {
    font-size: 30px;
    line-height: 40px;
  }

  .experts-lead {
    box-sizing: border-box;
    width: calc(100% - 40px);
    min-width: 0;
    max-width: none;
    min-height: 104px;
    margin: 0 0 20px;
    padding: 0;
    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;
    opacity: 1;
  }

  .experts-acts {
    box-sizing: border-box;
    flex-direction: column;
    flex-wrap: nowrap;
    align-self: center;
    align-items: stretch;
    width: 218px;
    min-width: 218px;
    max-width: 218px;
    height: 122px;
    min-height: 122px;
    max-height: 122px;
    gap: 10px;
    margin: 0 auto;
    padding: 0;
    opacity: 1;
  }

  .experts-btn-call,
  .experts-btn-request {
    flex: 1 1 0;
    width: 100%;
    min-width: 0;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
    padding: 0 12px;
    font-family: 'Baloo Chettan', var(--display);
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
  }

  /* Call band — team → centered title → stacked pills → phone overlap */
  .callband {
    --callband-phone-w: 390px;
    --callband-phone-h: 277px;
    --callband-team-w: 390px;
    --callband-team-h: 198px;
    --callband-blue: #0154bc;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 430px;
    height: auto;
    min-height: 883px;
    margin: 0 auto;
    margin-top: 0;
    padding: 0 0 0;
    overflow: visible;
  }

  .callband__bg-white {
    display: none;
  }

  .callband__bg-blue {
    position: absolute;
    left: 0;
    right: auto;
    top: 198px;
    bottom: auto;
    width: 430px;
    min-width: 430px;
    max-width: 430px;
    height: 685px;
    min-height: 685px;
    max-height: 685px;
    background: #0154bc;
    opacity: 1;
    z-index: 0;
  }

  .callband__team {
    position: absolute;
    top: 0;
    left: 20px;
    right: auto;
    width: 390px;
    min-width: 390px;
    max-width: 390px;
    height: 198px;
    min-height: 198px;
    max-height: 198px;
    margin: 0;
    z-index: 4;
    opacity: 1;
    pointer-events: none;
  }

  .callband__team img {
    width: 390px;
    height: 198px;
    min-width: 390px;
    max-width: 390px;
    min-height: 198px;
    max-height: 198px;
    display: block;
    object-fit: contain;
    object-position: bottom left;
    opacity: 1;
  }

  .callband__inner {
    position: relative;
    z-index: 2;
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 380px 20px 140px;
  }

  .callband__cta {
    position: absolute;
    top: 248px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    grid-column: auto;
    grid-row: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(390px, calc(100% - 40px));
    min-width: 0;
    max-width: 390px;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 0;
    text-align: center;
    align-self: center;
    justify-self: center;
    z-index: 3;
  }

  .callband__title {
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    font-size: clamp(18px, 5.5vw, 26px);
    line-height: 1.3;
    text-align: center;
    color: #fff;
    opacity: 1;
  }

  .callband__title-line {
    display: block;
    width: 100%;
    font-size: clamp(16px, 4.8vw, 22px);
    line-height: 1.3;
    text-align: center;
    color: #fff;
    white-space: normal;
  }

  .callband__title-line + .callband__title-line::before {
    content: none;
  }

  .callband__number {
    display: block;
    width: 100%;
    font-size: clamp(18px, 5.5vw, 26px);
    line-height: 1.3;
    text-align: center;
    color: #fff;
    white-space: normal;
    margin-top: 4px;
  }

  .callband__pills {
    position: absolute;
    top: 388px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    grid-column: auto;
    grid-row: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0;
    padding: 0;
    opacity: 1;
    z-index: 3;
    --callband-pill-w1: 273px;
    --callband-pill-w2: 304px;
    --callband-pill-w3: 243px;
  }

  .callband-pill {
    box-sizing: border-box;
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    min-height: var(--callband-pill-h);
    justify-content: center;
    font-size: .85rem;
    padding: 8px 16px;
  }

  .callband-pill:nth-child(1) {
    width: min(var(--callband-pill-w1), calc(100vw - 40px));
  }

  .callband-pill:nth-child(2) {
    width: min(var(--callband-pill-w2), calc(100vw - 40px));
  }

  .callband-pill:nth-child(3) {
    width: min(var(--callband-pill-w3), calc(100vw - 40px));
  }

  .callband-pill__icon,
  .callband-pill__icon svg,
  .callband-pill__svg {
    width: 22px;
    height: 22px;
  }

  .callband__phone {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 20px;
    right: auto;
    transform: none;
    width: 390px;
    min-width: 390px;
    max-width: 390px;
    height: 277px;
    min-height: 277px;
    max-height: 277px;
    margin: 0;
    z-index: 5;
    opacity: 1;
    pointer-events: none;
  }

  .callband__phone img {
    width: 390px;
    height: 277px;
    min-width: 390px;
    max-width: 390px;
    min-height: 277px;
    max-height: 277px;
    display: block;
    object-fit: contain;
    object-position: bottom left;
    opacity: 1;
  }

  /* Full-width override for callband on mobile/tablet-small */
  .callband {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .callband__bg-blue {
    left: 0;
    right: 0;
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .callband__team,
  .callband__phone {
    width: calc(100% - 40px);
    min-width: 0;
    max-width: none;
    left: 20px;
    right: auto;
  }

  .callband__cta {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(390px, calc(100% - 40px));
    min-width: 0;
    max-width: 390px;
  }

  .callband__title {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .callband__team img,
  .callband__phone img {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
  }

  .callband__pills {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    align-items: center;
    width: auto;
    min-width: 0;
    max-width: none;
  }

  .callband-pill {
    justify-content: center;
  }
}

/* ── Callband blue section: 425px ── */
@media (max-width: 425px) {
  .callband__cta {
    top: 240px;
    width: min(360px, calc(100% - 32px));
    max-width: 360px;
  }

  .callband__title,
  .callband__number {
    font-size: 22px;
    line-height: 30px;
  }

  .callband__title-line {
    font-size: 20px;
    line-height: 28px;
  }

  .callband__pills {
    top: 378px;
    gap: 10px;
    --callband-pill-w1: calc(273px * 425 / 430);
    --callband-pill-w2: calc(304px * 425 / 430);
    --callband-pill-w3: calc(243px * 425 / 430);
  }

  .callband-pill:nth-child(1) {
    width: min(var(--callband-pill-w1), calc(100vw - 32px));
  }

  .callband-pill:nth-child(2) {
    width: min(var(--callband-pill-w2), calc(100vw - 32px));
  }

  .callband-pill:nth-child(3) {
    width: min(var(--callband-pill-w3), calc(100vw - 32px));
  }

  .callband-pill {
    min-height: 42px;
    padding: 8px 14px;
    font-size: 13px;
  }
}

/* ── Callband blue section: 375px ── */
@media (max-width: 375px) {
  .callband__cta {
    top: 232px;
    width: min(340px, calc(100% - 28px));
    max-width: 340px;
  }

  .callband__title,
  .callband__number {
    font-size: 20px;
    line-height: 28px;
  }

  .callband__title-line {
    font-size: 18px;
    line-height: 26px;
  }

  .callband__pills {
    top: 368px;
    gap: 9px;
    --callband-pill-w1: calc(273px * 375 / 430);
    --callband-pill-w2: calc(304px * 375 / 430);
    --callband-pill-w3: calc(243px * 375 / 430);
  }

  .callband-pill:nth-child(1) {
    width: min(var(--callband-pill-w1), calc(100vw - 28px));
  }

  .callband-pill:nth-child(2) {
    width: min(var(--callband-pill-w2), calc(100vw - 28px));
  }

  .callband-pill:nth-child(3) {
    width: min(var(--callband-pill-w3), calc(100vw - 28px));
  }

  .callband-pill {
    min-height: 40px;
    padding: 7px 12px;
    font-size: 12px;
    gap: 8px;
  }

  .callband-pill__icon,
  .callband-pill__icon svg,
  .callband-pill__svg {
    width: 20px;
    height: 20px;
  }
}

/* ── Callband blue section: 320px ── */
@media (max-width: 320px) {
  .callband__cta {
    top: 224px;
    width: min(300px, calc(100% - 20px));
    max-width: 300px;
  }

  .callband__title,
  .callband__number {
    font-size: 18px;
    line-height: 26px;
  }

  .callband__title-line {
    font-size: 16px;
    line-height: 24px;
  }

  .callband__pills {
    top: 358px;
    gap: 8px;
    --callband-pill-w1: calc(273px * 320 / 430);
    --callband-pill-w2: calc(304px * 320 / 430);
    --callband-pill-w3: calc(243px * 320 / 430);
  }

  .callband-pill:nth-child(1) {
    width: min(var(--callband-pill-w1), calc(100vw - 20px));
  }

  .callband-pill:nth-child(2) {
    width: min(var(--callband-pill-w2), calc(100vw - 20px));
  }

  .callband-pill:nth-child(3) {
    width: min(var(--callband-pill-w3), calc(100vw - 20px));
  }

  .callband-pill {
    min-height: 38px;
    padding: 6px 10px;
    font-size: 11px;
    gap: 6px;
  }

  .callband-pill__icon,
  .callband-pill__icon svg,
  .callband-pill__svg {
    width: 18px;
    height: 18px;
  }
}

/* --- Click-to-play YouTube video (replaces thumbnail + play button) --- */
.experts-media.is-playing img,
.experts-media.is-playing .experts-play { display: none; }
.experts-video-frame {
  display: block;
  width: 100%;
  aspect-ratio: 640 / 420;
  border: 0;
}
