.test-drive-page {
  background: #fff;
  color: var(--navy);
}

.test-drive-page .site-header {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.td-hero {
  padding: 5px 0 10px;
  background: linear-gradient(180deg, #fff 0%, #f8fcfe 100%);
}

.td-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: 64px;
  align-items: center;
}

.td-hero-copy h1 {
  font-size: clamp(42px, 5.2vw, 58px);
  line-height: 1.02;
  letter-spacing: -2.5px;
  margin: 0 0 22px;
  color: var(--navy);
  font-weight: 900;
}
.td-hero-copy {  }
.td-hero-copy h1 span { color: var(--orange); }

.td-hero-copy .hero-subhead {
  font-size: 20px;
  line-height: 1.55;
  max-width: 640px;
  margin: 0 0 24px;
  color: var(--navy);
  font-weight: 750;
}

.td-intro {
  font-size: 16px;
  line-height: 1.65;
  font-weight: 700;
  color: rgba(7, 26, 87, 0.88);
  max-width: 555px;
  margin: 0 0 30px;
}

.td-platform-preview { min-width: 0; }
.preview-carousel {
  position: relative;
  min-height: 490px;
}
.preview-slide {
  display: none;
  align-items: center;
  justify-content: center;
}
.preview-slide.is-active { display: flex; }

.browser-card {
  background: #fff;
  border: 1px solid #cbe2ef;
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(7, 26, 87, 0.13);
  overflow: hidden;
}

.slide-image-card {
  width: 100%;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  overflow: visible;
}
.slide-image-card img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 550px;
  object-fit: contain;
  border-radius: 22px;
  border: 1px solid #d7e4ef;
  box-shadow: 0 28px 70px rgba(7, 26, 87, 0.13);
  background: #fff;
}
.hero-preview-card {
  width: 100%;
  transform: scale(0.94);
  transform-origin: top center;
}

.browser-top {
  height: 40px;
  background: linear-gradient(180deg, #eefbff, #fff);
  border-bottom: 1px solid #cbe2ef;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0 18px;
}
.browser-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
}
.browser-top span:nth-child(2) { background: #ffc74d; }
.browser-top span:nth-child(3) { background: #6fc36a; }

.preview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px 0;
  font-weight: 900;
}
.brand-chip {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--navy);
}
.hex-icon { color: var(--teal); font-size: 23px; }
.powered { font-size: 13px; color: var(--navy); }
.powered strong {
  color: var(--orange);
  font-size: 25px;
  letter-spacing: -1.2px;
}

.preview-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 265px;
  gap: 20px;
  padding: 22px 24px 18px;
  align-items: start;
}
.preview-copy { padding: 14px 0 4px; }
.preview-kicker {
  margin: 0 0 10px;
  color: var(--teal);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 900;
}
.preview-copy h2 {
  font-size: clamp(28px, 3.6vw, 34px);
  line-height: 1.03;
  letter-spacing: -1.5px;
  margin: 0 0 12px;
  color: var(--navy);
  font-weight: 900;
  max-width: 550px;
}
.preview-subhead {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
  color: rgba(7, 26, 87, 0.86);
  margin: 0 0 18px;
  max-width: 440px;
}
.preview-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.preview-list li {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.preview-list li::before {
  content: "✓";
  color: var(--teal);
  font-weight: 900;
  flex: 0 0 auto;
}

.demo-card {
  background: #fff;
  border: 1px solid #dbe8f0;
  border-radius: 16px;
  box-shadow: 0 20px 52px rgba(7, 26, 87, 0.11);
  padding: 20px;
}
.demo-card h3 {
  font-size: 20px;
  margin: 0 0 6px;
  color: var(--navy);
  font-weight: 900;
  letter-spacing: -0.03em;
}
.demo-card p {
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
  margin: 0 0 16px;
  color: rgba(7, 26, 87, 0.78);
}
.demo-card label {
  display: block;
  font-size: 11px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 12px;
}
.demo-card input,
.demo-card textarea {
  width: 100%;
  border: 1px solid #cddbe8;
  border-radius: 8px;
  margin-top: 6px;
  padding: 11px 12px;
  font: inherit;
  color: rgba(7, 26, 87, 0.78);
  background: #fff;
}
.demo-card input { height: 42px; }
.demo-card textarea {
  min-height: 88px;
  resize: none;
  line-height: 1.4;
}
.demo-card button {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--orange), #ff4510);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  margin-top: 2px;
}

