/* =========================================================
   BIAL PRODUCT PAGE — CLEAN RESPONSIVE CSS
   Replace previous BIAL/wallet/modal styles with this file
========================================================= */

.wallet-hero,
.wallet-hero *,
.bial-product-section,
.bial-product-section *,
.bial-final-cta,
.bial-final-cta *,
.bial-modal,
.bial-modal * {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

/* =========================================================
   HERO
========================================================= */

.wallet-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 72px 16px;
  background:
    radial-gradient(circle at top right, rgba(35, 87, 255, 0.12), transparent 34%),
    linear-gradient(135deg, #f7f8fb 0%, #eef1f6 100%);
  overflow: hidden;
}

.wallet-hero__row {
  min-height: calc(100vh - 144px);
}

.wallet-hero__content {
  max-width: 560px;
  padding: 28px 0;
}

.wallet-hero__label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #ffffff;
  color: #1f2937;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.wallet-hero h1 {
  margin: 0 0 18px;
  color: #111827;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 0.99;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.wallet-hero p {
  margin: 0;
  max-width: 520px;
  color: #4b5563;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.65;
}

.wallet-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.wallet-hero__features span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #374151;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.wallet-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  min-height: 50px;
  padding: 14px 23px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.22);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.wallet-hero__btn:hover {
  color: #ffffff;
  background: #000000;
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(17, 24, 39, 0.27);
}

.wallet-hero__image-wrap {
  position: relative;
  width: 100%;
  border-radius: 30px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 26px 72px rgba(15, 23, 42, 0.13);
}

.wallet-hero__image-wrap::before {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(17, 24, 39, 0.07);
  z-index: 0;
}

.wallet-hero__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: min(66vh, 600px);
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
}

/* =========================================================
   PRODUCT SECTION
========================================================= */

.bial-product-section {
  padding: 76px 16px;
  background: #ffffff;
  color: #151515;
}

.bial-container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.bial-section-head {
  max-width: 740px;
  margin: 0 auto 38px;
  text-align: center;
}

.bial-section-head--left {
  max-width: 740px;
  margin-left: 0;
  text-align: left;
}

.bial-eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  color: #5f6876;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bial-section-head h2,
.bial-product-intro h3,
.bial-split-block h3,
.bial-care-block h3 {
  margin: 0 0 13px;
  color: #111827;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.bial-section-head h2 {
  font-size: clamp(30px, 4vw, 52px);
}

.bial-section-head p,
.bial-product-intro p,
.bial-split-block p,
.bial-care-block li {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.68;
}

/* Product intro */

.bial-product-intro {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 36px;
  align-items: center;
  margin-bottom: 48px;
  padding: 24px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(255, 206, 51, 0.18), transparent 32%),
    linear-gradient(135deg, #f7f8fa, #eef1f5);
  box-shadow: 0 20px 62px rgba(15, 23, 42, 0.075);
}

.bial-product-intro__image {
  overflow: hidden;
  border-radius: 24px;
  background: #111827;
}

.bial-product-intro__image img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center;
}

.bial-product-intro__content {
  padding: 12px 6px;
}

.bial-product-intro__content h3 {
  font-size: clamp(28px, 3.3vw, 44px);
}

.bial-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 22px 0 28px;
}

.bial-product-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: #ffffff;
  color: #374151;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 9px 22px rgba(15, 23, 42, 0.055);
}

/* Feature cards */

.bial-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 48px;
}

.bial-feature-card {
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.07);
}

.bial-feature-card img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  background: #0f0f0f;
}

.bial-feature-card h3 {
  margin: 20px 20px 9px;
  color: #111827;
  font-size: 21px;
  line-height: 1.22;
  font-weight: 900;
}

.bial-feature-card p {
  margin: 0 20px 24px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.62;
}

/* Specs */

.bial-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 48px;
}

.bial-info-card {
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.06);
}

.bial-info-card h3 {
  margin: 0;
  padding: 18px 22px;
  background: #f6f7f8;
  color: #111827;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.bial-spec-row {
  display: grid;
  grid-template-columns: 0.95fr 1.1fr;
  gap: 16px;
  padding: 13px 22px;
  border-top: 1px solid #edf0f3;
}

.bial-spec-row span {
  color: #555f6d;
  font-size: 14px;
  font-weight: 800;
}

.bial-spec-row strong {
  color: #1f2937;
  font-size: 14px;
  font-weight: 650;
}

