/* -------------------------------------------
   B2B / JOIN TO BUY PAGE
   ------------------------------------------- */

/* -- B2B Hero -- */
.b2b-hero {
  padding: 1rem 0 3rem;
}

.b2b-hero-inner {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  gap: 1%;
  align-items: stretch;
  width: 100%;
  /* background: #173158; */
  /* box-shadow: 0 12px 40px -20px rgba(17, 29, 51, 0.35); */
}

@media (min-width: 768px) {
  .b2b-hero-inner {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    min-height: 560px;
  }
}

@media (min-width: 992px) {
  .b2b-hero-inner {
    min-height: 690px;
  }
}

.b2b-hero-text {
  position: relative;
  z-index: 2;
  width: 920px;
  height: 690px;
  /* flex: 1 1 auto; */
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 480px;
  align-self: stretch;
  background: linear-gradient(to top right, #173158 0%, #E83161 100%);
  padding: 2.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .b2b-hero-text {
    flex: 1 1 56%;
    /* max-width: 56%; */
    min-height: 0;
    padding: 3rem 2.75rem 3rem 3.25rem;
  }
}

@media (min-width: 1200px) {
  .b2b-hero-text {
    padding: 3.25rem 3.5rem 3.25rem 4rem;
  }
}

/* Reference: two-line title accents (light rules under first two lines) */
.b2b-hero-title {
  font-size: 60px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  line-height: 1;
  margin: 0 0 1.65rem;
  max-width: 38rem;
  /* letter-spacing: -0.02em; */
}

.b2b-title-line {
  display: inline-block;
}

/* .b2b-title-line--rule {
  padding-bottom: 0.4rem;
} */

@media (min-width: 768px) {
  .b2b-hero-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
    max-width: 42rem;
  }
}

@media (min-width: 1024px) {
  .b2b-hero-title {
    font-size: 60px;
  }
}

.b2b-hero-text h1:not(.b2b-hero-title) {
  font-size: inherit;
  font-weight: inherit;
  color: #fff;
  margin: 0 0 1.65rem;
  max-width: 38rem;
}

.b2b-hero-desc {
  color: #ffffff;
  font-size: 0.875rem;
  max-width: 735px;
  margin-bottom: 15px;
  line-height: 1.2;
}

.b2b-hero-desc p {
  margin-bottom: 0;
}

.b2b-hero-desc p+p {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .b2b-hero-desc {
    font-size: 24px;
  }
}

.b2b-short-desc {
  font-size: 18px;
  max-width: 460px;
}

.b2b-hero-desc strong {
  color: var(--primary-foreground);
}

.b2b-hero-subdesc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8125rem;
  max-width: 28rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .b2b-hero-subdesc {
    font-size: 0.875rem;
  }
}

/* Benefits: reference image 1 — pink circular clock tile; plain pink checkmarks */
.b2b-benefits {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  max-width: 36rem;
}

.b2b-benefits li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}

.b2b-benefits li i {
  flex-shrink: 0;
  width: auto;
  height: auto;
  min-width: 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: transparent;
  color: #f03e64;
  font-size: 1.05rem;
  line-height: 1;
}

.b2b-benefits li i.b2b-benefit-icon--clock {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #f03e64;
  color: #fff;
  font-size: 0.78rem;
}

.b2b-benefits li:first-child {
  font-size: 18px;
  font-weight: 500;
}

.b2b-benefits li strong {
  color: #fff;
  font-weight: 700;
}

.b2b-benefits li svg {
  flex-shrink: 0;
  color: var(--accent);
}

/* CTA: button + trust note in one row (reference) */
.b2b-cta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.35rem;
  max-width: 100%;
}

@media (min-width: 768px) {
  .b2b-cta {
    flex-wrap: nowrap;
  }

  .b2b-cta .kp-btn-pink {
    flex-shrink: 0;
  }
}

.b2b-cta .kp-btn-pink {
  font-weight: 600;
  font-size: 16px !important;
  /* letter-spacing: 0.05em; */
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  border-radius: 0px !important;
  gap: 15px;
  background: #E83161;
  border: none;
  width: 330px;
  height: 60px;
}

.b2b-cta .kp-btn-pink:hover {
  background: #FFFFFF !important;
  color: #173158 !important;
}

.b2b-cta .kp-btn-pink:hover span {
  color: #173158 !important;
}

.b2b-cta .kp-btn-pink:hover svg path {
  fill: #E83161 !important;
}

.b2b-cta .kp-btn-pink i {
  position: static;
  width: 2.35rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #fff;
  color: #f03e64;
  border-radius: 2px;
  font-size: 1.05rem;
  margin: 0;
}

.b2b-secure-note {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.45;
  flex: 0 1 auto;
  min-width: 0;
  margin-left: 25px;
}

@media (min-width: 768px) {
  .b2b-secure-note span {
    white-space: nowrap;
  }
}

.b2b-secure-note .b2b-secure-shield {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: block;
}

@media (max-width: 767.98px) {
  .b2b-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .b2b-secure-note {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .b2b-secure-note span {
    white-space: normal;
    width: 192px;
    line-height: 1.15;
  }
}

/* Hero image */
.b2b-hero-img {
  display: none;
  position: relative;
  width: 690px;
  height: 690px;
  border-radius: 0;
  overflow: hidden;
  background: var(--primary);
}

@media (min-width: 768px) {
  .b2b-hero-img {
    display: block;
    z-index: 1;
    /* flex: 0 1 44%; */
    max-width: 44%;
    min-width: 0;
    min-height: 0;
    align-self: stretch;
    margin-left: 0;
  }
}

.b2b-hero-img-badge {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 3;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E83161;
  color: #fff;
  border-radius: 0;
  font-size: 1.25rem;
  line-height: 1;
  box-shadow: 0 6px 16px -4px rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.b2b-hero-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

/* -- B2B Step Form Modal (reference: centred card #F0436F / #1A2B48) -- */
.b2b-form-modal {
  --b2b-accent: #f0436f;
  --b2b-accent-hover: #d93860;
  --b2b-navy: #1a2b48;
  --b2b-step-muted-bg: #f2f4f5;
  --b2b-step-muted-edge: #d1d5db;
  --b2b-step-muted-text: #a2adbc;
  --b2b-step-muted-label: #a2adbc;
  --b2b-step-future-text: #173158;
  --b2b-field-border: #e5e7eb;
}

.b2b-form-modal .modal-box {
  max-width: 1640px;
  max-height: 964px;
  height: 100%;
  border-radius: 0rem;
  /* width: 97%; */
  overflow-y: auto;
}

.b2b-form-modal.open {
  padding: 1rem;
}

.b2b-form-layout {
  display: flex;
  height: 964px;
  /* max-height: 964px; */
  width: 1640px;
}

/* Left panel */
.b2b-form-left {
  display: none;
  width: 840px;
  position: relative;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .b2b-form-left {
    display: flex;
  }
}

.b2b-form-left-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b2b-form-left-overlay {
  position: absolute;
  inset: 0;
  background: #06162F;
  opacity: 0.4;
}

.b2b-form-left-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px 0px 63px 75px;
  width: calc(100% - 5rem);
  height: 100%;
}

.b2b-form-logo {
  width: 4rem;
  height: 4rem;
  filter: brightness(0) invert(1);
}

/* Pink chip + white arrow (reference modal top-left) */
.b2b-form-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  background: var(--b2b-accent);
  border-radius: 4px;
}

