html {
  min-height: 100%;
  background: #020617;
}

body[data-page="bac-2026-offers"] {
  min-height: 100dvh;
  background: #020617;
  overscroll-behavior-x: none;
}

body[data-page="bac-2026-offers"] .bac-layout[data-nav-shell] {
  --rail-width: 80px;
  display: grid;
  grid-template-columns: var(--rail-width) minmax(0, 1fr);
  width: 100%;
  max-width: 100%;
  min-height: 100dvh;
  align-items: stretch;
  gap: 0;
  transition: grid-template-columns 420ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

body[data-page="bac-2026-offers"] .bac-layout[data-nav-shell].nav-expanded {
  --rail-width: 260px;
}

body[data-page="bac-2026-offers"] .bac-layout[data-nav-shell] > .bac-page-main {
  min-width: 0;
  max-width: 100%;
  padding: 0 clamp(0.36rem, 1.1vw, 0.9rem);
}

body[data-page="bac-2026-offers"] .bac-shell {
  position: relative;
  width: min(1180px, calc(100% - 2rem));
  max-width: 100%;
  margin: 0.72rem auto 1.6rem;
  isolation: isolate;
  overflow-x: clip;
}

body[data-page="bac-2026-offers"] .bac-main {
  --color-primary: #0d9488;
  --color-primary-hover: #14b8a6;
  --color-accent: #22d3ee;
  --color-surface: rgba(15, 23, 42, 0.72);
  --color-surface-hover: rgba(30, 41, 59, 0.88);
  --color-border: rgba(148, 163, 184, 0.16);
  --color-text: #f8fafc;
  --color-text-muted: #94a3b8;
  margin-top: 1rem;
  display: grid;
  gap: 0.8rem;
  animation: bac-enter 360ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

body[data-page="bac-2026-offers"] .page-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 0.25rem;
  padding: 8px 14px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.34);
  background: rgba(15, 23, 42, 0.52);
  color: var(--color-text, #f8fafc);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

body[data-page="bac-2026-offers"] .page-back-link__icon {
  line-height: 1;
  font-size: 1rem;
}

body[data-page="bac-2026-offers"] .page-back-link:hover {
  transform: translateY(-1px);
  border-color: rgba(125, 211, 252, 0.65);
  background: rgba(14, 116, 144, 0.34);
}

body[data-page="bac-2026-offers"] .page-back-link:focus-visible {
  outline: 2px solid rgba(125, 211, 252, 0.72);
  outline-offset: 2px;
}

body[data-page="bac-2026-offers"] .bac-qcm-topline {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  flex-wrap: wrap;
}

body[data-page="bac-2026-offers"] .bac-qcm-topline .page-back-link {
  margin-bottom: 0;
}

body[data-page="bac-2026-offers"] .bac-subject-headline {
  display: grid;
  gap: 0.45rem;
}

body[data-page="bac-2026-offers"] .bac-subject-headline .page-title {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-align: left;
  color: var(--color-text);
  background: linear-gradient(135deg, var(--color-accent), #818cf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.bac-offers-shell {
  max-width: 1100px;
}

.bac-offers-banner {
  margin: 0;
  padding: 1rem 1.15rem;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(10px);
}

.bac-offers-banner__text {
  margin: 0;
}

.bac-offers-banner__actions {
  margin-top: 0.85rem;
}

.bac-offers-banner__actions .page-back-link {
  margin-bottom: 0;
}

.bac-offers-banner--success {
  border-color: rgba(34, 197, 94, 0.34);
}

.bac-offers-banner--neutral {
  border-color: rgba(96, 165, 250, 0.24);
}

[data-bac-offers-promo="1"] {
  border-color: rgb(244 114 182 / 46%);
  background:
    linear-gradient(135deg, rgb(190 24 93 / 38%), rgb(15 23 42 / 78%)),
    rgb(15 23 42 / 72%);
  box-shadow: 0 14px 32px rgb(190 24 93 / 18%);
}

[data-bac-offers-promo="1"] p {
  color: #fdf2f8;
  font-weight: 800;
}

[data-bac-offers-promo="1"] strong {
  color: #f9a8d4;
}

body[data-page="bac-2026-offers"] code {
  padding: 0.1rem 0.36rem;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.55);
  color: #d1fae5;
  font-size: 0.92em;
}

body[data-page="bac-2026-offers"] .text-highlight {
  color: var(--primary, #10b981);
  font-weight: 800;
}

.bac-offer-card__eyebrow,
.bac-offers-modal__eyebrow {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.84);
}

.bac-offer-card__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 0.35rem;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(15, 23, 42, 0.62);
}

.bac-offer-card__eyebrow--plus {
  border-color: rgba(16, 185, 129, 0.28);
  background: rgba(16, 185, 129, 0.14);
  color: #6ee7b7;
  box-shadow: inset 0 0 0 1px rgba(16, 185, 129, 0.08);
}

.bac-offer-card__eyebrow--pro {
  border-color: rgba(129, 140, 248, 0.22);
  background: linear-gradient(
    90deg,
    rgba(6, 182, 212, 0.18),
    rgba(139, 92, 246, 0.2)
  );
  color: #e9d5ff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.bac-offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 0.9rem;
  align-items: stretch;
}

.bac-offers-grid--v3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bac-offer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.55rem 1.18rem 1.18rem;
  border-radius: 18px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.28);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
  scroll-margin-top: 1.2rem;
}