/* Split blocks */

.bial-split-block,
.bial-care-block {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 36px;
  align-items: center;
  margin-bottom: 48px;
  padding: 32px;
  border-radius: 28px;
  background: #f8fafc;
}

.bial-care-block {
  grid-template-columns: 0.86fr 1fr;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.055);
}

.bial-split-block__content h3,
.bial-care-block__content h3 {
  font-size: clamp(26px, 3vw, 38px);
}

.bial-split-block__image,
.bial-care-block__image {
  overflow: hidden;
  border-radius: 22px;
  background: #111827;
}

.bial-split-block__image img,
.bial-care-block__image img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center;
}

.bial-care-block ol {
  margin: 0;
  padding-left: 21px;
}

.bial-care-block li + li {
  margin-top: 10px;
}

/* =========================================================
   BUTTONS
========================================================= */

.bial-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.bial-btn:hover {
  transform: translateY(-2px);
}

.bial-btn--primary {
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
}

.bial-btn--primary:hover {
  color: #ffffff;
  background: #020617;
}

.bial-btn--yellow {
  background: #ffd51f;
  color: #111827;
  box-shadow: 0 8px 20px rgba(255, 213, 31, 0.25);
}

.bial-btn--yellow:hover {
  color: #111827;
  background: #ffc400;
}

.bial-btn--outline {
  background: #ffffff;
  color: #111827;
  box-shadow: inset 0 0 0 1px #cbd5e1;
}

.bial-btn--outline:hover {
  color: #111827;
  background: #f8fafc;
}

.bial-btn--full {
  width: 100%;
}

/* =========================================================
   COMPARISON TABLE — DESKTOP + MOBILE SCROLL
========================================================= */

.bial-compare-wrap {
  padding-top: 8px;
}

.bial-table-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.06);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 #f8fafc;
}

.bial-table-scroll::-webkit-scrollbar {
  height: 8px;
}

.bial-table-scroll::-webkit-scrollbar-track {
  background: #f8fafc;
  border-radius: 999px;
}

.bial-table-scroll::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}

.bial-compare-table {
  width: 100%;
  min-width: 940px;
  border-collapse: collapse;
  table-layout: fixed;
}

.bial-compare-table th,
.bial-compare-table td {
  padding: 14px;
  border-bottom: 1px solid #edf0f3;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.35;
}

.bial-compare-table th:first-child,
.bial-compare-table td:first-child {
  width: 150px;
  background: #f8fafc;
  color: #374151;
  font-weight: 900;
  text-align: left;
  position: sticky;
  left: 0;
  z-index: 3;
  box-shadow: 8px 0 14px rgba(15, 23, 42, 0.04);
}

.bial-compare-table thead th:first-child {
  z-index: 4;
}

.bial-compare-table tbody td:not(:first-child) {
  background: #fff7ed;
}

.bial-table-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}

.bial-table-product img {
  display: block;
  width: 130px;
  height: 86px;
  object-fit: contain;
}

.bial-table-product strong {
  display: block;
  min-height: 42px;
  color: #07589f;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
}

/* Small helper text for mobile scroll */
.bial-table-scroll::before {
  content: "";
  display: none;
}

/* =========================================================
   MODAL + FORM
========================================================= */

.bial-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}

.bial-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bial-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.74);
  backdrop-filter: blur(8px);
}

.bial-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(620px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.32);
}

.bial-modal__dialog::-webkit-scrollbar {
  width: 7px;
}

.bial-modal__dialog::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 999px;
}

.bial-modal__dialog::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}

.bial-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #f3f4f6;
  color: #111827;
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
}

.bial-modal__head {
  margin-bottom: 22px;
  padding-right: 42px;
}

.bial-modal__head h2 {
  margin: 0 0 9px;
  color: #111827;
  font-size: clamp(27px, 4vw, 38px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.bial-modal__head p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.58;
}

.bial-order-form {
  width: 100%;
}

.bial-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.bial-selected-product {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  padding: 16px 18px;
  border-radius: 17px;
  background: linear-gradient(135deg, #f8fafc, #f1f5f9);
}

.bial-selected-product span {
  display: block;
  margin-bottom: 5px;
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bial-selected-product strong {
  display: block;
  color: #020617;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
}

.bial-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 14px;
}

.bial-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}

.bial-field span {
  color: #1f2937;
  font-size: 13px;
  font-weight: 900;
}

.bial-field input {
  display: block;
  width: 100% !important;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  background: #ffffff;
  color: #111827;
  outline: none;
  font-size: 15px;
  line-height: 1.2;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bial-field input::placeholder {
  color: #9ca3af;
}

.bial-field input:focus {
  border-color: #111827;
  box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.08);
}

.bial-form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin: 20px 0 16px;
  padding: 16px;
  border-radius: 18px;
  background: #f8fafc;
}