.b2b-form-arrow svg {
  width: 0.9rem;
  height: 0.9rem;
  display: block;
}

/* Modal arrow: desktop = 100×100 (default), mobile = 30×30 (hidden by default) */
.modal-arrow-mobile {
  display: none;
}

.b2b-form-left-text {
  margin-bottom: 25px;
}

.b2b-step-title {
  font-size: 84px;
  font-weight: 600;
  font-style: normal;
  color: #E83161;
  line-height: 80px;
  margin-bottom: 30px;
  max-width: 600px;
}

@media (min-width: 768px) {
  .b2b-step-title {
    font-size: 84px;
  }
}

.b2b-step-lede,
.b2b-step-emphasis {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  max-width: 565px;
  margin: 0;
  font-weight: 400;
}

.b2b-step-emphasis {
  /* margin: 30px 0; */
  margin-top: 30px;
  font-style: italic;
}

@media (min-width: 768px) {

  .b2b-step-lede,
  .b2b-step-emphasis {
    font-size: 24px;
    line-height: 30px;
  }
}

/* Step indicator column — discrete tiles with visible vertical gap (shows hero behind) */
.b2b-step-indicators-side {
  position: absolute;
  right: 0;
  top: 0;
  /* bottom: 0; */
  display: flex;
  flex-direction: column;
  gap: 5px;
  /* padding: 8px 0 8px 6px; */
  z-index: 20;
  background: transparent;
  backdrop-filter: none;
  border-radius: 0;
  box-shadow: none;
  justify-content: stretch;
  border-right: 1px solid var(--b2b-step-muted-edge);
  box-sizing: border-box;
}

.b2b-step-side-item {
  /* flex: 1; */
  min-height: 0;
  display: flex;
  width: 100px;
  height: 100px;
}

.b2b-step-btn {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  border: none;
  background: var(--b2b-step-muted-bg);
  color: var(--b2b-step-future-text);
  padding: 0.85rem 0;
}

.b2b-step-btn .step-num {
  font-size: 36px;
  font-weight: 600;
  display: block;
  color: var(--b2b-step-future-text);
  height: 46px;
}

.b2b-step-btn .step-label {
  font-size: 16px;
  font-weight: 500;
  color: var(--b2b-step-future-text);
}

.b2b-step-btn.active .step-num,
.b2b-step-btn.active .step-label {
  color: rgba(255, 255, 255, 0.98);
}

.b2b-step-btn.active {
  position: relative;
  background: #E83161;
  color: #fff;
}

/* .b2b-step-btn.active::after {
  content: '';
  position: absolute;
  left: -8px;
  bottom: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid var(--b2b-accent);
} */

.b2b-step-btn.completed {
  background: var(--b2b-step-muted-bg);
  color: var(--b2b-step-muted-text);
  cursor: pointer;
  opacity: 1;
}

.b2b-step-btn.completed .step-num,
.b2b-step-btn.completed .step-label {
  color: var(--b2b-step-muted-text);
}

/* Future steps */
.b2b-step-btn.disabled {
  background: var(--b2b-step-muted-bg);
  color: var(--b2b-step-future-text);
  opacity: 1;
  cursor: not-allowed;
  pointer-events: none;
}

.b2b-step-btn.disabled .step-num,
.b2b-step-btn.disabled .step-label {
  color: var(--b2b-step-future-text);
}

/* Mobile step indicators */
.b2b-step-indicators-mobile {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  border-bottom: 1px solid var(--b2b-step-muted-edge);
  background: #fff;
  box-sizing: border-box;
}

.b2b-step-mobile-item {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: stretch;
}

@media (min-width: 992px) {
  .b2b-step-indicators-mobile {
    display: none;
  }
}

.b2b-step-btn-mobile {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  padding: 0.75rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  border: none;
  border-right: 1px solid var(--b2b-step-muted-edge);
  border-bottom: 3px solid transparent;
  background: var(--b2b-step-muted-bg);
  color: var(--b2b-step-future-text);
  box-sizing: border-box;
}

.b2b-step-btn,
.b2b-step-btn-mobile {
  pointer-events: none !important;
  cursor: default !important;
}

.b2b-step-btn-mobile:last-child {
  border-right: none;
}

.b2b-step-mobile-item:last-child .b2b-step-btn-mobile {
  border-right: none;
}

.b2b-step-btn-mobile .step-num {
  font-size: 1.125rem;
  font-weight: 900;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  color: inherit;
}

.b2b-step-btn-mobile .step-label {
  font-size: 0.625rem;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  color: inherit;
}

.b2b-step-btn-mobile.active .step-num,
.b2b-step-btn-mobile.active .step-label {
  color: rgba(255, 255, 255, 0.98);
}

.b2b-step-btn-mobile.active {
  background: var(--b2b-accent);
  color: #fff;
  border-bottom-color: var(--b2b-accent);
}

.b2b-step-btn-mobile.disabled {
  background: var(--b2b-step-muted-bg);
  color: var(--b2b-step-future-text);
  opacity: 1;
  cursor: not-allowed;
  pointer-events: none;
}

.b2b-step-btn-mobile.disabled .step-num,
.b2b-step-btn-mobile.disabled .step-label {
  color: var(--b2b-step-future-text);
}

.b2b-step-btn-mobile.completed {
  background: var(--b2b-step-muted-bg);
  color: var(--b2b-step-muted-text);
  border-bottom-color: var(--b2b-step-muted-edge);
}

.b2b-step-btn-mobile.completed .step-num,
.b2b-step-btn-mobile.completed .step-label {
  color: var(--b2b-step-muted-text);
}

/* Right panel — white form column (reference) */
.b2b-form-right {
  flex: 1;
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.b2b-form-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 10;
  color: var(--b2b-accent);
  transition: color 0.2s, transform 0.2s;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.b2b-form-close:hover {
  color: var(--b2b-accent-hover);
}

.b2b-form-content {
  padding: 1.5rem;
  width: 800px;
  /* height: 900px; */
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media (min-width: 768px) {
  .b2b-form-content {
    padding: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .b2b-form-content {
    padding: 45px 60px;
    ;
  }
}

/* Step panels */
.b2b-step-panel {
  display: none;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.b2b-step-panel.active {
  display: flex;
  overflow: hidden;
}

.b2b-step-panel.active .b2b-form-heading {
  flex-shrink: 0;
}

.b2b-step-panel.active .b2b-fields {
  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Form heading + labels — navy (#1A2B48 reference) */
.b2b-form-heading {
  font-size: 36px;
  font-weight: 900;
  color: #173158;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .b2b-form-heading {
    font-size: 36px;
    font-weight: 600;
  }
}

/* Form fields */
.b2b-fields {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 4px;
}

.b2b-field label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #173158;
  margin-bottom: 5px;
}

.b2b-field .req {
  color: #173158;
}

.b2b-field input[type="text"],
.b2b-field input[type="tel"],
.b2b-field input[type="email"],
.b2b-field input[type="url"],
.b2b-field select {
  width: 100%;
  max-width: 683px;
  height: 50px;
  border: 1px solid #D3D7DE;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  background: #fff;
  outline: none;
  font-family: inherit;
}

.b2b-field input.half-width,
.select-wrap.half-width,
.select-wrap.half-width select {
  width: 332px !important;
}

.b2b-field select {
  appearance: none;
  -webkit-appearance: none;
}

.select-wrap {
  position: relative;
}

/* Pink chevron on selects (matches target design sheet 1) */
.b2b-form-modal .select-icon {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.875rem;
  color: var(--b2b-accent);
  pointer-events: none;
}

/* Two-column rows */
.b2b-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

@media (min-width: 768px) {
  .b2b-row {
    grid-template-columns: 1fr 1fr;
  }
}

/* Radio groups */
.b2b-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 15px;
}

.b2b-radio-group .b2b-radio {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 0;
}

.b2b-radio input[type="radio"] {
  display: none;
}

.radio-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid #D3D7DE;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color 0.2s;
}

.b2b-radio input[type="radio"]:checked+.radio-dot {
  border-color: var(--accent);
}

.b2b-radio input[type="radio"]:checked+.radio-dot::after {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--accent);
}

/* Category buttons */
.b2b-category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px;
}