.bac-offer-card:hover:not(.bac-offer-card--disabled):not(.bac-offer-card--owned) {
  transform: translateY(-4px);
  border-color: rgba(34, 211, 238, 0.3);
  background: var(--color-surface-hover);
}

.bac-offers-pdf-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr) auto;
  gap: 1rem;
  align-items: center;
  margin-top: 0.2rem;
  padding: 1.15rem;
  border: 1px solid rgba(34, 211, 238, 0.24);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 0%, rgba(34, 211, 238, 0.13), transparent 44%),
    linear-gradient(135deg, rgba(14, 116, 144, 0.28), rgba(15, 23, 42, 0.78));
  box-shadow: 0 18px 42px rgba(2, 6, 23, 0.25);
}

.bac-offers-pdf-strip__copy {
  min-width: 0;
}

.bac-offers-pdf-strip__eyebrow {
  margin: 0 0 0.3rem;
  color: rgba(125, 211, 252, 0.92);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bac-offers-pdf-strip h2 {
  margin: 0;
  color: #f8fafc;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.15;
  letter-spacing: 0;
}

.bac-offers-pdf-strip p {
  margin: 0.45rem 0 0;
  color: rgba(226, 232, 240, 0.82);
  line-height: 1.5;
}

.bac-offers-pdf-strip__packs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
  min-width: 0;
}

.bac-offers-pdf-strip__packs span,
.bac-offers-pdf-strip__packs strong {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.5rem 0.65rem;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(2, 6, 23, 0.38);
  color: rgba(241, 245, 249, 0.9);
  font-size: 0.78rem;
  line-height: 1.2;
}

.bac-offers-pdf-strip__packs strong {
  border-color: rgba(34, 211, 238, 0.36);
  color: #ecfeff;
}

body[data-page="bac-2026-offers"] .bac-offers-pdf-strip__cta {
  white-space: nowrap;
}

.bac-offer-card--clickable {
  cursor: pointer;
}

.bac-offer-card--clickable:focus-visible {
  outline: 2px solid rgba(125, 211, 252, 0.72);
  outline-offset: 3px;
}

.bac-offer-card__content {
  flex-grow: 1;
  text-align: center;
}

.bac-offer-card h2 {
  margin: 0.32rem 0 0.42rem;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.15;
  color: var(--color-text);
}

.bac-offer-card__price {
  margin: 0;
  font-size: 2.05rem;
  font-weight: 800;
  color: var(--color-accent);
}

.bac-offer-card__price-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.28rem;
  min-height: 58px;
  margin: 0 0 0.78rem;
}

.bac-offer-card__promo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0.34rem 0.82rem;
  border: 1px solid rgba(248, 113, 113, 0.72);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.92), rgba(190, 18, 60, 0.96));
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  box-shadow:
    0 10px 24px rgba(220, 38, 38, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.bac-offer-card__price-old {
  margin: 0;
  color: rgba(226, 232, 240, 0.88);
  font-size: 1.18rem;
  font-weight: 850;
  line-height: 1.2;
}

.bac-offer-card__price-old s {
  color: #f8fafc;
  text-decoration-thickness: 3px;
  text-decoration-color: rgba(248, 113, 113, 0.95);
}

.bac-offer-card__body p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}

.bac-offer-card__features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.38rem;
  text-align: left;
}