.bial-quantity {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.bial-quantity__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border: 0;
  border-radius: 999px;
  background: #0f172a;
  color: #ffffff;
  cursor: pointer;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.bial-quantity__value {
  display: inline-flex;
  justify-content: center;
  min-width: 26px;
  color: #0f172a;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
}

.bial-total {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}

.bial-total span {
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bial-total strong {
  color: #020617;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
}

.bial-checks {
  display: grid;
  gap: 10px;
  margin: 16px 0 20px;
}

.bial-check {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 12px 13px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #edf0f3;
  cursor: pointer;
}

.bial-check input[type="checkbox"] {
  position: static !important;
  flex: 0 0 17px !important;
  width: 17px !important;
  height: 17px !important;
  min-width: 17px !important;
  min-height: 17px !important;
  max-width: 17px !important;
  max-height: 17px !important;
  margin: 2px 0 0 0 !important;
  padding: 0 !important;
  border-radius: 4px;
  cursor: pointer;
  accent-color: #0f172a;
}

.bial-check span {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

body.bial-modal-open {
  overflow: hidden;
}

/* =========================================================
   FINAL CTA
========================================================= */

.bial-final-cta {
  padding: 60px 14px;
}

.bial-final-cta__card {
  overflow: hidden;
  padding: clamp(20px, 3vw, 36px);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 16px 50px rgba(15, 23, 42, 0.08);
}

.bial-final-cta__content {
  max-width: 660px;
}

.bial-final-cta__label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 11px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #0f172a;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bial-final-cta h2 {
  margin: 0 0 13px;
  max-width: 660px;
  color: #111827;
  font-size: clamp(28px, 3.7vw, 46px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.bial-final-cta__content > p {
  margin: 0 0 13px;
  max-width: 640px;
  color: #475569;
  font-size: 15px;
  line-height: 1.62;
}

.bial-final-cta__points {
  display: grid;
  gap: 9px;
  margin: 20px 0 24px;
}

.bial-final-cta__point {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: flex-start;
  padding: 10px 0;
  background: transparent;
}

.bial-final-cta__point > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #ffd51f;
  color: #111827;
  font-size: 11px;
  font-weight: 900;
}

.bial-final-cta__point h3 {
  margin: 0 0 4px;
  color: #111827;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}

.bial-final-cta__point p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.52;
}

.bial-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  margin-top: 4px;
}

.bial-final-cta__btn,
.bial-final-cta__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.bial-final-cta__btn {
  border: 0;
  background: #0f172a;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 13px 28px rgba(15, 23, 42, 0.18);
}

.bial-final-cta__btn:hover {
  background: #020617;
  color: #ffffff;
  transform: translateY(-2px);
}

.bial-final-cta__link {
  border: 0;
  background: transparent;
  color: #0f172a;
  padding-left: 4px;
  padding-right: 4px;
}

.bial-final-cta__link:hover {
  color: #000000;
  background: transparent;
  transform: translateY(-1px);
}

.bial-final-cta__note {
  margin: 13px 0 0 !important;
  max-width: 530px;
  color: #64748b !important;
  font-size: 13px !important;
  line-height: 1.48 !important;
}

.bial-final-cta__image {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 45%),
    #0f172a;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.15);
}

.bial-final-cta__image img {
  display: block;
  width: 100%;
  height: 390px;
  object-fit: contain;
  object-position: center;
  padding: 16px;
  transition: transform 0.35s ease;
}

.bial-final-cta__image:hover img {
  transform: scale(1.025);
}

/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 1199px) {
  .bial-container {
    width: min(100%, 960px);
  }

  .bial-feature-card img {
    height: 220px;
  }

  .bial-compare-table {
    min-width: 900px;
  }

  .bial-table-product img {
    width: 118px;
    height: 78px;
  }
}