.preview-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border-top: 1px solid #dbeaf1;
  background: linear-gradient(180deg, #f8fcfe, #f4fbfd);
  padding: 14px 18px 16px;
}
.preview-segment {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.preview-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  border: 1px solid #cfe7f0;
  background: #fff;
  display: grid;
  place-items: center;
}
.preview-icon svg { width: 28px; height: 28px; stroke: var(--orange); }
.preview-icon svg .accent { fill: var(--orange); stroke: none; }
.preview-icon svg .accent-stroke { stroke: var(--teal); }
.preview-segment strong {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  color: var(--navy);
  font-weight: 900;
  margin-top: 2px;
}
.preview-segment small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.38;
  color: rgba(7, 26, 87, 0.8);
  font-weight: 750;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 1px solid rgba(14, 159, 181, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--teal);
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(7, 26, 87, 0.16);
  cursor: pointer;
  z-index: 6;
}
.carousel-arrow svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.carousel-arrow:hover { filter: brightness(1.03); }
.carousel-arrow-prev { left: 18px; }
.carousel-arrow-next { right: 18px; }

.carousel-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 4px 0;
}
.carousel-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.carousel-label {
  font-size: 14px;
  font-weight: 800;
  color: var(--navy);
}
.carousel-dots {
  display: flex;
  gap: 8px;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: #c6deea;
  padding: 0;
  cursor: pointer;
}
.dot.is-active {
  width: 28px;
  background: var(--teal);
}

.td-stat-section { padding: 20px 0 28px; }
.td-stat-card {
  background: linear-gradient(135deg, #eefaff, #fff);
  border: 1px solid #cfe8f1;
  border-radius: 12px;
  box-shadow: 0 18px 54px rgba(7, 26, 87, 0.07);
  padding: 34px 40px;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 28px;
  align-items: center;
}
.td-stat-icon {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--teal), #087f95);
  display: grid;
  place-items: center;
}
.td-stat-icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.td-stat-card h2 {
  font-size: clamp(26px, 3.2vw, 31px);
  line-height: 1.16;
  letter-spacing: -1.1px;
  color: var(--navy);
  margin: 0 0 10px;
  font-weight: 900;
}
.td-stat-card p:not(.kicker) {
  font-size: 18px;
  line-height: 1.45;
  color: var(--navy);
  font-weight: 750;
  margin: 0;
}