.bac-offer-card__features li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 0.4rem 0.54rem 0.4rem 1.05rem;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(2, 6, 23, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-text);
}

.bac-offer-card__features li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.56rem;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
}

.bac-offer-card--premium .bac-offer-card__features li {
  background: rgba(12, 18, 46, 0.34);
  border-color: rgba(129, 140, 248, 0.2);
}

.bac-offers-grid--v3 .bac-offer-card__features {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bac-offer-card--pdf {
  border-color: rgba(59, 130, 246, 0.34);
  background:
    radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.14), transparent 48%),
    var(--color-surface);
}

.bac-offer-card--bundle {
  background:
    radial-gradient(circle at 50% 0%, rgba(139, 92, 246, 0.16), transparent 50%),
    var(--color-surface);
}

.bac-offer-card__eyebrow--site {
  border-color: rgba(16, 185, 129, 0.28);
  background: rgba(16, 185, 129, 0.14);
  color: #6ee7b7;
}

.bac-offer-card__eyebrow--pdf {
  border-color: rgba(59, 130, 246, 0.34);
  background: rgba(37, 99, 235, 0.18);
  color: #93c5fd;
}

.bac-offer-card__eyebrow--bundle {
  border-color: rgba(168, 85, 247, 0.36);
  background: rgba(126, 34, 206, 0.22);
  color: #d8b4fe;
}

body[data-page="bac-2026-offers"] [data-feature-tone="included"] {
  border-color: rgb(244 114 182 / 42%);
  background:
    linear-gradient(135deg, rgb(219 39 119 / 30%), rgb(244 114 182 / 14%)),
    rgb(12 18 46 / 38%);
  color: #fdf2f8;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 8%),
    0 10px 24px rgb(219 39 119 / 16%);
}

body[data-page="bac-2026-offers"] [data-feature-tone="included"]::before {
  background: #f472b6;
  box-shadow: 0 0 0 4px rgb(244 114 182 / 16%);
}

.bac-offer-card__footer {
  margin-top: 0.95rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

body[data-page="bac-2026-offers"] .bac-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #e2f8ff;
  background: linear-gradient(
    135deg,
    rgba(14, 116, 144, 0.55),
    rgba(16, 185, 129, 0.35)
  );
  border: 1px solid rgba(34, 211, 238, 0.35);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  box-shadow: 0 10px 24px rgba(8, 47, 73, 0.35);
  text-decoration: none;
}

body[data-page="bac-2026-offers"] .bac-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: rgba(103, 232, 249, 0.65);
  box-shadow: 0 14px 28px rgba(8, 47, 73, 0.5);
}

body[data-page="bac-2026-offers"] .bac-btn:disabled {
  background: linear-gradient(
    135deg,
    rgba(51, 65, 85, 0.58),
    rgba(30, 41, 59, 0.5)
  );
  color: #94a3b8;
  box-shadow: none;
  cursor: not-allowed;
  border: 1px solid rgba(100, 116, 139, 0.22);
  transform: none;
}

