/* Dealett editorial theme — monochrome, image-led and deliberately minimal. */
:root {
  --ed-ink: #0D1726;
  --ed-muted: rgba(13, 23, 38, 0.64);
  --ed-line: rgba(13, 23, 38, 0.22);
  --ed-soft: #F8F5F0;
  --ed-paper: #F8F5F0;
  --ed-white: #FFFFFF;
  --ed-blue: #0D1726;
  --ed-lime: #F8F5F0;
  --ed-orange: #C96F24;
}

/* Final cascade lock for the new pictureless homepage hero. */
body:has(.home-intro) .hero:not(.quiz-in-hero),
.hero:not(.quiz-in-hero) {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: minmax(420px, 7fr) minmax(220px, 3fr) !important;
  min-height: min(860px, calc(100vh - 18px)) !important;
  padding: 104px max(20px, calc((100vw - 1420px) / 2)) 34px !important;
  background: #fff !important;
  background-image: none !important;
}

body:has(.home-intro) .hero:not(.quiz-in-hero)::before,
body:has(.home-intro) .hero:not(.quiz-in-hero)::after,
.hero:not(.quiz-in-hero)::before,
.hero:not(.quiz-in-hero)::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
  animation: none !important;
}

body:has(.home-intro) .hero-showcase,
.hero-showcase {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  border: 0 !important;
  background: #fff !important;
}