@media (max-width: 991px) {
  .wallet-hero {
    min-height: auto;
    padding: 42px 14px 56px;
  }

  .wallet-hero__row {
    min-height: auto;
  }

  .wallet-hero__content {
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 0;
  }

  .wallet-hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .wallet-hero__features {
    justify-content: center;
  }

  .wallet-hero__image {
    height: 400px;
  }

  .bial-product-section {
    padding: 58px 14px;
  }

  .bial-product-intro,
  .bial-details-grid,
  .bial-split-block,
  .bial-care-block {
    grid-template-columns: 1fr;
  }

  .bial-product-intro {
    gap: 24px;
    padding: 18px;
  }

  .bial-product-intro__image img {
    height: 360px;
  }

  .bial-feature-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bial-feature-card img {
    height: 300px;
  }

  .bial-split-block,
  .bial-care-block {
    gap: 24px;
    padding: 24px;
  }

  .bial-split-block__image img,
  .bial-care-block__image img {
    height: 310px;
  }

  .bial-care-block__image {
    order: 2;
  }

  .bial-care-block__content {
    order: 1;
  }

  .bial-table-scroll {
    margin-left: -14px;
    margin-right: -14px;
    width: calc(100% + 28px);
    border-radius: 0;
    box-shadow: none;
  }

  .bial-compare-table {
    min-width: 820px;
  }

  .bial-compare-table th,
  .bial-compare-table td {
    padding: 12px 10px;
    font-size: 13px;
  }

  .bial-compare-table th:first-child,
  .bial-compare-table td:first-child {
    width: 126px;
  }

  .bial-table-product img {
    width: 102px;
    height: 70px;
  }

  .bial-table-product strong {
    min-height: 40px;
    font-size: 13px;
  }

  .bial-table-product .bial-btn {
    min-height: 38px;
    padding: 10px 13px;
    font-size: 12px;
  }

  .bial-final-cta {
    padding: 50px 14px;
  }

  .bial-final-cta__card {
    padding: 23px;
  }

  .bial-final-cta__image img {
    height: 340px;
    padding: 15px;
  }
}

/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 767px) {
  .bial-section-head,
  .bial-section-head--left {
    text-align: left;
    margin-bottom: 28px;
  }

  .bial-section-head h2 {
    font-size: 32px;
  }

  .bial-section-head p,
  .bial-product-intro p,
  .bial-split-block p,
  .bial-care-block li {
    font-size: 15px;
  }

  .bial-product-intro__content h3 {
    font-size: 30px;
  }

  .bial-details-grid {
    gap: 18px;
  }

  .bial-spec-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 18px;
  }

  .bial-info-card h3 {
    padding: 17px 18px;
    font-size: 21px;
  }

  .bial-table-scroll {
    position: relative;
    padding-bottom: 8px;
  }

  .bial-table-scroll::before {
    content: "Swipe sideways to compare";
    display: block;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 5;
    width: max-content;
    margin: 0 0 8px 14px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #0f172a;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.03em;
  }

  .bial-compare-table {
    min-width: 720px;
  }

  .bial-compare-table th,
  .bial-compare-table td {
    padding: 10px 8px;
    font-size: 12px;
  }

  .bial-compare-table th:first-child,
  .bial-compare-table td:first-child {
    width: 104px;
    font-size: 12px;
  }

  .bial-table-product {
    gap: 8px;
  }

  .bial-table-product img {
    width: 80px;
    height: 56px;
  }

  .bial-table-product strong {
    min-height: 36px;
    font-size: 12px;
    line-height: 1.22;
  }

  .bial-table-product .bial-btn {
    min-height: 34px;
    padding: 8px 10px;
    font-size: 11px;
    white-space: normal;
    line-height: 1.15;
  }
}