.bac-offer-card__hint {
  margin: 0;
  text-align: center;
  font-size: 0.8125rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.bac-offer-card--disabled {
  opacity: 0.8;
  filter: grayscale(0.4);
}

.bac-offer-card--owned {
  border-color: rgba(34, 197, 94, 0.3);
  background:
    linear-gradient(var(--color-surface), var(--color-surface)) padding-box,
    linear-gradient(135deg, rgba(34, 197, 94, 0.35), rgba(34, 211, 238, 0.18))
      border-box;
  border: 1px solid transparent;
}

.bac-offer-card--premium {
  background:
    linear-gradient(var(--color-surface), var(--color-surface)) padding-box,
    linear-gradient(135deg, #06b6d4, #8b5cf6) border-box;
  border: 2px solid transparent;
  box-shadow: 0 10px 40px -10px rgba(139, 92, 246, 0.3);
}

.bac-offer-card__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #06b6d4, #8b5cf6);
  color: white;
  padding: 4px 16px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  z-index: 10;
}

body[data-page="bac-2026-offers"] .bac-btn--premium {
  color: #f8fbff;
  background: linear-gradient(
    135deg,
    rgba(8, 145, 178, 0.72),
    rgba(79, 70, 229, 0.72)
  );
  border: 1px solid rgba(129, 140, 248, 0.32);
  box-shadow: 0 12px 28px rgba(49, 46, 129, 0.32);
}

body[data-page="bac-2026-offers"] .bac-btn--premium:hover:not(:disabled) {
  border-color: rgba(165, 180, 252, 0.72);
  box-shadow: 0 16px 30px rgba(49, 46, 129, 0.42);
}

body[data-page="bac-2026-offers"] .bac-btn--secondary {
  color: #e2e8f0;
  background: rgba(15, 23, 42, 0.52);
  border-color: rgba(148, 163, 184, 0.28);
  box-shadow: none;
}

.bac-offer-card__savings,
.bac-offer-card__state {
  margin: 0.2rem 0 0;
  width: 100%;
  padding: 0.42rem 0.55rem;
  border-radius: 10px;
  border: 1px solid rgba(34, 211, 238, 0.34);
  background: rgba(2, 6, 23, 0.3);
  color: rgba(226, 232, 240, 0.92);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.35;
}

.bac-offer-card__savings {
  border-color: rgba(168, 85, 247, 0.46);
}

.bac-offer-card__state {
  border-color: rgba(96, 165, 250, 0.34);
}

.bac-offers-banner__actions--split {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.bac-offers-banner__actions--split .bac-btn {
  width: auto;
  min-width: 150px;
}

.bac-offers-trustbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: -0.1rem 0 0.2rem;
}

.bac-offers-trustpill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex: 1 1 230px;
  min-height: 34px;
  padding: 6px 10px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
  color: #e2e8f0;
  font-size: 0.78rem;
  font-weight: 700;
}

.bac-offers-trustpill:hover {
  background: rgba(15, 23, 42, 0.6);
  border-color: rgba(16, 185, 129, 0.15);
}

.bac-offers-trustpill__text {
  min-width: 0;
  line-height: 1.3;
}

.bac-offers-trustpill__label {
  display: block;
}

.bac-offers-trustpill__label--mobile {
  display: none;
}

.bac-offers-trustpill__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 999px;
  color: var(--primary, #10b981);
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.18);
  line-height: 1;
}

.bac-offers-trustpill__icon svg {
  width: 14px;
  height: 14px;
}

.bac-offers-mobile-sticky {
  display: none;
}

.bac-offers-mobile-sticky__promo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.36rem;
  padding: 0.18rem 0.46rem;
  border-radius: 999px;
  background: rgba(220, 38, 38, 0.9);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
}

.bac-offers-feedback {
  min-height: 1.5rem;
  margin-top: 0.25rem;
  color: rgba(226, 232, 240, 0.8);
}

.bac-offers-feedback--error {
  color: #fca5a5;
}

.bac-offers-feedback--neutral {
  color: #93c5fd;
}

.bac-offers-modal {
  z-index: 12000;
}

.bac-offers-modal__content {
  width: min(92vw, 520px);
  padding: 1.45rem 1.35rem 1.25rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.16), transparent 42%),
    rgba(15, 23, 42, 0.96);
  color: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.22);
}

.bac-offers-modal__content h2 {
  margin: 0.7rem 0;
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1.15;
}

.bac-offers-modal__text {
  margin: 0;
  color: rgba(226, 232, 240, 0.88);
}