body:has(.home-intro) .hero-offer-tile,
.hero-offer-tile {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.hero-offer-tile:last-child { border-right: 0 !important; }
.hero-offer-tile--family { background: #ffffff !important; }
.hero-offer-tile--group { background: #f4f4ef !important; }
.hero-offer-tile--duo { background: #ecece4 !important; }
.hero-offer-tile--single { background: #faf9f4 !important; }
.hero-offer-tile:hover,
.hero-offer-tile:focus-visible {
  background: #e6e6dc !important;
  transform: translateY(-6px) !important;
  box-shadow: none !important;
}

body:has(.home-intro) .hero-bottom,
.hero-bottom {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  color: #0D1726 !important;
}

body:has(.home-intro) .hero-bottom .hero-eyebrow,
.hero-bottom .hero-eyebrow,
body:has(.home-intro) .hero-bottom h1,
.hero-bottom h1,
body:has(.home-intro) .hero-bottom h1 em,
.hero-bottom h1 em,
body:has(.home-intro) .hero-bottom-actions,
.hero-bottom-actions {
  position: static !important;
}

body:has(.home-intro) .hero-bottom h1,
.hero-bottom h1 {
  color: #0D1726 !important;
  font: 900 clamp(43px, 6.4vw, 96px)/.86 Arial, Helvetica, sans-serif !important;
}

body:has(.home-intro) .hero-bottom h1 em,
.hero-bottom h1 em {
  color: var(--deal-blue) !important;
}

.hero-bottom h1 em::after { content: none !important; }

body:has(.home-intro) .hero-proof,
.hero-proof {
  display: flex !important;
}

body:has(.home-intro) .hero-bottom .hero-proof,
.hero-bottom .hero-proof {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  width: min(520px, 38vw) !important;
  margin: 0 !important;
  color: #0D1726 !important;
}

body:has(.home-intro) .hero-bottom .hero-proof strong,
.hero-bottom .hero-proof strong {
  display: inline-flex !important;
  min-height: 36px !important;
  align-items: center !important;
  padding: 0 13px !important;
  border: 1px solid rgba(13, 23, 38, .18) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #0D1726 !important;
  font: 900 13px/1 Arial, sans-serif !important;
  white-space: nowrap !important;
}

@media (max-width: 640px) {
  body:has(.home-intro) .hero-showcase,
  .hero-showcase {
    grid-template-columns: 1fr !important;
  }

  body:has(.home-intro) .hero-offer-tile,
  .hero-offer-tile {
    border-right: 0 !important;
    border-bottom: 0 !important;
  }

  .hero-offer-tile:last-child {
    border-bottom: 0 !important;
  }
}

.hero.quiz-in-hero .offers-recommendation-grid > .offer-card {
  order: 1 !important;
}

.hero.quiz-in-hero .offers-recommendation-grid > .quiz-refinement-panel {
  order: 2 !important;
  grid-column: auto !important;
}

.hero.quiz-in-hero .offers-recommendation-grid > .recommendation-results-toggle {
  order: 3 !important;
}

.hero.quiz-in-hero .quiz-card {
  position: relative !important;
}

.hero.quiz-in-hero .quiz-card-toolbar {
  padding-right: 138px !important;
}

.hero.quiz-in-hero .quiz-ai-actions {
  position: absolute !important;
  top: 16px !important;
  right: 18px !important;
  z-index: 20 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hero.quiz-in-hero .quiz-ai-button {
  width: 112px !important;
  height: 112px !important;
  min-height: 112px !important;
  padding: 12px !important;
  border-radius: 50% !important;
  background: #0D1726 !important;
  color: #fff !important;
  box-shadow: 4px 4px 0 rgba(13, 23, 38, .16) !important;
}

.hero.quiz-in-hero .quiz-ai-button span {
  max-width: 78px !important;
  font-size: 10px !important;
  line-height: 1.08 !important;
}

.hero.quiz-in-hero .quiz-ai-button strong {
  max-width: 82px !important;
  font-size: 18px !important;
  line-height: .95 !important;
}

.hero.quiz-in-hero .quiz-ai-button:hover,
.hero.quiz-in-hero .quiz-ai-button:focus-visible {
  background: #D47424 !important;
  color: #0D1726 !important;
  transform: translate(-2px, -2px) !important;
}

@media (max-width: 640px) {
  .hero.quiz-in-hero .quiz-card-toolbar {
    padding-right: 0 !important;
  }

  .hero.quiz-in-hero .quiz-ai-actions {
    position: fixed !important;
    top: 92px !important;
    right: 14px !important;
    z-index: 24 !important;
  }

  .hero.quiz-in-hero .quiz-ai-button {
    width: 74px !important;
    height: 74px !important;
    min-height: 74px !important;
    padding: 8px !important;
  }

  .hero.quiz-in-hero .quiz-ai-button span {
    max-width: 52px !important;
    font-size: 6.8px !important;
    line-height: 1.05 !important;
  }

  .hero.quiz-in-hero .quiz-ai-button strong {
    max-width: 56px !important;
    font-size: 10.5px !important;
    line-height: 1 !important;
  }
}

/* Match the homepage header/nav colours to the rest of the site. */
body:has(.home-intro) .site-header .nav-link,
body:has(.home-intro) .site-header .nav-item a,
body:has(.home-intro) .site-header .language-switcher select,
body:has(.home-intro) .site-header .header-topbar-link,
body:has(.home-intro) .site-header .header-cart-link,
body:has(.home-intro) .site-header .header-account-link {
  color: #0D1726 !important;
}

body:has(.home-intro) .site-header .nav-link:hover,
body:has(.home-intro) .site-header .nav-link:focus-visible,
body:has(.home-intro) .site-header .nav-item a:hover,
body:has(.home-intro) .site-header .nav-item a:focus-visible,
body:has(.home-intro) .site-header .nav-item--active > .nav-link,
body:has(.home-intro) .site-header .header-topbar-link:hover,
body:has(.home-intro) .site-header .header-topbar-link:focus-visible,
body:has(.home-intro) .site-header .header-account-link:hover,
body:has(.home-intro) .site-header .header-account-link:focus-visible,
body:has(.home-intro) .site-header .header-account-link.is-active {
  color: #0D1726 !important;
}

body:has(.home-intro) .site-header .nav-link::after,
body:has(.home-intro) .site-header .nav-item a::after {
  background: var(--accent, #c96f24) !important;
}

/* Readability pass after visual review. */
body:has(.home-intro) .site-header .nav-link,
body:has(.home-intro) .site-header .nav-item a,
body:has(.home-intro) .site-header .language-switcher select,
body:has(.home-intro) .site-header .header-account-link,
body:has(.home-intro) .site-header .header-cart-link {
  color: #0D1726 !important;
}

body:has(.home-intro) .site-header .nav-item a:hover,
body:has(.home-intro) .site-header .nav-link:hover,
body:has(.home-intro) .site-header .nav-link.is-active {
  color: #0D1726 !important;
}

body:has(.home-intro) .hero:not(.quiz-in-hero),
.hero:not(.quiz-in-hero) {
  grid-template-rows: minmax(330px, 7fr) minmax(210px, 3fr) !important;
  min-height: min(780px, calc(100vh - 10px)) !important;
  padding-top: clamp(92px, 7vw, 118px) !important;
  padding-bottom: 28px !important;
}

body:has(.home-intro) .hero-showcase,
.hero-showcase {
  width: min(100%, 1420px) !important;
  justify-self: center !important;
}

body:has(.home-intro) .hero-offer-tile,
.hero-offer-tile {
  min-height: 0 !important;
  padding: clamp(22px, 2.1vw, 34px) clamp(22px, 2.2vw, 36px) !important;
}

.hero-offer-kicker {
  min-height: 30px !important;
  padding: 0 11px !important;
  font-size: clamp(11px, .72vw, 13px) !important;
}

.hero-offer-tile strong {
  gap: 4px !important;
  margin-top: clamp(34px, 4.2vw, 66px) !important;
}

.hero-offer-count {
  font-size: clamp(34px, 2.9vw, 56px) !important;
}

.hero-offer-subscriptions {
  font-size: clamp(24px, 1.65vw, 33px) !important;
  letter-spacing: -.045em !important;
}

.hero-offer-gift {
  margin-top: clamp(22px, 3vw, 42px) !important;
  font-size: clamp(54px, 4.2vw, 78px) !important;
}

.hero-offer-copy {
  font-size: clamp(18px, 1.32vw, 24px) !important;
}

.hero-offer-tile small {
  min-height: 34px !important;
  margin-top: clamp(28px, 3vw, 48px) !important;
  padding: 0 13px !important;
  font-size: 12px !important;
}

body:has(.home-intro) .hero-bottom,
.hero-bottom {
  width: min(100%, 1420px) !important;
  justify-self: center !important;
  align-self: start !important;
  padding-top: clamp(20px, 2.2vw, 34px) !important;
}

body:has(.home-intro) .hero-bottom h1,
.hero-bottom h1 {
  font-size: clamp(48px, 5.1vw, 82px) !important;
  line-height: .9 !important;
}

body:has(.home-intro) .hero-bottom h1 em,
.hero-bottom h1 em {
  font-size: clamp(40px, 4.2vw, 68px) !important;
  line-height: .92 !important;
}

body:has(.home-intro) .hero-bottom .hero-eyebrow,
.hero-bottom .hero-eyebrow {
  margin-bottom: 12px !important;
  font-size: 12px !important;
}

body:has(.home-intro) .hero-bottom-actions,
.hero-bottom-actions {
  align-self: center !important;
}

body:has(.home-intro) .hero-bottom .button,
.hero-bottom .button {
  min-height: 52px !important;
  padding-inline: 24px !important;
}

@media (max-width: 900px) {
  body:has(.home-intro) .hero:not(.quiz-in-hero),
  .hero:not(.quiz-in-hero) {
    grid-template-rows: auto auto !important;
    min-height: auto !important;
    padding: 92px 16px 34px !important;
  }

  body:has(.home-intro) .hero-showcase,
  .hero-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body:has(.home-intro) .hero-bottom,
  .hero-bottom {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  body:has(.home-intro) .hero-bottom-actions,
  .hero-bottom-actions {
    justify-items: start !important;
  }
}

/* Visual polish after screenshot check. */
.hero-offer-tile strong {
  font-size: clamp(28px, 2.3vw, 44px) !important;
  line-height: .95 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

.hero-bottom h1,
.hero-bottom h1 em {
  text-shadow: none !important;
}

.hero-offer-tile strong {
  display: grid !important;
  gap: 2px !important;
  font: inherit !important;
}

.hero-offer-count {
  display: block !important;
  font: 900 clamp(36px, 3.2vw, 60px)/.9 Arial, sans-serif !important;
  letter-spacing: -.06em !important;
}

.hero-offer-subscriptions {
  display: block !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  font: 900 clamp(24px, 2vw, 37px)/.95 Arial, sans-serif !important;
  letter-spacing: -.055em !important;
}

/* Final homepage hero override: pictureless white offer grid. */
body:has(.home-intro) .hero:not(.quiz-in-hero),
.hero:not(.quiz-in-hero) {
  --quiz-card-height: 640px;
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: minmax(420px, 7fr) minmax(220px, 3fr) !important;
  gap: 0 !important;
  min-height: min(860px, calc(100vh - 18px)) !important;
  padding: 104px max(20px, calc((100vw - 1420px) / 2)) 34px !important;
  overflow: hidden !important;
  background: #fff !important;
}

body:has(.home-intro) .hero:not(.quiz-in-hero)::before,
body:has(.home-intro) .hero:not(.quiz-in-hero)::after,
.hero:not(.quiz-in-hero)::before,
.hero:not(.quiz-in-hero)::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

body:has(.home-intro) .hero-showcase,
.hero-showcase {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  align-self: stretch !important;
  min-height: 0 !important;
  border: 1px solid #0D1726 !important;
  background: #0D1726 !important;
}

body:has(.home-intro) .hero-offer-tile,
.hero-offer-tile {
  position: relative !important;
  display: grid !important;
  align-content: space-between !important;
  justify-items: start !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: clamp(18px, 2.4vw, 34px) !important;
  border: 0 !important;
  border-right: 1px solid #0D1726 !important;
  border-radius: 0 !important;
  color: #0D1726 !important;
  text-align: left !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: background-color .18s ease, transform .18s ease !important;
}

.hero-offer-tile:last-child { border-right: 0 !important; }
.hero-offer-tile--family { background: #fff !important; }
.hero-offer-tile--group { background: #fbfbf8 !important; }
.hero-offer-tile--duo { background: #f6f6f1 !important; }
.hero-offer-tile--single { background: #fdfdfb !important; }

.hero-offer-tile:hover,
.hero-offer-tile:focus-visible {
  z-index: 1 !important;
  background: #f1f1ec !important;
  transform: translateY(-6px) !important;
  outline: none !important;
}

.hero-offer-kicker {
  display: inline-flex !important;
  min-height: 32px !important;
  align-items: center !important;
  padding: 0 12px !important;
  border: 1px solid #0D1726 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .84) !important;
  font: 900 clamp(11px, .88vw, 13px)/1 Arial, sans-serif !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

.hero-offer-tile strong {
  max-width: 100% !important;
  margin-top: clamp(18px, 3vw, 42px) !important;
  font: 900 clamp(28px, 3vw, 54px)/.88 Arial, sans-serif !important;
  letter-spacing: -.06em !important;
  overflow-wrap: anywhere !important;
}

.hero-offer-gift {
  display: block !important;
  margin-top: 14px !important;
  font: 900 clamp(44px, 5.2vw, 86px)/.82 Arial, sans-serif !important;
  letter-spacing: -.08em !important;
}

.hero-offer-copy {
  margin-top: 8px !important;
  font: 900 clamp(18px, 1.65vw, 27px)/1 Arial, sans-serif !important;
  letter-spacing: -.03em !important;
}

.hero-offer-tile small {
  align-self: end !important;
  display: inline-flex !important;
  min-height: 38px !important;
  align-items: center !important;
  margin-top: clamp(20px, 3vw, 42px) !important;
  padding: 0 13px !important;
  border: 1px solid #0D1726 !important;
  border-radius: 999px !important;
  background: #0D1726 !important;
  color: #fff !important;
  font: 800 13px/1 Arial, sans-serif !important;
}

body:has(.home-intro) .hero-bottom,
.hero-bottom {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: clamp(20px, 5vw, 70px) !important;
  align-items: center !important;
  min-height: 0 !important;
  padding-top: clamp(22px, 3vw, 42px) !important;
  color: #0D1726 !important;
}

.hero-bottom-copy { min-width: 0 !important; }

body:has(.home-intro) .hero-bottom .hero-eyebrow,
.hero-bottom .hero-eyebrow {
  position: static !important;
  margin: 0 0 14px !important;
  padding-left: 0 !important;
  color: rgba(13, 23, 38, .62) !important;
  font: 700 13px/1 Arial, sans-serif !important;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
}

.hero-bottom .hero-eyebrow::before { content: none !important; }
.hero-bottom .hero-eyebrow span {
  display: inline-block !important;
  width: 11px !important;
  height: 11px !important;
  margin-right: 10px !important;
  border-radius: 50% !important;
  background: var(--accent) !important;
}

body:has(.home-intro) .hero-bottom h1,
.hero-bottom h1 {
  position: static !important;
  max-width: none !important;
  width: auto !important;
  margin: 0 !important;
  color: #0D1726 !important;
  font: 900 clamp(43px, 6.4vw, 96px)/.86 Arial, Helvetica, sans-serif !important;
  letter-spacing: -.075em !important;
}

body:has(.home-intro) .hero-bottom h1 em,
.hero-bottom h1 em {
  position: static !important;
  display: inline !important;
  color: var(--deal-blue) !important;
  font: 700 clamp(37px, 5.2vw, 78px)/.9 Georgia, 'Times New Roman', serif !important;
  letter-spacing: -.075em !important;
}

.hero-bottom h1 em::after { content: none !important; }

body:has(.home-intro) .hero-bottom-actions,
.hero-bottom-actions {
  position: static !important;
  display: grid !important;
  justify-items: end !important;
  gap: 20px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

body:has(.home-intro) .hero-bottom .button,
.hero-bottom .button {
  position: static !important;
  min-height: 58px !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 24px 0 28px !important;
  border: 1px solid #0D1726 !important;
  border-radius: 999px !important;
  background: #0D1726 !important;
  color: #fff !important;
  box-shadow: none !important;
  font: 700 15px Arial, sans-serif !important;
}

.hero-bottom .button:hover,
.hero-bottom .button:focus-visible {
  background: var(--deal-blue) !important;
  color: #0D1726 !important;
}

body:has(.home-intro) .hero-proof,
.hero-proof {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  margin: 0 !important;
}

.hero-proof strong {
  display: inline-flex !important;
  min-height: 36px !important;
  align-items: center !important;
  padding: 0 13px !important;
  border: 1px solid rgba(13, 23, 38, .18) !important;
  border-radius: 999px !important;
  color: #0D1726 !important;
  font: 900 13px/1 Arial, sans-serif !important;
}

.hero.quiz-in-hero .hero-showcase,
.hero.quiz-in-hero .hero-bottom {
  display: none !important;
}

@media (max-width: 1120px) {
  body:has(.home-intro) .hero:not(.quiz-in-hero),
  .hero:not(.quiz-in-hero) {
    grid-template-rows: minmax(460px, 7fr) minmax(250px, 3fr) !important;
    min-height: auto !important;
    padding-top: 96px !important;
  }

  .hero-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .hero-bottom {
    grid-template-columns: 1fr !important;
  }

  .hero-bottom-actions {
    justify-items: start !important;
  }

  .hero-proof {
    justify-content: flex-start !important;
  }
}

@media (max-width: 640px) {
  body:has(.home-intro) .hero:not(.quiz-in-hero),
  .hero:not(.quiz-in-hero) {
    grid-template-rows: minmax(620px, auto) auto !important;
    padding: 88px 14px 28px !important;
    background: #fff !important;
  }

  .hero-showcase {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  .hero-offer-tile {
    min-height: 138px !important;
    padding: 18px !important;
    border-right: 0 !important;
    border-bottom: 1px solid #0D1726 !important;
    box-shadow: none !important;
  }

  .hero-offer-tile:last-child {
    border-bottom: 0 !important;
  }

  .hero-offer-tile:hover,
  .hero-offer-tile:focus-visible {
    transform: translateX(6px) !important;
    box-shadow: none !important;
  }

  .hero-offer-tile strong {
    margin-top: 16px !important;
    font-size: 30px !important;
  }

  .hero-offer-gift {
    font-size: 48px !important;
  }

  .hero-bottom {
    padding-top: 34px !important;
  }

  .hero-bottom h1 {
    font-size: clamp(42px, 14vw, 64px) !important;
  }

  .hero-bottom h1 em {
    font-size: clamp(34px, 11vw, 50px) !important;
  }

  .hero-proof strong {
    font-size: 12px !important;
  }
}

html { scroll-behavior: smooth; }
body {
  background: var(--ed-paper) !important;
  color: var(--ed-ink) !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

/* Shared navigation */
.site-header {
  position: absolute;
  top: 0;
  padding: 0 !important;
  background: transparent !important;
  pointer-events: none;
}
.site-header.is-hidden { transform: none; }
.site-header .header-inner {
  width: 100%;
  max-width: none;
  min-height: 112px;
  padding: 0 clamp(28px, 3.2vw, 64px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  pointer-events: auto;
}
.site-header .header-inner > .brand {
  min-height: 0;
  padding: 0;
  background: transparent;
  color: #0D1726;
  font: 400 clamp(20px, 1.6vw, 27px)/1 Arial, sans-serif;
  letter-spacing: 0;
}
.site-header .brand small { display: none; }
.site-header .brand--logo {
  display:block;
  width:clamp(142px,11vw,184px);
  height:auto;
  overflow:visible;
}
.site-header .brand-logo-crop {
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:789 / 233;
  overflow:hidden;
}
.site-header .brand-logo-crop img {
  position:absolute;
  top:-149.4%;
  left:-46.4%;
  display:block;
  width:194.7%;
  max-width:none;
  height:auto;
}
.site-header .site-nav { margin-left: auto; }
.site-header .nav-menu { gap: clamp(22px, 3vw, 52px); background: transparent; }
.site-header .nav-item a,
.site-header .nav-link {
  min-height: auto;
  padding: 8px 0;
  border-radius: 0;
  background: transparent !important;
  color: #0D1726 !important;
  font: 400 clamp(15px, 1.15vw, 20px)/1 Arial, sans-serif;
}
.site-header .nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: #0D1726;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
.site-header .nav-link:hover::after,
.site-header .nav-item--active > .nav-link::after { transform: scaleX(1); transform-origin: left; }
.site-header .header-topbar-group--right { margin-left: clamp(22px, 3vw, 50px); gap: 16px; }
.site-header .language-switcher select {
  width: 52px;
  min-height: 38px;
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-weight: 400;
}
.site-header .header-topbar-link {
  min-width: auto;
  min-height: 38px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #0D1726;
  font-weight: 400;
}
.site-header .header-cart-link { font-size: 20px; }
.site-header .header-account-link {
  padding: 0 0 4px;
  border-bottom: 1px solid #0D1726;
  background: transparent;
  color: #0D1726;
}
.site-header .header-account-link:hover,
.site-header .header-account-link.is-active { background: transparent; color:#0D1726; }

/* Homepage, composed like the supplied automotive reference. */
.hero {
  position: relative;
  display: block;
  min-height: 900px;
  padding: 0;
  overflow: hidden;
  background:#ededed;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: url('./images/hero.png') center center / cover no-repeat;
  filter:none;
  transform: none;
}
.hero::after { display: none; }
.hero-content { position: static; max-width: none; }
.hero .hero-eyebrow {
  position: absolute;
  top: 145px;
  left: clamp(28px, 3vw, 62px);
  margin: 0;
  color: #0D1726;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .12em;
}
.hero-eyebrow span { display: none; }
.hero h1 {
  position: absolute;
  top: 36%;
  left: clamp(28px, 3vw, 62px);
  width: min(32vw, 520px);
  margin: 0;
  color: #0D1726;
  font: 400 clamp(58px, 5.2vw, 92px)/.98 Arial, sans-serif;
  letter-spacing: -.035em;
}
.hero h1 em { color: inherit; font: inherit; letter-spacing: inherit; }
.hero .hero-lead {
  position: absolute;
  top: calc(36% + clamp(126px, 10vw, 180px));
  left: clamp(28px, 3vw, 62px);
  width: min(36vw, 560px);
  margin: 0;
  color: #0D1726;
  font: 400 clamp(15px, 1.12vw, 19px)/1.45 Arial, sans-serif;
  text-wrap: balance;
}
.hero-actions {
  position: absolute;
  top: calc(37% + 150px);
  right: clamp(28px, 3vw, 62px);
  display: flex;
  width: min(25vw, 430px);
  margin: 0;
  align-items: flex-start;
  gap: 24px;
}
.hero .button,
.home-how .button {
  min-height: 62px;
  padding: 0 38px;
  border: 0;
  border-radius: 0;
  background: #0D1726;
  color: #fff;
  box-shadow: none;
  font-size: 17px;
  font-weight: 400;
}
.hero .button:hover,.home-how .button:hover { background:#0D1726; transform:none; }
.hero-text-link { padding: 20px 0 5px; border-bottom:1px solid #0D1726; font-size:14px; font-weight:400; }
.hero .button,
.home-how .button,
.hero-text-link,
.newsletter-form .button,
.hero.quiz-in-hero .quiz-back-inline,
.hero.quiz-in-hero .quiz-option,
.hero.quiz-in-hero .quiz-more-toggle,
.hero.quiz-in-hero .operator-no-binding-button,
.hero.quiz-in-hero .offer-card__cta,
.coverage-maplibre-section button,
.home-service-card {
  --button-hover-line: currentColor;
  background-image:
    linear-gradient(var(--button-hover-line), var(--button-hover-line)),
    linear-gradient(var(--button-hover-line), var(--button-hover-line)),
    linear-gradient(var(--button-hover-line), var(--button-hover-line)),
    linear-gradient(var(--button-hover-line), var(--button-hover-line));
  background-position: left top, right top, right bottom, left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px, 1px 0, 0 1px, 1px 0;
  transition:
    background-size .22s ease,
    background-position .22s ease,
    color .2s ease,
    border-color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}
.hero .button:hover,
.home-how .button:hover,
.hero-text-link:hover,
.newsletter-form .button:hover,
.hero.quiz-in-hero .quiz-back-inline:hover,
.hero.quiz-in-hero .quiz-option:hover,
.hero.quiz-in-hero .quiz-more-toggle:hover,
.hero.quiz-in-hero .operator-no-binding-button:hover,
.hero.quiz-in-hero .offer-card__cta:hover,
.coverage-maplibre-section button:hover,
.home-service-card:hover {
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
}
.hero .button:focus-visible,
.home-how .button:focus-visible,
.hero-text-link:focus-visible,
.newsletter-form .button:focus-visible,
.hero.quiz-in-hero .quiz-back-inline:focus-visible,
.hero.quiz-in-hero .quiz-option:focus-visible,
.hero.quiz-in-hero .quiz-more-toggle:focus-visible,
.hero.quiz-in-hero .operator-no-binding-button:focus-visible,
.hero.quiz-in-hero .offer-card__cta:focus-visible,
.coverage-maplibre-section button:focus-visible,
.home-service-card:focus-visible {
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
}
.hero-proof,.hero-visual { display: none; }

.home-marquee {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--ed-line);
  background: #f4f4f4;
}
.home-marquee::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,.75) 50%, transparent 65%);
  transform: translateX(-120%);
  animation: editorial-glance 14s ease-in-out infinite;
}
.home-marquee .home-marquee__track {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 0;
  animation: none;
}
.home-marquee .home-marquee__group {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  gap: 22px;
  padding: 22px 32px;
  animation: none;
}
.home-marquee span { color:#333; font-size:13px; font-weight:400; letter-spacing:.08em; white-space:nowrap; }
.home-marquee i { color:#999; }
@keyframes editorial-glance {
  0%, 20% { transform: translateX(-120%); }
  80%, 100% { transform: translateX(120%); }
}

@media (max-width: 760px) {
  .home-marquee .home-marquee__group { justify-content: center; gap: 14px; padding: 17px 14px; }
  .home-marquee span { font-size: 11px; }
  .home-marquee span:nth-of-type(n+3),
  .home-marquee i:nth-of-type(n+2) { display: none; }
}

.home-intro,.home-how { padding: clamp(120px, 12vw, 220px) clamp(28px, 3vw, 58px); }
.home-intro__head { grid-template-columns: minmax(210px,.55fr) 1.45fr; margin-bottom: 120px; }
.home-intro .section-label,.home-how .section-label { color:#0D1726; font-size:12px; font-weight:400; letter-spacing:.12em; }
.home-intro h2,.home-how h2 {
  color:#0D1726;
  font: 400 clamp(52px, 5.2vw, 90px)/.98 Arial,sans-serif;
  letter-spacing:-.035em;
}
.home-intro__grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:36px; }
.home-service-card {
  min-height: 400px;
  padding: 26px 0;
  border: 0;
  border-top: 1px solid #0D1726;
  border-radius: 0;
  background: transparent !important;
  color:#0D1726 !important;
}
.home-service-card::after { display:none; }
.home-service-card:hover { transform:none; box-shadow:none; }
.home-service-card__number { padding:0; border:0; border-radius:0; color:#777; font-weight:400; }
.home-service-card p { font-weight:400; }
.home-service-card h3 { font-size:clamp(32px,3vw,54px); font-weight:400; letter-spacing:-.035em; }
.home-service-card__arrow { top:22px; right:0; font-weight:300; }

.home-how {
  grid-template-columns:1fr 1fr;
  gap:clamp(80px,12vw,210px);
  border-top:1px solid var(--ed-line);
  background:#f3f3f3;
  color:#0D1726;
}
.home-how .section-label,.home-how h2 { color:#0D1726; }
.home-how__copy > p:not(.section-label) { color:#555; font-weight:400; }
.home-how__copy .section-label { font-size:11px; }
.home-how__copy h2 {
  max-width: 620px;
  font-size: 46px;
  line-height: 1.04;
}
.home-how__copy h2 > span {
  display: block;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .home-how__copy h2 {
    font-size: clamp(23px, 6.2vw, 42px);
  }
}
.home-how__copy {
  left: 10px;
}
.home-how__copy > p:not(.section-label) {
  max-width: 520px;
  margin: 20px 0 22px;
  font-size: 16px;
  line-height: 1.45;
}
.home-how .button { border:0; background:#0D1726; color:#fff; }
.home-how__steps li { grid-template-columns:60px 1fr; padding:34px 0; border-color:#999; }
.home-how__steps > li > span { width:auto; height:auto; place-items:start; border-radius:0; background:transparent !important; color:#777 !important; font-weight:400; }
.home-how__steps h3 { color:#0D1726; font-size:23px; font-weight:400; }
.home-how__steps p { color:#777; }

.gift-card-section { padding:clamp(120px,12vw,220px) clamp(28px,3vw,58px); background:#fff; }
.gift-card-section .page-shell { max-width:none; gap:clamp(80px,12vw,210px); }
.gift-card-image { border:0; border-radius:0; box-shadow:none; transform:none; }
.gift-card-image img { min-height:620px; filter:grayscale(1); }
.gift-card-copy .section-label { color:#555; font-weight:400; }
.gift-card-copy h2 { color:#0D1726; font:400 clamp(50px,5vw,82px)/.98 Arial,sans-serif; letter-spacing:-.035em; }
.gift-card-copy > p:last-child { color:#555; font-weight:400; }
.gift-logo-grid { grid-template-columns:repeat(2,1fr); gap:0; border-top:1px solid #aaa; }
.gift-logo { min-height:64px; border:0; border-bottom:1px solid #aaa; border-radius:0; background:transparent; font-weight:400; }

.coverage-maplibre-section,.coverage-main.coverage-maplibre-section { padding:0; border:0; background:#fff; }
.coverage-maplibre-shell { min-height:850px; max-width:none; border:0; border-radius:0; }
.coverage-maplibre-copy h2 { font:400 clamp(48px,4.8vw,78px)/.98 Arial,sans-serif; letter-spacing:-.035em; }
.coverage-maplibre-kicker { color:#fff; font-weight:400; }

/* Homepage motion and restrained colour system. */
body:has(.home-intro) main { overflow:clip; }

.hero:not(.quiz-in-hero)::before {
  filter: none;
  transform: none;
  transform-origin:center top;
  will-change: auto;
}
.hero:not(.quiz-in-hero)::after {
  content:"";
  position:absolute;
  inset:0;
  display:block;
  pointer-events:none;
  background:
    radial-gradient(circle at var(--home-pointer-x, 72%) var(--home-pointer-y, 42%), rgba(201, 111, 36,.2), transparent 20%),
    radial-gradient(circle at 86% 78%, rgba(248, 245, 240,.13), transparent 18%),
    linear-gradient(115deg, transparent 55%, rgba(201, 111, 36,.08) 78%, transparent 92%);
  mix-blend-mode:multiply;
  transition:background-position .25s ease;
}
.hero .hero-eyebrow { padding-left:18px; }
.hero .hero-eyebrow::before {
  content:"";
  position:absolute;
  top:50%;
  left:0;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--ed-lime);
  box-shadow:0 0 0 5px rgba(248, 245, 240,.18);
  transform:translateY(-50%);
  animation:editorial-pulse 3.8s ease-in-out infinite;
}
.hero h1 em {
  position:relative;
  display:inline-block;
  z-index:0;
}
.hero h1 em::after {
  content:"";
  position:absolute;
  z-index:-1;
  right:-.04em;
  bottom:.06em;
  left:-.03em;
  height:.065em;
  background:var(--ed-orange);
  transform:scaleX(.22);
  transform-origin:left;
  animation:editorial-underline 1.1s .45s cubic-bezier(.2,.8,.2,1) forwards;
}
.hero .button { border-left:5px solid var(--ed-orange); }
.home-how .button { border-left:5px solid var(--ed-blue); }

.home-intro,.home-how,.gift-card-section,.newsletter-section {
  position:relative;
  isolation:isolate;
  overflow:hidden;
}
.home-intro > *,.home-how > *,.gift-card-section > *,.newsletter-section > * { position:relative; z-index:1; }
.home-intro::before {
  content:"";
  position:absolute;
  z-index:0;
  top:8%;
  right:-9vw;
  width:clamp(220px,28vw,520px);
  aspect-ratio:1;
  border:1px solid rgba(13, 23, 38,.28);
  border-radius:50%;
  background:radial-gradient(circle at 38% 38%, rgba(13, 23, 38,.16), rgba(13, 23, 38,.025) 58%, transparent 59%);
  transform:translate3d(0, var(--home-parallax-y, 0), 0);
  will-change:transform;
}
.home-intro h2::after {
  content:"";
  display:inline-block;
  width:.18em;
  height:.18em;
  margin-left:.08em;
  border-radius:50%;
  background:var(--ed-orange);
  vertical-align:baseline;
  box-shadow:0 0 0 10px rgba(201, 111, 36,.08);
}
.home-service-card {
  --card-accent:var(--ed-orange);
  position:relative;
  overflow:hidden;
}
.home-service-card--blue { --card-accent:var(--ed-blue); }
.home-service-card--lime { --card-accent:#9bcf13; }
.home-service-card::after {
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  display:block;
  height:5px;
  background:var(--card-accent);
  transform:scaleX(.16);
  transform-origin:left;
  transition:transform .65s cubic-bezier(.2,.8,.2,1);
}
.home-service-card:hover::after,.home-service-card:focus-visible::after { transform:scaleX(1); }
.home-service-card__arrow {
  display:grid;
  width:46px;
  height:46px;
  place-items:center;
  background:var(--card-accent);
  color:#0D1726;
  transition:transform .45s cubic-bezier(.2,.8,.2,1), border-radius .45s ease;
}
.home-service-card:hover .home-service-card__arrow { border-radius:50%; transform:rotate(45deg); }

.home-how::before {
  content:"";
  position:absolute;
  z-index:0;
  right:5vw;
  bottom:-160px;
  width:clamp(260px,30vw,540px);
  aspect-ratio:1;
  border-radius:50%;
  background:radial-gradient(circle, rgba(248, 245, 240,.22) 0 28%, transparent 29% 43%, rgba(248, 245, 240,.1) 44% 45%, transparent 46%);
  transform:translate3d(0, var(--home-parallax-y, 0), 0);
  will-change:transform;
}
.home-how::after {
  content:"";
  position:absolute;
  z-index:0;
  top:0;
  left:clamp(28px,3vw,58px);
  width:clamp(70px,8vw,130px);
  height:6px;
  background:linear-gradient(90deg,var(--ed-blue) 0 34%,var(--ed-orange) 34% 67%,var(--ed-lime) 67%);
}
.home-how__steps li { position:relative; transition:padding-left .35s ease; }
.home-how__steps li:hover { padding-left:12px; }
.home-how__steps li:nth-child(1) > span { color:var(--ed-blue) !important; }
.home-how__steps li:nth-child(2) > span { color:var(--ed-orange) !important; }
.home-how__steps li:nth-child(3) > span { color:#78a900 !important; }

.gift-card-section::before {
  content:"";
  position:absolute;
  z-index:0;
  top:18%;
  left:-3vw;
  width:clamp(150px,19vw,340px);
  height:clamp(240px,32vw,570px);
  border:1px solid rgba(13, 23, 38,.35);
  background:rgba(13, 23, 38,.07);
  transform:translate3d(0, var(--home-parallax-y, 0), 0) rotate(-5deg);
  will-change:transform;
}
.gift-card-image { position:relative; }
.gift-card-image::after {
  content:"";
  position:absolute;
  right:-14px;
  bottom:-14px;
  width:42%;
  height:8px;
  background:var(--ed-orange);
}
.gift-card-image img { transition:filter 1.1s ease, transform 1.2s cubic-bezier(.2,.8,.2,1); }
.gift-card-image:hover img { filter:grayscale(.18); transform:scale(1.018); }
.gift-logo { transition:background-color .3s ease, color .3s ease, padding-left .3s ease; }
.gift-logo:hover { padding-left:14px; background:rgba(248, 245, 240,.16); color:#0D1726; }

.newsletter-section { padding-block:clamp(90px,10vw,160px); }
.newsletter-panel {
  position:relative;
  overflow:hidden;
  border:1px solid #0D1726;
  border-radius:0;
  background:#0D1726;
  color:#fff;
  box-shadow:18px 18px 0 rgba(13, 23, 38,.16);
}
.newsletter-panel::before {
  content:"";
  position:absolute;
  top:-80px;
  right:-70px;
  width:220px;
  aspect-ratio:1;
  border:42px solid rgba(248, 245, 240,.9);
  border-radius:50%;
  transform:translate3d(0, var(--home-parallax-y, 0), 0);
}
.newsletter-panel > * { position:relative; z-index:1; }
.newsletter-copy .section-label { color:var(--ed-lime); }
.newsletter-copy h2 { color:#fff; font-family:Arial,Helvetica,sans-serif; font-weight:400; }
.newsletter-copy p:last-child { color:rgba(255,255,255,.66); }
.newsletter-form label > span { color:#fff; }
.newsletter-form input { border-color:rgba(255,255,255,.45); border-radius:0; background:#fff; }
.newsletter-form input:focus { border-color:var(--ed-blue); box-shadow:0 0 0 4px rgba(13, 23, 38,.28); }
.newsletter-form .button { border-left:5px solid var(--ed-orange); background:#fff; color:#0D1726; }
.newsletter-status { color:rgba(255,255,255,.72); }

.home-motion-ready .home-reveal {
  opacity:0;
  filter:blur(7px);
  transform:translate3d(0,42px,0);
  transition:
    opacity .38s var(--reveal-delay, 0ms) ease,
    filter .38s var(--reveal-delay, 0ms) ease,
    transform .44s var(--reveal-delay, 0ms) cubic-bezier(.2,.75,.2,1);
}
.home-motion-ready .home-reveal.is-visible { opacity:1; filter:none; transform:none; }

@keyframes editorial-pulse {
  0%,100% { box-shadow:0 0 0 5px rgba(248, 245, 240,.16); }
  50% { box-shadow:0 0 0 11px rgba(248, 245, 240,0); }
}
@keyframes editorial-underline { to { transform:scaleX(1); } }

/* All secondary page heroes use a clean split layout. */
.shop-hero,.business-hero,.bredband-hero,.coverage-hero,.about-hero,.support-hero {
  min-height: 780px;
  padding: 112px 0 0;
  overflow:hidden;
  background:#f6f6f6;
  color:#0D1726;
}
.shop-hero::before,.business-hero::before,.bredband-hero::before,.coverage-hero::before,.about-hero::before,.support-hero::before,
.shop-hero::after,.business-hero::after,.bredband-hero::after,.coverage-hero::after,.about-hero::after,.support-hero::after { display:none; }
.shop-hero-image,.business-hero-image,.bredband-hero-image,.coverage-hero__img,.about-hero-image,.support-hero-image {
  position:absolute;
  inset:112px auto 0 0;
  z-index:0;
  width:50%;
  height:calc(100% - 112px);
  min-height:0;
  margin:0;
  border:0;
  border-radius:0;
  box-shadow:none;
  object-fit:cover;
  filter:grayscale(1);
  transform:none;
}
.shop-hero-content,.business-hero-inner,.bredband-hero-inner,.coverage-hero__inner,.about-hero-inner,.support-hero-inner {
  display:grid;
  grid-template-columns:1fr 1fr;
  width:100%;
  min-height:668px;
  margin:0;
  padding:0 clamp(28px,3vw,58px);
  align-items:center;
  gap:clamp(80px,10vw,180px);
}
.shop-hero-content { display:flex; width:50%; margin-left:50%; padding:0 clamp(28px,5vw,100px); }
.business-hero-copy,.bredband-hero-copy,.coverage-hero__copy,.about-hero-copy,.support-hero-copy { grid-column:2; max-width:680px; }
.shop-hero h1,.business-hero h1,.bredband-hero h1,.coverage-hero h1,.about-hero h1,.support-hero h1 {
  color:#0D1726;
  font:400 clamp(54px,5.4vw,92px)/.98 Arial,sans-serif;
  letter-spacing:-.035em;
}
.business-hero-copy > p,.bredband-hero-copy > p,.coverage-hero__copy > p,.about-hero-copy > p,.support-hero-copy > p { color:#555; font-size:18px; font-weight:400; }
.business-kicker,.bredband-kicker,.about-kicker,.support-eyebrow,.section-kicker { color:#444; font-weight:400; }
.shop-hero-points,.business-hero-points,.bredband-trust-row,.about-hero-points,.support-hero-tags { display:block; margin-top:30px; }
.shop-hero-points li,.business-hero-points li,.bredband-trust-row span,.about-hero-points li,.support-hero-tags li {
  display:flex;
  width:fit-content;
  min-height:0;
  margin:9px 0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  font-size:14px;
  font-weight:400;
}
.shop-hero-points i,.business-hero-points i,.about-hero-points i,.support-hero-tags i { color:#0D1726; }
.shop-hero-points i,.business-hero-points i,.about-hero-points i,.support-hero-tags i {
  width:auto;
  height:auto;
  border-radius:0;
  background:transparent;
}
.business-hero-panel,.about-hero-side,.support-hero-panel,.coverage-hero__panel { display:none; }

/* Sections and cards */
.result-section,.business-size-section,.business-plans-section,.about-section,.support-section,.account-content-section,.bredband-results-section {
  padding:clamp(110px,11vw,200px) 0;
  border:0;
  background:#fff;
}
.result-shell,.business-shell,.about-container,.support-shell,.account-shell,.bredband-results-shell { width:calc(100% - clamp(56px,6vw,116px)); max-width:none; }
.section-head h2,.abon-page .section-head h2,.business-page .section-head h2,.about-section-head h2,.support-head h2,.account-panel-head h2,.bredband-results-top h2 {
  color:#0D1726;
  font:400 clamp(48px,4.8vw,82px)/.98 Arial,sans-serif;
  letter-spacing:-.035em;
}
.section-head p,.about-section-head p,.support-head p,.bredband-results-copy { color:#777; font-weight:400; }

.offers-strip,.reward-panel,.contact-card,.checkout-card,.bredband-search-panel,.bredband-filters {
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.offers-strip-top { padding:0 0 20px; border-bottom:1px solid #0D1726; }
.offers-strip-badge,.business-plan-badge,.business-plan-tag,.bredband-best-badge,.bredband-speed-chip,.cart-summary-pill {
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#555;
  font-weight:400;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.offers-container { grid-template-columns:repeat(4,minmax(0,1fr)); gap:22px; padding-top:30px; }
.offer-card,.operator-plan-row,.bredband-offer-card,.business-plan-card,.cart-summary-card,.empty-cart-card,.about-story-card,.about-value-card,.about-process-card,.about-team-card,.support-faq-item,.support-contact-wrap {
  border:0;
  border-radius:0;
  background:#ececec;
  box-shadow:none;
  transform:none;
}
.offer-card::before,.bredband-offer-card::before,.business-plan-card::before { height:1px; background:#0D1726; }
.offer-card:hover,.operator-plan-row:hover,.bredband-offer-card:hover,.business-plan-card:hover { box-shadow:none; transform:none; background:#e3e3e3; }
.offer-card-logo { min-height:150px; background:#f4f4f4; }
.offer-card-logo img,.bredband-operator-logo-wrap img,.operator-choice-grid img,.coverage-operator img { filter:grayscale(1); }
.offer-card-details { padding:26px; }
.offer-card-details > div > p,.operator-plan-copy h3,.business-plan-card h4 { font-weight:400; }
.offer-card.is-answering,.offer-card.is-selected,.operator-plan-row.is-selected,.bredband-offer-card.active { background:#dedede; box-shadow:inset 0 0 0 1px #0D1726; transform:none; }
.offer-question-actions button,.quiz-option {
  border:1px solid #0D1726;
  border-radius:0;
  background:#fff;
  font-weight:400;
}
.offer-question-actions button:hover { background:#0D1726; color:#fff; }
.offer-card-expanded-panel { grid-template-columns:.65fr 1.35fr; border:1px solid #0D1726; border-radius:0; background:#f2f2f2; box-shadow:none; }
.operator-plan-row { border-top:1px solid #aaa; background:#fff; }
.operator-plan-meta li { border-radius:0; background:transparent; border-bottom:1px solid #999; font-weight:400; }

.primary-btn,.adeala-btn,.business-action,.business-plan-btn,.about-btn,.support-btn,.bredband-primary-btn,.bredband-secondary-btn,.bredband-search-btn,.bredband-choose-btn,.bredband-tv-btn,.coverage-btn,.account-ghost-btn,.login-form button,.offer-card-action,.offer-answer-edit,.compare-open-button,.compare-clear-button,.coverage-soft-btn,.full-btn {
  min-height:54px;
  padding:0 28px;
  border:1px solid #0D1726;
  border-radius:0;
  background:#0D1726;
  color:#fff;
  box-shadow:none;
  font-size:15px;
  font-weight:400;
}
.primary-btn:hover,.adeala-btn:hover,.business-action:hover,.business-plan-btn:hover,.about-btn:hover,.support-btn:hover,.bredband-primary-btn:hover,.bredband-secondary-btn:hover,.bredband-search-btn:hover,.bredband-choose-btn:hover,.bredband-tv-btn:hover,.coverage-btn:hover,.account-ghost-btn:hover,.login-form button:hover,.offer-card-action:hover,.offer-answer-edit:hover,.compare-open-button:hover,.compare-clear-button:hover,.coverage-soft-btn:hover {
  background:#444;
  color:#fff;
  box-shadow:none;
  transform:none;
}

.reward-summary-bar { padding:26px 0; border-block:1px solid #0D1726; border-radius:0; background:transparent; color:#0D1726; }
.reward-progress { background:#ddd; }
.reward-progress-fill { background:#0D1726; }
.reward-choice { padding:18px 0; border:0; border-bottom:1px solid #aaa; border-radius:0; background:transparent; }
input,select,textarea,.bredband-input-wrap {
  border:0 !important;
  border-bottom:1px solid #333 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
input:focus,select:focus,textarea:focus,.bredband-input-wrap:focus-within { border-color:#0D1726 !important; box-shadow:none !important; }

.business-size-section { border-block:1px solid #bbb; background:#f1f1f1; }
.business-size { min-height:170px; border:1px solid #aaa; border-radius:0; background:transparent; font-weight:400; }
.business-size:hover,.business-size.is-selected { background:#0D1726; color:#fff; box-shadow:none; transform:none; }
.business-operator { border-color:#888; }
.business-plan-card { padding:28px; }
.business-plan-card.is-featured { background:#dedede; }

.about-section-soft,.support-contact-section { border-block:1px solid #aaa; background:#f0f0f0; }
.about-story-grid,.about-values-grid,.about-process-grid,.about-team-grid { gap:28px; }
.about-story-card,.about-value-card,.about-process-card { padding:32px; background:#e8e8e8 !important; color:#0D1726 !important; }
.about-story-card h3,.about-value-card h3,.about-process-card h3 { font-weight:400; }
.about-icon-wrap,.about-step-number { border:0; border-radius:0; background:transparent; color:#0D1726; }
.about-team-image { filter:grayscale(1); }
.about-cta-section,.support-cta { padding:140px clamp(28px,3vw,58px); background:#fff; }
.about-cta-inner,.support-cta-box { padding:80px 0; border-block:1px solid #0D1726; border-radius:0; background:transparent; color:#0D1726; box-shadow:none; }
.about-cta-inner h2,.support-cta-box h2 { color:#0D1726; font-weight:400; }
.support-faq-item { padding:26px 0; border-top:1px solid #aaa; background:transparent; }
.support-faq-item:hover { background:transparent; }
.support-faq-plus { border:0; border-radius:0; background:transparent; }
.support-contact-wrap { display:grid; grid-template-columns:.8fr 1.2fr; background:#eee; }
.support-contact-info { padding:54px; background:#0D1726; color:#fff; }
.support-form { padding:54px; }

/* Dialogs, drawers and hidden interactive frames. */
.bredband-modal-overlay,.compare-modal-backdrop,.cart-drawer-overlay { background:rgba(255,255,255,.78); backdrop-filter:blur(10px); }
.bredband-modal-card,.coverage-modal-card,.compare-modal-panel {
  border:1px solid #0D1726;
  border-radius:0;
  background:#fafafa;
  box-shadow:none;
}
.bredband-modal-head,.compare-modal-head { padding:28px 34px; border-bottom:1px solid #0D1726; background:#f0f0f0; }
.bredband-modal-head h3,.compare-modal-head h2 { font-weight:400; }
.modal-close-btn,.compare-modal-close,.cart-drawer-close { border:0; border-radius:0; background:transparent; }
.bredband-channel-card { border:1px solid #aaa; border-radius:0; background:#fff; }
.coverage-modal-sidebar { border-right:1px solid #0D1726; background:#0D1726; color:#fff; }
.coverage-modal-sidebar h2 { font-weight:400; }
.coverage-modal-card > .modal-close-btn { background:#fff; }
.compare-table-wrap { border:1px solid #0D1726; border-radius:0; }
.compare-table th { background:#eee; }
.compare-tray { bottom:0; border:1px solid #0D1726; border-radius:0; background:#f5f5f5; box-shadow:none; }
.compare-tray-item { border:0; border-radius:0; border-bottom:1px solid #777; }
.offer-compare-button {
  border-radius:0;
  background:#0D1726;
  color:#fff;
  box-shadow:none;
}
.offer-compare-button:hover,
.offer-compare-button.is-selected { background:#444; box-shadow:none; transform:none; }
.offer-compare-button__image,
.dealett-chatt-toggle__image { display:none !important; }
.cart-drawer-panel { border-left:1px solid #0D1726; background:#f7f7f7; box-shadow:none; }
.cart-drawer-head { border-bottom:1px solid #0D1726; background:#f0f0f0; }
.cart-line { border:0; border-bottom:1px solid #aaa; border-radius:0; background:transparent; }
.cart-drawer-footer { border-top:1px solid #0D1726; }

/* Quiz */
.hero.quiz-in-hero { min-height:100vh; padding:96px 0 72px; overflow:visible; background:#ededed; }
.hero.quiz-in-hero::before { display:none; }
.hero.quiz-in-hero .hero-quiz-mount { width:calc(100% - clamp(56px,6vw,116px)); max-width:none; margin:0 auto; }
.hero.quiz-in-hero #quiz-steps-wrapper,
.hero.quiz-in-hero #quiz-card-stack {
  height:auto !important;
  min-height:0 !important;
  overflow:visible !important;
}
.hero.quiz-in-hero .quiz-step-card {
  position:static !important;
  inset:auto !important;
  height:auto !important;
  min-height:0 !important;
}
.hero.quiz-in-hero .quiz-step-card:not(.active-step) { display:none !important; }
.hero.quiz-in-hero .quiz-step-card.active-step { display:block !important; animation:none; }
.hero.quiz-in-hero .quiz-card {
  height:auto !important;
  min-height:min(560px, calc(100vh - 150px));
  padding:32px 40px 42px;
  border:1px solid #0D1726;
  border-top:1px solid #0D1726;
  border-radius:0;
  background:#fafafa;
  box-shadow:none;
  overflow:visible !important;
}
.hero.quiz-in-hero .quiz-card-toolbar { margin-bottom:0; padding-bottom:20px; border-bottom:1px solid #999; }
.hero.quiz-in-hero .quiz-back-inline { border:0; border-radius:0; border-bottom:1px solid #0D1726; background:transparent; font-weight:400; }
.hero.quiz-in-hero .quiz-back-inline,
.hero.quiz-in-hero .quiz-back-inline * { color:#0D1726 !important; }
.hero.quiz-in-hero .quiz-progress-track { border:1px solid #0D1726; border-radius:0; background:#fff; }
.hero.quiz-in-hero .quiz-progress-inline { border-radius:0; background:#0D1726; }
.hero.quiz-in-hero .quiz-card-body {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  max-width:min(980px, 100%) !important;
  padding-top:28px;
  text-align:center;
  overflow:visible !important;
}
.hero.quiz-in-hero .quiz-card-body.max-w-5xl { max-width:min(1180px, 100%) !important; }
.hero.quiz-in-hero .quiz-card-body--operator-active { overflow:visible !important; padding-right:0; }
.hero.quiz-in-hero .quiz-title,.hero.quiz-in-hero .result-title { font:400 clamp(34px,4.2vw,70px)/.98 Arial,sans-serif; letter-spacing:0; }
.hero.quiz-in-hero .quiz-title {
  position:static !important;
  width:100%;
  margin:0 !important;
  color:#0D1726 !important;
}
.hero.quiz-in-hero .quiz-subtitle,.hero.quiz-in-hero .result-desc,.hero.quiz-in-hero .quiz-card-body > h3 {
  position:static !important;
  width:100%;
  margin:14px 0 0 !important;
  color:#777;
  font-weight:400;
}
.hero.quiz-in-hero .quiz-person-grid,
.hero.quiz-in-hero .quiz-option-list,
.hero.quiz-in-hero .operator-per-person,
.hero.quiz-in-hero .offers-recommendation-grid,
.hero.quiz-in-hero .operator-choice-grid {
  position:static !important;
  width:100%;
  margin-top:40px !important;
}
.hero.quiz-in-hero .quiz-person-grid {
  display:grid;
  grid-template-columns:repeat(5, minmax(96px, 1fr));
  gap:16px;
}
.hero.quiz-in-hero .quiz-person-grid--extra { margin-top:18px !important; }
.hero.quiz-in-hero .quiz-option-list {
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}
.hero.quiz-in-hero .quiz-option-list.quiz-option-list--centered {
  grid-template-columns:repeat(2, minmax(0, 315px));
  justify-content:center;
}
.hero.quiz-in-hero .quiz-option {
  min-height:76px;
  border:1px solid #777;
  border-radius:0;
  background:transparent;
  font-weight:400;
}
.hero.quiz-in-hero .quiz-option::before,
.hero.quiz-in-hero .quiz-option::after { display:none !important; }
.hero.quiz-in-hero .quiz-option span,
.hero.quiz-in-hero .quiz-option span + span { color:inherit !important; }
.hero.quiz-in-hero .quiz-option:hover { box-shadow:none; transform:none; }
.hero.quiz-in-hero .quiz-option.active,.hero.quiz-in-hero .quiz-option.selected { background-color:#0D1726; color:#fff; box-shadow:none; transform:none; }
.hero.quiz-in-hero .quiz-more-toggle {
  min-height:54px;
  margin-top:24px;
  padding:0 30px;
  border:1px solid #0D1726;
  border-radius:0;
  background:transparent;
  color:#0D1726;
}
.hero.quiz-in-hero .operator-per-person { display:grid; gap:20px; }
.hero.quiz-in-hero .operator-person-card { padding:22px; border:1px solid #aaa; border-radius:0; background:#fff; box-shadow:none; }
.hero.quiz-in-hero .operator-person-title { margin-bottom:18px; font-weight:400; text-align:left; }
.hero.quiz-in-hero .operator-card-controls { display:grid; grid-template-columns:1fr !important; gap:16px; }
.hero.quiz-in-hero .operator-choice-grid { display:grid; grid-template-columns:repeat(5, minmax(0, 1fr)); gap:8px; margin-top:0 !important; }
.hero.quiz-in-hero .operator-choice-grid .quiz-option { min-height:58px; padding:8px 12px; }
.hero.quiz-in-hero .operator-choice-grid .partner-logo { max-width:88px; max-height:30px; object-fit:contain; }
.hero.quiz-in-hero .operator-binding-controls { display:grid; grid-template-columns:minmax(240px, 1fr) 150px; gap:10px; padding:10px 0 0; border:0; border-radius:0; background:transparent; }
.hero.quiz-in-hero .operator-date-field,.hero.quiz-in-hero .operator-no-binding-button { min-height:58px; border:1px solid #999; border-radius:0; background:#f3f3f3; color:#0D1726 !important; }
.hero.quiz-in-hero .operator-date-icon { background:#0D1726; color:#fff; }
.hero.quiz-in-hero .quiz-next-button {
  position: relative;
  overflow: hidden;
}
.hero.quiz-in-hero .quiz-next-button::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(currentColor, currentColor) left top / 0 1px no-repeat,
    linear-gradient(currentColor, currentColor) right top / 1px 0 no-repeat,
    linear-gradient(currentColor, currentColor) right bottom / 0 1px no-repeat,
    linear-gradient(currentColor, currentColor) left bottom / 1px 0 no-repeat;
  transition: background-size .22s ease;
}
.hero.quiz-in-hero .quiz-next-button:hover::after,
.hero.quiz-in-hero .quiz-next-button:focus-visible::after {
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
}

.hero.quiz-in-hero .offers-recommendation-grid {
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:clamp(22px, 4vw, 58px);
  margin-top:46px !important;
  align-items:start;
}
.hero.quiz-in-hero .offers-recommendation-grid .offer-card {
  position:relative;
  min-height:0;
  border:1px solid #999;
  border-top:1px solid #0D1726;
  border-radius:0;
  background:#eee;
  box-shadow:none;
  overflow:hidden;
  transform:none !important;
}
.hero.quiz-in-hero .offers-recommendation-grid .offer-card:nth-child(2),
.hero.quiz-in-hero .offers-recommendation-grid .offer-card:nth-child(3),
.hero.quiz-in-hero .offer-card--top { transform:none !important; }
.hero.quiz-in-hero .offer-card__accent { display:none; }
.hero.quiz-in-hero .offer-card__inner { padding:18px; }
.hero.quiz-in-hero .offer-card__top { margin:0 0 14px; }
.hero.quiz-in-hero .offer-card__label {
  border-radius:0;
  background:#0D1726;
  color:#fff;
}
.hero.quiz-in-hero .offer-card__head {
  position:static;
  min-height:86px;
  padding:16px;
  border-radius:0;
  background:#f7f7f7 !important;
}
.hero.quiz-in-hero .offer-card__head::before,
.hero.quiz-in-hero .offer-card__head::after { display:none; }
.hero.quiz-in-hero .offer-card__logo { max-height:54px; filter:grayscale(1); }
.hero.quiz-in-hero .offer-card__head .offer-compare-button--icon {
  position:absolute;
  top:18px;
  right:18px;
  left:auto;
  width:36px;
  min-width:36px;
  height:36px;
  min-height:36px;
  padding:0;
  border:0;
  background:#0D1726;
}
.hero.quiz-in-hero .offer-card__head .offer-compare-button--icon [data-compare-label] { display:none; }
.hero.quiz-in-hero .offer-card__plan-title { color:#0D1726; font-weight:400; }
.hero.quiz-in-hero .offer-card__desc,
.hero.quiz-in-hero .offer-card__stat-label,
.hero.quiz-in-hero .offer-card__stat-sub { color:#666; }

.abon-page .offer-compare-button {
  min-height: 42px;
  border: 1px solid rgba(39,36,67,.16);
  border-radius: 8px;
  background: #fff;
  color: #0D1726;
  box-shadow: none;
  gap: 8px;
  padding: 0 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.abon-page .offer-compare-button:hover {
  border-color: var(--offer-accent,var(--accent));
  background: #fff;
  color: var(--offer-accent,var(--accent));
  box-shadow: 0 8px 18px rgba(39,36,67,.08);
  transform: translateY(-1px);
}

.abon-page .offer-compare-button.is-selected {
  border-color: var(--offer-accent,var(--accent));
  background: color-mix(in srgb, var(--offer-accent,var(--accent)) 10%, #fff);
  color: var(--offer-accent,var(--accent));
  box-shadow: inset 0 0 0 1px var(--offer-accent,var(--accent));
  transform: none;
}

.abon-page .offer-compare-button--icon {
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  padding: 0;
  border-radius: 8px;
}

.abon-page .offer-compare-button--icon [data-compare-label] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.abon-page .operator-plan-row .offer-card-actions .offer-compare-button {
  position: static;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 42px;
}

.abon-page .offer-question-actions button,
.abon-page .family-person-grid button,
.abon-page .family-status-options button,
.abon-page .family-calc-options button,
.abon-page .family-streaming-choice {
  border: 1px solid color-mix(in srgb, var(--offer-accent,var(--accent)) 28%, #fff);
  border-radius: 8px;
  background: #fff;
  color: var(--offer-accent,var(--accent));
  box-shadow: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.abon-page .offer-question-actions button:hover,
.abon-page .family-person-grid button:hover,
.abon-page .family-status-options button:hover,
.abon-page .family-calc-options button:hover,
.abon-page .family-streaming-choice:hover {
  border-color: var(--offer-accent,var(--accent));
  background: color-mix(in srgb, var(--offer-accent,var(--accent)) 10%, #fff);
  color: var(--offer-accent,var(--accent));
  box-shadow: 0 8px 18px rgba(39,36,67,.08);
  transform: translateY(-1px);
}

.abon-page .family-person-grid .family-more-toggle,
.abon-page .family-person-grid .family-more-toggle:hover {
  color: var(--offer-accent,var(--accent));
}

.abon-page .family-person-grid .family-more-toggle.is-active,
.abon-page .family-calc-options button.is-selected,
.abon-page .family-streaming-choice.is-selected {
  border-color: var(--offer-accent,var(--accent));
  background: var(--offer-accent,var(--accent));
  color: #fff;
  box-shadow: none;
  transform: none;
}

.abon-page .family-streaming-choice.is-selected strong,
.abon-page .family-streaming-choice.is-selected span,
.abon-page .family-streaming-choice.is-selected small {
  color: #fff;
}

.abon-page .offer-binding-date button {
  border: 1px solid var(--offer-accent,var(--accent));
  border-radius: 8px;
  background: var(--offer-accent,var(--accent));
  color: #fff;
  box-shadow: none;
}

.abon-page .offer-binding-date button:hover {
  background: color-mix(in srgb, var(--offer-accent,var(--accent)) 86%, #0D1726);
  color: #fff;
  transform: translateY(-1px);
}
.hero.quiz-in-hero .offer-card__stats { gap:10px; margin-top:16px; }
.hero.quiz-in-hero .offer-card__stat {
  padding:12px;
  border-radius:0;
  background:#fafafa;
}
.hero.quiz-in-hero .offer-card__stat-icon { display:none; }
.hero.quiz-in-hero .offer-card__cta { border-radius:0; background:#0D1726; color:#fff; }
.hero.quiz-in-hero .offer-card:hover { box-shadow:none; }

.hero.quiz-in-hero .offers-recommendation-grid {
  gap: 20px;
  margin-top: 28px;
  align-items: stretch;
}

.hero.quiz-in-hero .offers-recommendation-grid .offer-card {
  max-width: 360px;
}

.hero.quiz-in-hero .offers-recommendation-grid .offer-card--top {
  transform: translateY(-8px);
}

.hero.quiz-in-hero .offer-card__inner {
  gap: 14px;
  padding: 22px;
}

.hero.quiz-in-hero .offer-card__top {
  margin-bottom: 0;
}

.hero.quiz-in-hero .offer-card__head {
  min-height: 104px;
  position: relative;
  padding: 18px;
  background: #fff;
}

.hero.quiz-in-hero .offer-card__logo,
.hero.quiz-in-hero .offer-card__logo--telenor,
.hero.quiz-in-hero .offer-card__logo--tre {
  position: relative;
  inset: auto;
  width: 88%;
  max-width: 210px;
  height: 70px;
  min-height: 0;
  max-height: 70px;
  padding: 0;
  background: transparent !important;
  filter: none !important;
  object-fit: contain;
}

.hero.quiz-in-hero .offer-card__gift-badge {
  top: 10px;
  right: 12px;
  width: 76px;
  height: 76px;
}

/* Compact operator/binding stage for larger households */
.hero.quiz-in-hero #step1 .quiz-card {
  padding-top: 18px !important;
}

.hero.quiz-in-hero #step1 .quiz-card-toolbar {
  margin-bottom: 8px !important;
}

.hero.quiz-in-hero #step1 .quiz-card-body {
  max-width: min(1260px, 100%) !important;
  padding-top: 0 !important;
}

.hero.quiz-in-hero #step1 .quiz-card-body--operator-active .quiz-title,
.hero.quiz-in-hero #step1 .quiz-title {
  margin-top: 0 !important;
  font-size: clamp(24px, 2vw, 32px) !important;
  line-height: 1.02 !important;
}

.hero.quiz-in-hero #step1 .quiz-card-body > h3 {
  margin: 6px 0 0 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

.hero.quiz-in-hero #step1 .operator-per-person {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-top: 10px !important;
}

.hero.quiz-in-hero #step1 .operator-person-card {
  padding: 8px !important;
  border-color: #c7c7c7 !important;
}

.hero.quiz-in-hero #step1 .operator-person-title {
  margin: 0 0 6px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.hero.quiz-in-hero #step1 .operator-card-controls {
  grid-template-columns: minmax(0, 1fr) minmax(184px, 220px) !important;
  gap: 8px !important;
  align-items: stretch !important;
}

.hero.quiz-in-hero #step1 .operator-choice-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 5px !important;
  align-items: start !important;
}

.hero.quiz-in-hero #step1 .operator-choice-grid .quiz-option {
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  padding: 4px !important;
  border-radius: 0 !important;
  font-size: 10px !important;
}

.hero.quiz-in-hero #step1 .operator-choice-grid .partner-logo {
  max-width: 46px !important;
  max-height: 17px !important;
}

.hero.quiz-in-hero #step1 .operator-binding-controls {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 76px !important;
  gap: 5px !important;
  padding: 0 !important;
  align-items: stretch !important;
}

.hero.quiz-in-hero #step1 .operator-date-field,
.hero.quiz-in-hero #step1 .operator-no-binding-button {
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
}

.hero.quiz-in-hero #step1 .operator-date-field {
  grid-template-columns: 22px minmax(0, 1fr) !important;
  gap: 3px 5px !important;
  padding: 4px 6px !important;
}

.hero.quiz-in-hero #step1 .operator-date-icon {
  width: 22px !important;
  height: 22px !important;
}

.hero.quiz-in-hero #step1 .operator-date-icon svg {
  width: 13px !important;
  height: 13px !important;
}

.hero.quiz-in-hero #step1 .operator-date-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.hero.quiz-in-hero #step1 .operator-date-field input {
  grid-column: auto !important;
  min-height: 22px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 11px !important;
}

.hero.quiz-in-hero #step1 .operator-no-binding-button {
  padding: 0 18px 0 6px !important;
  font-size: 10px !important;
  line-height: 1.05 !important;
}

.hero.quiz-in-hero #step1 .operator-choice-grid .quiz-option.selected::after,
.hero.quiz-in-hero #step1 .operator-choice-grid .quiz-option.active::after,
.hero.quiz-in-hero #step1 .operator-choice-grid .quiz-option[aria-pressed="true"]::after,
.hero.quiz-in-hero #step1 .operator-no-binding-button.selected::after,
.hero.quiz-in-hero #step1 .operator-no-binding-button.active::after,
.hero.quiz-in-hero #step1 .operator-no-binding-button[aria-pressed="true"]::after {
  top: 3px !important;
  right: 3px !important;
  width: 15px !important;
  height: 15px !important;
  font-size: 9px !important;
}

.hero.quiz-in-hero #step1 .operator-choice-grid .quiz-option.selected,
.hero.quiz-in-hero #step1 .operator-choice-grid .quiz-option.active,
.hero.quiz-in-hero #step1 .operator-choice-grid .quiz-option[aria-pressed="true"],
.hero.quiz-in-hero #step1 .operator-no-binding-button.selected,
.hero.quiz-in-hero #step1 .operator-no-binding-button.active,
.hero.quiz-in-hero #step1 .operator-no-binding-button[aria-pressed="true"] {
  box-shadow: inset 0 0 0 2px #ff8a00 !important;
  transform: none !important;
}

@media (max-width: 900px) {
  .hero.quiz-in-hero #step1 .quiz-ai-actions {
    top: 28px !important;
  }

  .hero.quiz-in-hero #step1 .operator-per-person {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .hero.quiz-in-hero #step1 .operator-card-controls {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
  }

  .hero.quiz-in-hero #step1 .operator-person-card {
    padding: 6px !important;
  }

  .hero.quiz-in-hero #step1 .operator-choice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 3px !important;
  }

  .hero.quiz-in-hero #step1 .operator-choice-grid .quiz-option {
    min-width: 0 !important;
    font-size: 8px !important;
  }

  .hero.quiz-in-hero #step1 .operator-choice-grid .partner-logo {
    max-width: 42px !important;
    max-height: 15px !important;
  }

  .hero.quiz-in-hero #step1 .operator-binding-controls {
    grid-template-columns: minmax(0, 1fr) 58px !important;
  }

  .hero.quiz-in-hero #step1 .operator-no-binding-button {
    padding-right: 14px !important;
    font-size: 8px !important;
  }
}

.hero.quiz-in-hero .offer-card__stats {
  gap: 12px;
  margin-top: 0;
}

.hero.quiz-in-hero .offer-card__stat {
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(34,34,34,.12);
  background: #fff;
}

.hero.quiz-in-hero .offer-card__stat > div {
  display: grid;
  gap: 5px;
  align-items: start;
}

.hero.quiz-in-hero .offer-card__stat-value {
  text-align: left;
  white-space: normal;
}

.hero.quiz-in-hero .offer-card__reason {
  margin-top: 0;
  padding: 12px 14px;
  line-height: 1.45;
}

.hero.quiz-in-hero .offer-card__actions {
  margin-top: 0;
}

.hero.quiz-in-hero .offer-card__cta {
  min-height: 46px;
  margin-top: 0;
}

.partner-logo,
.offer-card__logo,
.offer-card-logo img,
.operator-choice-grid img,
.coverage-operator img,
.bredband-operator-logo-wrap img {
  filter: none !important;
}

/* Account, checkout and login */
.account-main,.login-main,.cart-main { padding-top:112px; }
.account-hero { padding:80px 0 120px; background:#eee; }
.account-hero-card { padding:70px 0; border:0; border-block:1px solid #0D1726; border-radius:0; background:transparent; color:#0D1726; box-shadow:none; }
.account-hero-card h1 { color:#0D1726; font-weight:400; }
.account-card { border:0; border-top:1px solid #aaa; border-radius:0; background:transparent !important; color:#0D1726 !important; }
.account-plan-box,.account-reward-box,.account-empty-state { border:1px solid #aaa; border-radius:0; background:#f3f3f3; }
.account-danger-btn { border-radius:0; }
.login-main { background:#eee; }
.login-card { border:1px solid #0D1726; border-radius:0; background:#fafafa; box-shadow:none; }
.login-head h1 { font-weight:400; }
.login-demo-note { border:0; border-left:2px solid #0D1726; border-radius:0; background:#eee; }
.cart-summary-card,.empty-cart-card { padding:32px; border:1px solid #aaa; background:#eee; box-shadow:none; }
.cart-total-box,.cart-checkout-total-card { border-radius:0; background:#0D1726; }
.phone-input-field,.start-date-choice { border:1px solid #aaa; border-radius:0; background:#f3f3f3; }
.start-date-choice:hover,.start-date-choice.is-selected { background:#0D1726; color:#fff; box-shadow:none; transform:none; }

/* Packages page */
.package-hero { grid-template-columns:1fr 1fr; min-height:820px; padding:112px clamp(28px,3vw,58px) 0; gap:clamp(80px,12vw,210px); background:#eee; border-bottom:1px solid #aaa; }
.package-hero__copy h1 { font:400 clamp(62px,7vw,112px)/.94 Arial,sans-serif; letter-spacing:-.045em; }
.package-hero__art { min-height:600px; padding:44px; border:0; border-radius:0; background:url('./images/editorial-home-router.png') center/cover; color:#fff; box-shadow:none; filter:grayscale(1); transform:none; }
.package-hero__art::after { display:none; }
.package-hero__art span,.package-hero__art strong { display:none; }
.package-options { padding:160px clamp(28px,3vw,58px); }
.package-options__head h2 { font-weight:400; }
.package-grid { gap:30px; }
.package-card { min-height:410px; padding:28px 0; border:0; border-top:1px solid #0D1726; border-radius:0; background:transparent !important; color:#0D1726 !important; }
.package-card:hover { box-shadow:none; transform:none; }
.package-card > span { border:0; padding:0; font-weight:400; }
.package-card h3 { font-weight:400; }

/* Footer and chatt */
.footer { padding:120px clamp(28px,3vw,58px) 48px; border-top:1px solid #aaa; background:#fafafa; }
.footer .footer-inner { max-width:none; padding:0; }
.footer .footer-main { grid-template-columns:1fr 1fr 1fr; gap:70px; }
.footer .footer-brand-link { color:#0D1726; font:400 clamp(38px,3.2vw,58px)/1 Arial,sans-serif; letter-spacing:-.02em; }
.footer .footer-brand p { color:#777; font-weight:400; }
.footer .footer-links p,.footer .footer-contact .footer-contact-title { color:#0D1726; font-weight:400; }
.footer .footer-links a,.footer .footer-contact a,.footer .footer-contact p:not(.footer-contact-title) { color:#555; font-weight:400; }
.footer .footer-social-grid { grid-column:1/-1; display:flex; justify-content:flex-end; }
.footer .footer-social-plate { width:44px; min-height:44px; padding:0; border:0; border-radius:0; background:transparent; }
.footer .footer-social-copy { display:none; }
.footer .footer-social-icon { width:44px; color:#0D1726; }
.dealett-chatt-toggle { width:58px; height:58px; border:0; border-radius:0; background:#0D1726; box-shadow:none; }
.dealett-chatt-toggle::before,.dealett-chatt-toggle::after { display:none; }
.dealett-chatt-toggle i { color:#fff; font-size:22px; }
.dealett-chatt-toggle:hover { background:#444; box-shadow:none; transform:none; }
.dealett-chatt-panel { border:1px solid #0D1726; border-radius:0; background:#fafafa; box-shadow:none; }
.dealett-chatt-header { border-bottom:1px solid #0D1726; background:#eee; }
.dealett-chatt-bubble { border:1px solid #aaa; border-radius:0; }
.dealett-chatt-message--user .dealett-chatt-bubble { background:#0D1726; }
.dealett-chatt-chip,.dealett-chatt-widget-button { border:1px solid #777; border-radius:0; }

@media (max-width: 900px) {
  .site-header { position:fixed; }
  .site-header .header-inner { min-height:76px; padding:0 18px; background:rgba(250,250,250,.94); border-bottom:1px solid #aaa; }
  .site-header .header-topbar-group--right { margin:0 52px 0 auto; }
  .site-header .header-account-link,.site-header .language-switcher { display:none; }
  .site-header .mobile-nav-toggle { top:50%; right:18px; display:flex; transform:translateY(-50%); }
  .site-header .site-nav {
    top:76px;
    right:0;
    left:0;
    display:none;
    padding:22px;
    border:0;
    border-bottom:1px solid #0D1726;
    border-radius:0;
    background:#fafafa;
    box-shadow:none;
  }
  .site-header.mobile-nav-open .site-nav { display:block; }
  .site-header .nav-menu { display:grid; gap:0; }
  .site-header .nav-item { display:block; }
  .site-header .nav-item a,.site-header .nav-link { min-height:48px; font-size:18px; }

  .hero { min-height:900px; background-position:58% center; }
  .hero .hero-eyebrow { top:105px; }
  .hero h1 { top:155px; width:calc(100% - 36px); font-size:clamp(44px,13vw,58px); }
  .hero .hero-lead { top:292px; right:auto; bottom:auto; left:18px; width:min(330px, calc(100vw - 36px)); max-width:none; box-sizing:border-box; padding:0; overflow-wrap:anywhere; white-space:normal; background:transparent; font-size:13px; line-height:1.35; }
  .hero-actions { top:auto; right:18px; bottom:116px; width:calc(100% - 36px); }
  .hero .button { min-height:56px; padding:0 24px; }
  .hero-text-link { display:none; }
  .home-intro,.home-how,.gift-card-section { padding:100px 20px; }
  .home-intro__head { display:block; margin-bottom:70px; }
  .home-intro h2,.home-how h2 { margin-top:16px; }
  .home-intro__grid { grid-template-columns:1fr; }
  .home-service-card { min-height:260px; }
  .home-how { display:block; }
  .home-how__steps { margin-top:70px; }
  .gift-card-section .page-shell { grid-template-columns:1fr; gap:70px; }
  .gift-card-image img { min-height:420px; }

  .shop-hero,.business-hero,.bredband-hero,.coverage-hero,.about-hero,.support-hero { min-height:auto; padding:76px 0 0; }
  .shop-hero-image,.business-hero-image,.bredband-hero-image,.coverage-hero__img,.about-hero-image,.support-hero-image { position:relative; inset:auto; width:100%; height:54vh; min-height:380px; }
  .shop-hero-content,.business-hero-inner,.bredband-hero-inner,.coverage-hero__inner,.about-hero-inner,.support-hero-inner { display:block; width:100%; min-height:0; margin:0; padding:60px 20px 80px; }
  .shop-hero-content { margin:0; }
  .business-hero-copy,.bredband-hero-copy,.coverage-hero__copy,.about-hero-copy,.support-hero-copy { max-width:none; }
  .shop-hero h1,.business-hero h1,.bredband-hero h1,.coverage-hero h1,.about-hero h1,.support-hero h1 { font-size:clamp(48px,14vw,68px); }
  .result-shell,.business-shell,.about-container,.support-shell,.account-shell,.bredband-results-shell { width:calc(100% - 40px); }
  .offers-container { grid-template-columns:1fr; }
  .offer-card-expanded-panel { grid-template-columns:1fr; }
  .reward-grid-native { grid-template-columns:1fr; }
  .business-operator-info { position:static; }
  .support-contact-wrap { grid-template-columns:1fr; }
  .support-contact-info,.support-form { padding:34px 22px; }
  .coverage-modal-body { grid-template-columns:1fr; }
  .coverage-modal-sidebar { border-right:0; border-bottom:1px solid #0D1726; }
  .bredband-modal-card,.coverage-modal-card,.compare-modal-panel { inset:8px; border-radius:0; box-shadow:none; }
  .cart-drawer-panel { width:100%; }
  .hero.quiz-in-hero { padding:76px 0 40px; }
  .hero.quiz-in-hero .hero-quiz-mount { width:100%; }
  .hero.quiz-in-hero .quiz-card { min-height:720px; padding:24px 18px; border-right:0; border-left:0; }
  .hero.quiz-in-hero .quiz-person-grid { grid-template-columns:repeat(2,1fr); }
  .hero.quiz-in-hero .quiz-option-list,.hero.quiz-in-hero .operator-per-person,.hero.quiz-in-hero .offers-recommendation-grid { grid-template-columns:1fr; }
  .hero.quiz-in-hero .quiz-option-list.quiz-option-list--centered { grid-template-columns:1fr; }
  .hero.quiz-in-hero .quiz-title,.hero.quiz-in-hero .result-title { font-size:clamp(40px,11vw,58px); }
  .hero.quiz-in-hero .result-header { padding-top:128px; }
  .hero.quiz-in-hero .result-title { font-size:clamp(34px,10vw,48px); }
  .hero.quiz-in-hero .offer-card__reason { padding-right:90px; }
  .hero.quiz-in-hero .quiz-card-body { padding-top:28px; }
  .hero.quiz-in-hero .operator-choice-grid { grid-template-columns:repeat(2,1fr); }
  .package-hero { display:block; min-height:auto; padding:110px 20px 0; }
  .package-hero__art { min-height:460px; margin-top:60px; }
  .package-options { padding:100px 20px; }
  .package-options__head { display:block; }
  .package-grid { grid-template-columns:1fr; }
  .footer { padding:90px 20px 40px; }
  .footer .footer-main { grid-template-columns:1fr; }
  .footer .footer-social-grid { justify-content:flex-start; }
}

body:has(.home-intro) .hero .button:hover,
body:has(.home-intro) .home-how .button:hover,
body:has(.home-intro) .newsletter-form .button:hover,
body:has(.home-intro) .hero.quiz-in-hero .offer-card__cta:hover {
  background-color: #0D1726;
  box-shadow: none;
  transform: none;
}

body:has(.home-intro) .hero-text-link:hover,
body:has(.home-intro) .home-service-card:hover,
body:has(.home-intro) .hero.quiz-in-hero .quiz-back-inline:hover,
body:has(.home-intro) .hero.quiz-in-hero .quiz-option:hover,
body:has(.home-intro) .hero.quiz-in-hero .quiz-more-toggle:hover,
body:has(.home-intro) .hero.quiz-in-hero .operator-no-binding-button:hover,
body:has(.home-intro) .coverage-maplibre-section button:hover {
  box-shadow: none;
  transform: none;
}

body:has(.home-intro) .hero.quiz-in-hero .quiz-option:hover {
  background-color: transparent;
  color: inherit;
}

body:has(.home-intro) .hero.quiz-in-hero .quiz-more-toggle:hover {
  background-color: transparent;
}

body:has(.home-intro) .hero.quiz-in-hero .operator-no-binding-button:hover {
  background-color: #f3f3f3;
}

body:has(.home-intro) .newsletter-form .button:hover { color:#fff; }

/* Premium mobile plans page. */
.mobile-plans-page {
  --mobile-orange:var(--ed-orange);
  --mobile-lime:var(--ed-lime);
  --mobile-blue:var(--ed-blue);
  background:#f7f7f5 !important;
}
.mobile-plans-page .abon-main { overflow:clip; }
.mobile-plans-page .shop-hero {
  min-height:900px;
  border-bottom:1px solid #bbb;
  background:#f0f0ee;
}
.mobile-plans-page .shop-hero-image {
  filter:grayscale(.76) contrast(1.04);
  transform:translate3d(0,var(--mobile-hero-shift,0),0) scale(1.065);
  transform-origin:center top;
  will-change:transform;
}
.mobile-plans-page .shop-hero::before {
  content:"";
  position:absolute;
  z-index:1;
  inset:112px auto 0 0;
  display:block;
  width:50%;
  height:auto;
  pointer-events:none;
  background:
    radial-gradient(circle at var(--mobile-pointer-x,64%) var(--mobile-pointer-y,44%),rgba(201, 111, 36,.24),transparent 21%),
    linear-gradient(90deg,rgba(240,240,238,.05),rgba(240,240,238,.38));
  mix-blend-mode:multiply;
}
.mobile-plans-page .shop-hero::after {
  content:"";
  position:absolute;
  z-index:2;
  top:112px;
  bottom:0;
  left:calc(50% - 3px);
  display:block;
  width:6px;
  height:auto;
  background:linear-gradient(180deg,var(--mobile-orange) 0 18%,transparent 18% 76%,var(--mobile-lime) 76% 100%);
  transform:scaleY(.72);
  transform-origin:center;
}
.mobile-plans-page .shop-hero-content {
  position:relative;
  z-index:3;
  gap:0;
}
.mobile-plans-page .shop-hero-kicker {
  display:flex;
  margin:0 0 28px;
  align-items:center;
  gap:12px;
  color:#555;
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.mobile-plans-page .shop-hero-kicker span {
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--mobile-lime);
  box-shadow:0 0 0 6px rgba(248, 245, 240,.16);
  animation:editorial-pulse 3.8s ease-in-out infinite;
}
.mobile-plans-page .shop-hero h1 {
  max-width:760px;
  font-size:clamp(55px,5.35vw,94px);
}
.mobile-plans-page .shop-hero h1 em {
  position:relative;
  display:inline-block;
  color:#0D1726;
  font:inherit;
  z-index:0;
}
.mobile-plans-page .shop-hero h1 em::after {
  content:"";
  position:absolute;
  z-index:-1;
  right:-.02em;
  bottom:.04em;
  left:-.02em;
  height:.06em;
  background:var(--mobile-orange);
  transform:scaleX(.2);
  transform-origin:left;
  animation:editorial-underline 1.1s .35s cubic-bezier(.2,.8,.2,1) forwards;
}
.mobile-plans-page .shop-hero-lead {
  max-width:620px;
  margin:28px 0 0;
  color:#5b5b5b;
  font-size:clamp(17px,1.25vw,21px);
  line-height:1.55;
}
.mobile-plans-page .shop-hero-points {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  width:100%;
  max-width:680px;
  margin-top:34px;
  border-block:1px solid #bbb;
}
.mobile-plans-page .shop-hero-points li {
  width:auto;
  min-height:78px;
  margin:0;
  padding:14px 16px;
  align-items:flex-start;
  border-right:1px solid #bbb;
  font-size:13px;
  line-height:1.35;
}
.mobile-plans-page .shop-hero-points li:last-child { border-right:0; }
.mobile-plans-page .shop-hero-points i { margin-top:2px; color:var(--mobile-orange); }
.mobile-plans-page .shop-hero-cta {
  display:inline-flex;
  min-height:58px;
  margin-top:34px;
  padding:0 0 0 26px;
  align-items:center;
  gap:30px;
  background:#151515;
  color:#fff;
  font-size:14px;
  text-decoration:none;
}
.mobile-plans-page .shop-hero-cta span {
  display:grid;
  width:58px;
  align-self:stretch;
  place-items:center;
  background:var(--mobile-orange);
  color:#0D1726;
  transition:transform .35s ease;
}
.mobile-plans-page .shop-hero-cta:hover span { transform:translateY(5px); }
.mobile-plans-page .shop-hero-index {
  position:absolute;
  right:clamp(28px,5vw,100px);
  bottom:-86px;
  color:#888;
  font-size:10px;
  letter-spacing:.18em;
}

.mobile-plans-page .result-section {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:clamp(110px,10vw,180px) 0;
  background:#fafafa;
}
.mobile-plans-page #offersSection::before {
  content:"";
  position:absolute;
  z-index:0;
  top:7%;
  right:-9vw;
  width:clamp(260px,30vw,560px);
  aspect-ratio:1;
  border:1px solid rgba(201, 111, 36,.28);
  border-radius:50%;
  background:radial-gradient(circle at 40% 40%,rgba(201, 111, 36,.12),rgba(201, 111, 36,.02) 56%,transparent 57%);
  transform:translate3d(0,var(--mobile-parallax-y,0),0);
  will-change:transform;
}
.mobile-plans-page .result-shell { position:relative; z-index:1; }
.mobile-plans-page .shop-list-head {
  display:grid;
  grid-template-columns:minmax(180px,.46fr) minmax(0,1.54fr);
  margin-bottom:clamp(65px,7vw,110px);
  align-items:start;
}
.mobile-plans-page .shop-list-head .section-kicker {
  grid-row:1 / span 2;
  max-width:180px;
  margin:7px 0 0;
  color:var(--mobile-orange);
  font-size:11px;
  letter-spacing:.14em;
}
.mobile-plans-page .shop-list-head h2 { max-width:950px; }
.mobile-plans-page .shop-list-head p {
  max-width:680px;
  margin:24px 0 0;
  color:#666;
  font-size:18px;
  line-height:1.55;
}
.mobile-plans-page .offers-strip { overflow:visible; }
.mobile-plans-page .offers-strip-top {
  padding:0 0 18px;
  border-bottom:1px solid #0D1726;
}
.mobile-plans-page .offers-strip-badge { color:#0D1726; }
.mobile-plans-page .offers-strip-badge i { color:var(--mobile-orange); }
.mobile-plans-page .offers-strip-note {
  margin:0;
  color:#777;
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.mobile-plans-page .offers-inner { padding:34px 0 0; }
.mobile-plans-page .offers-container { gap:20px; padding:0; }
.mobile-plans-page .offer-card {
  position:relative;
  min-height:430px;
  padding:0;
  gap:0;
  overflow:hidden;
  border:1px solid #c7c7c7;
  border-top:1px solid #0D1726;
  background:#fff;
  box-shadow:0 18px 45px rgba(20,20,20,.055);
  transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s ease,border-color .3s ease;
}
.mobile-plans-page .offer-card::after {
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  height:6px;
  background:var(--offer-accent,var(--mobile-orange));
  transform:scaleX(.2);
  transform-origin:left;
  transition:transform .55s cubic-bezier(.2,.8,.2,1);
}
.mobile-plans-page .offer-card:hover {
  background:#fff;
  border-color:#999;
  box-shadow:0 28px 60px rgba(20,20,20,.11);
  transform:translateY(-8px);
}
.mobile-plans-page .offer-card:hover::after,.mobile-plans-page .offer-card.is-selected::after { transform:scaleX(1); }
.mobile-plans-page .offer-card-logo {
  min-height:170px;
  border-bottom:1px solid #d0d0d0;
  background:#f3f3f1;
}
.mobile-plans-page .offer-card-logo img {
  max-width:145px;
  filter:grayscale(1);
  transition:filter .5s ease,transform .5s cubic-bezier(.2,.8,.2,1);
}
.mobile-plans-page .offer-card:hover .offer-card-logo img,.mobile-plans-page .offer-card.is-selected .offer-card-logo img { filter:grayscale(0); transform:scale(1.04); }
.mobile-plans-page .offer-card-details { min-height:258px; padding:26px; }
.mobile-plans-page .offer-card-details > div > p {
  margin:0;
  color:#0D1726;
  font-size:25px;
  letter-spacing:-.035em;
}
.mobile-plans-page .offer-card-meta { margin-top:18px; gap:0; }
.mobile-plans-page .offer-card-meta li {
  width:100%;
  min-height:34px;
  padding:7px 0;
  border-bottom:1px solid #d3d3d3;
  border-radius:0;
  background:transparent;
  color:#666;
  font-weight:400;
}
.mobile-plans-page .offer-card-actions { margin-top:24px; }
.mobile-plans-page .offer-card-action,.mobile-plans-page .primary-btn {
  min-height:54px;
  border:0;
  border-left:5px solid var(--offer-accent,var(--mobile-orange));
  background:#151515;
  color:#fff;
  transition:background-color .25s ease,color .25s ease;
}
.mobile-plans-page .offer-card-action:hover,.mobile-plans-page .primary-btn:hover:not(:disabled) { background:#2e2e2e; transform:none; }
.mobile-plans-page .offer-card-action:disabled { border-left-color:#aaa; background:#ddd; color:#777; opacity:1; }
.mobile-plans-page .offer-compare-button,
.mobile-plans-page .offer-compare-button--icon {
  border:1px solid #aaa;
  border-radius:0;
  background:#fff;
  color:#0D1726;
  font-weight:400;
}
.mobile-plans-page .offer-compare-button--icon { top:14px; right:14px; }
.mobile-plans-page .offer-compare-button:hover {
  border-color:#0D1726;
  background:#0D1726;
  color:#fff;
  box-shadow:none;
  transform:none;
}
.mobile-plans-page .offer-compare-button.is-selected {
  border-color:var(--offer-accent,var(--mobile-orange));
  background:var(--offer-accent,var(--mobile-orange));
  color:#fff;
  box-shadow:none;
}

.mobile-plans-page .offer-card.is-answering {
  min-height:560px;
  border-color:#0D1726;
  background:#191919;
  color:#fff;
  box-shadow:14px 14px 0 rgba(201, 111, 36,.18);
  transform:translateY(-5px);
}
.mobile-plans-page .offer-card.is-answering .offer-card-logo {
  flex:0 0 124px;
  min-height:124px;
}
.mobile-plans-page .offer-card-questions {
  flex:1;
  min-height:0;
  margin:0;
  padding:32px 28px 36px;
  align-content:start;
  border:0;
  border-radius:0;
  background:transparent;
}
.mobile-plans-page .offer-card.is-answering .offer-question-kicker { color:var(--mobile-lime); }
.mobile-plans-page .offer-card.is-answering .offer-card-questions h4 { color:#fff; font-size:24px; font-weight:400; }
.mobile-plans-page .offer-question-actions { margin-top:12px; }
.mobile-plans-page .offer-question-actions button {
  min-height:50px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:0;
  background:transparent;
  color:#fff;
  font-weight:400;
}
.mobile-plans-page .offer-question-actions button:hover {
  border-color:var(--mobile-orange);
  background:var(--mobile-orange);
  color:#0D1726;
  box-shadow:none;
  transform:none;
}
.mobile-plans-page .offer-binding-date {
  margin-top:10px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.24);
}
.mobile-plans-page .offer-binding-date label { color:#fff; font-weight:400; }
.mobile-plans-page .offer-binding-date input {
  padding:0 8px;
  border-bottom-color:rgba(255,255,255,.58) !important;
  color:#fff;
  color-scheme:dark;
}

.mobile-plans-page .offer-card-expanded-panel {
  position:relative;
  grid-template-columns:minmax(260px,.62fr) minmax(0,1.38fr);
  gap:0;
  padding:0;
  overflow:hidden;
  border:1px solid #0D1726;
  border-top:6px solid var(--offer-accent,var(--mobile-orange));
  background:#fff;
  box-shadow:0 30px 80px rgba(20,20,20,.12);
  animation:mobile-panel-in .65s cubic-bezier(.2,.8,.2,1) both;
}
.mobile-plans-page .offer-card-expanded-panel > .offer-card-questions {
  display:block;
  min-height:100%;
  padding:34px;
  border:0;
  border-right:1px solid #333;
  background:#191919;
  color:#fff;
}
.mobile-plans-page .offer-card-expanded-panel .offer-question-kicker { color:var(--mobile-lime); }
.mobile-plans-page .offer-card-expanded-panel .offer-card-questions h4 { margin:12px 0 28px; color:#fff; font-size:25px; font-weight:400; }
.mobile-plans-page .offer-answer-list { grid-template-columns:1fr; gap:5px; }
.mobile-plans-page .offer-answer-list dt { margin-top:13px; color:rgba(255,255,255,.52); font-weight:400; }
.mobile-plans-page .offer-answer-list dd { padding-bottom:10px; border-bottom:1px solid rgba(255,255,255,.2); color:#fff; font-weight:400; }
.mobile-plans-page .offer-answer-edit { width:100%; margin-top:24px; border-color:#fff; background:#fff; color:#0D1726; }
.mobile-plans-page .offer-card-results { gap:0; padding:18px 30px 30px; }
.mobile-plans-page .operator-plan-row {
  grid-template-columns:minmax(190px,1fr) minmax(290px,1.35fr) minmax(190px,.7fr);
  gap:20px;
  padding:24px 0;
  border:0;
  border-bottom:1px solid #bbb;
  background:#fff;
  transition:padding .3s ease,background-color .3s ease;
  animation:mobile-row-in .55s cubic-bezier(.2,.8,.2,1) both;
}
.mobile-plans-page .operator-plan-row:hover { padding-inline:14px; background:#f4f4f2; }
.mobile-plans-page .operator-plan-row.is-selected { padding-inline:14px; background:color-mix(in srgb,var(--offer-accent) 7%,#fff); box-shadow:inset 5px 0 0 var(--offer-accent); }
.mobile-plans-page .operator-plan-copy h3 { color:#0D1726; font-size:22px; }
.mobile-plans-page .operator-plan-copy p { color:#777; }
.mobile-plans-page .operator-plan-meta { display:flex; }
.mobile-plans-page .operator-plan-meta li { width:auto; min-height:30px; padding:5px 0; margin-right:14px; }
.mobile-plans-page .operator-plan-row .offer-card-actions { grid-template-columns:1fr; margin:0; }
.mobile-plans-page .operator-plan-row .offer-compare-button { min-height:40px; }
.mobile-plans-page .offers-loading {
  padding:48px 24px;
  border:0;
  border-block:1px solid #aaa;
  border-radius:0;
  background:repeating-linear-gradient(135deg,#fafafa 0 10px,#f1f1ef 10px 20px);
  color:#555;
  font-weight:400;
}

.mobile-plans-page #rewardSection { border-top:1px solid #aaa; background:#f0f0ee; }
.mobile-plans-page #rewardSection::before {
  content:"";
  position:absolute;
  z-index:0;
  right:-100px;
  bottom:-160px;
  width:460px;
  aspect-ratio:1;
  border:80px solid rgba(248, 245, 240,.22);
  border-radius:50%;
  transform:translate3d(0,var(--mobile-parallax-y,0),0);
}
.mobile-plans-page #rewardSection:not(.is-hidden) { animation:mobile-reward-in .7s cubic-bezier(.2,.8,.2,1) both; }
.mobile-plans-page #rewardSection .section-kicker { color:var(--mobile-orange); }
.mobile-plans-page .reward-panel { padding:0; }
.mobile-plans-page .reward-summary-bar {
  padding:28px;
  border:1px solid #0D1726;
  background:#191919;
  color:#fff;
}
.mobile-plans-page .reward-summary-bar span,.mobile-plans-page .reward-summary-right span { color:rgba(255,255,255,.58); font-weight:400; }
.mobile-plans-page .reward-summary-bar strong { color:#fff; font-weight:400; }
.mobile-plans-page .reward-progress { height:7px; border-radius:0; background:#444; }
.mobile-plans-page .reward-progress-fill { border-radius:0; background:linear-gradient(90deg,var(--mobile-orange),var(--mobile-lime)); transition:width .55s cubic-bezier(.2,.8,.2,1); }
.mobile-plans-page .reward-grid-native { gap:0; border-top:1px solid #aaa; }
.mobile-plans-page .reward-choice {
  padding:20px;
  border:0;
  border-right:1px solid #bbb;
  border-bottom:1px solid #bbb;
  background:rgba(255,255,255,.7);
  box-shadow:none;
  transition:background-color .25s ease;
}
.mobile-plans-page .reward-choice:hover,.mobile-plans-page .reward-choice:focus-within { background:#fff; }
.mobile-plans-page .reward-choice strong { font-weight:400; }
.mobile-plans-page .reward-choice input { background:transparent !important; }
.mobile-plans-page #rewardContinueBtn { margin-top:10px; border-left-color:var(--mobile-orange); }

.mobile-plans-page .compare-tray {
  right:22px;
  bottom:22px;
  left:22px;
  padding:16px;
  border:1px solid #333;
  border-top:5px solid var(--mobile-orange);
  background:rgba(20,20,20,.96);
  color:#fff;
  box-shadow:0 24px 70px rgba(13, 23, 38,.28);
  backdrop-filter:blur(18px);
  animation:mobile-tray-in .45s cubic-bezier(.2,.8,.2,1) both;
}
.mobile-plans-page .compare-tray-head,.mobile-plans-page .compare-tray-head strong { color:#fff; }
.mobile-plans-page .compare-tray-head i { color:var(--mobile-lime); }
.mobile-plans-page .compare-tray-count { color:rgba(255,255,255,.58); }
.mobile-plans-page .compare-tray-item { border:0; border-left:4px solid var(--compare-accent); border-radius:0; background:#fff; }
.mobile-plans-page .compare-clear-button { border-color:#777; background:transparent; color:#fff; }
.mobile-plans-page .compare-clear-button:hover { background:#333; }
.mobile-plans-page .compare-open-button { border-left:5px solid var(--mobile-orange); background:#fff; color:#0D1726; }
.mobile-plans-page .compare-open-button:hover { background:var(--mobile-orange); color:#0D1726; }
.mobile-plans-page .compare-modal-backdrop,.mobile-plans-page .cart-drawer-overlay { background:rgba(245,245,243,.72); backdrop-filter:blur(14px); }
.mobile-plans-page .compare-modal-panel {
  border:1px solid #0D1726;
  background:#fafafa;
  box-shadow:20px 20px 0 rgba(201, 111, 36,.18);
  animation:mobile-modal-in .5s cubic-bezier(.2,.8,.2,1) both;
}
.mobile-plans-page .compare-modal-head { padding:30px 36px; border-bottom:1px solid #444; background:#191919; color:#fff; }
.mobile-plans-page .compare-modal-kicker { color:var(--mobile-lime); }
.mobile-plans-page .compare-modal-head h2 { color:#fff; font-size:clamp(32px,3vw,52px); }
.mobile-plans-page .compare-modal-close { width:44px; height:44px; border:1px solid #666; background:transparent; color:#fff; }
.mobile-plans-page .compare-modal-body { padding:30px; }
.mobile-plans-page .compare-table-wrap { border:1px solid #0D1726; }
.mobile-plans-page .compare-table thead th { background:#191919; color:#fff; }
.mobile-plans-page .compare-table tbody th { background:#eeeeeb; color:#555; }
.mobile-plans-page .compare-table th,.mobile-plans-page .compare-table td { border-color:#aaa; }

.mobile-plans-page .cart-drawer-panel {
  width:min(100%,500px);
  border-left:1px solid #0D1726;
  background:#fafafa;
  box-shadow:-18px 0 0 rgba(201, 111, 36,.2);
  animation:mobile-drawer-in .5s cubic-bezier(.2,.8,.2,1) both;
}
.mobile-plans-page .cart-drawer-head { padding:28px; border-bottom:1px solid #444; background:#191919; color:#fff; }
.mobile-plans-page .cart-drawer-head h2,.mobile-plans-page .cart-drawer-head h3 { color:#fff; font-weight:400; }
.mobile-plans-page .cart-drawer-close { border:1px solid #666; background:transparent; color:#fff; }
.mobile-plans-page .cart-drawer-items { padding:28px; }
.mobile-plans-page .cart-line { padding:20px 0; border:0; border-bottom:1px solid #aaa; background:transparent; }
.mobile-plans-page .cart-drawer-footer { padding:28px; border-top:1px solid #0D1726; background:#efefed; }

.mobile-plans-motion-ready .mobile-plans-reveal {
  opacity:0;
  filter:blur(7px);
  transform:translate3d(0,42px,0);
  transition:opacity .36s var(--mobile-reveal-delay,0ms) ease,filter .36s var(--mobile-reveal-delay,0ms) ease,transform .42s var(--mobile-reveal-delay,0ms) cubic-bezier(.2,.75,.2,1);
}
.mobile-plans-motion-ready .mobile-plans-reveal.is-visible { opacity:1; filter:none; transform:none; }
.mobile-plans-motion-ready .offer-card.mobile-plans-reveal.is-visible:hover { transform:translateY(-8px); }

@keyframes mobile-panel-in { from { opacity:0; transform:translateY(26px); } }
@keyframes mobile-row-in { from { opacity:0; transform:translateX(18px); } }
@keyframes mobile-reward-in { from { opacity:0; transform:translateY(45px); } }
@keyframes mobile-tray-in { from { opacity:0; transform:translateY(32px); } }
@keyframes mobile-modal-in { from { opacity:0; transform:translateY(24px) scale(.985); } }
@keyframes mobile-drawer-in { from { transform:translateX(100%); } }

@media (max-width:900px) {
  .mobile-plans-page .shop-hero { display:block; min-height:auto; padding-top:76px; }
  .mobile-plans-page .shop-hero-image { height:56vh; min-height:420px; transform:scale(1.03); }
  .mobile-plans-page .shop-hero::before { inset:76px 0 auto; width:100%; height:56vh; min-height:420px; }
  .mobile-plans-page .shop-hero::after { top:calc(76px + 56vh - 6px); right:20px; bottom:auto; left:20px; width:auto; height:6px; transform:none; background:linear-gradient(90deg,var(--mobile-orange) 0 36%,transparent 36% 75%,var(--mobile-lime) 75%); }
  .mobile-plans-page .shop-hero-content { width:100%; margin:0; padding:64px 20px 90px; }
  .mobile-plans-page .shop-hero-index { right:20px; bottom:24px; }
  .mobile-plans-page .shop-list-head { display:block; }
  .mobile-plans-page .shop-list-head .section-kicker { max-width:none; margin-bottom:18px; }
  .mobile-plans-page .offers-container { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .mobile-plans-page .offer-card-expanded-panel { grid-template-columns:1fr; }
  .mobile-plans-page .offer-card-expanded-panel > .offer-card-questions { border-right:0; border-bottom:1px solid #333; }
  .mobile-plans-page .operator-plan-row { grid-template-columns:1fr; }
  .mobile-plans-page .operator-plan-row:hover { padding-inline:0; }
}

@media (max-width:620px) {
  .mobile-plans-page .shop-hero h1 { font-size:clamp(38px,10vw,52px); letter-spacing:-.045em; }
  .mobile-plans-page .shop-hero-points { grid-template-columns:1fr; }
  .mobile-plans-page .shop-hero-points li { min-height:52px; border-right:0; border-bottom:1px solid #bbb; }
  .mobile-plans-page .shop-hero-points li:last-child { border-bottom:0; }
  .mobile-plans-page .result-section { padding:88px 20px; }
  .mobile-plans-page .result-shell { width:100%; }
  .mobile-plans-page .offers-strip-note { display:none; }
  .mobile-plans-page .offers-container { grid-template-columns:1fr; }
  .mobile-plans-page .offer-card { min-height:0; }
  .mobile-plans-page .offer-card-expanded-panel { margin-inline:-8px; }
  .mobile-plans-page .offer-card-expanded-panel > .offer-card-questions,.mobile-plans-page .offer-card-results { padding:24px 20px; }
  .mobile-plans-page .reward-summary-bar { grid-template-columns:1fr; }
  .mobile-plans-page .reward-summary-right { text-align:left; }
  .mobile-plans-page .reward-grid-native { grid-template-columns:1fr 1fr; }
  .mobile-plans-page .compare-tray { right:8px; bottom:8px; left:8px; }
  .mobile-plans-page .compare-modal-body { padding:14px; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior:auto !important; transition-duration:.01ms !important; animation-duration:.01ms !important; }
  .home-marquee .home-marquee__track { animation: none; transform: none; }
  .home-marquee::after { display: none; }
  .hero .hero-eyebrow::before { animation:none; }
  .hero h1 em::after { animation:none; transform:scaleX(1); }
  .home-motion-ready .home-reveal { opacity:1; filter:none; transform:none; }
  .mobile-plans-page .shop-hero-kicker span,.mobile-plans-page .shop-hero h1 em::after { animation:none; }
  .mobile-plans-page .shop-hero h1 em::after { transform:scaleX(1); }
  .mobile-plans-motion-ready .mobile-plans-reveal { opacity:1; filter:none; transform:none; }
}

/* Remove decorative circles, glow spots, and dot accents across the site. */
.hero:not(.quiz-in-hero)::after,
.home-intro::before,
.home-how::before,
.newsletter-panel::before,
.mobile-plans-page #offersSection::before,
.mobile-plans-page #rewardSection::before,
.package-hero__art::after {
  content: none !important;
  display: none !important;
}

.hero-orbit {
  display: none !important;
}

.hero .hero-eyebrow::before,
.home-intro h2::after,
.mobile-plans-page .shop-hero-kicker span {
  content: none !important;
  display: none !important;
  box-shadow: none !important;
}

.hero .hero-eyebrow {
  padding-left: 0;
}

.hero:not(.quiz-in-hero) .hero-eyebrow {
  top: clamp(108px, 13vh, 142px);
  max-width: min(460px, calc(100vw - 56px));
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: .11em;
}

.hero:not(.quiz-in-hero) h1 {
  top: clamp(170px, 0vh, 340px);
  width: min(610px, 36vw);
  font-size: clamp(36px, 3.25vw, 62px);
  line-height: 1.08;
  letter-spacing: -.018em;
}

.hero:not(.quiz-in-hero) .hero-actions {
  top: clamp(520px, 61vh, 605px);
  right: auto;
  left: clamp(28px, 3vw, 62px);
  width: auto;
  gap: 18px;
  align-items: center;
}

.hero:not(.quiz-in-hero) .button {
  min-height: 50px;
  padding: 0 24px;
  font-size: 14px;
}

.hero:not(.quiz-in-hero) .hero-text-link {
  padding: 14px 0 5px;
  font-size: 12px;
}

.hero:not(.quiz-in-hero) .hero-partners {
  position: absolute;
  top: clamp(635px, 71vh, 705px);
  left: clamp(28px, 3vw, 62px);
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  max-width: min(680px, calc(100vw - 56px));
  color: #0D1726;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hero:not(.quiz-in-hero) .hero-partner-logos {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero:not(.quiz-in-hero) .hero-partner-logos img {
  display: block;
  width: auto;
  max-width: 108px;
  height: 38px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.hero:not(.quiz-in-hero) .hero-proof {
  position: absolute;
  top: clamp(596px, 66vh, 650px);
  left: clamp(28px, 3vw, 62px);
  display: flex;
  max-width: min(520px, calc(100vw - 56px));
  margin: 0;
  gap: 8px 16px;
  color: #333;
  font-size: 11px;
  font-weight: 400;
}

.hero:not(.quiz-in-hero) .hero-proof span {
  gap: 6px;
}

@media (max-width: 900px) {
  .hero:not(.quiz-in-hero) .hero-eyebrow {
    top: 105px;
    left: 18px;
    max-width: calc(100% - 36px);
    font-size: 10px;
  }

  .hero:not(.quiz-in-hero) h1 {
    top: 150px;
    left: 18px;
    width: calc(100% - 36px);
    font-size: clamp(38px, 10.8vw, 54px);
    line-height: 1.04;
  }

  .hero:not(.quiz-in-hero) .hero-actions {
    top: auto;
    bottom: 150px;
    left: 18px;
    right: 18px;
    width: auto;
    gap: 12px;
    align-items: flex-start;
    flex-direction: column;
  }

  .hero:not(.quiz-in-hero) .button {
    min-height: 52px;
    padding: 0 22px;
    font-size: 14px;
  }

  .hero:not(.quiz-in-hero) .hero-text-link {
    display: inline-flex;
    padding-top: 4px;
    font-size: 12px;
  }

  .hero:not(.quiz-in-hero) .hero-partners {
    top: auto;
    bottom: 34px;
    left: 18px;
    right: 18px;
    max-width: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 12px;
    font-size: 10px;
  }

  .hero:not(.quiz-in-hero) .hero-partner-logos {
    gap: 10px;
  }

  .hero:not(.quiz-in-hero) .hero-partner-logos img {
    max-width: 70px;
    height: 24px;
  }

  .hero:not(.quiz-in-hero) .hero-proof {
    top: auto;
    bottom: 88px;
    left: 18px;
    right: 18px;
    max-width: none;
    gap: 8px 12px;
    font-size: 11px;
  }
}

.mobile-plans-page .shop-hero-kicker {
  gap: 0;
}

.coverage-maplibre-heading {
  padding: clamp(72px, 8vw, 112px) clamp(28px, 3vw, 62px) clamp(28px, 4vw, 48px);
  background: #fff;
  color: #0D1726;
}

.coverage-maplibre-heading h2 {
  max-width: 760px;
  margin: 0;
  font: 400 clamp(38px, 4.2vw, 68px)/1 Arial, sans-serif;
  letter-spacing: -.028em;
}

.coverage-maplibre-section .coverage-maplibre-shell {
  height: clamp(660px, 76vh, 860px);
  min-height: 660px;
}

@media (max-width: 720px) {
  .coverage-maplibre-heading {
    padding: 72px 20px 28px;
  }

  .coverage-maplibre-heading h2 {
    font-size: clamp(34px, 11vw, 48px);
    line-height: 1.04;
  }

  .coverage-maplibre-section .coverage-maplibre-shell {
    min-height: 840px;
  }
}

.mobile-plans-page .shop-hero::before {
  background: linear-gradient(90deg, rgba(240,240,238,.05), rgba(240,240,238,.38)) !important;
  mix-blend-mode: normal !important;
}

.quiz-card {
  background: rgba(255, 255, 255, 0.82) !important;
}

.quiz-option,
.quiz-option:hover {
  background: rgba(255, 255, 255, 0.68) !important;
}

#quiz-steps-wrapper .quiz-option.selected,
#quiz-steps-wrapper .quiz-option.active,
#quiz-steps-wrapper .quiz-option[aria-pressed="true"],
#quiz-steps-wrapper .operator-choice-grid .quiz-option.selected,
#quiz-steps-wrapper .operator-choice-grid .quiz-option.active,
#quiz-steps-wrapper .operator-choice-grid .quiz-option[aria-pressed="true"],
#quiz-steps-wrapper .operator-no-binding-button.selected,
#quiz-steps-wrapper .operator-no-binding-button.active,
#quiz-steps-wrapper .operator-no-binding-button[aria-pressed="true"] {
  border-color: #0D1726 !important;
  background: #0D1726 !important;
  color: #fff !important;
  box-shadow:
    inset 0 0 0 3px #ff8a00,
    6px 6px 0 #ff8a00 !important;
  transform: translate(-2px, -2px) !important;
}

#quiz-steps-wrapper .operator-choice-grid .quiz-option[aria-pressed="true"] img,
#quiz-steps-wrapper .operator-choice-grid .quiz-option.selected img,
#quiz-steps-wrapper .operator-choice-grid .quiz-option.active img {
  filter: grayscale(1) invert(1) contrast(1.4) !important;
}

#quiz-steps-wrapper .quiz-option.selected::after,
#quiz-steps-wrapper .quiz-option.active::after,
#quiz-steps-wrapper .quiz-option[aria-pressed="true"]::after,
#quiz-steps-wrapper .operator-no-binding-button.selected::after,
#quiz-steps-wrapper .operator-no-binding-button.active::after,
#quiz-steps-wrapper .operator-no-binding-button[aria-pressed="true"]::after {
  content: "✓" !important;
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-grid !important;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid #fff;
  border-radius: 999px;
  background: #ff8a00;
  color: #0D1726;
  font: 800 15px/1 Arial, sans-serif;
}

.hero.quiz-in-hero button:active,
.hero.quiz-in-hero a.button:active,
.home-how button:active,
.home-how a.button:active,
.newsletter-section button:active,
.coverage-maplibre-section button:active {
  box-shadow:
    inset 0 0 0 3px #ff8a00,
    3px 3px 0 #0D1726 !important;
  transform: translate(1px, 1px) !important;
}

body:has(.home-intro) main button[aria-pressed="true"]:not(.quiz-option, .operator-no-binding-button, .hero-information__control, .hero-information__page),
body:has(.home-intro) main button.is-active:not(.quiz-option, .operator-no-binding-button, .hero-information__control, .hero-information__page),
body:has(.home-intro) main button.is-selected:not(.quiz-option, .operator-no-binding-button, .hero-information__control, .hero-information__page) {
  outline: 3px solid #ff8a00;
  outline-offset: 2px;
}

.streaming-checkbox:has(input:checked) {
  background: rgba(255, 255, 255, 0.94) !important;
}

/* Homepage palette pass for the dark handshake hero image. */
body:has(.home-intro) {
  --home-copper: #C96F24;
  --home-white: #FFFFFF;
  --home-amber: #C96F24;
  --home-brown: #0D1726;
  --home-ink: #0D1726;
  background: var(--home-ink) !important;
  color: var(--home-ink) !important;
}

body:has(.home-intro) .hero::before {
  background: url('./images/hero.png') center center / cover no-repeat !important;
  filter: none !important;
}

body:has(.home-intro) .hero:not(.quiz-in-hero) .hero-actions {
  top: clamp(500px, 56vh, 590px);
  right: clamp(28px, 4vw, 72px);
  left: auto;
  justify-content: flex-end;
  text-align: right;
}

body:has(.home-intro) .site-header .brand-logo-crop img {
  filter:none;
}

body:has(.home-intro) .site-header .nav-link,
body:has(.home-intro) .site-header .nav-item a,
body:has(.home-intro) .site-header .language-switcher select,
body:has(.home-intro) .site-header .header-topbar-link,
body:has(.home-intro) .site-header .header-account-link {
  color: rgba(255, 255, 255, .9) !important;
}

body:has(.home-intro) .site-header .nav-link::after,
body:has(.home-intro) .site-header .header-account-link {
  border-color: var(--home-amber);
}

body:has(.home-intro) .site-header .nav-link::after {
  background-color: var(--home-amber);
}

body:has(.home-intro) .site-header .header-account-link {
  background-color: transparent;
}

body:has(.home-intro) .hero .hero-eyebrow,
body:has(.home-intro) .hero:not(.quiz-in-hero) h1,
body:has(.home-intro) .hero:not(.quiz-in-hero) .hero-proof,
body:has(.home-intro) .hero:not(.quiz-in-hero) .hero-partners {
  color: var(--home-white);
  text-shadow: 0 2px 20px rgba(13, 23, 38, .55);
}

body:has(.home-intro) .hero .hero-eyebrow {
  color: rgba(255, 255, 255, .72);
}

body:has(.home-intro) .hero:not(.quiz-in-hero) h1 {
  color: var(--home-white);
}

body:has(.home-intro) .hero:not(.quiz-in-hero) h1 em::after {
  background: var(--home-amber);
}

body:has(.home-intro) .hero:not(.quiz-in-hero) #hero-start-analysis,
body:has(.home-intro) .hero:not(.quiz-in-hero) #hero-start-analysis:hover,
body:has(.home-intro) .home-how .button,
body:has(.home-intro) .newsletter-form .button {
  border-left-color: var(--home-amber);
  background: var(--home-copper);
  color: var(--home-white);
}

body:has(.home-intro) .hero:not(.quiz-in-hero) .hero-text-link {
  border-bottom-color: var(--home-amber);
  color: rgba(255, 255, 255, .82);
}

body:has(.home-intro) .hero-proof i {
  color: var(--home-amber);
}

body:has(.home-intro) .hero:not(.quiz-in-hero) .hero-partners {
  color: rgba(255, 255, 255, .68);
}

body:has(.home-intro) .hero:not(.quiz-in-hero) .hero-proof {
  top: clamp(320px, 36vh, 390px);
  bottom: auto;
  left: clamp(28px, 3vw, 62px);
  justify-content: flex-start;
  font-size: 12px;
  font-weight: 700;
}

body:has(.home-intro) .hero:not(.quiz-in-hero) .hero-partners {
  top: clamp(724px, 80vh, 762px);
}

body:has(.home-intro) .hero:not(.quiz-in-hero) .hero-partner-logos img {
  box-sizing: content-box;
  padding: 8px 10px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 28px rgba(13, 23, 38, .24);
}

body:has(.home-intro) .home-marquee {
  border-color: rgba(185, 105, 38, .42);
  background: var(--home-white);
  color: var(--home-ink);
}

body:has(.home-intro) .home-intro,
body:has(.home-intro) .coverage-maplibre-heading {
  background: var(--home-white);
  color: var(--home-ink);
}

body:has(.home-intro) .home-how {
  background: var(--home-white) !important;
  color: var(--home-ink) !important;
}

body:has(.home-intro) .gift-card-section {
  background: var(--home-ink) !important;
  color: var(--home-white) !important;
}

body:has(.home-intro) .home-intro .section-label,
body:has(.home-intro) .gift-card-copy .section-label,
body:has(.home-intro) .home-service-card__number {
  color: var(--home-copper);
}

body:has(.home-intro) .home-intro h2,
body:has(.home-intro) .gift-card-copy h2,
body:has(.home-intro) .coverage-maplibre-heading h2 {
  color: var(--home-ink);
}

body:has(.home-intro) .home-service-card {
  border-top-color: var(--home-brown);
  color: var(--home-ink) !important;
}

body:has(.home-intro) .home-service-card--orange {
  --card-accent: var(--home-copper);
}

body:has(.home-intro) .home-service-card--blue {
  --card-accent: var(--home-brown);
}

body:has(.home-intro) .home-service-card--lime {
  --card-accent: var(--home-amber);
}

body:has(.home-intro) .home-service-card::after {
  background: var(--card-accent);
}

body:has(.home-intro) .home-how::after {
  background: linear-gradient(90deg, var(--home-copper) 0 34%, var(--home-amber) 34% 67%, var(--home-brown) 67%);
}

body:has(.home-intro) .home-service-card__arrow,
body:has(.home-intro) .home-service-card:hover .home-service-card__arrow {
  background: var(--card-accent);
  color: var(--home-white);
}

body:has(.home-intro) .newsletter-panel {
  border-color: rgba(214, 136, 57, .44);
  background: var(--home-ink);
  color: var(--home-white);
}

body:has(.home-intro) .newsletter-copy h2,
body:has(.home-intro) .newsletter-form label > span {
  color: var(--home-white);
}

body:has(.home-intro) .newsletter-copy p:last-child,
body:has(.home-intro) .newsletter-status {
  color: rgba(255, 255, 255, .68);
}

body:has(.home-intro) .home-how .section-label,
body:has(.home-intro) .home-how h2,
body:has(.home-intro) .home-how__steps h3 {
  color: var(--home-ink) !important;
}

body:has(.home-intro) .home-how__copy > p:not(.section-label),
body:has(.home-intro) .home-how__steps p {
  color: rgba(13, 23, 38, .68) !important;
}

body:has(.home-intro) .gift-card-copy h2 {
  color: var(--home-white) !important;
}

body:has(.home-intro) .gift-card-copy .section-label,
body:has(.home-intro) .gift-card-copy > p:last-child {
  color: rgba(255, 255, 255, .72) !important;
}

body:has(.home-intro) .gift-logo {
  border-bottom-color: rgba(255, 255, 255, .22) !important;
  color: var(--home-white) !important;
}

body:has(.home-intro) .home-how__steps li {
  border-color: rgba(13, 23, 38, .18);
}

body:has(.home-intro) .home-how__steps > li > span {
  color: var(--home-copper) !important;
}

body:has(.home-intro) .gift-card-image img {
  filter: none;
}

body:has(.home-intro) .gift-logo-grid {
  border-top-color: var(--home-brown);
}

body:has(.home-intro) .gift-logo {
  border-bottom-color: rgba(185, 105, 38, .42);
  color: var(--home-ink);
}

body:has(.home-intro) .newsletter-panel {
  box-shadow: 18px 18px 0 rgba(201, 111, 36, .22);
}

body:has(.home-intro) .newsletter-copy .section-label {
  color: var(--home-amber);
}

body:has(.home-intro) .newsletter-form input:focus {
  border-color: var(--home-amber);
  box-shadow: 0 0 0 4px rgba(214, 136, 57, .26);
}

body:has(.home-intro) .coverage-maplibre-section {
  padding: 0 clamp(28px, 4vw, 72px) clamp(84px, 8vw, 128px);
  background: var(--home-white);
}

body:has(.home-intro) .coverage-maplibre-section button {
  border-color: var(--home-brown);
}

body:has(.home-intro) .coverage-maplibre-section button:hover,
body:has(.home-intro) .coverage-maplibre-section button.is-active,
body:has(.home-intro) .coverage-maplibre-section button[aria-pressed="true"] {
  background: var(--home-copper);
  color: var(--home-white);
}

body:has(.home-intro) #quiz-steps-wrapper .quiz-option.selected,
body:has(.home-intro) #quiz-steps-wrapper .quiz-option.active,
body:has(.home-intro) #quiz-steps-wrapper .quiz-option[aria-pressed="true"],
body:has(.home-intro) #quiz-steps-wrapper .operator-no-binding-button.selected,
body:has(.home-intro) #quiz-steps-wrapper .operator-no-binding-button.active,
body:has(.home-intro) #quiz-steps-wrapper .operator-no-binding-button[aria-pressed="true"] {
  border-color: var(--home-ink) !important;
  background: var(--home-ink) !important;
  box-shadow:
    inset 0 0 0 3px var(--home-amber),
    6px 6px 0 var(--home-copper) !important;
}

@media (max-width: 900px) {
  body:has(.home-intro) .hero:not(.quiz-in-hero) {
    min-height: calc(100svh - 34px);
  }

  body:has(.home-intro) .hero::before {
    background: url('./images/hero.png') 44% center / cover no-repeat !important;
  }

  body:has(.home-intro) .site-header .header-inner {
    background: rgba(23, 23, 23, .86) !important;
    border-bottom-color: rgba(214, 136, 57, .32);
  }

  body:has(.home-intro) .hero:not(.quiz-in-hero) h1 {
    width: min(340px, calc(100% - 36px));
    font-size: clamp(32px, 9vw, 38px);
    line-height: 1.06;
  }

  body:has(.home-intro) .hero:not(.quiz-in-hero) .hero-actions {
    right: 0 !important;
    left: 0 !important;
    bottom: 150px !important;
    width: 100% !important;
    max-width: none;
    box-sizing: border-box;
    padding: 0 18px;
    align-items: flex-end;
    text-align: right;
  }

  body:has(.home-intro) .hero:not(.quiz-in-hero) .hero-text-link {
    justify-content: flex-end;
  }

  body:has(.home-intro) .hero:not(.quiz-in-hero) .hero-proof {
    top: auto;
    bottom: 88px;
    left: 18px;
    right: auto;
    font-size: 11px;
  }

  body:has(.home-intro) .hero:not(.quiz-in-hero) .hero-partners {
    top: auto;
    bottom: 34px;
  }
}

/* Tighten lower homepage sections after the hero palette pass. */
body:has(.home-intro) .gift-card-section {
  padding: clamp(86px, 8vw, 132px) clamp(28px, 4vw, 72px);
}

body:has(.home-intro) .gift-card-section::before,
body:has(.home-intro) .gift-card-image::after {
  content: none !important;
  display: none !important;
}

body:has(.home-intro) .gift-card-section .page-shell {
  display: grid;
  max-width: 1480px;
  margin: 0 auto;
  grid-template-columns: minmax(420px, .88fr) minmax(520px, 1fr);
  gap: clamp(64px, 8vw, 132px);
  align-items: center;
}

body:has(.home-intro) .gift-card-image {
  width: 100%;
  max-width: 640px;
  justify-self: center;
  overflow: hidden;
}

body:has(.home-intro) .gift-card-image img {
  display: block;
  width: 100%;
  height: clamp(520px, 50vw, 680px);
  min-height: 0;
  object-fit: cover;
  object-position: 36% center;
}

body:has(.home-intro) .gift-card-content {
  max-width: 720px;
}

body:has(.home-intro) .gift-card-copy h2 {
  max-width: 700px;
  margin: 22px 0 24px;
  font-size: clamp(48px, 4.6vw, 78px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

body:has(.home-intro) .gift-card-heading-accent {
  color: #C96F24;
}

body:has(.home-intro) .gift-card-copy > p:last-child {
  max-width: 660px;
  font-size: 18px;
  line-height: 1.5;
}

body:has(.home-intro) .gift-logo-grid {
  margin-top: 42px;
}

body:has(.home-intro) .gift-logo {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding: 12px;
  font-size: 14px;
}

body:has(.home-intro) .gift-logo img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

body:has(.home-intro) .gift-logo span {
  color: var(--home-white);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

body:has(.home-intro) [data-gift-logo-slot] {
  position: relative;
  overflow: hidden;
  padding: 0;
}

body:has(.home-intro) .gift-logo__face {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 5px 12px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms cubic-bezier(.2, .8, .2, 1), transform 650ms cubic-bezier(.2, .8, .2, 1);
  will-change: opacity, transform;
}

body:has(.home-intro) .gift-logo__face.is-current {
  opacity: 1;
  transform: translateY(0);
}

body:has(.home-intro) .gift-logo__face.is-leaving {
  opacity: 0;
  transform: translateY(-24px);
}

body:has(.home-intro) .gift-logo__face.is-next {
  opacity: 0;
  transform: translateY(24px);
}

body:has(.home-intro) .gift-logo__face > img {
  flex: 0 0 48px;
}

body:has(.home-intro) .gift-logo__mark {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  overflow: hidden;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

body:has(.home-intro) .gift-logo__mark > img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

body:has(.home-intro) .gift-logo .gift-logo__mark--ikea { position: relative; isolation: isolate; border-radius: 5px; background: #0058a3; color: #0058a3; font-size: 9px; letter-spacing: -.04em; }
body:has(.home-intro) .gift-logo .gift-logo__mark--ikea::before { position: absolute; width: 42px; height: 24px; border-radius: 50%; background: #ffda1a; content: ""; }
body:has(.home-intro) .gift-logo .gift-logo__mark--ikea::after { position: absolute; z-index: 1; content: "IKEA"; }
body:has(.home-intro) .gift-logo .gift-logo__mark--amazon { border-radius: 8px; background: #fff; }
body:has(.home-intro) .gift-logo .gift-logo__mark--spotify { border-radius: 50%; background: #1ed760; color: #08130c; font-size: 31px; }
body:has(.home-intro) .gift-logo .gift-logo__mark--ahlens { border-radius: 4px; background: #fff; }
body:has(.home-intro) .gift-logo .gift-logo__mark--stadium { border-radius: 4px; background: #fff; }
body:has(.home-intro) .gift-logo .gift-logo__mark--apple { border-radius: 8px; background: #fff; }
body:has(.home-intro) .gift-logo .gift-logo__mark--foodora { border-radius: 8px; background: #d70f64; color: #fff; font-size: 7px; letter-spacing: -.05em; }
body:has(.home-intro) .gift-logo .gift-logo__mark--boozt { border: 1px solid rgba(17, 17, 17, .15); border-radius: 4px; background: #fff; }

@media (prefers-reduced-motion: reduce) {
  body:has(.home-intro) .gift-logo__face {
    transition: none;
  }
}

body:has(.home-intro) .coverage-maplibre-heading {
  max-width: 1480px;
  margin: 0 auto;
  padding: clamp(58px, 6vw, 88px) 0 24px;
}

body:has(.home-intro) .coverage-maplibre-heading h2 {
  max-width: 620px;
  font-size: clamp(34px, 3.2vw, 52px);
  line-height: 1.06;
  letter-spacing: -.024em;
}

body:has(.home-intro) .coverage-maplibre-section .coverage-maplibre-shell {
  max-width: 1480px;
  height: clamp(560px, 64vh, 700px);
  min-height: 560px;
  margin: 0 auto;
  border: 1px solid rgba(185, 105, 38, .36);
  border-radius: 10px;
  overflow: hidden;
}

body:has(.home-intro) .footer {
  padding: clamp(76px, 7vw, 112px) clamp(28px, 4vw, 72px) clamp(56px, 6vw, 84px);
  border-top-color: rgba(185, 105, 38, .34);
  background: var(--home-white);
  color: var(--home-ink);
}

body:has(.home-intro) .footer .footer-inner {
  max-width: 1480px;
  margin: 0 auto;
}

body:has(.home-intro) .footer .footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) minmax(320px, .95fr) minmax(260px, .8fr) minmax(280px, .9fr);
  gap: clamp(44px, 5vw, 92px);
  align-items: start;
}

body:has(.home-intro) .footer .footer-brand-link {
  color: var(--home-ink);
  font-size: clamp(46px, 4.6vw, 72px);
  line-height: .96;
}

body:has(.home-intro) .footer .footer-brand p,
body:has(.home-intro) .footer .footer-links a,
body:has(.home-intro) .footer .footer-contact a,
body:has(.home-intro) .footer .footer-contact p:not(.footer-contact-title) {
  color: rgba(23, 23, 23, .66);
}

body:has(.home-intro) .footer .footer-links p,
body:has(.home-intro) .footer .footer-contact .footer-contact-title {
  color: var(--home-ink);
}

body:has(.home-intro) .footer .footer-social-grid {
  grid-column: auto;
  display: grid;
  grid-template-columns: repeat(3, 44px);
  justify-content: start;
  gap: 14px;
}

body:has(.home-intro) .footer .footer-social-plate {
  width: 44px;
  min-height: 44px;
  border: 1px solid rgba(185, 105, 38, .34);
  background: rgba(201, 111, 36, .08);
}

body:has(.home-intro) .footer .footer-social-icon {
  color: var(--home-ink);
}

@media (max-width: 900px) {
  body:has(.home-intro) .gift-card-section {
    padding: 76px 20px 88px;
  }

  body:has(.home-intro) .gift-card-section .page-shell {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  body:has(.home-intro) .gift-card-image {
    max-width: none;
  }

  body:has(.home-intro) .gift-card-image img {
    height: 380px;
  }

  body:has(.home-intro) .gift-card-copy h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  body:has(.home-intro) .coverage-maplibre-heading {
    padding: 64px 20px 28px;
  }

  body:has(.home-intro) .coverage-maplibre-section .coverage-maplibre-shell {
    height: auto;
    min-height: 780px;
  }

  body:has(.home-intro) .footer {
    padding: 68px 20px 56px;
  }

  body:has(.home-intro) .footer .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

/* Final homepage hero composition: copy left, actions right. */
body:has(.home-intro) .hero:not(.quiz-in-hero) .hero-actions {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
  padding: 0 clamp(28px, 4vw, 72px);
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}

body:has(.home-intro) .hero:not(.quiz-in-hero) .hero-proof {
  top: clamp(320px, 36vh, 390px);
  bottom: auto;
  left: clamp(28px, 3vw, 62px);
  justify-content: flex-start;
}

@media (max-width: 900px) {
  body:has(.home-intro) .hero:not(.quiz-in-hero) .hero-actions {
    bottom: 150px !important;
    padding: 0 18px;
    flex-direction: column;
    align-items: flex-end;
  }

  body:has(.home-intro) .hero:not(.quiz-in-hero) #hero-start-analysis,
  body:has(.home-intro) .hero:not(.quiz-in-hero) .hero-text-link {
    max-width: 100%;
  }
}

/* Full-site alignment pass: match the current homepage palette and interaction style. */
:root {
  --site-ink: #0D1726;
  --site-white: #FFFFFF;
  --site-paper: #F8F5F0;
  --site-soft: #F8F5F0;
  --site-copper: #C96F24;
  --site-amber: #C96F24;
  --site-brown: #0D1726;
  --site-line: rgba(13, 23, 38, .22);
  --site-shadow: 8px 8px 0 rgba(13, 23, 38, .14);
}

.abon-page,
.family-page,
.bredband-page,
.business-page,
.jamfor-page,
.about-page,
.support-page,
.account-page,
.varukorg-page,
.package-page {
  background: var(--site-white) !important;
  color: var(--site-ink) !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.abon-page .site-header .header-inner,
.family-page .site-header .header-inner,
.bredband-page .site-header .header-inner,
.business-page .site-header .header-inner,
.jamfor-page .site-header .header-inner,
.about-page .site-header .header-inner,
.support-page .site-header .header-inner,
.account-page .site-header .header-inner,
.varukorg-page .site-header .header-inner,
.package-page .site-header .header-inner {
  background: rgba(255, 255, 255, .88) !important;
  border-bottom: 1px solid rgba(201, 111, 36, .22) !important;
}

.shop-hero,
.business-hero,
.bredband-hero,
.coverage-hero,
.about-hero,
.support-hero,
.package-hero {
  min-height: min(820px, 100svh);
  border-bottom: 1px solid rgba(214, 136, 57, .34);
  background: var(--site-ink) !important;
  color: var(--site-white) !important;
}

.shop-hero-image,
.business-hero-image,
.bredband-hero-image,
.coverage-hero__img,
.about-hero-image,
.support-hero-image,
.package-hero__art {
  filter: none !important;
  opacity: .78;
}

.shop-hero::before,
.business-hero::before,
.bredband-hero::before,
.coverage-hero::before,
.about-hero::before,
.support-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 112px auto 0 0;
  display: block;
  width: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 42%, rgba(214, 136, 57, .3), transparent 24%),
    linear-gradient(90deg, rgba(23, 23, 23, .04), rgba(23, 23, 23, .62));
}

.shop-hero::after,
.business-hero::after,
.bredband-hero::after,
.coverage-hero::after,
.about-hero::after,
.support-hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 112px;
  bottom: 0;
  left: calc(50% - 3px);
  display: block;
  width: 6px;
  background: linear-gradient(180deg, var(--site-copper) 0 42%, var(--site-amber) 42% 100%);
}

.shop-hero h1,
.business-hero h1,
.bredband-hero h1,
.coverage-hero h1,
.about-hero h1,
.support-hero h1,
.package-hero__copy h1 {
  color: var(--site-white) !important;
  font-weight: 400 !important;
  letter-spacing: -.045em !important;
}

.shop-hero-lead,
.business-hero-copy > p,
.bredband-hero-copy > p,
.coverage-hero__copy > p,
.about-hero-copy > p,
.support-hero-copy > p,
.package-hero__copy p {
  color: rgba(255, 255, 255, .7) !important;
  max-width: 620px;
}

.business-kicker,
.bredband-kicker,
.about-kicker,
.support-eyebrow,
.section-kicker,
.account-kicker,
.account-stat-label {
  color: var(--site-amber) !important;
  font-weight: 700 !important;
}

.shop-hero-points,
.business-hero-points,
.bredband-trust-row,
.about-hero-points,
.support-hero-tags {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
}

.shop-hero-points li,
.business-hero-points li,
.bredband-trust-row li,
.about-hero-points li,
.support-hero-tags li {
  width: auto;
  min-height: 38px;
  margin: 0;
  padding: 0 13px;
  border: 1px solid rgba(214, 136, 57, .42);
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .82);
}

.shop-hero-points i,
.business-hero-points i,
.bredband-trust-row i,
.about-hero-points i,
.support-hero-tags i {
  color: var(--site-amber) !important;
}

.business-hero-panel,
.about-hero-side,
.support-hero-panel,
.coverage-hero__panel {
  display: none !important;
}

.result-section,
.business-size-section,
.business-plans-section,
.about-section,
.support-section,
.account-content-section,
.bredband-results-section,
.package-options {
  background: var(--site-white) !important;
}

.about-section-soft,
.support-contact-section,
.business-size-section,
.account-hero,
.login-main {
  border-block: 1px solid rgba(201, 111, 36, .24) !important;
  background: var(--site-paper) !important;
}

.section-head h2,
.abon-page .section-head h2,
.business-page .section-head h2,
.about-section-head h2,
.support-head h2,
.account-panel-head h2,
.bredband-results-top h2,
.package-options__head h2 {
  color: var(--site-ink) !important;
  font-weight: 400 !important;
  letter-spacing: -.045em !important;
}

.section-head p,
.about-section-head p,
.support-head p,
.support-contact-info > p,
.about-cta-inner p,
.support-cta-box p,
.account-panel-head p,
.account-empty-state p,
.account-reward-box p {
  max-width: 680px;
  color: rgba(23, 23, 23, .62) !important;
}

.primary-btn,
.adeala-btn,
.business-action,
.business-plan-btn,
.about-btn,
.support-btn,
.bredband-primary-btn,
.bredband-secondary-btn,
.bredband-search-btn,
.bredband-choose-btn,
.bredband-tv-btn,
.coverage-btn,
.account-ghost-btn,
.login-form button,
.offer-card-action,
.offer-answer-edit,
.compare-open-button,
.compare-clear-button,
.coverage-soft-btn,
.full-btn {
  border: 1px solid var(--site-ink) !important;
  border-left: 5px solid var(--site-amber) !important;
  border-radius: 0 !important;
  background: var(--site-copper) !important;
  color: var(--site-white) !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}

.primary-btn:hover,
.adeala-btn:hover,
.business-action:hover,
.business-plan-btn:hover,
.about-btn:hover,
.support-btn:hover,
.bredband-primary-btn:hover,
.bredband-secondary-btn:hover,
.bredband-search-btn:hover,
.bredband-choose-btn:hover,
.bredband-tv-btn:hover,
.coverage-btn:hover,
.account-ghost-btn:hover,
.login-form button:hover,
.offer-card-action:hover,
.offer-answer-edit:hover,
.compare-open-button:hover,
.compare-clear-button:hover,
.coverage-soft-btn:hover,
.full-btn:hover {
  background: var(--site-brown) !important;
  box-shadow: var(--site-shadow) !important;
  transform: translate(-2px, -2px) !important;
}

.offers-strip,
.reward-panel,
.contact-card,
.checkout-card,
.bredband-search-panel,
.bredband-filters,
.support-contact-wrap,
.login-card,
.account-hero-card,
.cart-summary-card,
.empty-cart-card {
  border: 1px solid var(--site-line) !important;
  border-radius: 0 !important;
  background: var(--site-white) !important;
  box-shadow: var(--site-shadow) !important;
}

.bredband-hero .bredband-search-panel {
  position: relative !important;
  z-index: 4 !important;
  grid-column: 2 !important;
  width: min(100%, 520px) !important;
  margin: 28px 0 0 !important;
  padding: 22px !important;
  align-self: start !important;
}

.bredband-search-head span,
.bredband-search-head h2,
.bredband-search-head p {
  color: var(--site-ink) !important;
}

.bredband-search-head h2 {
  font: 400 26px/1.05 Arial, Helvetica, sans-serif !important;
  letter-spacing: -.035em !important;
}

.offer-card,
.operator-plan-row,
.bredband-offer-card,
.business-plan-card,
.about-story-card,
.about-value-card,
.about-process-card,
.about-team-card,
.support-faq-item,
.account-card,
.package-card,
.business-size,
.reward-choice,
.phone-input-field,
.start-date-choice {
  border: 1px solid rgba(23, 23, 23, .18) !important;
  border-radius: 0 !important;
  background: var(--site-paper) !important;
  box-shadow: none !important;
}

.offer-card::before,
.bredband-offer-card::before,
.business-plan-card::before,
.package-card::before {
  height: 5px !important;
  background: var(--offer-accent, var(--site-copper)) !important;
}

.offer-card:hover,
.operator-plan-row:hover,
.bredband-offer-card:hover,
.business-plan-card:hover,
.package-card:hover,
.business-size:hover,
.start-date-choice:hover {
  background: var(--site-soft) !important;
  box-shadow: var(--site-shadow) !important;
  transform: translate(-2px, -2px) !important;
}

.offer-card.is-answering,
.offer-card.is-selected,
.operator-plan-row.is-selected,
.bredband-offer-card.active,
.business-size.is-selected,
.start-date-choice.is-selected,
.reward-choice:has(input:checked),
.family-streaming-choice.is-selected,
.family-calc-options button.is-selected {
  border-color: var(--site-ink) !important;
  background: #fff6eb !important;
  box-shadow:
    inset 0 0 0 3px rgba(214, 136, 57, .45),
    var(--site-shadow) !important;
  transform: translate(-2px, -2px) !important;
}

.offer-card-expanded-panel,
.offer-card-questions,
.account-plan-box,
.account-reward-box,
.account-empty-state,
.cart-total-box,
.cart-checkout-total-card {
  border: 1px solid rgba(23, 23, 23, .22) !important;
  border-radius: 0 !important;
  background: #fff6eb !important;
  color: var(--site-ink) !important;
  box-shadow: none !important;
}

.reward-summary-bar,
.cart-total-box,
.cart-checkout-total-card {
  background: var(--site-ink) !important;
  color: var(--site-white) !important;
}

input,
select,
textarea,
.bredband-input-wrap {
  border: 1px solid rgba(23, 23, 23, .28) !important;
  border-radius: 0 !important;
  background: var(--site-white) !important;
  color: var(--site-ink) !important;
}

input:focus,
select:focus,
textarea:focus,
.bredband-input-wrap:focus-within {
  border-color: var(--site-copper) !important;
  box-shadow: 0 0 0 4px rgba(201, 111, 36, .18) !important;
}

.about-team-card {
  text-align: left !important;
}

.about-team-card .about-step-number {
  background: var(--site-copper) !important;
  color: var(--site-white) !important;
}

.support-contact-info,
.about-cta-inner,
.support-cta-box,
.cart-drawer-head,
.bredband-modal-head,
.compare-modal-head {
  background: var(--site-ink) !important;
  color: var(--site-white) !important;
}

.support-contact-info h2,
.about-cta-inner h2,
.support-cta-box h2,
.cart-drawer-head h2,
.cart-drawer-head h3,
.bredband-modal-head h3,
.compare-modal-head h2 {
  color: var(--site-white) !important;
}

.about-cta-section,
.support-cta {
  background: var(--site-ink) !important;
}

.about-cta-inner,
.support-cta-box {
  border-color: rgba(214, 136, 57, .44) !important;
  box-shadow: 12px 12px 0 rgba(201, 111, 36, .18) !important;
}

.package-hero__art {
  border: 1px solid rgba(214, 136, 57, .34) !important;
  box-shadow: var(--site-shadow) !important;
}

.package-card i,
.business-size i,
.about-icon-wrap,
.support-faq-left i {
  color: var(--site-copper) !important;
}

.compare-tray,
.bredband-sticky-bar,
.cart-drawer-panel,
.dealett-chat-panel,
.dealett-chatt-panel {
  border: 1px solid rgba(214, 136, 57, .42) !important;
  border-radius: 0 !important;
  background: var(--site-white) !important;
  color: var(--site-ink) !important;
  box-shadow: var(--site-shadow) !important;
}

.bredband-sticky-inner {
  background: var(--site-ink) !important;
  color: var(--site-white) !important;
}

.bredband-modal-overlay,
.compare-modal-backdrop,
.cart-drawer-overlay {
  background: rgba(23, 23, 23, .74) !important;
  backdrop-filter: blur(10px);
}

.bredband-modal-card,
.coverage-modal-card,
.compare-modal-panel {
  border: 1px solid rgba(214, 136, 57, .5) !important;
  border-radius: 0 !important;
  background: var(--site-white) !important;
  box-shadow: 12px 12px 0 rgba(201, 111, 36, .28) !important;
}

.coverage-modal-sidebar {
  background: var(--site-ink) !important;
  color: var(--site-white) !important;
}

.coverage-modal-sidebar h2,
.coverage-modal-sidebar .coverage-modal-copy {
  color: var(--site-white) !important;
}

.coverage-operator,
.modal-close-btn,
.compare-modal-close,
.cart-drawer-close,
.offer-question-actions button,
.coverage-soft-btn,
.range-all-button,
.operator-filter-button,
.family-person-grid button,
.family-status-options button,
.family-calc-options button,
.family-streaming-choice {
  border: 1px solid rgba(23, 23, 23, .24) !important;
  border-radius: 0 !important;
  background: var(--site-white) !important;
  color: var(--site-ink) !important;
  box-shadow: none !important;
}

.coverage-operator.is-active,
.coverage-operator:hover,
.offer-question-actions button:hover,
.range-all-button:hover,
.range-all-button.is-active,
.operator-filter-button:hover,
.operator-filter-button.is-active,
.family-person-grid button:hover,
.family-status-options button:hover,
.family-calc-options button:hover,
.family-streaming-choice:hover,
.family-streaming-choice.is-selected {
  border-color: var(--site-ink) !important;
  background: var(--site-copper) !important;
  color: var(--site-white) !important;
}

.hero.quiz-in-hero {
  background: var(--site-ink) !important;
}

.hero.quiz-in-hero .quiz-card {
  border: 1px solid rgba(214, 136, 57, .46) !important;
  border-radius: 0 !important;
  background: var(--site-white) !important;
  box-shadow: 12px 12px 0 rgba(201, 111, 36, .28) !important;
}

.hero.quiz-in-hero .quiz-progress-inline {
  background: var(--site-copper) !important;
}

.hero.quiz-in-hero .quiz-option:hover,
.hero.quiz-in-hero .operator-no-binding-button:hover,
.hero.quiz-in-hero .quiz-option.active,
.hero.quiz-in-hero .quiz-option.selected,
.hero.quiz-in-hero .operator-no-binding-button[aria-pressed="true"] {
  border-color: var(--site-ink) !important;
  background: #fff6eb !important;
  color: var(--site-ink) !important;
  box-shadow: inset 0 0 0 3px rgba(214, 136, 57, .42) !important;
}

.hero.quiz-in-hero .offer-card__cta,
.hero.quiz-in-hero .quiz-next-button {
  border-left: 5px solid var(--site-amber) !important;
  background: var(--site-copper) !important;
  color: var(--site-white) !important;
}

.mobile-nav-toggle,
.dealett-chat-toggle,
.dealett-chatt-toggle {
  border-radius: 0 !important;
  background: var(--site-copper) !important;
  color: var(--site-white) !important;
  box-shadow: none !important;
}

.dealett-chat-header,
.dealett-chatt-header,
.dealett-chat-composer,
.dealett-chatt-composer {
  border-color: rgba(23, 23, 23, .18) !important;
  background: var(--site-paper) !important;
}

.dealett-chat-bubble,
.dealett-chatt-bubble,
.dealett-chat-chip,
.dealett-chatt-chip,
.dealett-chat-widget-button,
.dealett-chatt-widget-button {
  border-radius: 0 !important;
}

.dealett-chat-message--user .dealett-chat-bubble,
.dealett-chatt-message--user .dealett-chatt-bubble {
  background: var(--site-copper) !important;
  color: var(--site-white) !important;
}

.footer {
  border-top: 1px solid rgba(214, 136, 57, .28) !important;
  background: var(--site-ink) !important;
  color: var(--site-white) !important;
}

.footer .footer-brand-link,
.footer .footer-links p,
.footer .footer-contact .footer-contact-title {
  color: var(--site-white) !important;
}

.footer .footer-brand p,
.footer .footer-links a,
.footer .footer-contact a,
.footer .footer-contact p:not(.footer-contact-title),
.footer .footer-social-icon {
  color: rgba(255, 255, 255, .68) !important;
}

@media (max-width: 900px) {
  .abon-page .site-header .header-inner,
  .family-page .site-header .header-inner,
  .bredband-page .site-header .header-inner,
  .business-page .site-header .header-inner,
  .jamfor-page .site-header .header-inner,
  .about-page .site-header .header-inner,
  .support-page .site-header .header-inner,
  .account-page .site-header .header-inner,
  .varukorg-page .site-header .header-inner,
  .package-page .site-header .header-inner {
    background: rgba(23, 23, 23, .9) !important;
  }

  .abon-page .site-header .brand-logo-crop img,
  .family-page .site-header .brand-logo-crop img,
  .bredband-page .site-header .brand-logo-crop img,
  .business-page .site-header .brand-logo-crop img,
  .jamfor-page .site-header .brand-logo-crop img,
  .about-page .site-header .brand-logo-crop img,
  .support-page .site-header .brand-logo-crop img,
  .account-page .site-header .brand-logo-crop img,
  .varukorg-page .site-header .brand-logo-crop img,
  .package-page .site-header .brand-logo-crop img {
    filter:none;
  }

  .abon-page .site-header .header-topbar-link,
  .family-page .site-header .header-topbar-link,
  .bredband-page .site-header .header-topbar-link,
  .business-page .site-header .header-topbar-link,
  .jamfor-page .site-header .header-topbar-link,
  .about-page .site-header .header-topbar-link,
  .support-page .site-header .header-topbar-link,
  .account-page .site-header .header-topbar-link,
  .varukorg-page .site-header .header-topbar-link,
  .package-page .site-header .header-topbar-link {
    color: var(--site-white) !important;
  }

  .site-header .site-nav {
    background: var(--site-ink) !important;
    border-bottom: 1px solid rgba(214, 136, 57, .42) !important;
  }

  .site-header .nav-item a,
  .site-header .nav-link {
    color: var(--site-white) !important;
  }

  .shop-hero,
  .business-hero,
  .bredband-hero,
  .coverage-hero,
  .about-hero,
  .support-hero,
  .package-hero {
    min-height: auto;
    padding-top: 76px;
  }

  .shop-hero-image,
  .business-hero-image,
  .bredband-hero-image,
  .coverage-hero__img,
  .about-hero-image,
  .support-hero-image {
    height: 38vh !important;
    min-height: 260px !important;
  }

  .shop-hero::before,
  .business-hero::before,
  .bredband-hero::before,
  .coverage-hero::before,
  .about-hero::before,
  .support-hero::before {
    inset: 76px 0 auto;
    width: 100%;
    height: 38vh;
    min-height: 260px;
  }

  .shop-hero::after,
  .business-hero::after,
  .bredband-hero::after,
  .coverage-hero::after,
  .about-hero::after,
  .support-hero::after {
    top: auto;
    right: 20px;
    bottom: 0;
    left: 20px;
    width: auto;
    height: 5px;
  }

  .shop-hero-points,
  .business-hero-points,
  .bredband-trust-row,
  .about-hero-points,
  .support-hero-tags {
    display: grid !important;
  }

  .support-contact-wrap,
  .offer-card-expanded-panel,
  .coverage-modal-body {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 900px) {
  .shop-hero,
  .business-hero,
  .bredband-hero,
  .coverage-hero,
  .about-hero,
  .support-hero {
    display: block !important;
    min-height: 0 !important;
    padding: 76px 0 0 !important;
    background: var(--site-ink) !important;
  }

  .shop-hero-image,
  .business-hero-image,
  .bredband-hero-image,
  .coverage-hero__img,
  .about-hero-image,
  .support-hero-image {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: 38svh !important;
    min-height: 260px !important;
    max-height: 360px !important;
    opacity: .76 !important;
    object-fit: cover !important;
  }

  .shop-hero-content,
  .business-hero-inner,
  .bredband-hero-inner,
  .coverage-hero__inner,
  .about-hero-inner,
  .support-hero-inner {
    position: relative !important;
    z-index: 3 !important;
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 34px 20px 58px !important;
    background: var(--site-ink) !important;
  }

  .bredband-hero .bredband-search-panel {
    grid-column: auto !important;
    width: 100% !important;
    max-width: 350px !important;
    margin-top: 22px !important;
  }

  .shop-hero::before,
  .business-hero::before,
  .bredband-hero::before,
  .coverage-hero::before,
  .about-hero::before,
  .support-hero::before {
    inset: 76px 0 auto !important;
    height: 38svh !important;
    min-height: 260px !important;
    max-height: 360px !important;
  }

  .shop-hero h1,
  .business-hero h1,
  .bredband-hero h1,
  .coverage-hero h1,
  .about-hero h1,
  .support-hero h1 {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 12px !important;
    font-size: clamp(40px, 11.5vw, 50px) !important;
    line-height: 1.04 !important;
    white-space: normal !important;
    overflow-wrap: break-word;
  }

  .shop-hero-copy,
  .shop-hero-content,
  .business-hero-copy,
  .bredband-hero-copy,
  .coverage-hero__copy,
  .about-hero-copy,
  .support-hero-copy {
    width: 100% !important;
    max-width: min(calc(100vw - 40px), 350px) !important;
    overflow: visible !important;
    white-space: normal !important;
  }

  .shop-hero-lead,
  .business-hero-copy > p,
  .bredband-hero-copy > p,
  .coverage-hero__copy > p,
  .about-hero-copy > p,
  .support-hero-copy > p {
    white-space: normal !important;
    overflow-wrap: break-word;
  }

  .abon-main,
  .business-main,
  .bredband-main,
  .about-main,
  .support-main,
  .package-main {
    overflow-x: hidden !important;
  }
}

.hero.quiz-in-hero .offers-recommendation-grid.offers-recommendation-grid--featured {
  grid-template-columns: repeat(2, minmax(0, 340px)) minmax(280px, 340px);
  justify-content: center;
  max-width: 1100px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.hero.quiz-in-hero .offers-recommendation-grid.offers-recommendation-grid--expanded {
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(280px, 330px);
  max-width: 1280px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.hero.quiz-in-hero .offers-recommendation-grid .recommendation-results-toggle {
  order: 3;
  grid-column: 1 / 3;
  justify-self: center;
  min-height: 52px;
  margin-top: 0;
  border: 1px solid #0D1726;
  border-radius: 0;
  padding: 0 24px;
  background: transparent;
  color: #0D1726;
  font-weight: 700;
  box-shadow: none;
}

.hero.quiz-in-hero .offers-recommendation-grid .recommendation-results-toggle:hover,
.hero.quiz-in-hero .offers-recommendation-grid .recommendation-results-toggle:focus-visible {
  background: #0D1726;
  color: #fff;
  transform: none;
}

.hero.quiz-in-hero .offers-recommendation-grid > .offer-card {
  order: 1 !important;
}

.hero.quiz-in-hero .offers-recommendation-grid > .quiz-refinement-panel {
  order: 2 !important;
  grid-column: 3 !important;
  grid-row: 1 !important;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 0;
  padding: 18px;
}

.hero.quiz-in-hero .offers-recommendation-grid--expanded > .quiz-refinement-panel {
  grid-column: 4 !important;
}

.hero.quiz-in-hero .offers-recommendation-grid .quiz-refinement-copy h4 {
  font-size: clamp(22px, 1.9vw, 28px);
}

.hero.quiz-in-hero .offers-recommendation-grid .quiz-refinement-copy p:last-child {
  line-height: 1.4;
}

.hero.quiz-in-hero .offers-recommendation-grid .quiz-refinement-options {
  gap: 8px;
}

.hero.quiz-in-hero .offers-recommendation-grid .quiz-refinement-option {
  min-height: 44px;
  padding: 9px 10px;
}

.hero.quiz-in-hero .offers-recommendation-grid .quiz-refinement-actions {
  display: grid;
  grid-column: auto;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: auto;
}

.hero.quiz-in-hero .offers-recommendation-grid .quiz-refinement-actions .quiz-next-button,
.hero.quiz-in-hero .offers-recommendation-grid .quiz-refinement-link {
  width: 100%;
  justify-content: center;
}

@media (max-width: 980px) {
  .hero.quiz-in-hero .offers-recommendation-grid.offers-recommendation-grid--featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }

  .hero.quiz-in-hero .offers-recommendation-grid.offers-recommendation-grid--expanded {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero.quiz-in-hero .offers-recommendation-grid > .quiz-refinement-panel,
  .hero.quiz-in-hero .offers-recommendation-grid--expanded > .quiz-refinement-panel {
    grid-column: 1 / -1 !important;
    grid-row: auto;
  }

  .hero.quiz-in-hero .offers-recommendation-grid .recommendation-results-toggle {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .hero.quiz-in-hero .offers-recommendation-grid.offers-recommendation-grid--featured,
  .hero.quiz-in-hero .offers-recommendation-grid.offers-recommendation-grid--expanded {
    grid-template-columns: 1fr;
    max-width: 360px;
  }

  .hero.quiz-in-hero .offers-recommendation-grid .quiz-refinement-panel {
    order: 0;
  }
}

.offer-compare-button,
.offer-compare-button--icon,
.abon-page .offer-compare-button--icon,
.mobile-plans-page .offer-compare-button--icon,
.hero.quiz-in-hero .offer-card__head .offer-compare-button--icon,
.operator-plan-row .offer-compare-button--icon,
.offer-card-logo .offer-compare-button--icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  width: fit-content !important;
  min-width: 0 !important;
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 10px !important;
}

.offer-compare-button [data-compare-label],
.offer-compare-button--icon [data-compare-label],
.abon-page .offer-compare-button--icon [data-compare-label],
.mobile-plans-page .offer-compare-button--icon [data-compare-label],
.hero.quiz-in-hero .offer-card__head .offer-compare-button--icon [data-compare-label],
.operator-plan-row .offer-compare-button--icon [data-compare-label],
.offer-card-logo .offer-compare-button--icon [data-compare-label] {
  position: static !important;
  display: inline !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: nowrap !important;
}

.offer-compare-button i,
.offer-compare-button--icon i {
  flex: 0 0 auto;
}

/* Dealett signature palette: final cascade pass for legacy hard-coded accents. */
:root {
  color-scheme: light;
  --bg: #F8F5F0;
  --surface: #FFFFFF;
  --text: #0D1726;
  --accent: #C96F24;
  --accent-soft: rgba(201, 111, 36, 0.12);
  --yellow: #F8F5F0;
  --deal-blue: #0D1726;
  --deal-lime: #F8F5F0;
  --deal-pink: #FFFFFF;
  --deal-line: #0D1726;
  --rd-ink: #0D1726;
  --rd-paper: #F8F5F0;
  --rd-white: #FFFFFF;
  --rd-blue: #0D1726;
  --rd-orange: #C96F24;
  --rd-lime: #F8F5F0;
  --rd-pink: #FFFFFF;
  --rd-muted: rgba(13, 23, 38, 0.64);
  --rd-line: 1px solid #0D1726;
  --rd-shadow: 8px 8px 0 rgba(13, 23, 38, 0.14);
  --ed-ink: #0D1726;
  --ed-muted: rgba(13, 23, 38, 0.64);
  --ed-line: rgba(13, 23, 38, 0.22);
  --ed-soft: #F8F5F0;
  --ed-paper: #F8F5F0;
  --ed-white: #FFFFFF;
  --ed-blue: #0D1726;
  --ed-lime: #F8F5F0;
  --ed-orange: #C96F24;
  --site-ink: #0D1726;
  --site-white: #FFFFFF;
  --site-paper: #F8F5F0;
  --site-soft: #F8F5F0;
  --site-copper: #C96F24;
  --site-amber: #C96F24;
  --site-brown: #0D1726;
  --site-line: rgba(13, 23, 38, 0.22);
  --site-shadow: 8px 8px 0 rgba(13, 23, 38, 0.14);
  --mobile-orange: #C96F24;
  --mobile-lime: #F8F5F0;
  --mobile-blue: #0D1726;
}

html,
body,
.abon-page,
.family-page,
.bredband-page,
.business-page,
.jamfor-page,
.about-page,
.support-page,
.account-page,
.varukorg-page,
.package-page,
.mobile-plans-page,
.login-main,
.cart-main {
  background: #F8F5F0 !important;
  color: #0D1726 !important;
}

.site-header .header-inner,
.abon-page .site-header .header-inner,
.family-page .site-header .header-inner,
.bredband-page .site-header .header-inner,
.business-page .site-header .header-inner,
.jamfor-page .site-header .header-inner,
.about-page .site-header .header-inner,
.support-page .site-header .header-inner,
.account-page .site-header .header-inner,
.varukorg-page .site-header .header-inner,
.package-page .site-header .header-inner {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(13, 23, 38, 0.16) !important;
  color: #0D1726 !important;
}

.site-header .nav-link,
.site-header .nav-item a,
.site-header .header-account-link,
.site-header .header-cart-button,
.site-header .hamburger {
  color: #0D1726 !important;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus-visible,
.site-header .nav-item a:hover,
.site-header .nav-item a:focus-visible,
.site-header .nav-item--active > .nav-link,
.site-header .header-account-link.is-active,
.site-header .header-cart-button:hover,
.site-header .hamburger:hover {
  background: #F8F5F0 !important;
  color: #0D1726 !important;
}

.shop-hero,
.business-hero,
.bredband-hero,
.coverage-hero,
.about-hero,
.support-hero,
.package-hero,
body:has(.home-intro),
body:has(.home-intro) .newsletter-section,
.about-cta-inner,
.support-cta-box,
.reward-summary-bar,
.cart-total-box,
.cart-checkout-total-card,
.account-hero .account-hero-card {
  background-color: #0D1726 !important;
  color: #FFFFFF !important;
}

.shop-hero h1,
.business-hero h1,
.bredband-hero h1,
.coverage-hero h1,
.about-hero h1,
.support-hero h1,
.package-hero h1,
.shop-hero p,
.business-hero p,
.bredband-hero p,
.coverage-hero p,
.about-hero p,
.support-hero p,
.package-hero p,
.about-cta-inner *,
.support-cta-box *,
.reward-summary-bar *,
.cart-total-box *,
.cart-checkout-total-card *,
.account-hero .account-hero-card * {
  color: inherit !important;
}

.section-kicker,
.business-kicker,
.about-kicker,
.support-eyebrow,
.account-kicker,
.hero-eyebrow,
.offers-strip-badge i,
.offer-question-kicker,
.result-badge,
.recommendation-results-toggle,
.compare-modal-kicker,
.checkout-kicker,
.login-card .section-kicker,
.bankid-modal__eyebrow {
  color: #C96F24 !important;
}

.button,
.primary-btn,
.primary-button,
.hero .button,
.home-how .button,
.shop-hero .button,
.business-hero .button,
.bredband-hero .button,
.coverage-hero .button,
.about-hero .button,
.support-hero .button,
.package-hero .button,
.offer-card__cta,
.offer-compare-button,
.offer-compare-button--icon,
.compare-open-button,
.recommendation-results-toggle:hover,
.recommendation-results-toggle:focus-visible,
.cart-checkout-button,
.login-submit-button,
.bankid-start-button,
.bankid-modal__primary,
.dealett-chat-toggle,
.dealett-chatt-toggle,
.dealett-chat-send,
.dealett-chatt-send {
  border-color: #0D1726 !important;
  border-left-color: #0D1726 !important;
  background: #C96F24 !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}

.button:hover,
.primary-btn:hover,
.primary-button:hover,
.offer-card__cta:hover,
.offer-compare-button:hover,
.offer-compare-button--icon:hover,
.compare-open-button:hover,
.cart-checkout-button:hover,
.login-submit-button:hover,
.bankid-start-button:hover,
.bankid-modal__primary:hover,
.dealett-chat-toggle:hover,
.dealett-chatt-toggle:hover,
.dealett-chat-send:hover,
.dealett-chatt-send:hover {
  background: #0D1726 !important;
  color: #FFFFFF !important;
}

.button--secondary,
.secondary-btn,
.secondary-button,
.offer-question-actions button,
.operator-no-binding-button,
.start-date-choice,
.dealett-chat-chip,
.dealett-chat-widget-button,
.dealett-chatt-chip,
.dealett-chatt-widget-button {
  border-color: #0D1726 !important;
  background: #FFFFFF !important;
  color: #0D1726 !important;
}

.button--secondary:hover,
.secondary-btn:hover,
.secondary-button:hover,
.offer-question-actions button:hover,
.operator-no-binding-button:hover,
.start-date-choice:hover,
.start-date-choice.is-selected,
.dealett-chat-chip:hover,
.dealett-chat-widget-button:hover,
.dealett-chatt-chip:hover,
.dealett-chatt-widget-button:hover {
  background: #F8F5F0 !important;
  color: #0D1726 !important;
}

.result-card,
.offer-card,
.bredband-offer-card,
.business-plan-card,
.package-card,
.account-card,
.login-card,
.checkout-card,
.cart-summary-card,
.empty-cart-card,
.support-faq-item,
.support-contact-wrap,
.compare-modal-panel,
.cart-drawer-panel,
.cart-line,
.bankid-modal__panel,
.dealett-chat-panel,
.dealett-chatt-panel,
.quiz-card,
.operator-person-card,
.operator-plan-row,
.reward-choice,
.bredband-search-panel,
.coverage-topbar,
.home-service-card,
.home-story-card {
  border-color: rgba(13, 23, 38, 0.22) !important;
  background: #FFFFFF !important;
  color: #0D1726 !important;
  box-shadow: 8px 8px 0 rgba(13, 23, 38, 0.12) !important;
}

.offer-card.is-answering,
.business-plan-card.is-featured,
.account-overview .account-card:nth-child(2),
.account-overview .account-card:nth-child(3),
.account-overview .account-card:nth-child(4),
.about-section-soft,
.support-contact-section,
.login-demo-note,
.success-message,
.cart-summary-pill,
.bredband-best-badge,
.bredband-speed-chip,
.business-plan-badge,
.business-plan-tag,
.compare-tray,
.compare-modal-head,
.cart-drawer-head,
.dealett-chat-header,
.dealett-chatt-header {
  border-color: rgba(13, 23, 38, 0.22) !important;
  background: #F8F5F0 !important;
  color: #0D1726 !important;
}

.offer-card::before,
.offer-card__badge,
.offer-card-price-pill,
.offer-card-discount,
.operator-plan-badge,
.reward-progress-fill,
.quiz-progress-inline,
.bankid-modal__mark,
.home-service-card__icon,
.about-step-number,
.about-icon-wrap,
.support-faq-plus {
  background: #C96F24 !important;
  border-color: #0D1726 !important;
  color: #FFFFFF !important;
}

.offer-card,
.bredband-offer-card,
.operator-plan-row,
.compare-tray-item,
.compare-table-wrap,
.checkout-form input,
.checkout-form select,
.checkout-form textarea,
.phone-input-field,
.newsletter-form input,
.login-card input,
.bankid-modal__qr {
  border-color: rgba(13, 23, 38, 0.28) !important;
}

.bankid-modal__qr-logo {
  border-color: #FFFFFF !important;
  background: #FFFFFF !important;
  box-shadow: 0 0 0 1px rgba(13, 23, 38, 0.16) !important;
}

.newsletter-form input:focus,
.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus,
.login-card input:focus {
  border-color: #C96F24 !important;
  box-shadow: 0 0 0 4px rgba(201, 111, 36, 0.18) !important;
}

.compare-modal-sidebar,
.coverage-modal-sidebar,
.support-contact-info,
.footer {
  background: #0D1726 !important;
  color: #FFFFFF !important;
}

.compare-modal-sidebar *,
.coverage-modal-sidebar *,
.support-contact-info *,
.footer * {
  color: inherit !important;
}

.home-intro .home-service-card {
  cursor: default !important;
}

.home-intro .home-service-card:hover {
  transform: none !important;
}

.start-date-choice {
  align-items: flex-start !important;
  gap: 12px !important;
}

.start-date-choice > span {
  display: grid !important;
  gap: 7px !important;
  width: 100% !important;
}

.start-date-choice__date {
  color: #C96F24 !important;
  font-weight: 700 !important;
}

.start-date-calendar {
  width: min(100%, 230px) !important;
  min-height: 42px !important;
  margin-top: 6px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(13, 23, 38, 0.28) !important;
  border-radius: 0 !important;
  background: #FFFFFF !important;
  color: #0D1726 !important;
  font: 600 14px/1 Arial, Helvetica, sans-serif !important;
}

.start-date-calendar:focus {
  border-color: #C96F24 !important;
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(201, 111, 36, 0.18) !important;
}

/* Header correction after the signature palette pass. */
.site-header {
  position: absolute !important;
  inset: 0 0 auto !important;
  z-index: 120 !important;
  padding: 0 !important;
  background: transparent !important;
  pointer-events: none !important;
}

.site-header .header-inner {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 92px !important;
  padding: 0 clamp(18px, 3.2vw, 58px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  color: #0D1726 !important;
  pointer-events: auto !important;
}

.site-header .brand--logo {
  flex: 0 0 auto !important;
  width: clamp(116px, 9vw, 158px) !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.site-header .brand-logo-crop {
  width: 100% !important;
  aspect-ratio: 4 / 1 !important;
  overflow: hidden !important;
  background: transparent !important;
}

.site-header .brand-logo-crop img {
  top: -134% !important;
  left: -35% !important;
  width: 170% !important;
  max-width: none !important;
  filter: none !important;
}

.site-header .site-nav {
  margin-left: auto !important;
}

.site-header .nav-menu {
  display: flex !important;
  align-items: center !important;
  gap: clamp(18px, 2.25vw, 34px) !important;
  background: transparent !important;
}

.site-header .nav-link,
.site-header .nav-item a {
  min-height: 0 !important;
  padding: 7px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #0D1726 !important;
  font: 500 clamp(14px, 1vw, 16px)/1 Arial, Helvetica, sans-serif !important;
  letter-spacing: 0 !important;
}

.site-header .nav-link::after {
  background: #C96F24 !important;
}

.site-header .header-topbar-group--right {
  display: flex !important;
  align-items: center !important;
  margin-left: clamp(18px, 2.4vw, 38px) !important;
  gap: 14px !important;
}

.site-header .language-switcher select,
.site-header .header-topbar-link,
.site-header .header-account-link {
  min-height: 34px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #0D1726 !important;
  box-shadow: none !important;
  font: 500 14px/1 Arial, Helvetica, sans-serif !important;
}

.site-header .language-switcher select {
  width: 124px !important;
  padding-inline: 4px !important;
}

.site-header .header-account-link {
  padding: 0 0 4px !important;
  border-bottom: 1px solid #C96F24 !important;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus-visible,
.site-header .nav-item a:hover,
.site-header .nav-item a:focus-visible,
.site-header .nav-item--active > .nav-link,
.site-header .header-topbar-link:hover,
.site-header .header-topbar-link:focus-visible,
.site-header .header-account-link:hover,
.site-header .header-account-link:focus-visible,
.site-header .header-account-link.is-active {
  background: transparent !important;
  color: #C96F24 !important;
}

.site-header .header-cart-count {
  background: #C96F24 !important;
  color: #FFFFFF !important;
}

.site-header .mobile-nav-toggle {
  background: transparent !important;
  border: 0 !important;
  color: #0D1726 !important;
  box-shadow: none !important;
}

html[dir="rtl"] .site-header .header-inner {
  direction: ltr;
}

html[dir="rtl"] .site-header .site-nav,
html[dir="rtl"] .site-header .header-topbar-group--right {
  direction: rtl;
}

@media (max-width: 900px) {
  .site-header::after {
    content: "" !important;
    position: fixed !important;
    top: 36px !important;
    right: 28px !important;
    display: block !important;
    width: 22px !important;
    height: 16px !important;
    border-top: 2px solid #0D1726 !important;
    border-bottom: 2px solid #0D1726 !important;
    background: linear-gradient(#0D1726, #0D1726) center / 22px 2px no-repeat !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
    z-index: 9999 !important;
  }

  .site-header {
    position: fixed !important;
  }

  .site-header .header-inner {
    min-height: 72px !important;
    padding: 0 16px !important;
    border-bottom: 1px solid rgba(13, 23, 38, 0.12) !important;
    background: rgba(248, 245, 240, 0.94) !important;
  }

  .site-header .brand--logo {
    width: 126px !important;
  }

  .site-header .header-topbar-group--right {
    margin: 0 48px 0 auto !important;
  }

  .site-header .language-switcher,
  .site-header .header-account-link {
    display: none !important;
  }

  .site-header .mobile-nav-toggle {
    position: absolute !important;
    top: 50% !important;
    right: 16px !important;
    display: flex !important;
    transform: translateY(-50%) !important;
  }

  .site-header .site-nav {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: 0 !important;
    display: none !important;
    padding: 12px 16px 18px !important;
    border-top: 1px solid rgba(13, 23, 38, 0.12) !important;
    border-bottom: 1px solid rgba(13, 23, 38, 0.12) !important;
    background: #F8F5F0 !important;
  }

  .site-header.mobile-nav-open .site-nav {
    display: block !important;
  }

  .site-header .nav-menu {
    display: grid !important;
    gap: 0 !important;
  }

  .site-header .nav-link,
  .site-header .nav-item a {
    min-height: 46px !important;
    padding: 0 !important;
    justify-content: flex-start !important;
    color: #0D1726 !important;
    font-size: 17px !important;
  }
}

/* Homepage headline support copy: keep it attached to the title. */
body:has(.home-intro) .hero:not(.quiz-in-hero) .hero-lead {
  top: clamp(270px, 30vh, 330px) !important;
  right: auto !important;
  bottom: auto !important;
  left: clamp(28px, 3vw, 62px) !important;
  width: min(430px, 36vw) !important;
  max-width: calc(100vw - 56px) !important;
  padding: 0 !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.86) !important;
  font: 400 clamp(14px, 1vw, 17px)/1.45 Arial, Helvetica, sans-serif !important;
  text-shadow: 0 2px 18px rgba(13, 23, 38, 0.52) !important;
}

body:has(.home-intro) .hero:not(.quiz-in-hero) .hero-proof {
  top: clamp(350px, 39vh, 410px) !important;
  bottom: auto !important;
}

@media (max-width: 900px) {
  body:has(.home-intro) .hero:not(.quiz-in-hero) .hero-lead {
    top: 292px !important;
    left: 18px !important;
    width: min(330px, calc(100vw - 36px)) !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  body:has(.home-intro) .hero:not(.quiz-in-hero) .hero-proof {
    top: 382px !important;
    bottom: auto !important;
    left: 18px !important;
  }

  body:has(.home-intro) .site-header .header-inner {
    position: relative !important;
    background: rgba(248, 245, 240, 0.94) !important;
    border-bottom: 1px solid rgba(13, 23, 38, 0.12) !important;
  }

  body:has(.home-intro) .site-header .header-inner::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    right: 28px !important;
    display: block !important;
    width: 22px !important;
    height: 16px !important;
    border-top: 2px solid #0D1726 !important;
    border-bottom: 2px solid #0D1726 !important;
    background: linear-gradient(#0D1726, #0D1726) center / 22px 2px no-repeat !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
    z-index: 4 !important;
  }

  body:has(.home-intro) .site-header::after {
    content: "" !important;
    position: fixed !important;
    top: 36px !important;
    right: 28px !important;
    display: block !important;
    width: 22px !important;
    height: 16px !important;
    border-top: 2px solid #0D1726 !important;
    border-bottom: 2px solid #0D1726 !important;
    background: linear-gradient(#0D1726, #0D1726) center / 22px 2px no-repeat !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
    z-index: 999 !important;
  }

  body:has(.home-intro) .site-header .nav-link,
  body:has(.home-intro) .site-header .nav-item a,
  body:has(.home-intro) .site-header .language-switcher select,
  body:has(.home-intro) .site-header .header-topbar-link,
  body:has(.home-intro) .site-header .header-account-link {
    color: #0D1726 !important;
  }

  body:has(.home-intro) .site-header .header-topbar-group--right {
    width: auto !important;
    margin: 0 54px 0 auto !important;
    gap: 0 !important;
    overflow: visible !important;
  }

  body:has(.home-intro) .site-header .language-switcher,
  body:has(.home-intro) .site-header .header-account-link {
    display: none !important;
  }

  body:has(.home-intro) .site-header .header-cart-link {
    display: inline-flex !important;
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    color: #0D1726 !important;
  }

  body:has(.home-intro) .site-header .mobile-nav-toggle {
    position: absolute !important;
    top: 50% !important;
    right: 16px !important;
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: #0D1726 !important;
    z-index: 5 !important;
    transform: translateY(-50%) !important;
  }

  body:has(.home-intro) .site-header .mobile-nav-toggle span {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    display: block !important;
    width: 20px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #0D1726 !important;
  }

  body:has(.home-intro) .site-header .mobile-nav-toggle span:nth-child(1) {
    transform: translate(-50%, -8px) !important;
  }

  body:has(.home-intro) .site-header .mobile-nav-toggle span:nth-child(2) {
    transform: translate(-50%, -50%) !important;
  }

  body:has(.home-intro) .site-header .mobile-nav-toggle span:nth-child(3) {
    transform: translate(-50%, 6px) !important;
  }

  body:has(.home-intro) .hero:not(.quiz-in-hero) .hero-actions {
    right: 18px !important;
    left: 18px !important;
    width: auto !important;
    padding: 0 !important;
    align-items: stretch !important;
  }

  body:has(.home-intro) .hero:not(.quiz-in-hero) #hero-start-analysis,
  body:has(.home-intro) .hero:not(.quiz-in-hero) .hero-text-link {
    width: 100% !important;
    max-width: 354px !important;
    box-sizing: border-box !important;
    justify-content: space-between !important;
  }
}

/* Final cascade lock for the new pictureless homepage hero. */
body:has(.home-intro) .hero:not(.quiz-in-hero),
.hero:not(.quiz-in-hero) {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: minmax(420px, 7fr) minmax(220px, 3fr) !important;
  min-height: min(860px, calc(100vh - 18px)) !important;
  padding: 104px max(20px, calc((100vw - 1420px) / 2)) 34px !important;
  background: #fff !important;
  background-image: none !important;
}

body:has(.home-intro) .hero:not(.quiz-in-hero)::before,
body:has(.home-intro) .hero:not(.quiz-in-hero)::after,
.hero:not(.quiz-in-hero)::before,
.hero:not(.quiz-in-hero)::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
  animation: none !important;
}

body:has(.home-intro) .hero-showcase,
.hero-showcase {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  border: 0 !important;
  background: #fff !important;
}

body:has(.home-intro) .hero-offer-tile,
.hero-offer-tile {
  border: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.hero-offer-tile:last-child { border-right: 0 !important; }
.hero-offer-tile--family { background: #ffffff !important; }
.hero-offer-tile--group { background: #f4f4ef !important; }
.hero-offer-tile--duo { background: #ecece4 !important; }
.hero-offer-tile--single { background: #faf9f4 !important; }
.hero-offer-tile:hover,
.hero-offer-tile:focus-visible {
  background: #e6e6dc !important;
  transform: translateY(-6px) !important;
  box-shadow: none !important;
}

body:has(.home-intro) .hero-bottom,
.hero-bottom {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  color: #0D1726 !important;
}

body:has(.home-intro) .hero-bottom .hero-eyebrow,
.hero-bottom .hero-eyebrow,
body:has(.home-intro) .hero-bottom h1,
.hero-bottom h1,
body:has(.home-intro) .hero-bottom h1 em,
.hero-bottom h1 em,
body:has(.home-intro) .hero-bottom-actions,
.hero-bottom-actions {
  position: static !important;
}

body:has(.home-intro) .hero-bottom h1,
.hero-bottom h1 {
  color: #0D1726 !important;
  font: 900 clamp(43px, 6.4vw, 96px)/.86 Arial, Helvetica, sans-serif !important;
}

body:has(.home-intro) .hero-bottom h1 em,
.hero-bottom h1 em {
  color: var(--deal-blue) !important;
}

.hero-bottom h1 em::after { content: none !important; }

body:has(.home-intro) .hero-proof,
.hero-proof {
  display: flex !important;
}

@media (max-width: 640px) {
  body:has(.home-intro) .hero-showcase,
  .hero-showcase {
    grid-template-columns: 1fr !important;
  }

  body:has(.home-intro) .hero-offer-tile,
  .hero-offer-tile {
    border-right: 0 !important;
    border-bottom: 0 !important;
  }

  .hero-offer-tile:last-child {
    border-bottom: 0 !important;
  }
}