@media (max-width: 575px) {
  .wallet-hero {
    padding: 30px 12px 44px;
  }

  .wallet-hero h1 {
    font-size: 38px;
    line-height: 1.03;
  }

  .wallet-hero p {
    font-size: 15.5px;
  }

  .wallet-hero__image-wrap {
    border-radius: 22px;
    padding: 10px;
  }

  .wallet-hero__image {
    height: 290px;
    border-radius: 16px;
  }

  .wallet-hero__btn {
    width: 100%;
  }

  .bial-product-section {
    padding: 44px 12px;
  }

  .bial-product-intro {
    margin-bottom: 36px;
    padding: 15px;
    border-radius: 22px;
  }

  .bial-product-intro__image {
    border-radius: 18px;
  }

  .bial-product-intro__image img {
    height: 255px;
  }

  .bial-product-tags {
    margin: 18px 0 22px;
  }

  .bial-product-tags span {
    font-size: 12px;
    padding: 7px 10px;
  }

  .bial-feature-grid {
    margin-bottom: 36px;
  }

  .bial-feature-card {
    border-radius: 18px;
  }

  .bial-feature-card img {
    height: 225px;
  }

  .bial-feature-card h3 {
    margin: 17px 16px 8px;
    font-size: 19px;
  }

  .bial-feature-card p {
    margin: 0 16px 20px;
    font-size: 14px;
  }

  .bial-details-grid {
    margin-bottom: 36px;
  }

  .bial-split-block,
  .bial-care-block {
    margin-bottom: 36px;
    padding: 18px;
    border-radius: 22px;
  }

  .bial-split-block__image,
  .bial-care-block__image {
    border-radius: 18px;
  }

  .bial-split-block__image img,
  .bial-care-block__image img {
    height: 240px;
  }

  .bial-split-block__content h3,
  .bial-care-block__content h3 {
    font-size: 28px;
  }

  .bial-table-scroll {
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px);
  }

  .bial-compare-table {
    min-width: 680px;
  }

  .bial-compare-table th,
  .bial-compare-table td {
    padding: 9px 7px;
    font-size: 11.5px;
  }

  .bial-compare-table th:first-child,
  .bial-compare-table td:first-child {
    width: 96px;
    padding-left: 10px;
    padding-right: 8px;
  }

  .bial-table-product img {
    width: 72px;
    height: 50px;
  }

  .bial-table-product strong {
    min-height: 34px;
    font-size: 11.5px;
  }

  .bial-table-product .bial-btn {
    min-height: 32px;
    padding: 8px 9px;
    font-size: 10.5px;
    border-radius: 18px;
  }

  .bial-modal {
    padding: 10px;
  }

  .bial-modal.is-open {
    align-items: flex-start;
  }

  .bial-modal__dialog {
    max-height: calc(100vh - 20px);
    padding: 24px 16px 18px;
    border-radius: 22px;
  }

  .bial-modal__head {
    padding-right: 34px;
  }

  .bial-modal__head h2 {
    font-size: 29px;
  }

  .bial-modal__head p {
    font-size: 14px;
  }

  .bial-form-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .bial-form-bottom {
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
  }

  .bial-total {
    align-items: flex-start;
  }

  .bial-btn--full {
    min-height: 52px;
  }

  .bial-final-cta {
    padding: 38px 12px;
  }

  .bial-final-cta__card {
    padding: 18px;
    border-radius: 22px;
  }

  .bial-final-cta h2 {
    font-size: 30px;
    line-height: 1.08;
  }

  .bial-final-cta__content > p {
    font-size: 14.5px;
  }

  .bial-final-cta__point {
    grid-template-columns: 34px 1fr;
    gap: 10px;
    padding: 9px 0;
  }

  .bial-final-cta__point > span {
    width: 32px;
    height: 32px;
    font-size: 10px;
  }

  .bial-final-cta__image {
    border-radius: 18px;
  }

  .bial-final-cta__image img {
    height: 245px;
    padding: 12px;
  }

  .bial-final-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .bial-final-cta__btn {
    width: 100%;
  }

  .bial-final-cta__link {
    width: 100%;
    min-height: auto;
    padding: 4px 0;
  }
}

@media (max-width: 380px) {
  .wallet-hero h1 {
    font-size: 34px;
  }

  .wallet-hero__image {
    height: 250px;
  }

  .bial-section-head h2,
  .bial-product-intro__content h3 {
    font-size: 28px;
  }

  .bial-feature-card img,
  .bial-product-intro__image img,
  .bial-split-block__image img,
  .bial-care-block__image img {
    height: 215px;
  }

  .bial-compare-table {
    min-width: 640px;
  }

  .bial-compare-table th:first-child,
  .bial-compare-table td:first-child {
    width: 88px;
  }

  .bial-table-product img {
    width: 64px;
    height: 46px;
  }

  .bial-table-product strong {
    font-size: 10.8px;
  }

  .bial-table-product .bial-btn {
    font-size: 10px;
    padding: 7px 8px;
  }

  .bial-final-cta h2 {
    font-size: 27px;
  }

  .bial-final-cta__image img {
    height: 220px;
  }
}