.bac-offers-modal__actions {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.bac-offers-modal__primary {
  text-decoration: none;
}

.bac-offers-modal__secondary {
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(15, 23, 42, 0.42);
  color: #f8fafc;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  cursor: pointer;
}

.bac-offers-modal__secondary:hover,
.bac-offers-modal__secondary:focus-visible {
  border-color: rgba(125, 211, 252, 0.58);
  background: rgba(14, 116, 144, 0.26);
}

@media (max-width: 1024px) {
  body[data-page="bac-2026-offers"] .bac-layout[data-nav-shell] {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    min-height: 100dvh;
  }

  body[data-page="bac-2026-offers"] .bac-layout[data-nav-shell] > .bac-page-main {
    flex: 1 1 auto;
    min-height: 0;
    overflow: visible;
    padding-inline: 0;
    padding-bottom: calc(
      var(--mobile-tab-bar-h, 60px) + env(safe-area-inset-bottom) + 0.8rem
    );
  }

  .bac-offers-grid--v3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body[data-page="bac-2026-offers"] .bac-layout--sticky[data-nav-shell] > .bac-page-main {
    padding-bottom: calc(
      var(--mobile-tab-bar-h, 60px) + env(safe-area-inset-bottom) + 9rem
    );
  }

  body[data-page="bac-2026-offers"] {
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100dvh;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 768px) {
  .bac-offers-pdf-strip {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .bac-offers-pdf-strip__packs {
    grid-template-columns: 1fr;
  }

  body[data-page="bac-2026-offers"] .bac-offers-pdf-strip__cta {
    width: 100%;
  }

  body[data-page="bac-2026-offers"] .bac-shell {
    width: min(1180px, calc(100% - 1rem));
    margin-top: 0.65rem;
  }

  body[data-page="bac-2026-offers"] .bac-main {
    gap: 0.85rem;
  }

  .bac-offers-grid--v3 {
    grid-template-columns: 1fr;
  }

  body[data-page="bac-2026-offers"] .page-back-link:not(.page-back-link--mobile-icon) {
    margin-bottom: 0.1rem;
    padding: 7px 10px;
    border-radius: 10px;
  }

  body[data-page="bac-2026-offers"] .bac-subject-headline .page-title {
    font-size: clamp(1.2rem, 5vw, 1.7rem);
  }

  .bac-offers-grid {
    grid-template-columns: 1fr;
  }

  .bac-offers-trustbar {
    order: 2;
  }

  .bac-offers-grid {
    order: 3;
  }

  .bac-offers-feedback {
    order: 5;
  }

  .bac-offers-trustbar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 0.5rem;
    margin-bottom: 0.05rem;
  }

  .bac-offers-trustpill {
    flex: 0 0 auto;
    min-height: 0;
    justify-content: center;
    padding: 0.55rem 0.62rem;
    border-radius: 10px;
    font-size: 0.76rem;
    line-height: 1.2;
    text-align: center;
  }

  .bac-offers-trustpill__icon {
    display: none;
  }

  .bac-offers-trustpill__label--desktop {
    display: none;
  }

  .bac-offers-trustpill__label--mobile {
    display: block;
  }

  .bac-offer-card {
    min-height: unset;
    padding: 2.05rem 1.18rem 1.28rem;
  }

  .bac-offer-card__features {
    grid-template-columns: 1fr;
    gap: 0.42rem;
  }

  .bac-offer-card__features li {
    min-height: 34px;
    padding: 0.48rem 0.62rem 0.48rem 1.15rem;
    font-size: 0.81rem;
  }

  .bac-offer-card__price {
    font-size: 2rem;
  }

  .bac-offer-card__price-stack {
    min-height: 104px;
    margin-bottom: 1.15rem;
    gap: 0.3rem;
  }

  .bac-offer-card__price-old {
    font-size: 1.08rem;
  }

  .bac-offer-card__badge {
    font-size: 0.68rem;
    padding: 4px 12px;
  }

  .bac-offer-card__footer {
    margin-top: 1.35rem;
  }

  .bac-offers-mobile-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: calc(var(--mobile-tab-bar-h, 60px) + env(safe-area-inset-bottom));
    z-index: 1150;
    display: block;
    padding: 0.55rem 0.75rem 0.6rem;
    background: linear-gradient(
      180deg,
      rgba(2, 6, 23, 0),
      rgba(2, 6, 23, 0.78) 32%,
      rgba(2, 6, 23, 0.94)
    );
    backdrop-filter: blur(10px);
  }

  .bac-offers-mobile-sticky__inner {
    width: min(100%, 560px);
    margin: 0 auto;
    display: grid;
    gap: 0.45rem;
  }

  body[data-page="bac-2026-offers"] .bac-offers-mobile-sticky__button {
    min-height: 48px;
    border-radius: 14px;
    font-size: 0.9rem;
    box-shadow: 0 14px 30px rgba(8, 47, 73, 0.42);
  }

  body[data-page="bac-2026-offers"] .bac-offers-mobile-sticky__button--premium {
    min-height: 46px;
    font-size: 0.84rem;
  }
}

@media (max-width: 420px) {
  .bac-offers-trustpill {
    padding: 0.48rem 0.5rem;
    font-size: 0.7rem;
  }

  body[data-page="bac-2026-offers"] .bac-offers-mobile-sticky {
    padding-inline: 0.6rem;
  }

  body[data-page="bac-2026-offers"] .bac-offers-mobile-sticky__button {
    font-size: 0.86rem;
  }

  body[data-page="bac-2026-offers"] .bac-offers-mobile-sticky__button--premium {
    font-size: 0.78rem;
  }
}