@media (min-width: 768px) {
  .b2b-category-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.b2b-cat-btn {
  position: relative;
  padding: 0.625rem 1rem;
  border-radius: 0px !important;
  border: 1px solid #D3D7DE;
  background: #FFFFFF;
  color: #173158;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  width: 155px;
  height: 50px;
}

.b2b-cat-btn.selected {
  background: #173158;
  color: #FFFFFF;
  border-color: #173158;
}

.b2b-cat-btn.selected::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border-radius: 0px;
  border: 1px solid #173158;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.904' height='6.639' viewBox='0 0 8.904 6.639'%3E%3Cpath id='Path_56' data-name='Path 56' d='M-3237.257-12415.867l2.972,2.973,4.517-4.518' transform='translate(3237.964 12418.119)' fill='none' stroke='%23e83161' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* File upload */
.b2b-file-upload {
  display: flex;
  border: 1px solid #D3D7DE;
  border-radius: 0px !important;
  overflow: hidden;
}

.b2b-file-upload .file-name {
  flex: 1;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  background: var(--background);
  border: none !important;
  outline: none;
  font-family: inherit;
}

.b2b-file-upload .file-btn {
  display: inline-flex;
  align-items: center;
  background: #173158;
  color: #FFFFFF;
  padding: 0.75rem 1.25rem;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s;
  margin: 0;
  width: 180px;
  height: 40px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.b2b-file-upload .file-input {
  display: none;
}

/* Checkbox */
.b2b-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  margin-top: 5px;
}

.b2b-checkbox input[type="checkbox"] {
  margin-top: 0.125rem;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  accent-color: var(--accent);
}

.b2b-checkbox span {
  font-size: 12px;
  color: #173158;
}

/* Hide mobile upload fields by default (shown on mobile) */
.b2b-upload-mobile {
  display: none;
}

/* Hide mobile nav by default (shown only on mobile) */
.b2b-nav-buttons-mob {
  display: none;
  flex-shrink: 0;
}

/* JS toggles visibility via [hidden]; !important beats mobile display:grid rules */
.b2b-btn-prev[hidden],
.b2b-btn-next[hidden],
.b2b-btn-submit[hidden],
.b2b-mob-prev[hidden],
.b2b-mob-next[hidden],
.b2b-mob-submit[hidden] {
  display: none !important;
}

/* Navigation — NEXT / SUBMIT match Figma: 332×60, centered row, icon flush on pink */
.b2b-nav-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* flex-wrap: wrap; */
  gap: 19px;
  margin-top: auto;
  padding-top: 2rem;
  width: 100%;
  flex-shrink: 0;
}

.b2b-btn-prev {
  flex: 0 0 auto;
  box-sizing: border-box;
  width: min(332px, 100%);
  height: 60px;
  min-height: 60px;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 0;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 0px !important;
  border: none;
  background: #F2F4F5 !important;
  color: #173158 !important;
  cursor: pointer;
  transition: background-color 0.2s;
  font-family: inherit;
}

.b2b-btn-next {
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 332px;
  height: 60px;
  min-height: 60px;
  padding: 0 15px 0 25px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 0;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 0px !important;
  border: none;
  background: #E83161 !important;
  color: #fff !important;
  cursor: pointer;
  transition: background-color 0.2s;
  font-family: inherit;
}

.b2b-btn-next:hover {
  background: #173158 !important;
  color: white !important;
}

.b2b-btn-prev:hover {
  background: #173158 !important;
  color: white !important;
}

.b2b-btn-submit:hover {
  background: #173158 !important;
  color: white !important;
}

.b2b-btn-next:hover .b2b-form-nav-icon svg path,
.b2b-btn-prev:hover .b2b-form-nav-icon svg path,
.b2b-btn-submit:hover .b2b-form-nav-icon svg path {
  fill: #E73161 !important;
}

.b2b-form-modal .b2b-btn-prev .b2b-form-nav-icon,
.b2b-form-modal .b2b-btn-next .b2b-form-nav-icon,
.b2b-form-modal .b2b-btn-submit .b2b-form-nav-icon {
  grid-column: 1;
  justify-self: start;
}

.b2b-form-modal .b2b-btn-prev .b2b-btn-nav-label,
.b2b-form-modal .b2b-btn-next .b2b-btn-nav-label,
.b2b-form-modal .b2b-btn-submit .b2b-btn-nav-label {
  grid-column: 2;
  justify-self: center;
  text-align: center;
  white-space: nowrap;
  margin: 0;
}

.b2b-btn-submit {
  flex: 0 0 auto;
  box-sizing: border-box;
  width: auto;
  min-width: min(332px, 100%);
  max-width: 100%;
  height: 60px;
  min-height: 60px;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 0;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 0px !important;
  border: none;
  background: var(--b2b-accent) !important;
  color: #fff !important;
  cursor: pointer;
  transition: background-color 0.2s;
  font-family: inherit;
}

/* .b2b-form-modal .b2b-form-nav-icon path {
  fill: #fff;
} */

.b2b-form-modal .b2b-form-nav-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}

.b2b-form-modal .b2b-form-nav-icon svg {
  display: block;
  width: 11px;
  height: 11px;
}

/* .b2b-form-modal .b2b-btn-prev .b2b-form-nav-icon svg {
  transform: rotate(180deg);
} */

/* Validation error styles */
.b2b-input-error {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2) !important;
}

.b2b-field-error {
  color: #ef4444;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  font-weight: 500;
}

/* -- B2B Thank You Modal -- */
/* .b2b-thankyou-modal .modal-box {
  max-width: 32rem;
  border-radius: 1rem;
} */

.b2b-thankyou-content {
  /* background: var(--primary); */
  padding: 2.5rem;
  text-align: center;
  /* border-radius: 1rem; */
}

@media (min-width: 768px) {
  .b2b-thankyou-content {
    padding: 4rem;
  }
}

.b2b-thankyou-logo {
  width: 5rem;
  height: 5rem;
  /* filter: brightness(0) invert(1); */
  margin: 0 auto 1.5rem;
}

.b2b-thankyou-heading {
  font-size: 2.5rem;
  font-weight: 900;
  /* font-style: italic; */
  color: var(--accent);
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .b2b-thankyou-heading {
    font-size: 3rem;
  }
}

