/* Billigmobiler.dk – specialbygget forside */
body.billigmobiler-home-page {
  margin: 0;
  background: #fff;
  overflow-x: hidden;
}

body.billigmobiler-home-page #wpadminbar {
  position: fixed;
}

#bm-home {
    --bm-navy: #071a2f;
    --bm-navy-2: #0c2948;
    --bm-text: #102132;
    --bm-muted: #657284;
    --bm-orange: #ff6b00;
    --bm-orange-dark: #e75f00;
    --bm-cream: #fff8f1;
    --bm-line: #e8edf2;
    --bm-panel: #ffffff;
    --bm-green: #16a463;
    --bm-shadow: 0 18px 50px rgba(7, 26, 47, .09);
    color: var(--bm-text);
    background: #fff;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    overflow: visible;
  }

  #bm-home *,
  #bm-home *::before,
  #bm-home *::after { box-sizing: border-box; }

  #bm-home img { display: block; width: 100%; }
  #bm-home a { color: inherit; text-decoration: none; }
  #bm-home h1,
  #bm-home h2,
  #bm-home h3,
  #bm-home p { margin-top: 0; }
  #bm-home button,
  #bm-home input { font: inherit; }

  #bm-home .bm-shell {
    width: min(1320px, calc(100% - 40px));
    margin-inline: auto;
  }

  #bm-home .bm-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  #bm-home .bm-header {
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid var(--bm-line);
    position: relative;
    z-index: 20;
  }

  #bm-home .bm-header__inner {
    min-height: 150px;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  #bm-home .bm-brand {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 14px;
  }

  #bm-home .bm-brand__word {
    color: var(--bm-navy);
    font-size: clamp(2.15rem, 4vw, 4.35rem);
    font-weight: 850;
    letter-spacing: -.065em;
    line-height: .95;
  }

  #bm-home .bm-brand__e {
    display: inline-grid;
    place-items: center;
    color: var(--bm-orange);
    position: relative;
    margin-inline: .02em;
    transform: translateY(-.02em) rotate(-2deg);
  }

  #bm-home .bm-brand__e::after {
    content: "indsat";
    position: absolute;
    left: 50%;
    top: -.88rem;
    transform: translateX(-50%) rotate(-3deg);
    font-size: .56rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--bm-orange);
    font-weight: 800;
  }

  #bm-home .bm-brand__joke {
    margin-top: .7rem;
    color: var(--bm-muted);
    font-size: .83rem;
    letter-spacing: .02em;
  }

  #bm-home .bm-menu-button {
    display: none;
    position: absolute;
    right: 0;
    border: 0;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: var(--bm-navy);
    padding: 12px;
    cursor: pointer;
  }

  #bm-home .bm-menu-button span:not(.bm-sr-only) {
    display: block;
    height: 2px;
    background: #fff;
    margin: 5px 0;
    border-radius: 999px;
    transition: .2s ease;
  }

  #bm-home .bm-nav {
    border-top: 1px solid var(--bm-line);
    box-shadow: 0 8px 28px rgba(7, 26, 47, .04);
  }

  #bm-home .bm-nav__inner {
    display: flex;
    align-items: center;
    min-height: 64px;
    gap: 4px;
  }

  #bm-home .bm-nav__inner > a {
    display: inline-flex;
    align-items: center;
    height: 64px;
    padding: 0 20px;
    color: var(--bm-navy);
    font-size: .84rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .07em;
    border-bottom: 3px solid transparent;
    transition: .2s ease;
  }

  #bm-home .bm-nav__inner > a:hover,
  #bm-home .bm-nav__inner > a.is-active {
    color: var(--bm-orange);
    border-bottom-color: var(--bm-orange);
  }

  #bm-home .bm-search {
    margin-left: auto;
    display: flex;
    align-items: center;
    width: min(250px, 20vw);
    border: 1px solid var(--bm-line);
    background: #f7f9fb;
    border-radius: 999px;
    padding: 4px 6px 4px 14px;
  }

  #bm-home .bm-search input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--bm-text);
    font-size: .88rem;
  }

  #bm-home .bm-search button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 0;
    background: var(--bm-navy);
    display: grid;
    place-items: center;
    cursor: pointer;
  }

  #bm-home .bm-search svg {
    width: 16px;
    fill: none;
    stroke: white;
    stroke-width: 2;
    stroke-linecap: round;
  }

  #bm-home .bm-section { padding-block: 52px; }
  #bm-home .bm-top-section { padding-top: 44px; }

  #bm-home .bm-section-heading,
  #bm-home .bm-panel-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
  }

  #bm-home .bm-section-heading h1,
  #bm-home .bm-section-heading h2,
  #bm-home .bm-panel-heading h2 {
    color: var(--bm-navy);
    font-size: clamp(1.65rem, 2.3vw, 2.5rem);
    line-height: 1.05;
    letter-spacing: -.045em;
    margin-bottom: 0;
  }

  #bm-home .bm-section-heading > a {
    color: var(--bm-orange);
    font-weight: 800;
    font-size: .9rem;
    white-space: nowrap;
  }

  #bm-home .bm-kicker {
    display: block;
    color: var(--bm-orange);
    font-size: .72rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .13em;
    margin-bottom: 7px;
  }

  #bm-home .bm-kicker--light { color: #ffd5b8; }

  #bm-home .bm-top-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
    align-items: stretch;
  }

  #bm-home .bm-feature-grid {
    display: grid;
    grid-template-columns: 1.18fr .91fr .91fr;
    gap: 18px;
    min-width: 0;
  }

  #bm-home .bm-feature-card {
    position: relative;
    min-height: 470px;
    border-radius: 20px;
    overflow: hidden;
    background: var(--bm-navy);
    box-shadow: var(--bm-shadow);
  }

  #bm-home .bm-feature-card a,
  #bm-home .bm-feature-card img,
  #bm-home .bm-feature-card__shade {
    position: absolute;
    inset: 0;
  }

  #bm-home .bm-feature-card img {
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
  }

  #bm-home .bm-feature-card:hover img { transform: scale(1.045); }

  #bm-home .bm-feature-card__shade {
    background: linear-gradient(180deg, rgba(7,26,47,.02) 24%, rgba(7,26,47,.95) 100%);
  }

  #bm-home .bm-feature-card__content {
    position: absolute;
    inset: auto 0 0;
    padding: 28px;
    color: #fff;
    z-index: 2;
  }

  #bm-home .bm-feature-card__content h2 {
    color: #fff !important;
    font-size: clamp(1.25rem, 1.65vw, 2rem);
    line-height: 1.08;
    letter-spacing: -.035em;
    margin: 12px 0 10px;
  }

  #bm-home .bm-feature-card--large .bm-feature-card__content h2 {
    font-size: clamp(1.6rem, 2vw, 2.45rem);
  }

  #bm-home .bm-feature-card__content p {
    color: rgba(255,255,255,.78);
    font-size: .91rem;
    margin-bottom: 15px;
  }

  #bm-home .bm-label {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: var(--bm-orange);
    color: #fff;
    font-size: .68rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .08em;
  }

  #bm-home .bm-label--dark {
    background: var(--bm-cream);
    color: var(--bm-orange-dark);
  }

  #bm-home .bm-meta {
    color: rgba(255,255,255,.65);
    font-size: .76rem;
    font-weight: 650;
  }

  #bm-home .bm-meta--dark { color: var(--bm-muted); }

  #bm-home .bm-top-sidebar {
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 16px;
  }

  #bm-home .bm-promo {
    min-height: 392px;
    border-radius: 20px;
    padding: 28px 24px 24px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: #fff;
    background:
      radial-gradient(circle at 50% 42%, rgba(61,126,189,.48), transparent 34%),
      linear-gradient(145deg, #06172b 0%, #0f3d69 100%);
    box-shadow: var(--bm-shadow);
    position: relative;
  }

  #bm-home .bm-promo::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 50%;
    right: -90px;
    top: -70px;
  }

  #bm-home .bm-promo__eyebrow {
    align-self: flex-start;
    font-size: .64rem;
    text-transform: uppercase;
    letter-spacing: .11em;
    font-weight: 800;
    color: rgba(255,255,255,.65);
  }

  #bm-home .bm-promo h2 {
    color: #fff !important;
    font-size: 1.6rem;
    line-height: 1.07;
    letter-spacing: -.04em;
    margin: 12px 0 18px;
  }

  #bm-home .bm-phone-stack {
    flex: 1;
    position: relative;
    min-height: 180px;
  }

  #bm-home .bm-phone {
    position: absolute;
    bottom: 8px;
    width: 82px;
    height: 168px;
    border-radius: 18px;
    border: 3px solid rgba(255,255,255,.88);
    box-shadow: 0 18px 34px rgba(0,0,0,.28);
  }

  #bm-home .bm-phone::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 12px;
    background: linear-gradient(155deg, rgba(255,255,255,.75), transparent 33%), linear-gradient(145deg, #fd6fcf, #7f63ff 52%, #3fb8ff);
  }

  #bm-home .bm-phone::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    width: 24px;
    height: 5px;
    border-radius: 999px;
    transform: translateX(-50%);
    background: rgba(3,16,29,.8);
  }

  #bm-home .bm-phone--one { left: 34px; transform: rotate(-8deg) scale(.92); }
  #bm-home .bm-phone--two { left: 50%; transform: translateX(-50%) translateY(-8px); z-index: 2; }
  #bm-home .bm-phone--three { right: 32px; transform: rotate(8deg) scale(.92); }
  #bm-home .bm-phone--three::before { background: linear-gradient(145deg, #38485c, #0a1828); }

  #bm-home .bm-promo__button {
    display: block;
    background: var(--bm-orange);
    color: #fff;
    text-align: center;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: .76rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .055em;
    position: relative;
    z-index: 4;
  }

  #bm-home .bm-quick-note {
    border: 1px solid var(--bm-line);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    gap: 12px;
    background: #fff;
  }

  #bm-home .bm-quick-note__icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #eaf8f1;
    color: var(--bm-green);
    font-weight: 900;
  }

  #bm-home .bm-quick-note strong { color: var(--bm-navy); font-size: .86rem; }
  #bm-home .bm-quick-note p { color: var(--bm-muted); font-size: .74rem; margin: 2px 0 0; }

  #bm-home .bm-content-layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr) 300px;
    gap: 24px;
    align-items: start;
    border-top: 1px solid var(--bm-line);
  }

  #bm-home .bm-panel {
    border: 1px solid var(--bm-line);
    border-radius: 18px;
    background: #fff;
    padding: 22px;
    box-shadow: 0 12px 34px rgba(7,26,47,.045);
  }

  #bm-home .bm-panel-heading { align-items: center; margin-bottom: 12px; }
  #bm-home .bm-panel-heading h2 { font-size: 1.35rem; }
  #bm-home .bm-flame,
  #bm-home .bm-deal-icon {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--bm-cream);
    color: var(--bm-orange);
    font-weight: 900;
  }

  #bm-home .bm-trending-item {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 11px;
    padding: 15px 0;
    border-top: 1px solid var(--bm-line);
  }

  #bm-home .bm-trending-item__number {
    color: #c6cdd5;
    font-size: 1.45rem;
    line-height: 1;
    font-weight: 850;
    letter-spacing: -.05em;
  }

  #bm-home .bm-trending-item strong {
    display: block;
    color: var(--bm-navy);
    font-size: .88rem;
    line-height: 1.25;
  }

  #bm-home .bm-trending-item small {
    color: var(--bm-orange);
    font-size: .68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
  }

  #bm-home .bm-text-link {
    display: inline-flex;
    margin-top: 12px;
    color: var(--bm-orange);
    font-size: .78rem;
    font-weight: 800;
  }

  #bm-home .bm-section-heading--compact { margin-bottom: 18px; }
  #bm-home .bm-section-heading--compact h2 { font-size: clamp(1.65rem, 2vw, 2.15rem); }

  #bm-home .bm-review-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  #bm-home .bm-review-card {
    border: 1px solid var(--bm-line);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    transition: transform .22s ease, box-shadow .22s ease;
  }

  #bm-home .bm-review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(7,26,47,.09);
  }

  #bm-home .bm-review-card__image {
    position: relative;
    height: 190px;
    overflow: hidden;
    background: #edf1f5;
  }

  #bm-home .bm-review-card__image img {
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
  }

  #bm-home .bm-review-card:hover img { transform: scale(1.04); }

  #bm-home .bm-score {
    position: absolute;
    left: 14px;
    bottom: 14px;
    min-width: 52px;
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--bm-orange);
    color: #fff;
    font-size: .8rem;
    font-weight: 900;
    text-align: center;
    box-shadow: 0 8px 18px rgba(255,107,0,.25);
  }

  #bm-home .bm-score::before { content: "★ "; }

  #bm-home .bm-review-card__content { padding: 18px; }
  #bm-home .bm-review-card__content h3 {
    color: var(--bm-navy);
    font-size: 1.08rem;
    line-height: 1.2;
    letter-spacing: -.025em;
    margin: 12px 0 8px;
  }
  #bm-home .bm-review-card__content p {
    color: var(--bm-muted);
    font-size: .82rem;
    line-height: 1.5;
    margin-bottom: 14px;
  }

  #bm-home .bm-deal {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 15px 0;
    border-top: 1px solid var(--bm-line);
  }

  #bm-home .bm-deal__thumb {
    width: 48px;
    height: 64px;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(145deg, #f98bbf, #f9d6e6);
    border: 3px solid #f6f7f9;
    box-shadow: inset 0 0 0 1px rgba(7,26,47,.1);
  }

  #bm-home .bm-deal__thumb--image {
    background: #fff;
    overflow: hidden;
    border-width: 1px;
  }

  #bm-home .bm-deal__thumb--image::before { display: none; }

  #bm-home .bm-deal__thumb--image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
  }

  #bm-home .bm-deal__thumb::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 4px;
    transform: translateX(-50%);
    width: 14px;
    height: 4px;
    border-radius: 999px;
    background: rgba(7,26,47,.75);
  }

  #bm-home .bm-deal__thumb--yellow { background: linear-gradient(145deg, #ff8e2f, #ffe66d); }
  #bm-home .bm-deal__thumb--blue { background: linear-gradient(145deg, #58a8ff, #a9d5ff); }
  #bm-home .bm-deal__thumb--green { background: linear-gradient(145deg, #17644b, #7bcbaa); }

  #bm-home .bm-deal__info { min-width: 0; }
  #bm-home .bm-deal__info strong {
    display: block;
    color: var(--bm-navy);
    font-size: .84rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #bm-home .bm-deal__info small { font-size: .72rem; color: var(--bm-muted); }
  #bm-home .bm-deal__info b { color: var(--bm-orange); margin-left: 5px; }
  #bm-home .bm-discount {
    padding: 5px 7px;
    border-radius: 8px;
    background: #e9f8ef;
    color: var(--bm-green);
    font-size: .68rem;
    font-weight: 900;
  }

  #bm-home .bm-button {
    min-height: 46px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 0 20px;
    background: var(--bm-orange);
    color: #fff;
    font-size: .8rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .06em;
    transition: .2s ease;
  }

  #bm-home .bm-button:hover { transform: translateY(-2px); background: var(--bm-orange-dark); }
  #bm-home .bm-button--outline {
    width: 100%;
    margin-top: 14px;
    background: transparent;
    color: var(--bm-orange);
    border: 1px solid var(--bm-orange);
  }
  #bm-home .bm-button--outline:hover { color: #fff; }
  #bm-home .bm-button--light { background: #fff; color: var(--bm-navy); }

  #bm-home .bm-editorial-grid {
    display: grid;
    grid-template-columns: 1.55fr .85fr;
    gap: 24px;
  }

  #bm-home .bm-editorial-feature {
    min-height: 380px;
    border-radius: 22px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    color: #fff;
    background:
      radial-gradient(circle at 78% 30%, rgba(80,162,229,.35), transparent 32%),
      linear-gradient(135deg, #071a2f 0%, #0a355d 100%);
    box-shadow: var(--bm-shadow);
  }

  #bm-home .bm-editorial-feature__content {
    padding: 48px;
    align-self: center;
  }

  #bm-home .bm-editorial-feature h2 {
    color: #fff !important;
    font-size: clamp(2rem, 3vw, 3.7rem);
    line-height: 1;
    letter-spacing: -.055em;
    margin-bottom: 18px;
  }

  #bm-home .bm-editorial-feature p {
    max-width: 590px;
    color: rgba(255,255,255,.76);
    margin-bottom: 28px;
  }

  #bm-home .bm-editorial-feature__visual {
    position: relative;
    min-height: 320px;
  }

  #bm-home .bm-editorial-feature__visual--image {
    overflow: hidden;
  }

  #bm-home .bm-editorial-feature__visual--image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7,26,47,.58), rgba(7,26,47,.04) 55%);
  }

  #bm-home .bm-editorial-feature__visual--image img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
  }

  #bm-home .bm-editorial-phone {
    position: absolute;
    width: 155px;
    height: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(10deg);
    border-radius: 29px;
    border: 6px solid rgba(255,255,255,.92);
    background: linear-gradient(145deg, #ff8b41, #9b62ff 48%, #34b8ff);
    box-shadow: 0 35px 70px rgba(0,0,0,.35);
    z-index: 2;
  }

  #bm-home .bm-editorial-phone::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 50%;
    transform: translateX(-50%);
    width: 52px;
    height: 10px;
    border-radius: 999px;
    background: rgba(7,26,47,.78);
  }

  #bm-home .bm-orbit {
    position: absolute;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #bm-home .bm-orbit--one { width: 310px; height: 310px; }
  #bm-home .bm-orbit--two { width: 420px; height: 420px; }

  #bm-home .bm-latest-list { padding: 26px; }
  #bm-home .bm-latest-list > a {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 12px;
    padding: 16px 0;
    border-top: 1px solid var(--bm-line);
    align-items: start;
  }
  #bm-home .bm-latest-list time { color: var(--bm-orange); font-size: .75rem; font-weight: 850; }
  #bm-home .bm-latest-list strong { color: var(--bm-navy); font-size: .9rem; line-height: 1.3; }

  #bm-home .bm-newsletter {
    margin-top: 24px;
    background: var(--bm-orange);
    color: #fff;
  }

  #bm-home .bm-newsletter__inner {
    min-height: 270px;
    padding-block: 50px;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    align-items: center;
    gap: 50px;
  }

  #bm-home .bm-newsletter h2 {
    color: #fff !important;
    font-size: clamp(2rem, 3.1vw, 3.55rem);
    line-height: 1;
    letter-spacing: -.055em;
    margin-bottom: 12px;
  }
  #bm-home .bm-newsletter p { color: rgba(255,255,255,.76); margin-bottom: 0; }

  #bm-home .bm-newsletter-form {
    display: grid;
    grid-template-columns: 1fr auto;
    background: #fff;
    padding: 7px;
    border-radius: 14px;
    position: relative;
  }
  #bm-home .bm-newsletter-form input {
    min-width: 0;
    min-height: 52px;
    padding: 0 16px;
    border: 0;
    outline: 0;
    color: var(--bm-text);
    border-radius: 10px;
  }
  #bm-home .bm-newsletter-form button {
    border: 0;
    min-height: 52px;
    padding: 0 19px;
    border-radius: 10px;
    background: var(--bm-navy);
    color: #fff;
    font-size: .78rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .055em;
    cursor: pointer;
  }
  #bm-home .bm-newsletter-message {
    position: absolute;
    left: 9px;
    bottom: -27px;
    color: #fff;
    font-weight: 750;
  }

  #bm-home .bm-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--bm-line);
    border-radius: 18px;
    margin-block: 40px 60px;
    overflow: hidden;
  }

  #bm-home .bm-trust-strip > div {
    min-height: 100px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 20px;
    border-right: 1px solid var(--bm-line);
  }
  #bm-home .bm-trust-strip > div:last-child { border-right: 0; }
  #bm-home .bm-trust-strip__icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: var(--bm-cream);
    color: var(--bm-orange);
    font-weight: 900;
  }
  #bm-home .bm-trust-strip strong { display: block; color: var(--bm-navy); font-size: .82rem; }
  #bm-home .bm-trust-strip small { display: block; color: var(--bm-muted); font-size: .7rem; }

  @media (max-width: 1180px) {
    #bm-home .bm-nav__inner > a { padding-inline: 13px; }
    #bm-home .bm-search { width: 190px; }
    #bm-home .bm-top-layout { grid-template-columns: 1fr; }
    #bm-home .bm-top-sidebar { grid-template-columns: 1fr .85fr; grid-template-rows: auto; }
    #bm-home .bm-promo { min-height: 300px; }
    #bm-home .bm-phone-stack { min-height: 125px; }
    #bm-home .bm-phone { height: 125px; width: 62px; }
    #bm-home .bm-content-layout { grid-template-columns: 220px minmax(0, 1fr); }
    #bm-home .bm-deals { grid-column: 1 / -1; }
    #bm-home .bm-deals .bm-deal { grid-template-columns: 48px 1fr auto; }
  }

  @media (max-width: 900px) {
    #bm-home .bm-header__inner { min-height: 112px; padding-top: 0; justify-content: flex-start; }
    #bm-home .bm-brand { align-items: flex-start; text-align: left; padding-top: 0; }
    #bm-home .bm-brand__word { font-size: clamp(2rem, 8vw, 3.2rem); }
    #bm-home .bm-brand__joke { display: none; }
    #bm-home .bm-brand__e::after { display: none; }
    #bm-home .bm-menu-button { display: block; }
    #bm-home .bm-nav { display: none; }
    #bm-home .bm-nav.is-open { display: block; }
    #bm-home .bm-nav__inner {
      display: grid;
      padding-block: 10px 18px;
      min-height: 0;
    }
    #bm-home .bm-nav__inner > a {
      height: auto;
      min-height: 48px;
      padding: 12px 4px;
      border-bottom: 1px solid var(--bm-line);
    }
    #bm-home .bm-search { width: 100%; margin: 12px 0 0; }
    #bm-home .bm-feature-grid { grid-template-columns: 1fr 1fr; }
    #bm-home .bm-feature-card--large { grid-column: 1 / -1; }
    #bm-home .bm-feature-card { min-height: 410px; }
    #bm-home .bm-top-sidebar { grid-template-columns: 1fr; }
    #bm-home .bm-content-layout { grid-template-columns: 1fr; }
    #bm-home .bm-trending,
    #bm-home .bm-deals { grid-column: auto; }
    #bm-home .bm-editorial-grid { grid-template-columns: 1fr; }
    #bm-home .bm-newsletter__inner { grid-template-columns: 1fr; gap: 28px; }
    #bm-home .bm-trust-strip { grid-template-columns: 1fr 1fr; }
    #bm-home .bm-trust-strip > div:nth-child(2) { border-right: 0; }
    #bm-home .bm-trust-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--bm-line); }
  }

  @media (max-width: 640px) {
    #bm-home .bm-shell { width: min(100% - 24px, 1320px); }
    #bm-home .bm-section { padding-block: 36px; }
    #bm-home .bm-section-heading { align-items: flex-start; }
    #bm-home .bm-section-heading > a { display: none; }
    #bm-home .bm-feature-grid { grid-template-columns: 1fr; }
    #bm-home .bm-feature-card--large { grid-column: auto; }
    #bm-home .bm-feature-card { min-height: 420px; }
    #bm-home .bm-feature-card__content { padding: 22px; }
    #bm-home .bm-promo { min-height: 390px; }
    #bm-home .bm-review-grid { grid-template-columns: 1fr; }
    #bm-home .bm-review-card__image { height: 220px; }
    #bm-home .bm-editorial-feature { grid-template-columns: 1fr; }
    #bm-home .bm-editorial-feature__content { padding: 34px 26px 20px; }
    #bm-home .bm-editorial-feature__visual { min-height: 260px; }
    #bm-home .bm-editorial-phone { width: 125px; height: 240px; }
    #bm-home .bm-newsletter__inner { padding-block: 40px 54px; }
    #bm-home .bm-newsletter-form { grid-template-columns: 1fr; }
    #bm-home .bm-newsletter-form button { margin-top: 7px; }
    #bm-home .bm-trust-strip { grid-template-columns: 1fr; }
    #bm-home .bm-trust-strip > div { border-right: 0; border-bottom: 1px solid var(--bm-line); }
    #bm-home .bm-trust-strip > div:last-child { border-bottom: 0; }
  }

  @media (prefers-reduced-motion: reduce) {
    #bm-home *,
    #bm-home *::before,
    #bm-home *::after {
      scroll-behavior: auto !important;
      transition: none !important;
    }
  }