.td-proof-section { padding: 12px 0 36px; }
.td-proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 86px;
}
.td-proof-column h2 {
  text-align: center;
  font-size: 26px;
  letter-spacing: -0.7px;
  margin: 0 0 20px;
  color: var(--navy);
  font-weight: 900;
}
.belief-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 12px 36px rgba(7, 26, 87, 0.05);
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}
.td-proof-column:first-child .belief-card:after {
  content: "›";
  position: absolute;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 1px solid #bde8f1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--teal);
  font-size: 26px;
  font-weight: 700;
  background: #fff;
}
.belief-card p {
  font-size: 19px;
  line-height: 1.35;
  color: var(--navy);
  font-weight: 850;
  margin: 0;
}
.hex {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
}
.hex.teal { background: linear-gradient(180deg, var(--teal), #087f95); }
.hex.orange { background: linear-gradient(180deg, var(--orange), #ff4510); }

.td-capabilities-section { padding: 24px 0 42px; }
.td-card-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.td-feature-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 13px;
  box-shadow: 0 16px 42px rgba(7, 26, 87, 0.06);
  padding: 30px 22px 28px;
  text-align: center;
  min-height: 320px;
  position: relative;
  overflow: hidden;
}
.td-feature-card:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: var(--teal);
}
.td-feature-card:nth-child(2):after { background: #b7e8f4; }
.td-feature-card:nth-child(3):after { background: var(--orange); }
.td-feature-card:nth-child(4):after { background: var(--teal); }
.td-feature-card:nth-child(5):after { background: var(--navy); }

.td-line-icon {
  height: 82px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
}
.td-line-icon svg {
  width: 72px;
  height: 72px;
  fill: none;
  stroke: var(--navy);
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.td-feature-card:nth-child(1) .td-line-icon svg path:last-child,
.td-feature-card:nth-child(2) .td-line-icon svg path:nth-child(7),
.td-feature-card:nth-child(2) .td-line-icon svg path:nth-child(8),
.td-feature-card:nth-child(2) .td-line-icon svg path:nth-child(9),
.td-feature-card:nth-child(3) .td-line-icon svg path:nth-child(1),
.td-feature-card:nth-child(3) .td-line-icon svg path:nth-child(2),
.td-feature-card:nth-child(4) .td-line-icon svg path:nth-child(2),
.td-feature-card:nth-child(5) .td-line-icon svg path:nth-child(3),
.td-feature-card:nth-child(5) .td-line-icon svg path:nth-child(4) {
  stroke: var(--orange);
}
.td-feature-card h3 {
  font-size: 19px;
  line-height: 1.22;
  letter-spacing: -0.45px;
  color: var(--navy);
  margin: 0 0 14px;
  font-weight: 900;
}
.td-feature-card p {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
  color: var(--navy);
  margin: 0;
}

.td-form-section { padding: 20px 0 46px; }
.td-form-panel {
  background: #fff;
  border: 1px solid #cfe1ef;
  border-radius: 12px;
  box-shadow: 0 18px 52px rgba(7, 26, 87, 0.06);
  display: grid;
  grid-template-columns: 1fr 360px;
  overflow: hidden;
}
.td-form-main { padding: 34px 38px; }
.td-form-main h2,
.td-form-aside h3,
.td-closing h2 {
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -1.1px;
  margin: 0 0 8px;
  color: var(--navy);
  font-weight: 900;
}
.td-form-main p {
  font-size: 15px;
  line-height: 1.45;
  color: var(--navy);
  font-weight: 750;
  margin: 0 0 22px;
}
.td-form { display: grid; gap: 14px; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.td-form label {
  font-size: 13px;
  color: var(--navy);
  font-weight: 900;
}
.td-form label span {
  font-weight: 700;
  color: rgba(7, 26, 87, 0.58);
}
.td-form input {
  display: block;
  width: 100%;
  height: 46px;
  border: 1px solid #cddbe8;
  border-radius: 7px;
  margin-top: 6px;
  padding: 0 13px;
  font: inherit;
  color: var(--navy);
  background: #fff;
}
.td-form input[type="file"] {
  height: auto;
  padding: 11px;
  background: #fbfdff;
}
.td-form button {
  width: 100%;
  justify-content: center;
  border: 0;
  margin-top: 2px;
}
.td-form-aside {
  background: linear-gradient(135deg, #f1fbfe, #fff);
  border-left: 1px solid #d5e5f0;
  padding: 42px 38px;
}
.gift-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #e2f8fc;
  border: 1px solid #bcecf4;
  display: grid;
  place-items: center;
  color: var(--teal);
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 20px;
}
.td-form-aside h3 { font-size: 25px; margin-bottom: 20px; }
.td-form-aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}
.td-form-aside li {
  font-size: 15px;
  line-height: 1.45;
  color: var(--navy);
  font-weight: 750;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
}
.td-form-aside li:before {
  content: "✓";
  width: 24px;
  height: 24px;
  border: 2px solid var(--teal);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
}

.td-closing-section {
  padding: 48px 0 60px;
  background: linear-gradient(180deg, #f6fbfd, #fff);
}
.td-closing {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.handshake {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin: 0 auto 22px;
  background: linear-gradient(180deg, var(--teal), var(--teal-dark));
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 28px;
  font-weight: 900;
}
.td-closing h2 { font-size: 31px; margin-bottom: 14px; }
.td-closing p {
  font-size: 18px;
  line-height: 1.45;
  color: var(--navy);
  font-weight: 750;
  margin: 0 0 24px;
}


.mobile-pair-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.mobile-shot {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 550px;
}
.mobile-shot img {
  width: 100%;
  max-width: 100%;
  max-height: 550px;
  object-fit: contain;
  border: 1px solid #d7e4ef;
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(7, 26, 87, 0.13);
  background: #fff;
}

@media (max-width: 1180px) {
  .td-hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .preview-carousel { min-height: 565px; }
  .preview-body { grid-template-columns: 1fr 255px; }
  .slide-image-card { min-height: 565px; }
  .slide-image-card img { max-height: 555px; }
  .mobile-shot { min-height: 555px; }
  .mobile-shot img { max-height: 555px; }
  .carousel-arrow-prev { left: 18px; }
  .carousel-arrow-next { right: 18px; }
  .td-card-grid { grid-template-columns: repeat(3, 1fr); }
  .td-proof-grid { gap: 50px; }
  .td-proof-column:first-child .belief-card:after { display: none; }
  .td-form-panel { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .td-hero { padding-top: 50px; }
  .td-hero-copy .hero-subhead { font-size: 18px; }
  .preview-carousel { min-height: auto; }
  .hero-preview-card { transform: none; }
  .preview-body { grid-template-columns: 1fr; }
  .carousel-arrow { display: none; }
  .preview-footer { grid-template-columns: 1fr; }
  .carousel-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .slide-image-card, .mobile-shot { min-height: auto; }
  .slide-image-card img, .mobile-shot img { max-height: none; width: 100%; }
  .mobile-pair-card { grid-template-columns: 1fr; }
  .carousel-controls { width: 100%; justify-content: flex-start; }
  .td-stat-card { grid-template-columns: 1fr; padding: 28px; }
  .td-proof-grid { grid-template-columns: 1fr; gap: 32px; }
  .td-card-grid { grid-template-columns: 1fr; }
  .td-feature-card { min-height: auto; }
  .form-row { grid-template-columns: 1fr; }
  .td-form-main, .td-form-aside { padding: 28px; }
  .td-form-aside { border-left: 0; border-top: 1px solid #d5e5f0; }
  .td-form-main h2 { font-size: 29px; }
  .td-closing h2 { font-size: 27px; }
}

@media (max-width: 520px) {
  .browser-card, .slide-image-card { border-radius: 13px; }
  .preview-header, .preview-body { padding-left: 20px; padding-right: 20px; }
  .preview-copy h2 { font-size: 31px; }
  .td-stat-card h2 { font-size: 25px; }
  .belief-card { grid-template-columns: 52px 1fr; padding: 18px; }
  .belief-card p { font-size: 16px; }
  .hex { width: 50px; height: 50px; }
  .td-form-main, .td-form-aside { padding: 22px; }
  .slide-image-card { padding: 8px; }
}

/* Uniform carousel frame update */
@media (min-width: 821px) {
  .preview-carousel {
    height: 555px;
    min-height: 555px;
  }

  .preview-slide {
    height: 555px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .preview-slide.is-active {
    display: flex;
  }

  .browser-card,
  .slide-image-card {
    width: 100%;
    height: 550px;
  }

  .slide-image-card {
    padding: 14px;
    align-items: center;
    justify-content: center;
  }

  .slide-image-card > img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .hero-preview-card {
    height: 550px;
    transform: none;
    display: flex;
    flex-direction: column;
  }

  .hero-preview-card .preview-body {
    grid-template-columns: minmax(0, 1fr) 255px;
    gap: 18px;
    padding: 20px 24px 16px;
    flex: 1 1 auto;
    align-items: center;
  }

  .hero-preview-card .preview-copy {
    padding: 0;
  }

  .hero-preview-card .preview-copy h2 {
    font-size: 31px;
    line-height: 1.05;
  }

  .hero-preview-card .preview-subhead {
    font-size: 13.5px;
    line-height: 1.45;
    margin-bottom: 14px;
  }

  .hero-preview-card .preview-list {
    gap: 8px;
  }

  .hero-preview-card .preview-list li {
    font-size: 12.5px;
  }

  .hero-preview-card .demo-card {
    padding: 17px;
  }

  .hero-preview-card .demo-card h3 {
    font-size: 18px;
  }

  .hero-preview-card .demo-card p {
    margin-bottom: 12px;
  }

  .hero-preview-card .demo-card textarea {
    min-height: 68px;
  }

  .hero-preview-card .preview-footer {
    padding: 12px 18px 14px;
  }

  .hero-preview-card .preview-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .hero-preview-card .preview-icon svg {
    width: 24px;
    height: 24px;
  }

  .hero-preview-card .preview-segment strong {
    font-size: 11.5px;
  }

  .hero-preview-card .preview-segment small {
    font-size: 10.25px;
    line-height: 1.3;
  }

  .mobile-pair-card {
    height: 550px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-items: center;
  }

  .mobile-shot {
    height: 550px;
    min-height: 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
    border: 1px solid #d7e4ef;
    border-radius: 16px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .mobile-shot img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: top center;
    border: 0;
  }
}

@media (max-width: 820px) {
  .preview-carousel,
  .preview-slide,
  .browser-card,
  .slide-image-card,
  .mobile-pair-card,
  .mobile-shot {
    height: auto;
    min-height: 0;
  }

  .slide-image-card > img,
  .mobile-shot img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}


/* Carousel arrow containment refinement */
.td-platform-preview { position: relative; }
.preview-carousel { isolation: isolate; }
@media (min-width: 821px) {
  .carousel-arrow {
    top: 330px;
    transform: translateY(-50%);
  }
}


/* Final carousel refinement: smaller translucent arrows and matched mobile screenshot cards */
@media (min-width: 821px) {
  .carousel-arrow {
    width: 34px;
    height: 34px;
    border-color: rgba(14, 159, 181, 0.16);
    background: rgba(255, 255, 255, 0.58);
    color: rgba(14, 159, 181, 0.82);
    box-shadow: 0 8px 18px rgba(7, 26, 87, 0.09);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    opacity: 0.78;
  }

  .carousel-arrow svg {
    width: 14px;
    height: 14px;
    stroke-width: 2.6;
  }

  .carousel-arrow:hover,
  .carousel-arrow:focus-visible {
    opacity: 0.98;
    background: rgba(255, 255, 255, 0.84);
    outline: none;
  }

  .carousel-arrow-prev { left: 12px; }
  .carousel-arrow-next { right: 12px; }

  .mobile-pair-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
  }

  .mobile-shot {
    background: #ffffff;
  }

  .mobile-shot img {
    background: #ffffff;
  }
}