.b2b-thankyou-msg {
  color: var(--primary-foreground);
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.b2b-thankyou-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.b2b-thankyou-welcome {
  color: var(--accent);
  font-weight: 700;
  font-size: 1.25rem;
  /* font-style: italic; */
  margin-bottom: 2rem;
}

.breadcrumb-nav {
  animation: none;
}

@keyframes b2b-fade-down {
  from {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/* ── Hero staging (layout lives in base rules; no fixed pixel box) ── */
.b2b-hero-text {
  position: relative;
}

/* Hero children reveal cascade (stagger via --d on each element) */
.b2b-hero-text>.b2b-reveal {
  position: relative;
  z-index: 1;
  opacity: 1;
  transform: none;
  transition: none;
}

/* CTA — attention pulse ring (fires a few times then idles) */
.b2b-cta .kp-btn-pink {
  position: relative;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.b2b-cta .kp-btn-pink::after {
  display: none;
}

.b2b-cta .kp-btn-pink:hover {
  transform: none;
  box-shadow: none;
}

/* ── Hero image — static ── */
.b2b-hero-img {
  transform: none;
  opacity: 1;
  transition: none;
}

.b2b-hero-img img,
.b2b-hero-img video {
  transform: none;
}

.b2b-hero-img::after {
  display: none;
}

/* ── Step form modal — open transition ── */
.b2b-form-modal .modal-box {
  transform: none;
  opacity: 1;
  transition: none;
}

.b2b-form-modal.open .modal-box {
  transform: none;
  opacity: 1;
}

/* Left panel image ken-burns (slow, subtle) */
.b2b-form-left-bg {
  animation: none;
}

/* Step-panel transition ── */
.b2b-step-panel.active {
  animation: none;
  width: 683px;
}

.b2b-step-panel.active>.b2b-form-heading {
  animation: none;
}

.b2b-step-panel.active>.b2b-fields>.b2b-field,
.b2b-step-panel.active>.b2b-fields>.b2b-row,
.b2b-step-panel.active>.b2b-fields>.b2b-checkbox {
  animation: none;
}

/* Active step button pop (side + mobile) */
.b2b-step-btn.active,
.b2b-step-btn-mobile.active {
  animation: none;
}

/* Category chip selected bloom */
.b2b-cat-btn {
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.b2b-cat-btn:hover {
  transform: none;
}

.b2b-cat-btn.selected {
  animation: none;
}

/* Form fields — soft lift on focus */
.b2b-field input:focus,
.b2b-field select:focus,
.b2b-field textarea:focus {
  transform: none;
  /* border-color: var(--b2b-accent, #f0436f) !important;
  box-shadow: 0 0 0 3px rgba(240, 67, 111, 0.25) !important;
  outline: none !important; */
}

/* Error shake */
.b2b-input-error {
  animation: none;
}

/* Nav button icon micro-bounce on hover */
.b2b-btn-next,
.b2b-btn-submit,
.b2b-btn-prev {
  transition: none;
}

.b2b-btn-next:hover .b2b-form-nav-icon svg,
.b2b-btn-submit:hover .b2b-form-nav-icon svg {
  animation: none;
}

/* ── Thank-You modal — static entrance ── */
.b2b-thankyou-modal .modal-box {
  transform: none;
  opacity: 1;
  transition: none;
}

.b2b-thankyou-modal.open .modal-box {
  transform: none;
  opacity: 1;
}

.b2b-thankyou-logo {
  position: relative;
}

.b2b-thankyou-modal.open .b2b-thankyou-logo {
  animation: none;
  opacity: 1;
  transform: none;
}

.b2b-thankyou-modal.open .b2b-thankyou-heading,
.b2b-thankyou-modal.open .b2b-thankyou-msg,
.b2b-thankyou-modal.open .b2b-thankyou-desc,
.b2b-thankyou-modal.open .b2b-thankyou-welcome,
.b2b-thankyou-modal.open .b2b-thankyou-content .kp-btn-pink {
  opacity: 1;
  animation: none;
}

/* Thank-you heading gradient wash */
.b2b-thankyou-heading {
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  /* -webkit-text-fill-color: transparent; */
  color: transparent;
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {

  .b2b-hero-img img,
  .b2b-hero-img video,
  .b2b-form-left-bg,
  .b2b-hero-text .b2b-hero-title,
  .b2b-hero-text h1,
  .b2b-hero-img::after,
  .b2b-cta .kp-btn-pink::after,
  .b2b-step-panel.active,
  .b2b-step-panel.active>.b2b-form-heading,
  .b2b-step-panel.active>.b2b-fields>*,
  .b2b-step-btn.active,
  .b2b-step-btn-mobile.active,
  .b2b-cat-btn.selected,
  .b2b-thankyou-modal.open .b2b-thankyou-logo,
  .b2b-thankyou-modal.open .b2b-thankyou-heading,
  .b2b-thankyou-modal.open .b2b-thankyou-msg,
  .b2b-thankyou-modal.open .b2b-thankyou-desc,
  .b2b-thankyou-modal.open .b2b-thankyou-welcome,
  .b2b-thankyou-modal.open .b2b-thankyou-content .kp-btn-pink,
  .breadcrumb-nav,
  .b2b-hero-text>.b2b-reveal,
  .b2b-hero-img {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* ── Mobile Hero Redesign ── */
@media (max-width: 711.98px) {
  .b2b-hero {
    padding: 0 0 40px !important;
  }

  .b2b-hero-inner {
    flex-direction: column !important;
    align-items: start !important;
    gap: 8px !important;
    padding: 0 !important;
  }

  /* ── Block 1: 322×322 gradient text block ── */
  .b2b-hero-text {
    width: 322px !important;
    height: 333px !important;
    min-height: 322px !important;
    max-width: 322px !important;
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #E83161 0%, #173158 100%) !important;
  }

  /* 24px bold */
  .b2b-hero-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    line-height: 0.8 !important;
  }

  /* 12px text */
  .b2b-hero-desc {
    font-size: 12px !important;
    margin-bottom: 8px !important;
    line-height: 1.3 !important;
  }

  .b2b-hero-desc p {
    margin-bottom: 0 !important;
  }

  /* 10px set up text */
  .b2b-hero-desc p:last-child,
  .b2b-hero-desc+p,
  .b2b-hero-desc p[style*="font-size:18px"],
  .b2b-short-desc {
    font-size: 10px !important;
    margin-top: 2px !important;
  }

  .b2b-step-emphasis {
    font-size: 10px !important;
    line-height: 1.3 !important;
    margin-top: 2px !important;
    margin-bottom: 4px !important;
  }

  /* 14px title text (first benefit - "Takes less than 2 minutes") */
  .b2b-benefits {
    margin-bottom: 6px !important;
    gap: 3px !important;
  }

  .b2b-benefits li:first-child {
    font-size: 14px !important;
    gap: 6px !important;
  }

  /* 10px sub title text (remaining benefits) */
  .b2b-benefits li {
    font-size: 10px !important;
    gap: 6px !important;
  }

  .b2b-benefits li i,
  .b2b-benefits li svg {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
  }

  /* 10px your info text */
  .b2b-secure-note {
    font-size: 10px !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    gap: 6px !important;
  }

  .b2b-secure-note svg {
    width: 14px !important;
    height: 14px !important;
    flex-shrink: 0 !important;
  }

  .b2b-cta .kp-btn-pink {
    display: none !important;
  }

  .b2b-cta {
    margin-top: 0 !important;
    gap: 4px !important;
  }

  /* ── Block 2: 322×322 image block ── */
  .b2b-hero-img {
    display: block !important;
    width: 322px !important;
    height: 322px !important;
    max-width: 322px !important;
    flex: none !important;
  }

  /* 40×40 SVG arrow top-left */
  .hero-arrow-chip {
    display: flex !important;
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    background: transparent !important;
    z-index: 5 !important;
  }

  .hero-arrow-chip svg {
    width: 40px !important;
    height: 40px !important;
  }

  /* 260×48 button: left SVG 12px + right 16px semibold text */
  .mobile-b2b-btn {
    position: absolute !important;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 260px !important;
    height: 48px !important;
    padding: 0 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    background: #E83161 !important;
    border-radius: 0 !important;
    border: none !important;
    z-index: 10 !important;
    transition: background-color 0.2s ease, color 0.2s ease;
  }

  .mobile-b2b-btn svg {
    width: 12px !important;
    height: 12px !important;
    flex-shrink: 0 !important;
  }

  .mobile-b2b-btn span {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #fff !important;
    flex: 1 !important;
    text-align: center !important;
  }

  .mobile-b2b-btn:hover {
    background: #FFFFFF !important;
    color: #173158 !important;
  }

  .mobile-b2b-btn:hover span {
    color: #173158 !important;
  }

  .mobile-b2b-btn:hover svg path {
    fill: #E83161 !important;
  }
}

/* ══════════════════════════════════════════════
       Thank You Modal – 800×800 centered
       ══════════════════════════════════════════════ */
.b2b-thankyou-wrapper {
  position: relative;
}

.b2b-thankyou-close-mob {
  display: none;
  /* Hidden on desktop */
}

.b2b-thankyou-box {
  width: 800px;
  height: 800px;
  border-radius: 0;
  background: #173158;
  max-height: 800px;
}

.b2b-thankyou-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 60px;
  min-height: 500px;
}

.b2b-thankyou-logo {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 50px;
}

.b2b-thankyou-heading {
  font-size: 80px;
  font-weight: 700;
  color: #E83161;
  margin: 0 0 30px;
  line-height: 1;
}

.b2b-thankyou-msg {
  font-size: 24px;
  font-weight: 500;
  width: 492px;
  color: #fff;
  margin: 0 0 20px;
  line-height: 1.4;
}

.b2b-thankyou-desc {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 30px;
  line-height: 1.6;
}

.b2b-thankyou-welcome {
  font-size: 30px;
  font-weight: 500;
  color: #E83161;
  margin: 0 0 40px;
  line-height: 1.3;
}

.b2b-thankyou-ok-btn {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  width: 200px;
  height: 60px;
  background: #E83161;
  color: #fff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s;
  padding: 10px 25px;
}

.b2b-thankyou-ok-btn:hover {
  background: #ffffff !important;
  color: #183158 !important;
}

.b2b-thankyou-ok-btn:hover .b2b-thankyou-ok-icon svg path {
  fill: #E73161 !important;
}

.b2b-thankyou-ok-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.b2b-thankyou-ok-icon svg {
  width: 12px;
  height: 12px;
  display: block;
}

.b2b-thankyou-ok-label {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 auto
}

/* ══════════════════════════════════════════════
       Mobile B2B MODAL Form – matches design image
       ══════════════════════════════════════════════ */
@media (max-width: 767.98px) {

  /* ── Modal: top inset, horizontally centered ── */
  .b2b-form-modal.open {
    padding: 28px 0 0 !important;
    align-items: flex-start !important;
    justify-content: center !important;
  }

  .b2b-form-modal .modal-box {
    width: min(322px, calc(100vw - 16px)) !important;
    height: calc(100% - 28px) !important;
    max-height: calc(100dvh - 28px) !important;
    border-radius: 0 !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    -webkit-overflow-scrolling: touch;
    border: 4px solid #173158 !important;
    box-sizing: border-box !important;
  }

  /* Layout: full-height column — steps on top, scrollable form, sticky nav */
  .b2b-form-layout {
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    flex: 1 !important;
    overflow: hidden !important;
  }

  /* Hide hero image / story panel on mobile */
  .b2b-form-left {
    display: none !important;
  }

  /* Compact navy step header — no image, no story text */
  .b2b-step-indicators-mobile {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    flex-shrink: 0 !important;
    width: 100% !important;
    min-height: auto !important;
    padding: 8px 8px 2px !important;
    gap: 3px !important;
    background: #173158 !important;
    border-bottom: none !important;
    box-sizing: border-box !important;
  }

  .b2b-step-mobile-item {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: stretch !important;
  }

  .b2b-form-modal .b2b-step-btn-mobile {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 48px !important;
    padding: 4px 2px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    background: #f2f4f5 !important;
    color: #173158 !important;
    border-right: none !important;
    border-bottom: none !important;
  }

  .b2b-form-modal .b2b-step-btn-mobile .step-num {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
  }

  .b2b-form-modal .b2b-step-btn-mobile .step-label {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    font-size: 7px !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    margin-top: 1px !important;
  }

  .b2b-form-modal .b2b-step-btn-mobile.active {
    background: #E83161 !important;
    color: #fff !important;
  }

  .b2b-form-modal .b2b-step-btn-mobile.active .step-num,
  .b2b-form-modal .b2b-step-btn-mobile.active .step-label {
    color: #fff !important;
  }

  .b2b-form-modal .b2b-step-btn-mobile.completed {
    background: #f2f4f5 !important;
    color: #a2adbc !important;
  }

  .b2b-form-modal .b2b-step-btn-mobile.completed .step-num,
  .b2b-form-modal .b2b-step-btn-mobile.completed .step-label {
    color: #a2adbc !important;
  }

  .b2b-form-modal .b2b-step-btn-mobile.disabled {
    background: #f2f4f5 !important;
    color: #173158 !important;
  }

  .b2b-form-modal .b2b-step-btn-mobile.disabled .step-num,
  .b2b-form-modal .b2b-step-btn-mobile.disabled .step-label {
    color: #173158 !important;
  }

  /* Close button — above modal box, aligned to top-right corner */
  .b2b-form-close {
    position: fixed !important;
    top: 6px !important;
    right: calc(50% - 153px) !important;
    left: auto !important;
    z-index: 101 !important;
    color: #E83161 !important;
    background: transparent !important;
    padding: 4px !important;
  }

  .b2b-form-close svg {
    width: 22px !important;
    height: 22px !important;
  }

  /* Right panel (form area) */
  .b2b-form-right {
    flex: 1 !important;
    min-height: 0 !important;
    height: 100% !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
    position: relative !important;
  }

  /* Form content — middle scroll region */
  .b2b-form-content {
    width: 100% !important;
    padding: 16px 13px 0 !important;
    box-sizing: border-box !important;
    flex: 1 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
  }

  /* Step panel fills space between heading and sticky nav */
  .b2b-step-panel.active {
    width: 100% !important;
    flex: 1 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .b2b-step-panel.active .b2b-fields {
    flex: 1 !important;
    min-height: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  /* Form heading */
  .b2b-form-heading {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    color: #173158 !important;
    max-width: none !important;
  }

  /* Form fields – single column */
  .b2b-fields {
    gap: 16px !important;
  }

  .b2b-field label {
    font-size: 12px !important;
    font-weight: 400 !important;
    margin-bottom: 4px !important;
  }

  .b2b-field input.half-width,
  .select-wrap.half-width,
  .select-wrap.half-width select {
    width: 100% !important;
    max-width: 100% !important;
  }

  .select-wrap {
    width: 100% !important;
    max-width: 100% !important;
  }

  .b2b-field input[type="text"],
  .b2b-field input[type="tel"],
  .b2b-field input[type="email"],
  .b2b-field input[type="url"],
  .b2b-field select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    height: 40px !important;
    font-size: 13px !important;
    padding: 8px 12px !important;
  }

  /* Two-column rows become single column */
  .b2b-row {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  /* Category grid — full width, equal columns */
  .b2b-category-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 8px !important;
    box-sizing: border-box !important;
  }

  .b2b-cat-btn {
    width: 100% !important;
    min-width: 0 !important;
    height: 40px !important;
    font-size: 11px !important;
    padding: 4px 6px !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /* File upload */
  .b2b-file-upload {
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .b2b-file-upload .file-btn {
    width: 100% !important;
    justify-content: center !important;
  }

  .b2b-file-upload .file-name {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Checkbox */
  .b2b-checkbox span {
    font-size: 10px !important;
  }

  /* ── Hide desktop nav, show mobile nav ── */
  .b2b-nav-buttons {
    display: none !important;
  }

  .b2b-nav-buttons-mob {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    flex-wrap: nowrap !important;
    flex-shrink: 0 !important;
    margin-top: auto !important;
    padding: 16px 20px 20px !important;
    width: 100% !important;
    background: #fff !important;
    position: sticky !important;
    bottom: 0 !important;
    z-index: 10 !important;
    box-sizing: border-box !important;
  }

  /* Mobile prev: 128×40 grey */
  .b2b-mob-prev {
    box-sizing: border-box !important;
    width: 128px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 0.5rem !important;
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    align-items: center !important;
    column-gap: 6px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    border: none !important;
    background: #F2F4F5 !important;
    color: #173158 !important;
    cursor: pointer !important;
    font-family: inherit !important;
  }

  /* Mobile next: 128×40 pink (default when prev is visible) */
  .b2b-mob-next {
    box-sizing: border-box !important;
    width: 128px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 0.5rem !important;
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    align-items: center !important;
    column-gap: 6px !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    border: none !important;
    background: #f0436f !important;
    color: #fff !important;
    cursor: pointer !important;
    font-family: inherit !important;
  }

  /* Step 1: next alone → 260×40 (JS toggles this class) */
  .b2b-mob-next.b2b-mob-next--full {
    width: 260px !important;
  }

  /* Mobile submit: 128×40 pink */
  .b2b-mob-submit {
    box-sizing: border-box !important;
    width: 128px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 0.5rem !important;
    /* display: grid !important;
            grid-template-columns: auto 1fr !important;
            align-items: center !important;
            column-gap: 6px !important; */
    font-weight: 600 !important;
    font-size: 13px !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    border: none !important;
    background: #f0436f !important;
    color: #fff !important;
    cursor: pointer !important;
    font-family: inherit !important;
  }

  .b2b-mob-prev:hover {
    background: #173158 !important;
    color: white !important;
  }

  .b2b-mob-next:hover {
    background: #173158 !important;
    color: white !important;
  }

  .b2b-mob-submit:hover {
    background: #173158 !important;
    color: white !important;
  }

  .b2b-mob-next:hover .b2b-mob-nav-icon svg path,
  .b2b-mob-prev:hover .b2b-mob-nav-icon svg path,
  .b2b-mob-submit:hover .b2b-mob-nav-icon svg path {
    fill: #E73161 !important;
  }

  .b2b-mob-nav-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* .b2b-mob-nav-icon svg {
            display: block !important;
            width: 11px !important;
            height: 11px !important;
        } */
  .b2b-mob-nav-label {
    text-align: center !important;
    white-space: nowrap !important;
  }

  /* Product Interests page: 14px field labels */
  .b2b-step-panel[data-panel="2"] .b2b-field label {
    font-size: 14px !important;
  }

  /* Trade Preferences page: 14px labels for first 3 radio fields */
  .b2b-step-panel[data-panel="3"] .b2b-fields>.b2b-field:nth-child(1)>label,
  .b2b-step-panel[data-panel="3"] .b2b-fields>.b2b-field:nth-child(2)>label,
  .b2b-step-panel[data-panel="3"] .b2b-fields>.b2b-field:nth-child(3)>label {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }

  /* Trade Preferences: Purchase Method options stacked vertically */
  .b2b-step-panel[data-panel="3"] .b2b-fields>.b2b-field:nth-child(2) .b2b-radio-group {
    flex-direction: column !important;
    gap: 10px !important;
  }

  /* Delivery page: Address Line 1 & 2 → 260×80 */
  .b2b-step-panel[data-panel="4"] .b2b-fields>.b2b-field:nth-child(1) input[type="text"],
  .b2b-step-panel[data-panel="4"] .b2b-fields>.b2b-field:nth-child(2) input[type="text"] {
    /* width: 260px !important; */
    height: 80px !important;
  }

  /* Delivery page: hide desktop uploads, show mobile uploads */
  .b2b-upload-desktop {
    display: none !important;
  }

  .b2b-upload-mobile {
    display: block !important;
  }

  .b2b-upload-mob-wrap {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    /* width: 260px !important; */
    height: 40px !important;
    border: 1px solid var(--b2b-field-border);
    border-radius: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
  }

  .b2b-upload-mob-name {
    flex: 1 !important;
    border: none !important;
    outline: none !important;
    height: 100% !important;
    padding: 0 8px !important;
    font-size: 11px !important;
    background: transparent !important;
    color: #333 !important;
    min-width: 0 !important;
  }

  .b2b-upload-mob-btn {
    flex-shrink: 0 !important;
    width: 70px !important;
    height: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #173158 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    border: none !important;
    border-radius: 0 !important;
    white-space: nowrap !important;
    padding: 0 !important;
    margin: 4px !important;
  }

  .b2b-upload-mob-btn:hover {
    background: #173158 !important;
  }

  .b2b-upload-mob-btn .file-input {
    display: none !important;
  }

  /* Radio groups wrap */
  .b2b-radio-group {
    gap: 12px !important;
    margin-bottom: 0px !important;
  }

  .b2b-radio-group .b2b-radio {
    font-size: 12px !important;
    margin-bottom: 0px !important;
  }

  /* ── Thank You Modal Mobile ── */
  .b2b-thankyou-box {
    width: 322px !important;
    height: 644px !important;
    max-height: 95vh !important;
  }

  .b2b-thankyou-wrapper {
    position: relative !important;
    width: 322px !important;
    margin: 0 auto !important;
    top: -7%;
  }

  .b2b-thankyou-close-mob {
    display: flex !important;
    position: absolute !important;
    top: -40px !important;
    right: 0 !important;
    background: none !important;
    border: none !important;
    padding: 5px !important;
    cursor: pointer !important;
    z-index: 100 !important;
  }

  .b2b-thankyou-content {
    padding: 40px 20px !important;
    height: 100% !important;
    justify-content: center !important;
  }

  .b2b-thankyou-logo {
    width: 60px !important;
    height: 60px !important;
    margin-bottom: 30px !important;
  }

  .b2b-thankyou-heading {
    font-size: 42px !important;
    margin-bottom: 20px !important;
  }

  .b2b-thankyou-msg {
    font-size: 24px !important;
    width: 100% !important;
    margin-bottom: 15px !important;
  }

  .b2b-thankyou-desc {
    font-size: 14px !important;
    margin-bottom: 25px !important;
  }

  .b2b-thankyou-welcome {
    font-size: 20px !important;
    margin-bottom: 35px !important;
  }

  .b2b-thankyou-ok-btn {
    width: 128px !important;
    height: 40px !important;
    padding: 0 15px !important;
    justify-content: start !important;
  }

  .b2b-thankyou-ok-label {
    font-size: 12px !important;
    margin: 0 auto !important;
  }

  /* Select icon */
  .b2b-form-modal .select-icon {
    right: 12px !important;
  }
}

/* ═══════════════════════════════════════════════════════════════════
   Laptop Screen Overrides (992px to 1639.98px)
   Mirrors the same range used by /categories, /brands, /products,
   /offers, /about-us, /contact-us, /help-center, /careers, /blog and
   /terms-and-conditions so the b2b hero and step form modal fit the
   laptop viewport without being clipped by the global 1640px
   .kp-container width. PC (≥1640px) and mobile (<768px) layouts are
   not touched.
   ═══════════════════════════════════════════════════════════════════ */
@media (min-width: 992px) and (max-width: 1639.98px) {

  /* Containers: make fluid for the laptop range. */
  .kp-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  /* Hero — the text + image flex pair is already `flex: 1 1 56% / 0 1 44%`,
       but the right image is locked to 690×690px. Let it shrink to a
       comfortable laptop size. */
  .b2b-hero-inner {
    min-height: 0 !important;
    gap: 24px !important;
  }

  .b2b-hero-text {
    padding: 2.5rem 2.5rem !important;
    min-height: 520px !important;
  }

  .b2b-hero-img {
    width: 100% !important;
    height: auto !important;
    max-width: 44% !important;
    min-height: 520px !important;
  }

  /* Override the @media (min-width: 1024px) rule that pushes the hero
       title to 60px. */
  .b2b-hero-title {
    font-size: 40px !important;
    line-height: 1.05 !important;
    margin-bottom: 1.25rem !important;
    max-width: 100% !important;
  }

  .b2b-hero-desc {
    font-size: 0.95rem !important;
    max-width: 100% !important;
    line-height: 1.35 !important;
  }

  .b2b-benefits li {
    font-size: 15px !important;
  }

  .b2b-benefits li:first-child {
    font-size: 18px !important;
  }

  .b2b-cta .kp-btn-pink {
    width: 280px !important;
    height: 52px !important;
    font-size: 13px !important;
  }

  .b2b-secure-note {
    margin-left: 15px !important;
  }

  .b2b-secure-note span {
    white-space: normal !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  /* Step form modal — the inner layout is locked to 1640×964px, so it
       overflows below 1640. Let the modal-box fill the viewport with a
       small inset, and let the layout become fluid. */
  .b2b-form-modal .modal-box {
    box-sizing: border-box !important;
    width: calc(100vw - 32px) !important;
    max-width: 1400px !important;
    height: auto !important;
    max-height: calc(100vh - 70px) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .b2b-form-layout {
    box-sizing: border-box !important;
    width: 100% !important;
    /* height: auto !important; */
    min-height: 0 !important;
    max-height: calc(100vh - 70px) !important;
    display: flex !important;
    flex-direction: row !important;
  }

  /* Left preview panel: shrink from 840px to a comfortable laptop size
       and pull its inner content padding in. */
  .b2b-form-left {
    box-sizing: border-box !important;
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    height: auto !important;
    align-self: stretch !important;
  }

  .b2b-form-left-content {
    box-sizing: border-box !important;
    padding: 32px 24px 32px 36px !important;
    width: calc(100% - 80px) !important;
  }

  .b2b-form-left-text {
    margin-bottom: 1.5rem !important;
  }

  /* Override the larger @media (min-width: 768px) rule that keeps the
       step title at 84px — bring it down so it fits the narrower left
       panel. Same specificity + !important + later source order. */
  .b2b-step-title {
    font-size: 56px !important;
    line-height: 1.05 !important;
    margin-bottom: 0.85rem !important;
  }

  .b2b-step-lede,
  .b2b-step-emphasis {
    font-size: 16px !important;
    line-height: 1.45 !important;
    max-width: 100% !important;
  }

  .b2b-step-emphasis {
    margin-top: 0.65rem !important;
  }

  /* Side step indicators: 100×100 → 80×80 so they don't dominate the
       narrower left panel. */
  .b2b-step-side-item {
    box-sizing: border-box !important;
    width: 80px !important;
    height: 80px !important;
  }

  .b2b-step-btn .step-num {
    font-size: 28px !important;
  }

  .b2b-step-btn .step-label {
    font-size: 13px !important;
  }

  /* Right form column: cap form-content to its PC width (~800px) and
       center it inside the now-wider form-right column. Overrides the
       @media (min-width: 1024px) rule that sets padding: 3rem. */
  .b2b-form-right {
    box-sizing: border-box !important;
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    align-items: center !important;
    height: auto !important;
    max-height: calc(100vh - 70px) !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }

  .b2b-form-close {
    top: 1rem !important;
    right: 1rem !important;
  }

  .b2b-form-content {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 800px !important;
    height: auto !important;
    max-height: calc(100vh - 70px) !important;
    padding: 1.5rem 1.5rem !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    flex: 1 1 auto !important;
  }

  .b2b-form-heading {
    font-size: 26px !important;
    margin-bottom: 12px !important;
  }

  .b2b-step-panel.active {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    overflow: hidden !important;
    min-height: 0 !important;
    width: auto;
  }

  .b2b-fields {
    box-sizing: border-box !important;
    gap: 1rem !important;
    flex: 1 1 auto !important;
    overflow-y: auto !important;
    min-height: 0 !important;
  }

  .b2b-field {
    box-sizing: border-box !important;
  }

  .b2b-field label {
    font-size: 14px !important;
    margin-bottom: 0.25rem !important;
  }

  .b2b-field input[type="text"],
  .b2b-field input[type="tel"],
  .b2b-field input[type="email"],
  .b2b-field input[type="url"],
  .b2b-field select {
    box-sizing: border-box !important;
    height: 42px !important;
    font-size: 13px !important;
    padding: 0.5rem 0.75rem !important;
  }

  /* Side-by-side row adjustments to fit cleanly without overflowing width */
  .b2b-row {
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 15px !important;
  }

  .b2b-row>.b2b-field {
    box-sizing: border-box !important;
    min-width: 0 !important;
  }

  .b2b-field input.half-width,
  .b2b-field .select-wrap.half-width,
  .b2b-field .select-wrap.half-width select,
  .b2b-field select.half-width {
    width: 100% !important;
  }

  /* Category grid scaling for B2B product interests step */
  .b2b-category-grid {
    gap: 10px !important;
  }

  .b2b-cat-btn {
    width: 100% !important;
    height: 45px !important;
    font-size: 13px !important;
    padding: 0.5rem 0.5rem !important;
  }

  /* Navigation button adjustments */
  .b2b-nav-buttons {
    padding-top: 1.5rem !important;
    gap: 15px !important;
  }

  .b2b-btn-prev,
  .b2b-btn-next,
  .b2b-btn-submit {
    width: min(240px, 100%) !important;
    height: 50px !important;
    min-height: 50px !important;
    font-size: 14px !important;
  }
}

/* Tablet Screen Overrides (712px to 991.98px) */
@media (min-width: 712px) and (max-width: 991.98px) {

  /* Containers: fluid for tablet */
  .kp-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  /* Hero inner flex spacing (stacked vertical with equal heights) */
  .b2b-hero-inner {
    flex-direction: column !important;
    align-items: center !important;
    min-height: 0 !important;
    gap: 24px !important;
  }

  .b2b-hero-text {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: 520px !important;
    padding: 3rem 2.5rem !important;
  }

  .b2b-hero-img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 520px !important;
    min-height: 0 !important;
  }

  /* Hero Typography */
  .b2b-hero-title {
    font-size: 38px !important;
    line-height: 1.05 !important;
    margin-bottom: 1rem !important;
    max-width: 100% !important;
  }

  .b2b-hero-desc {
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin-bottom: 1.5rem !important;
    max-width: 100% !important;
  }

  .b2b-benefits {
    gap: 10px !important;
    margin-bottom: 2rem !important;
  }

  .b2b-benefits li {
    font-size: 15px !important;
  }

  .b2b-benefits li:first-child {
    font-size: 18px !important;
  }

  /* CTA Button & Trust Note */
  .b2b-cta {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 1.5rem !important;
  }

  .b2b-cta .kp-btn-pink {
    width: 280px !important;
    height: 56px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  .b2b-secure-note {
    margin-left: 0 !important;
  }

  .b2b-secure-note span {
    white-space: normal !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    width: 340px !important;
  }

  /* Step Form Modal (Tablet Stacked Layout matching mobile style) */
  .b2b-form-modal.open {
    padding: 0 !important;
  }

  .b2b-form-modal .modal-box {
    box-sizing: border-box !important;
    width: 580px !important;
    max-width: calc(100vw - 32px) !important;
    height: 100% !important;
    max-height: 100% !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 0 auto !important;
    border: 4px solid #173158 !important;
    position: relative !important;
  }

  .b2b-form-layout {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }

  /* Compact navy header — no banner image, no story text */
  .b2b-form-left {
    display: none !important;
  }

  .b2b-form-left-bg,
  .b2b-form-left-overlay,
  .b2b-form-left-content,
  .modal-arrow-desktop,
  .modal-arrow-mobile {
    display: none !important;
  }

  .b2b-step-indicators-side {
    display: none !important;
  }

  .b2b-step-indicators-mobile {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    flex-shrink: 0 !important;
    width: 100% !important;
    padding: 10px 12px 12px !important;
    gap: 4px !important;
    background: #173158 !important;
    border-bottom: none !important;
    box-sizing: border-box !important;
  }

  .b2b-step-mobile-item {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: stretch !important;
  }

  .b2b-form-modal .b2b-step-btn-mobile {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 52px !important;
    padding: 4px 2px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    background: #f2f4f5 !important;
    color: #173158 !important;
    border-right: none !important;
    border-bottom: none !important;
  }

  .b2b-form-modal .b2b-step-btn-mobile .step-num {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
  }

  .b2b-form-modal .b2b-step-btn-mobile .step-label {
    font-size: 8px !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    margin-top: 2px !important;
  }

  .b2b-form-modal .b2b-step-btn-mobile.active {
    background: #E83161 !important;
    color: #fff !important;
  }

  .b2b-form-modal .b2b-step-btn-mobile.active .step-num,
  .b2b-form-modal .b2b-step-btn-mobile.active .step-label {
    color: #fff !important;
  }

  .b2b-form-modal .b2b-step-btn-mobile.completed {
    background: #f2f4f5 !important;
    color: #a2adbc !important;
  }

  .b2b-form-modal .b2b-step-btn-mobile.completed .step-num,
  .b2b-form-modal .b2b-step-btn-mobile.completed .step-label {
    color: #a2adbc !important;
  }

  .b2b-form-modal .b2b-step-btn-mobile.disabled {
    background: #f2f4f5 !important;
    color: #173158 !important;
  }

  .b2b-form-modal .b2b-step-btn-mobile.disabled .step-num,
  .b2b-form-modal .b2b-step-btn-mobile.disabled .step-label {
    color: #173158 !important;
  }

  /* Form Right side overrides */
  .b2b-form-right {
    flex: 1 1 auto !important;
    width: 100% !important;
    background: #fff !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    position: relative !important;
  }

  .b2b-form-content {
    box-sizing: border-box !important;
    width: 100% !important;
    padding: 32px 40px !important;
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    height: 100% !important;
  }

  .b2b-step-panel.active {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    animation: b2b-step-panel-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) both !important;
  }

  .b2b-form-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #173158 !important;
    margin-bottom: 16px !important;
    text-align: left !important;
    flex-shrink: 0 !important;
  }

  .b2b-fields {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
    flex: 1 1 auto !important;
    overflow-y: auto !important;
    min-height: 0 !important;
    padding: 4px 4px 10px 4px !important;
  }

  .b2b-field label {
    font-size: 15px !important;
    margin-bottom: 6px !important;
    /* color: #173158 !important; */
    font-weight: 600 !important;
  }

  .b2b-field input[type="text"],
  .b2b-field input[type="tel"],
  .b2b-field input[type="email"],
  .b2b-field input[type="url"],
  .b2b-field select {
    height: 48px !important;
    font-size: 14px !important;
    padding: 10px 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Single column stacking for fields on tablet modal */
  .b2b-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    width: 100% !important;
  }

  .b2b-row>.b2b-field {
    min-width: 0 !important;
    width: 100% !important;
  }

  .b2b-field input.half-width,
  .b2b-field .select-wrap.half-width,
  .b2b-field .select-wrap.half-width select {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Categories Grid */
  .b2b-category-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px !important;
  }

  .b2b-cat-btn {
    width: 100% !important;
    height: 44px !important;
    font-size: 13px !important;
    padding: 6px !important;
  }

  /* Keep desktop style uploads */
  .b2b-upload-desktop {
    display: block !important;
  }

  .b2b-upload-mobile {
    display: none !important;
  }

  /* Navigation Buttons */
  .b2b-nav-buttons {
    display: flex !important;
    justify-content: space-between !important;
    gap: 16px !important;
    padding-top: 24px !important;
    width: 100% !important;
    margin-top: auto !important;
  }

  .b2b-nav-buttons-mob {
    display: none !important;
  }

  .b2b-btn-prev,
  .b2b-btn-next,
  .b2b-btn-submit {
    flex: 1 1 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 52px !important;
    font-size: 14px !important;
  }

  /* Watermark arrow in top-left */
  .modal-arrow-desktop {
    width: 48px !important;
    height: 48px !important;
    position: absolute !important;
    top: 32px !important;
    left: 40px !important;
    right: auto !important;
    display: block !important;
  }

  .modal-arrow-mobile {
    display: none !important;
  }

  /* Pink close button inside modal box */
  .b2b-form-close {
    position: absolute !important;
    top: 90px !important;
    right: 24px !important;
    z-index: 99 !important;
    color: var(--b2b-accent) !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer !important;
  }
}