/* Vodafone hub surface. Every override is page-scoped to protect other managed pages. */
.mfb-vodafone-hub-view #bd-main {
  overflow: hidden;
  background: #fff;
}
.mfb-vodafone-hub-view .mfb-content {
  width: min(1180px, calc(100% - 48px));
  padding-bottom: 0;
}
.mfb-vodafone-hub-view .mfb-content__breadcrumbs a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
.mfb-vodafone-hub-view .mfb-content__hero {
  left: 50%;
  width: 100vw;
  min-height: clamp(570px, 54vw, 720px);
  margin-left: -50vw;
  border-radius: 0;
  box-shadow: none;
}
.mfb-vodafone-hub-view .mfb-content__hero-copy {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(72px, 8vw, 112px) 0;
}
.mfb-vodafone-hub-view .mfb-content__hero h1 {
  max-width: 660px;
  overflow-wrap: normal;
  font-size: clamp(49px, 5.6vw, 76px);
  hyphens: none;
  word-break: normal;
}
.mfb-vodafone-hub-view .mfb-content__hero-copy > p:not(.mfb-content__eyebrow) { max-width: 650px; }
.mfb-vodafone-hub-view .mfb-content__hero.is-vodafone-hub .mfb-content__hero-media img { object-position: var(--mfb-topic-position, 68% center); }
.mfb-vodafone-hub-view .mfb-content__hero.is-vodafone-hub .mfb-content__hero-shade {
  background: linear-gradient(90deg, rgba(9,24,18,.99) 0%, rgba(10,28,20,.96) 35%, rgba(13,32,24,.76) 54%, rgba(13,31,24,.16) 82%, rgba(13,31,24,.04) 100%);
}
.mfb-vodafone-hub-view .mfb-vf-hero-actions {
  display: flex;
  max-width: 650px;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.mfb-vodafone-hub-view .mfb-vf-hero-actions a,
.mfb-vodafone-hub-view .mfb-vf-hero-actions button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}
.mfb-vodafone-hub-view .mfb-vf-hero-actions__primary {
  border-color: #e74925 !important;
  background: #e74925;
  color: #fff !important;
}
.mfb-vodafone-hub-view .mfb-vf-hero-actions__secondary {
  border-color: rgba(255,255,255,.5) !important;
  background: rgba(255,255,255,.1);
  color: #fff;
}
.mfb-vodafone-hub-view .mfb-vf-hero-actions a:hover,
.mfb-vodafone-hub-view .mfb-vf-hero-actions button:hover { transform: translateY(-2px); }
.mfb-vodafone-hub-view .mfb-vf-hero-actions__primary:hover { background: #d93f1e; }
.mfb-vodafone-hub-view .mfb-vf-hero-actions__secondary:hover { border-color: #fff !important; background: rgba(255,255,255,.17); }
.mfb-vodafone-hub-view .mfb-vf-hero-actions a:focus-visible,
.mfb-vodafone-hub-view .mfb-vf-hero-actions button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
.mfb-vodafone-hub-view .mfb-content__hero-highlights { max-width: 650px; }
.mfb-vodafone-hub-view .mfb-vf-value-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1050px, calc(100% - 44px));
}
.mfb-vodafone-hub-view .mfb-content__tariff-hub {
  position: relative;
  left: 50%;
  width: 100vw;
  margin: 66px 0 0;
  padding: clamp(64px, 7vw, 94px) 0;
  background: #f1f4f2;
  transform: translateX(-50%);
}
.mfb-vodafone-hub-view .mfb-content__tariff-hub .mfb-shop-tariffs {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.mfb-vodafone-hub-view .mfb-shop-tariffs__head { margin-bottom: 30px; }
.mfb-vodafone-hub-view .mfb-shop-tariffs__head h2 { max-width: 720px; font-size: clamp(35px, 4.4vw, 55px); }
.mfb-vodafone-hub-view .mfb-shop-tariffs__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.mfb-vodafone-hub-view .mfb-shop-tariff { height: 100%; padding: 19px; border-radius: 16px; box-shadow: 0 9px 24px rgba(22,48,38,.045); }
.mfb-vodafone-hub-view .mfb-shop-tariff__title { min-height: 43px; margin: 16px 0 13px; font-size: 18px; }
.mfb-vodafone-hub-view .mfb-shop-tariff__allowance { align-items: flex-end; flex-wrap: wrap; gap: 5px 8px; }
.mfb-vodafone-hub-view .mfb-shop-tariff__allowance strong { font-size: 28px; }
.mfb-vodafone-hub-view .mfb-shop-tariff__pills { min-height: 47px; align-content: flex-start; align-items: flex-start; margin-bottom: 15px; }
.mfb-vodafone-hub-view .mfb-shop-tariff__pills span { display: inline-flex; min-height: 27px; max-width: 100%; align-items: center; align-self: flex-start; line-height: 1.35; }
.mfb-vodafone-hub-view .mfb-shop-tariff__features { gap: 8px !important; }
.mfb-vodafone-hub-view .mfb-shop-tariff__features li { font-size: 10px !important; }
.mfb-vodafone-hub-view .mfb-shop-tariff__buy { margin: 0 -19px -19px; padding: 17px 19px 19px; }
.mfb-vodafone-hub-view .mfb-shop-tariff__price strong { font-size: clamp(27px, 2.4vw, 34px); }
.mfb-vodafone-hub-view .mfb-shop-tariffs__foot { margin-top: 22px; }
.mfb-vodafone-hub-view .mfb-shop-tariffs__foot a { display: inline-flex; min-height: 44px; align-items: center; }
.mfb-vodafone-hub-view .mfb-content__layout {
  grid-template-columns: minmax(0, 1fr);
  padding: 0;
}
.mfb-vodafone-hub-view .mfb-content__body { width: 100%; max-width: none; }

.mfb-vf-wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.mfb-vf-section-head { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(310px, .82fr); gap: clamp(36px, 7vw, 100px); align-items: end; margin-bottom: clamp(35px, 5vw, 58px); }
.mfb-vf-section-head h2 { max-width: 760px; margin: 0; color: #17261f; font-size: clamp(36px, 4.6vw, 58px); line-height: 1.04; letter-spacing: -.047em; text-wrap: balance; }
.mfb-vf-section-head > p { margin: 0; color: #5c6a63; font-size: 14px; line-height: 1.75; }
.mfb-vf-section-head > p strong { color: #263b31; }

.mfb-vf-guide {
  position: relative;
  left: 50%;
  width: 100vw;
  padding: clamp(72px, 8vw, 112px) 0;
  background: #fff;
  transform: translateX(-50%);
}
.mfb-vf-guide__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-block: 1px solid #dce4df; }
.mfb-vf-guide__grid article { display: flex; min-width: 0; min-height: 310px; flex-direction: column; padding: 30px 25px; border-right: 1px solid #dce4df; }
.mfb-vf-guide__grid article:last-child { border-right: 0; }
.mfb-vf-guide__number { color: #cbd3ce; font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.mfb-vf-guide__grid small { width: max-content; margin-top: 28px; padding: 6px 9px; border-radius: 999px; background: #fff0f0; color: #c7181f; font-size: 10px; font-weight: 850; }
.mfb-vf-guide__grid h3 { margin: 14px 0 10px; color: #192b22; font-size: clamp(23px, 2.4vw, 30px); line-height: 1.1; letter-spacing: -.034em; }
.mfb-vf-guide__grid p { margin: 0 0 24px; color: #63716a; font-size: 12px; line-height: 1.7; }
.mfb-vf-guide__grid a { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 14px; border-top: 1px solid #dce4df; color: #243b30; font-size: 11px; font-weight: 850; text-decoration: none; }
.mfb-vf-guide__grid a span { color: #d71920; font-size: 18px; }
.mfb-vf-guide__grid a:hover { color: #b3141a; }
.mfb-vf-guide__grid a:focus-visible { outline: 3px solid #ef9a9e; outline-offset: 5px; }
.mfb-vf-guide__note { margin: 25px 0 0; padding-left: 16px; border-left: 3px solid #d71920; color: #5a6861; font-size: 12px; line-height: 1.68; }
.mfb-vf-guide__note strong { color: #25372e; }

.mfb-vf-hardware {
  position: relative;
  left: 50%;
  width: 100vw;
  padding: clamp(72px, 8vw, 108px) 0;
  overflow: hidden;
  scroll-margin-top: 92px;
  background: #f1f4f2;
  transform: translateX(-50%);
}
.mfb-vf-hardware *, .mfb-vf-hardware *::before, .mfb-vf-hardware *::after { box-sizing: border-box; }
.mfb-vf-hardware__inner { display: grid; width: min(1180px, calc(100% - 48px)); margin: 0 auto; grid-template-columns: minmax(0, 1fr) minmax(390px, .88fr); gap: clamp(38px, 7vw, 88px); align-items: center; }
.mfb-vf-hardware__copy { min-width: 0; }
.mfb-vf-hardware .mfb-content__eyebrow { color: #c74321; }
.mfb-vf-hardware h2 { max-width: 650px; margin: 0; color: #172a22; font-size: clamp(38px, 4.5vw, 56px); line-height: 1.03; letter-spacing: -.047em; text-wrap: balance; }
.mfb-vf-hardware__copy > p:not(.mfb-content__eyebrow) { max-width: 650px; margin: 22px 0 0; color: #5e6d65; font-size: 15px; line-height: 1.72; }
.mfb-vf-hardware__copy ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 20px; margin: 28px 0 0; padding: 0; list-style: none; }
.mfb-vf-hardware__copy li { display: flex; min-width: 0; align-items: center; gap: 10px; padding: 0; color: #34493f; font-size: 12px; font-weight: 800; line-height: 1.35; }
.mfb-vf-hardware__copy li > span { display: flex; width: 24px; height: 24px; flex: 0 0 24px; align-items: center; justify-content: center; border-radius: 50%; background: #e2f0e8; color: #198653; }
.mfb-vf-hardware__copy li svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.mfb-vf-hardware__action { display: inline-flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 28px; margin-top: 32px; padding: 15px 20px; border: 1px solid #d94822; border-radius: 13px; background: #d94822; box-shadow: 0 16px 32px rgba(172,51,23,.2); color: #fff!important; font-size: 12px; font-weight: 830; line-height: 1.35; text-decoration: none!important; transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.mfb-vf-hardware__action span { color: #fff; font-size: 18px; }
.mfb-vf-hardware__action:hover { border-color: #bd3718; background: #bd3718; box-shadow: 0 20px 38px rgba(172,51,23,.26); color: #fff!important; transform: translateY(-2px); }
.mfb-vf-hardware__action:focus-visible { outline: 3px solid #ed8d70; outline-offset: 3px; }
.mfb-vf-hardware__visual { position: relative; isolation: isolate; min-width: 0; min-height: 440px; margin: 0; }
.mfb-vf-hardware__glow { position: absolute; z-index: -1; inset: 8% 2% 4%; border-radius: 50%; background: radial-gradient(circle at 58% 42%,rgba(244,119,33,.24),transparent 45%),radial-gradient(circle at 44% 60%,rgba(23,49,39,.18),transparent 63%); filter: blur(18px); }
.mfb-vf-hardware__phone { position: absolute; display: block; width: clamp(190px,18vw,238px); aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(216,225,219,.92); border-radius: 28px; background: #fff; box-shadow: 0 28px 48px rgba(24,50,40,.16); }
.mfb-vf-hardware__phone img { display: block; width: 100%; height: 100%; object-fit: cover; }
.mfb-vf-hardware__phone.is-left { z-index: 1; top: 96px; left: 0; transform: rotate(-9deg); }
.mfb-vf-hardware__phone.is-center { z-index: 3; top: 24px; left: 50%; transform: translateX(-50%) translateY(-6px); }
.mfb-vf-hardware__phone.is-right { z-index: 2; top: 110px; right: 0; transform: rotate(9deg); }
.mfb-vf-hardware__visual figcaption { position: absolute; right: 0; bottom: 6px; left: 0; color: #607068; font-size: 10px; font-weight: 760; letter-spacing: .08em; text-align: center; text-transform: uppercase; }

.mfb-vf-project {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(76px, 8vw, 116px) 0;
  overflow: hidden;
  background: radial-gradient(circle at 88% 9%, rgba(215,25,32,.24), transparent 28%), linear-gradient(135deg, #0d2c22 0%, #123d2d 55%, #183d2f 100%);
  color: #fff;
}
.mfb-vf-project::before {
  position: absolute;
  top: -235px;
  right: -165px;
  width: 590px;
  height: 590px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 0 0 64px rgba(255,255,255,.018), 0 0 0 124px rgba(255,255,255,.012);
  content: '';
  pointer-events: none;
}
.mfb-vf-project__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .88fr); gap: clamp(48px, 8vw, 110px); align-items: center; }
.mfb-vf-project__brand { display: flex; align-items: center; gap: 13px; margin-bottom: 28px; color: rgba(255,255,255,.76); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.mfb-vf-project__brand img { width: 62px; height: 62px; padding: 8px; border: 1px solid rgba(255,255,255,.28); border-radius: 17px; background: #fff; object-fit: contain; box-shadow: 0 16px 34px rgba(0,0,0,.2); }
.mfb-vf-project .mfb-content__eyebrow { color: #ff9277; }
.mfb-vf-project h2 { max-width: 680px; margin: 0; color: #fff; font-size: clamp(40px, 5.1vw, 64px); line-height: 1.02; letter-spacing: -.052em; text-wrap: balance; }
.mfb-vf-project__copy > p:not(.mfb-content__eyebrow) { max-width: 680px; margin: 23px 0 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.75; }
.mfb-vf-project__copy > ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 35px 0 0; padding: 0; border-block: 1px solid rgba(255,255,255,.17); list-style: none; }
.mfb-vf-project__copy > ul li { display: grid; grid-template-columns: 34px 1fr; column-gap: 10px; align-content: center; min-height: 108px; padding: 18px 16px; border-right: 1px solid rgba(255,255,255,.17); }
.mfb-vf-project__copy > ul li:last-child { border-right: 0; }
.mfb-vf-project__copy > ul span { grid-row: 1 / 3; display: flex; width: 34px; height: 34px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: rgba(255,255,255,.08); color: #ff9277; }
.mfb-vf-project__copy > ul svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mfb-vf-project__copy > ul strong { color: #fff; font-size: 11px; line-height: 1.3; }
.mfb-vf-project__copy > ul small { margin-top: 4px; color: rgba(255,255,255,.6); font-size: 9px; line-height: 1.45; }
.mfb-vf-project__config { min-width: 0; }
.mfb-vf-project .mfb-brc--vodafone-project > .mfb-bic__launch { border-color: rgba(255,255,255,.36); background: radial-gradient(circle at 94% 4%, rgba(215,25,32,.1), transparent 32%), linear-gradient(145deg, #fff 0%, #fff8f5 100%); box-shadow: 0 28px 70px rgba(0,0,0,.24); }
.mfb-vf-project .mfb-brc--vodafone-project .mfb-bic__launch-copy strong { color: #172a21; }
.mfb-vf-project .mfb-brc--vodafone-project .mfb-bic__launch-copy small { color: #69776f; }
.mfb-vf-project .mfb-brc--vodafone-project .mfb-bic__badge { border-color: #f1d7d0; background: #fff0ed; color: #b82921; }
.mfb-vf-project__trust { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 14px 0 0; color: rgba(255,255,255,.62); font-size: 9px; line-height: 1.5; text-align: center; }
.mfb-vf-project__trust span { display: flex; color: #8adbb3; }
.mfb-vf-project__trust svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.9; }

.mfb-vf-benefits {
  position: relative;
  left: 50%;
  width: 100vw;
  padding: clamp(72px, 8vw, 108px) 0;
  overflow: hidden;
  scroll-margin-top: 92px;
  background:
    radial-gradient(circle at 92% 7%, rgba(215,25,32,.07), transparent 25%),
    linear-gradient(180deg, #f1f4f2 0%, #eaf0ec 100%);
  transform: translateX(-50%);
}
.mfb-vf-benefits *, .mfb-vf-benefits *::before, .mfb-vf-benefits *::after { box-sizing: border-box; }
.mfb-vf-benefits__layout { display: grid; grid-template-columns: minmax(0,.88fr) minmax(430px,1.12fr); gap: clamp(24px,4vw,54px); align-items: stretch; }
.mfb-vf-benefits__tabs { display: grid; gap: 9px; }
.mfb-vf-benefits__tabs button {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr) 29px;
  gap: 13px;
  align-items: center;
  min-height: 88px;
  padding: 13px 14px;
  border: 1px solid #d5ded8;
  border-radius: 14px;
  background: rgba(255,255,255,.62);
  color: #1c3026;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.mfb-vf-benefits__tabs button:hover { border-color: #b9c9bf; background: #fff; transform: translateX(3px); }
.mfb-vf-benefits__tabs button[aria-selected="true"] { border-color: rgba(215,25,32,.28); background: #fff; box-shadow: 0 15px 36px rgba(19,47,35,.1); transform: translateX(7px); }
.mfb-vf-benefits__tabs button:focus-visible { outline: 3px solid #e9896e; outline-offset: 3px; }
.mfb-vf-benefits__tab-icon { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; border: 1px solid #dce4df; border-radius: 13px; background: #f4f7f5; color: #cf3c25; }
.mfb-vf-benefits__tabs button[aria-selected="true"] .mfb-vf-benefits__tab-icon { border-color: #f1cfc5; background: #fff0ec; color: #d71920; }
.mfb-vf-benefits__tab-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mfb-vf-benefits__tab-copy strong, .mfb-vf-benefits__tab-copy small { display: block; }
.mfb-vf-benefits__tab-copy strong { font-size: 15px; line-height: 1.25; }
.mfb-vf-benefits__tab-copy small { margin-top: 4px; color: #68766f; font-size: 10px; line-height: 1.42; }
.mfb-vf-benefits__tab-arrow { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: #edf2ef; color: #78867f; font-size: 14px; transition: background-color .18s ease, color .18s ease; }
.mfb-vf-benefits__tabs button[aria-selected="true"] .mfb-vf-benefits__tab-arrow { background: #d71920; color: #fff; }
.mfb-vf-benefits__stage { position: relative; min-height: 476px; overflow: hidden; overflow-anchor: none; border-radius: 24px; background: radial-gradient(circle at 94% 4%, rgba(215,25,32,.28), transparent 34%), linear-gradient(145deg,#0d2c22,#163b2d); box-shadow: 0 25px 60px rgba(14,42,31,.2); color: #fff; }
.mfb-vf-benefits__stage::after { position: absolute; right: -125px; bottom: -170px; width: 350px; height: 350px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 52px rgba(255,255,255,.018),0 0 0 102px rgba(255,255,255,.012); content: ''; pointer-events: none; }
.mfb-vf-benefits__stage article { position: relative; z-index: 1; min-height: 476px; padding: clamp(30px,4.2vw,52px); }
.mfb-vf-benefits.is-enhanced .mfb-vf-benefits__stage article[hidden] { display: none; }
.mfb-vf-benefits.is-enhanced .mfb-vf-benefits__stage article:not([hidden]) { animation: mfb-vf-benefit-in .24s ease both; }
.mfb-vf-benefits:not(.is-enhanced) .mfb-vf-benefits__stage article + article { border-top: 1px solid rgba(255,255,255,.16); }
.mfb-vf-benefits__panel-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.mfb-vf-benefits__panel-icon { display: flex; width: 64px; height: 64px; align-items: center; justify-content: center; border-radius: 18px; background: #fff; box-shadow: 0 14px 30px rgba(0,0,0,.18); color: #d71920; }
.mfb-vf-benefits__panel-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.mfb-vf-benefits__position { color: rgba(255,255,255,.42); font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.mfb-vf-benefits__panel-label { margin: 35px 0 9px!important; color: #ff9277!important; font-size: 10px!important; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.mfb-vf-benefits__stage h3 { max-width: 620px; margin: 0; color: #fff; font-size: clamp(31px,4vw,48px); line-height: 1.05; letter-spacing: -.045em; text-wrap: balance; }
.mfb-vf-benefits__stage article>p:not(.mfb-vf-benefits__panel-label) { max-width: 670px; margin: 20px 0 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.72; }
.mfb-vf-benefits__stage ul { display: grid; gap: 9px; margin: 27px 0 0; padding: 0; list-style: none; }
.mfb-vf-benefits__stage li { display: grid; grid-template-columns: 27px minmax(0,1fr); gap: 10px; align-items: center; min-height: 46px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; background: rgba(255,255,255,.055); color: rgba(255,255,255,.9); font-size: 11px; line-height: 1.45; }
.mfb-vf-benefits__stage li span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: rgba(138,219,179,.12); color: #8adbb3; }
.mfb-vf-benefits__stage li svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.mfb-vf-benefits__legal { margin: 18px 0 0; color: #6b7871; font-size: 10px; line-height: 1.6; }
@keyframes mfb-vf-benefit-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.mfb-vf-scale {
  position: relative;
  left: 50%;
  width: 100vw;
  padding: clamp(72px, 8vw, 108px) 0;
  overflow: hidden;
  background: radial-gradient(circle at 88% 15%, rgba(215,25,32,.2), transparent 28%), linear-gradient(135deg, #10271e, #1a3a2d);
  color: #fff;
  transform: translateX(-50%);
}
.mfb-vf-scale::after { position: absolute; right: -110px; bottom: -190px; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 58px rgba(255,255,255,.02), 0 0 0 112px rgba(255,255,255,.015); content: ''; }
.mfb-vf-scale__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); gap: clamp(50px, 8vw, 120px); align-items: center; }
.mfb-vf-scale h2 { max-width: 740px; margin: 0; color: #fff; font-size: clamp(38px, 5vw, 62px); line-height: 1.03; letter-spacing: -.05em; text-wrap: balance; }
.mfb-vf-scale p:not(.mfb-content__eyebrow) { max-width: 720px; margin: 22px 0 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.78; }
.mfb-vf-scale__action ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin: 0 0 22px; padding: 0; list-style: none; }
.mfb-vf-scale__action li { display: flex; min-height: 54px; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.055); color: rgba(255,255,255,.9); font-size: 11px; font-weight: 750; }
.mfb-vf-scale__action li span { display: flex; color: #ff9d7e; }
.mfb-vf-scale__action li svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mfb-vf-scale__action > a { display: flex; min-height: 56px; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 18px; border-radius: 11px; background: #e94b29; box-shadow: 0 14px 30px rgba(0,0,0,.2); color: #fff; font-size: 12px; font-weight: 850; text-decoration: none; }
.mfb-vf-scale__action > a:hover { background: #d53d20; }
.mfb-vf-scale__action > a:focus-visible { outline: 3px solid #ffae93; outline-offset: 4px; }
.mfb-vf-scale__action > small { display: block; margin-top: 12px; color: rgba(255,255,255,.55); font-size: 9px; line-height: 1.55; }

.mfb-vf-faq {
  position: relative;
  left: 50%;
  width: 100vw;
  padding: clamp(72px, 8vw, 108px) 0;
  background: #f4f6f5;
  transform: translateX(-50%);
}
.mfb-vf-faq__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.mfb-vf-faq details { border: 1px solid #d8e0db; border-radius: 13px; background: #fff; }
.mfb-vf-faq summary { position: relative; min-height: 76px; padding: 20px 58px 20px 20px; color: #263930; font-size: 13px; font-weight: 800; line-height: 1.5; cursor: pointer; list-style: none; }
.mfb-vf-faq summary::-webkit-details-marker { display: none; }
.mfb-vf-faq summary > span { position: absolute; top: 20px; right: 18px; display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: #fff0ec; color: #d94a26; }
.mfb-vf-faq summary > span::before { content: '+'; font-size: 20px; font-weight: 500; }
.mfb-vf-faq details[open] summary > span::before { content: '−'; }
.mfb-vf-faq details > div { padding: 0 20px 20px; }
.mfb-vf-faq details p { margin: 0; color: #617068; font-size: 12px; line-height: 1.72; }

/* Vodafone hub enhancements. Fully scoped to avoid theme and Elementor regressions. */
.mfb-vf-services {
  position: relative;
  left: 50%;
  width: min(1180px, calc(100vw - 48px));
  margin: 0 0 54px;
  padding: clamp(28px, 4vw, 42px);
  overflow: hidden;
  border: 1px solid #d7e0da;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(215, 25, 32, .065), transparent 27%),
    linear-gradient(145deg, #eef3f1, #f8faf8);
  box-shadow: 0 18px 52px rgba(23, 49, 39, .07);
  scroll-margin-top: calc(var(--bd-global-header-height, 78px) + 18px);
  transform: translateX(-50%);
}
.mfb-vodafone-hub-view .mfb-vf-services {
  width: 100vw;
  margin-bottom: 0;
  padding: clamp(72px, 8vw, 108px) max(24px, calc((100vw - 1180px) / 2));
  border: 0;
  border-radius: 0;
  background: #f1f4f2;
  box-shadow: none;
}
.mfb-vf-services *,
.mfb-vf-services *::before,
.mfb-vf-services *::after { box-sizing: border-box; }
.mfb-vf-services__head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  margin-bottom: 34px;
}
.mfb-vf-services__head .mfb-content__eyebrow { margin-bottom: 12px !important; color: #c60000; }
.mfb-vf-services__head h2 {
  max-width: 720px;
  margin: 0;
  color: #17251f;
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1.02;
  letter-spacing: -.047em;
  text-wrap: balance;
}
.mfb-vf-services__head > p {
  margin: 0;
  padding-left: 18px;
  border-left: 3px solid #e60000;
  color: #58675f;
  font-size: 13px;
  line-height: 1.68;
}
.mfb-vf-services__viewport { overflow: hidden; }
.mfb-vf-services__track {
  display: grid;
  grid-auto-columns: calc((100% - 36px) / 3);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 6px 3px 18px;
  scroll-padding-inline: 3px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}
.mfb-vf-services__track::-webkit-scrollbar { display: none; }
.mfb-vf-services__track:focus-visible { outline: 3px solid #e60000; outline-offset: -3px; border-radius: 18px; }
.mfb-vf-service-card {
  position: relative;
  isolation: isolate;
  display: flex;
  min-width: 0;
  min-height: 310px;
  flex-direction: column;
  overflow: hidden;
  padding: 27px 26px 24px;
  border: 1px solid #d9e0dc;
  border-radius: 22px;
  background: #fff;
  box-shadow: none;
  color: #172a22 !important;
  scroll-snap-align: start;
  text-decoration: none !important;
  transition: border-color .2s ease, transform .2s ease;
}
.mfb-vf-service-card::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: #e60000;
  content: '';
}
.mfb-vf-service-card > * { position: relative; z-index: 2; }
.mfb-vf-service-card:hover {
  border-color: #e5aaa8;
  box-shadow: none;
  color: #172a22 !important;
  transform: translateY(-4px);
}
.mfb-vf-service-card:focus-visible { outline: 3px solid #e60000; outline-offset: -4px; }
.mfb-vf-service-card__icon {
  display: flex;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border: 1px solid #e7dddb;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 24px rgba(137, 23, 20, .12);
}
.mfb-vf-service-card__icon img { display: block; width: 40px; height: 40px; object-fit: contain; border-radius: 50%; }
.mfb-vf-service-card__copy { display: block; }
.mfb-vf-service-card__copy h3 {
  display: block;
  margin: 0 0 11px;
  color: #172a22;
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: -.022em;
  text-wrap: balance;
}
.mfb-vf-service-card__copy > span {
  display: block;
  color: #5d6c64;
  font-size: 12px;
  line-height: 1.62;
}
.mfb-vf-service-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #e4e9e6;
  color: #c60000;
  font-size: 11px;
  font-weight: 850;
}
.mfb-vf-services__controls button svg,
.mfb-vf-services__contact a svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mfb-vf-service-card__link svg {
  width: 32px;
  height: 32px;
  padding: 7px;
  border-radius: 50%;
  background: #fdeceb;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mfb-vf-services__controls {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-top: 8px;
}
.mfb-vf-services__controls[hidden] { display: none; }
.mfb-vf-services__controls button {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #d3dcd7;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 7px 18px rgba(23,49,39,.08);
  color: #c60000;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease;
}
.mfb-vf-services__controls > button { flex: 0 0 44px; }
.mfb-vf-services__controls button:first-child svg { transform: rotate(180deg); }
.mfb-vf-services__controls button:hover:not(:disabled) { border-color: #e60000; background: #e60000; color: #fff; transform: translateY(-2px); }
.mfb-vf-services__controls button:focus-visible { outline: 3px solid #e60000; outline-offset: 2px; }
.mfb-vf-services__controls button:disabled,
.mfb-vf-services__controls button:disabled:hover {
  border-color: #d5ded8;
  background: #fff;
  box-shadow: none;
  color: #66736c;
  cursor: default;
  opacity: .36;
  transform: none;
}
.mfb-vf-services__dots { display: flex; align-items: center; gap: 2px; }
.mfb-vf-services__dots button {
  display: grid;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}
.mfb-vf-services__dots button::before {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: #bdc8c2;
  content: '';
  transition: width .18s ease, background-color .18s ease;
}
.mfb-vf-services__dots button[aria-current="true"]::before { width: 20px; background: #e60000; }
.mfb-vf-services__position { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.mfb-vf-services__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 10px;
  padding: 21px 22px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(120deg, #b90000, #e60000 72%, #f13b34);
  box-shadow: 0 16px 34px rgba(175, 0, 0, .18);
}
.mfb-vf-services__contact strong,
.mfb-vf-services__contact span { display: block; }
.mfb-vf-services__contact strong { margin-bottom: 5px; color: #fff; font-size: 14px; }
.mfb-vf-services__contact span { color: rgba(255,255,255,.78); font-size: 11px; line-height: 1.55; }
.mfb-vf-services__contact a {
  display: inline-flex;
  min-height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 17px;
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(105, 0, 0, .17);
  color: #b90000 !important;
  font-size: 11px;
  font-weight: 830;
  text-decoration: none !important;
}
.mfb-vf-services__contact a:hover { background: #fff1f0; color: #a50000 !important; }
.mfb-vf-services__contact a:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

@media (max-width: 1000px) {
  .mfb-vf-services__track { grid-auto-columns: calc((100% - 16px) / 2); gap: 16px; }
}
@media (max-width: 900px) {
  .mfb-vf-services__head { grid-template-columns: minmax(0,1fr); gap: 20px; align-items: start; }
  .mfb-vf-services__head > p { max-width: 680px; }
}
@media (max-width: 680px) {
  .mfb-vf-services {
    width: calc(100vw - 24px);
    margin-bottom: 40px;
    padding: 24px 15px 16px;
    border-radius: 18px;
  }
  .mfb-vf-services__head { grid-template-columns: 1fr; gap: 15px; margin-bottom: 21px; }
  .mfb-vf-services__head h2 { font-size: clamp(31px, 9vw, 39px); }
  .mfb-vf-services__head > p { font-size: 12px; }
  .mfb-vf-services__track { grid-auto-columns: minmax(264px, 88%); gap: 12px; padding-bottom: 14px; }
  .mfb-vf-service-card { min-height: 300px; padding: 24px 21px 21px; border-radius: 18px; }
  .mfb-vf-service-card__icon { width: 56px; height: 56px; flex-basis: 56px; margin-bottom: 23px; }
  .mfb-vf-service-card__icon img { width: 36px; height: 36px; }
  .mfb-vf-service-card__copy h3 { font-size: 19px; }
  .mfb-vf-service-card__copy > span { font-size: 12px; }
  .mfb-vf-services__controls { justify-content: space-between; margin: 10px 3px 0; }
  .mfb-vf-services__contact { align-items: stretch; flex-direction: column; gap: 14px; padding: 17px; }
  .mfb-vf-services__contact a { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .mfb-vf-service-card,
  .mfb-vf-services__dots button,
  .mfb-vf-benefits__tabs button,
  .mfb-vf-benefits__tab-arrow,
  .mfb-vf-hardware__action { transition: none; }
  .mfb-vf-benefits.is-enhanced .mfb-vf-benefits__stage article:not([hidden]) { animation: none; }
}

@media (max-width: 1100px) {
  .mfb-vodafone-hub-view .mfb-shop-tariffs__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mfb-vodafone-hub-view .mfb-shop-tariff__title { min-height: 0; }
  .mfb-vf-guide__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mfb-vf-guide__grid article:nth-child(2) { border-right: 0; }
  .mfb-vf-guide__grid article:nth-child(-n+2) { border-bottom: 1px solid #dce4df; }
}

@media (max-width: 900px) {
  .mfb-vf-section-head { grid-template-columns: 1fr; gap: 20px; align-items: start; }
  .mfb-vf-section-head > p { max-width: 720px; }
  .mfb-vf-hardware__inner { grid-template-columns: minmax(0,1fr); gap: 38px; }
  .mfb-vf-hardware__visual { width: min(100%,580px); margin-inline: auto; }
  .mfb-vf-project__inner { grid-template-columns: 1fr; gap: 42px; }
  .mfb-vf-benefits__layout { grid-template-columns: minmax(0,1fr); }
  .mfb-vf-benefits__tabs { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mfb-vf-benefits__tabs button:last-child { grid-column: 1/-1; }
  .mfb-vf-scale__inner { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 680px) {
  .mfb-vodafone-hub-view .mfb-content { width: calc(100% - 24px); padding-top: 5px; }
  .mfb-vodafone-hub-view .mfb-content__hero {
    min-height: 690px;
    border-radius: 0;
  }
  .mfb-vodafone-hub-view .mfb-content__hero-copy {
    width: calc(100% - 24px);
    min-height: inherit;
    justify-content: flex-end;
    padding: 48px 7px 42px;
  }
  .mfb-vodafone-hub-view .mfb-content__hero h1 {
    max-width: 100%;
    font-size: clamp(35px, 10.8vw, 44px);
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
  }
  .mfb-vodafone-hub-view .mfb-content__hero.is-vodafone-hub .mfb-content__hero-media img { object-position: 72% center; }
  .mfb-vodafone-hub-view .mfb-content__hero.is-vodafone-hub .mfb-content__hero-shade {
    background: linear-gradient(180deg, rgba(8,23,17,.2) 0%, rgba(8,23,17,.62) 32%, rgba(8,23,17,.98) 68%, rgba(8,23,17,1) 100%);
  }
  .mfb-vodafone-hub-view .mfb-content__hero-copy > p:not(.mfb-content__eyebrow) { max-width: 100%; font-size: 13px; line-height: 1.62; }
  .mfb-vodafone-hub-view .mfb-vf-hero-actions { display: grid; width: 100%; grid-template-columns: minmax(0,1fr); gap: 9px; margin-top: 22px; }
  .mfb-vodafone-hub-view .mfb-vf-hero-actions a,
  .mfb-vodafone-hub-view .mfb-vf-hero-actions button { width: 100%; min-height: 52px; padding-inline: 15px; }
  .mfb-vodafone-hub-view .mfb-content__hero-highlights { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); width: 100%; }
  .mfb-vodafone-hub-view .mfb-content__hero-highlights li { justify-content: flex-start; border-radius: 10px; }
  .mfb-vodafone-hub-view .mfb-vf-value-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 16px);
    margin-top: -17px;
  }
  .mfb-vodafone-hub-view .mfb-vf-value-strip > div { min-height: 68px; padding: 10px; }
  .mfb-vodafone-hub-view .mfb-vf-value-strip > div + div { border-top: 0; border-left: 1px solid #e6ece7; }
  .mfb-vodafone-hub-view .mfb-vf-value-strip > div:nth-child(3) { border-top: 1px solid #e6ece7; border-left: 0; }
  .mfb-vodafone-hub-view .mfb-vf-value-strip > div:nth-child(4) { border-top: 1px solid #e6ece7; }
  .mfb-vodafone-hub-view .mfb-vf-value-strip strong { font-size: 10px; }
  .mfb-vodafone-hub-view .mfb-content__tariff-hub { margin-top: 45px; padding: 54px 0 58px; }
  .mfb-vodafone-hub-view .mfb-content__tariff-hub .mfb-shop-tariffs { width: calc(100% - 24px); padding: 0; border-radius: 0; }
  .mfb-vodafone-hub-view .mfb-shop-tariffs__head { display: grid; gap: 15px; margin-bottom: 24px; }
  .mfb-vodafone-hub-view .mfb-shop-tariffs__head h2 { font-size: clamp(32px, 9.5vw, 41px); }
  .mfb-vodafone-hub-view .mfb-shop-tariffs__status { width: max-content; max-width: 100%; white-space: normal; }
  .mfb-vodafone-hub-view .mfb-shop-tariffs__grid { grid-template-columns: minmax(0, 1fr); }
  .mfb-vodafone-hub-view .mfb-shop-tariff { padding: 20px 18px; }
  .mfb-vodafone-hub-view .mfb-shop-tariff__buy { margin: 0 -18px -20px; padding: 17px 18px 20px; }
  .mfb-vodafone-hub-view .mfb-shop-tariffs__foot { display: grid; }
  .mfb-vodafone-hub-view .mfb-shop-tariffs__foot a { white-space: normal; }
  .mfb-vf-wrap { width: calc(100% - 32px); }
  .mfb-vf-hardware { scroll-margin-top: 108px; }
  .mfb-vf-guide, .mfb-vf-hardware, .mfb-vf-project, .mfb-vf-benefits, .mfb-vf-scale, .mfb-vf-faq { padding: 62px 0; }
  .mfb-vf-section-head { gap: 17px; margin-bottom: 31px; }
  .mfb-vf-section-head h2 { font-size: clamp(32px, 9.6vw, 41px); }
  .mfb-vf-section-head > p { font-size: 13px; line-height: 1.68; }
  .mfb-vf-guide__grid { grid-template-columns: minmax(0, 1fr); }
  .mfb-vf-guide__grid article { min-height: 0; padding: 25px 4px; border-right: 0; border-bottom: 1px solid #dce4df; }
  .mfb-vf-guide__grid article:nth-child(-n+2) { border-bottom: 1px solid #dce4df; }
  .mfb-vf-guide__grid article:last-child { border-bottom: 0; }
  .mfb-vf-guide__grid small { margin-top: 16px; }
  .mfb-vf-guide__grid p { max-width: 520px; }
  .mfb-vf-hardware__inner { width: calc(100% - 32px); }
  .mfb-vf-hardware h2 { font-size: clamp(32px,9.5vw,41px); hyphens: none; overflow-wrap: normal; word-break: normal; }
  .mfb-vf-hardware__copy > p:not(.mfb-content__eyebrow) { font-size: 14px; line-height: 1.68; }
  .mfb-vf-hardware__action { width: 100%; min-height: 56px; }
  .mfb-vf-hardware__visual { min-height: 310px; }
  .mfb-vf-hardware__phone { width: clamp(148px,45vw,188px); border-radius: 22px; }
  .mfb-vf-hardware__phone.is-left { top: 74px; left: 0; }
  .mfb-vf-hardware__phone.is-center { top: 12px; }
  .mfb-vf-hardware__phone.is-right { top: 82px; right: 0; }
  .mfb-vf-project__brand { margin-bottom: 22px; }
  .mfb-vf-project__brand img { width: 54px; height: 54px; border-radius: 15px; }
  .mfb-vf-project h2 { font-size: clamp(34px, 10vw, 45px); }
  .mfb-vf-project__copy > p:not(.mfb-content__eyebrow) { font-size: 13px; line-height: 1.68; }
  .mfb-vf-project__copy > ul { grid-template-columns: minmax(0, 1fr); margin-top: 28px; }
  .mfb-vf-project__copy > ul li { min-height: 82px; padding: 15px 4px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .mfb-vf-project__copy > ul li:last-child { border-bottom: 0; }
  .mfb-vf-project__trust { align-items: flex-start; text-align: left; }
  .mfb-vf-benefits { scroll-margin-top: 108px; }
  .mfb-vf-benefits__layout { gap: 18px; }
  .mfb-vf-benefits__tabs { gap: 8px; }
  .mfb-vf-benefits__tabs button { grid-template-columns: 36px minmax(0,1fr); gap: 7px; min-height: 82px; padding: 10px; }
  .mfb-vf-benefits__tabs button:hover, .mfb-vf-benefits__tabs button[aria-selected="true"] { transform: none; }
  .mfb-vf-benefits__tab-icon { width: 36px; height: 36px; border-radius: 11px; }
  .mfb-vf-benefits__tab-icon svg { width: 19px; height: 19px; }
  .mfb-vf-benefits__tab-copy strong { overflow-wrap: normal; font-size: 11px; hyphens: none; word-break: normal; }
  .mfb-vf-benefits__tab-copy small, .mfb-vf-benefits__tab-arrow { display: none; }
  .mfb-vf-benefits__stage, .mfb-vf-benefits__stage article { min-height: 0; }
  .mfb-vf-benefits__stage { border-radius: 18px; }
  .mfb-vf-benefits__stage article { padding: 25px 20px 28px; }
  .mfb-vf-benefits__panel-icon { width: 53px; height: 53px; border-radius: 15px; }
  .mfb-vf-benefits__panel-icon svg { width: 26px; height: 26px; }
  .mfb-vf-benefits__panel-label { margin-top: 26px!important; }
  .mfb-vf-benefits__stage h3 { font-size: clamp(27px,8.3vw,36px); }
  .mfb-vf-benefits__stage article>p:not(.mfb-vf-benefits__panel-label) { margin-top: 15px; font-size: 13px; line-height: 1.65; }
  .mfb-vf-benefits__stage ul { margin-top: 21px; }
  .mfb-vf-benefits__stage li { align-items: start; min-height: 0; font-size: 10.5px; }
  .mfb-vf-benefits__legal { margin-top: 14px; font-size: 9.5px; }
  .mfb-vf-scale h2 { font-size: clamp(34px, 10vw, 45px); }
  .mfb-vf-scale p:not(.mfb-content__eyebrow) { font-size: 13px; line-height: 1.7; }
  .mfb-vf-scale__action ul { gap: 7px; }
  .mfb-vf-scale__action li { min-height: 58px; padding: 9px; font-size: 10px; }
  .mfb-vf-scale__action > a { width: 100%; }
  .mfb-vodafone-hub-view .mfb-vf-services { width: 100vw; padding: 62px 16px; border-radius: 0; }
  .mfb-vf-services__dots { display: flex; }
  .mfb-vf-faq__grid { grid-template-columns: minmax(0, 1fr); }
  .mfb-vf-faq summary { min-height: 70px; padding: 18px 54px 18px 17px; font-size: 12px; }
  .mfb-vf-faq summary > span { top: 18px; right: 15px; }
  .mfb-vf-faq details > div { padding: 0 17px 18px; }
}

@media (max-width: 360px) {
  .mfb-vodafone-hub-view .mfb-content__hero { min-height: 720px; }
  .mfb-vodafone-hub-view .mfb-content__hero h1 { font-size: 34px; }
  .mfb-vodafone-hub-view .mfb-content__hero-highlights { grid-template-columns: minmax(0,1fr); }
  .mfb-vodafone-hub-view .mfb-content__hero-highlights li { min-height: 28px; }
  .mfb-vf-hardware__copy ul { grid-template-columns: minmax(0,1fr); gap: 10px; }
  .mfb-vf-hardware__visual { min-height: 280px; }
  .mfb-vf-hardware__phone { width: clamp(138px,46vw,164px); }
  .mfb-vf-hardware__phone.is-left { top: 68px; }
  .mfb-vf-hardware__phone.is-right { top: 76px; }
  .mfb-vf-services__dots { display: none; }
  .mfb-vf-services__position { position: static; width: auto; height: auto; overflow: visible; clip-path: none; color: #5e6d65; font-size: 11px; font-weight: 800; white-space: normal; }
  .mfb-vf-scale__action ul { grid-template-columns: minmax(0,1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .mfb-vodafone-hub-view .mfb-vf-hero-actions a,
  .mfb-vodafone-hub-view .mfb-vf-hero-actions button { transition: none; }
}
