/* ONEO Visa Signature — premium dynamic card stage */

.oneo-card-strip {
  position: relative;
  background:
    radial-gradient(ellipse 70% 55% at 70% 40%, rgba(40, 90, 200, 0.28) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(90, 40, 180, 0.18) 0%, transparent 50%),
    linear-gradient(165deg, #0b0f1a 0%, #05060a 48%, #030305 100%);
  color: #fff;
  padding: 96px 24px 100px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.oneo-card-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 70% 50%, #000 20%, transparent 75%);
  pointer-events: none;
  opacity: 0.5;
}
.oneo-card-strip::after {
  content: '';
  position: absolute;
  width: 520px;
  height: 520px;
  right: 8%;
  top: 18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(70, 140, 255, 0.22), transparent 68%);
  filter: blur(20px);
  pointer-events: none;
  animation: oneoOrb 8s ease-in-out infinite;
}
.oneo-card-strip__inner {
  position: relative;
  z-index: 1;
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  gap: 48px 56px;
  align-items: center;
}
.oneo-card-strip__eyebrow {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(160, 200, 255, 0.85);
  margin: 0 0 14px;
}
.oneo-card-strip__title {
  font-size: clamp(34px, 4.6vw, 52px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin: 0 0 16px;
}
.oneo-card-strip__text {
  font-size: 17px;
  line-height: 1.55;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 26px;
  max-width: 36ch;
}
.oneo-card-strip__swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}
.oneo-card-strip__dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: #222;
  cursor: pointer;
  padding: 0;
  position: relative;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.25), 0 4px 12px rgba(0, 0, 0, 0.35);
}
.oneo-card-strip__dot::after {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: border-color 0.2s ease;
}
.oneo-card-strip__dot.is-active {
  transform: scale(1.12);
  border-color: #fff;
}
.oneo-card-strip__dot.is-active::after {
  border-color: rgba(255, 255, 255, 0.55);
}
.oneo-card-strip__dot[data-tone="black"] {
  background: linear-gradient(145deg, #3a3a3a, #0a0a0a);
}
.oneo-card-strip__dot[data-tone="blue"] {
  background: linear-gradient(145deg, #3b82f6, #0b1f4d);
}
.oneo-card-strip__dot[data-tone="silver"] {
  background: linear-gradient(145deg, #e8e8ec, #7a7a84);
}
.oneo-card-strip__dot[data-tone="purple"] {
  background: linear-gradient(145deg, #a78bfa, #3b0764);
}
.oneo-card-strip__dot[data-tone="gold"] {
  background: linear-gradient(145deg, #f5d76e, #8a6110);
}
.oneo-card-strip__dot[data-tone="rose"] {
  background: linear-gradient(145deg, #f5c6b8, #9a4d45);
}
.oneo-card-strip__dot[data-tone="teal"] {
  background: linear-gradient(145deg, #2dd4bf, #0f3f3a);
}
.oneo-card-strip__dot[data-tone="navy"] {
  background: linear-gradient(145deg, #60a5fa, #0f2447);
}
.oneo-card-strip__meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.oneo-card-strip__meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.oneo-card-strip__meta span::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #60a5fa;
  box-shadow: 0 0 10px #60a5fa;
}

.oneo-card-strip__stage {
  position: relative;
  min-height: 420px;
  perspective: 1600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oneo-card-strip__pedestal {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 8%;
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(80, 140, 255, 0.35), transparent 70%);
  filter: blur(10px);
  animation: oneoCardPulse 3.2s ease-in-out infinite;
  pointer-events: none;
}

/* Living metal card */
.oneo-metal {
  position: relative;
  width: min(440px, 88%);
  aspect-ratio: 1.586 / 1;
  transform-style: preserve-3d;
  transition: transform 0.15s ease-out;
  will-change: transform;
  animation: oneoMetalFloat 5.5s ease-in-out infinite;
  border-radius: 22px;
  z-index: 2;
}
.oneo-metal__face {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.14) 0%, transparent 28%, transparent 62%, rgba(255, 255, 255, 0.06) 100%),
    linear-gradient(180deg, var(--metal-hi, #2a2d36) 0%, var(--metal-mid, #12151c) 48%, var(--metal-lo, #07080c) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.22) inset,
    0 -20px 40px rgba(0, 0, 0, 0.45) inset,
    0 40px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  color: #fff;
}
.oneo-metal__face::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent 2px,
    rgba(255, 255, 255, 0.015) 2px,
    rgba(255, 255, 255, 0.015) 3px
  );
  opacity: 0.7;
  pointer-events: none;
}
.oneo-metal__face::after {
  content: '';
  position: absolute;
  inset: -40%;
  background: linear-gradient(
    105deg,
    transparent 35%,
    rgba(255, 255, 255, 0.22) 48%,
    transparent 58%
  );
  animation: oneoCardShine 5.2s ease-in-out infinite;
  pointer-events: none;
  mix-blend-mode: soft-light;
}
.oneo-metal__brand {
  position: absolute;
  top: 8.5%;
  left: 7%;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
}
.oneo-metal__mark {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #fff;
  color: #0a0a0a;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: -0.04em;
}
.oneo-metal__mark::before {
  content: 'O';
  font: inherit;
  color: inherit;
  line-height: 1;
}
.oneo-metal__name {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.oneo-metal__chip {
  position: absolute;
  top: 38%;
  left: 8%;
  width: 48px;
  height: 36px;
  border-radius: 6px;
  background:
    linear-gradient(135deg, #f0e6c8 0%, #c4a96a 40%, #8e7340 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35), 0 4px 10px rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.oneo-metal__chip::before {
  content: '';
  position: absolute;
  inset: 6px 4px;
  background:
    linear-gradient(#0000 44%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0.25) 55%, #0000 56%),
    linear-gradient(90deg, #0000 30%, rgba(0, 0, 0, 0.2) 31%, rgba(0, 0, 0, 0.2) 69%, #0000 70%);
  border-radius: 2px;
}
.oneo-metal__nfc {
  position: absolute;
  top: 40%;
  left: 22%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(45deg);
  opacity: 0.85;
  z-index: 2;
}
.oneo-metal__nfc::before,
.oneo-metal__nfc::after {
  content: '';
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.oneo-metal__nfc::after {
  inset: 10px;
}
.oneo-metal__arc {
  position: absolute;
  right: -8%;
  top: -20%;
  width: 70%;
  height: 140%;
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 2px var(--metal-arc, #7eb6ff),
    inset 0 0 40px var(--metal-arc-glow, rgba(100, 170, 255, 0.45));
  opacity: 0.9;
  filter: blur(0.2px);
  animation: oneoArcPulse 3.6s ease-in-out infinite;
  pointer-events: none;
  mask-image: linear-gradient(90deg, transparent 28%, #000 55%);
}
.oneo-metal__valid {
  position: absolute;
  left: 8%;
  bottom: 14%;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.78);
  z-index: 2;
}
.oneo-metal__visa {
  position: absolute;
  right: 8%;
  bottom: 12%;
  text-align: right;
  z-index: 2;
  line-height: 1.05;
}
.oneo-metal__visa strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.04em;
}
.oneo-metal__visa span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  opacity: 0.8;
  margin-top: 2px;
}

/* Tone presets */
.oneo-metal[data-tone="black"] {
  --metal-hi: #2c3038;
  --metal-mid: #12151b;
  --metal-lo: #050608;
  --metal-arc: #dbeafe;
  --metal-arc-glow: rgba(180, 210, 255, 0.5);
}
.oneo-metal[data-tone="blue"] {
  --metal-hi: #1e4fbf;
  --metal-mid: #0d2566;
  --metal-lo: #060d2a;
  --metal-arc: #60a5fa;
  --metal-arc-glow: rgba(80, 160, 255, 0.65);
}
.oneo-metal[data-tone="silver"] {
  --metal-hi: #d7d9df;
  --metal-mid: #8e939f;
  --metal-lo: #3f434c;
  --metal-arc: #ffffff;
  --metal-arc-glow: rgba(255, 255, 255, 0.55);
}
.oneo-metal[data-tone="purple"] {
  --metal-hi: #6d28d9;
  --metal-mid: #3b0764;
  --metal-lo: #160322;
  --metal-arc: #d8b4fe;
  --metal-arc-glow: rgba(180, 100, 255, 0.6);
}
.oneo-metal[data-tone="gold"] {
  --metal-hi: #e8c56a;
  --metal-mid: #9a6f18;
  --metal-lo: #3a2808;
  --metal-arc: #ffe9a8;
  --metal-arc-glow: rgba(255, 210, 100, 0.55);
}
.oneo-metal[data-tone="rose"] {
  --metal-hi: #e8b4a8;
  --metal-mid: #a36058;
  --metal-lo: #3d1c1a;
  --metal-arc: #ffe4de;
  --metal-arc-glow: rgba(255, 180, 170, 0.5);
}
.oneo-metal[data-tone="teal"] {
  --metal-hi: #14b8a6;
  --metal-mid: #0f4f48;
  --metal-lo: #042422;
  --metal-arc: #99f6e4;
  --metal-arc-glow: rgba(60, 220, 200, 0.55);
}
.oneo-metal[data-tone="navy"] {
  --metal-hi: #3561a8;
  --metal-mid: #152a52;
  --metal-lo: #070f22;
  --metal-arc: #93c5fd;
  --metal-arc-glow: rgba(80, 140, 255, 0.55);
}

/* Fan stack behind main card */
.oneo-metal-fan {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.oneo-metal-fan .oneo-metal {
  position: absolute;
  animation: none;
  opacity: 0.55;
  filter: brightness(0.85);
}
.oneo-metal-fan .oneo-metal:nth-child(1) {
  transform: translate(-58px, 28px) rotate(-14deg) scale(0.92);
  z-index: 0;
}
.oneo-metal-fan .oneo-metal:nth-child(2) {
  transform: translate(52px, 34px) rotate(12deg) scale(0.9);
  z-index: 0;
  opacity: 0.45;
}

/* Home hero cards */
.oneo-card-hero {
  position: relative;
  background:
    radial-gradient(ellipse 60% 50% at 75% 45%, rgba(50, 100, 220, 0.22) 0%, transparent 55%),
    #050505;
  color: #fff;
  padding: 110px 0 100px;
  overflow: hidden;
}
.oneo-card-hero__inner {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: center;
}
.oneo-card-hero__stage {
  position: relative;
  min-height: 440px;
  perspective: 1600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oneo-card-hero__title {
  font-size: clamp(40px, 5.5vw, 64px);
  font-weight: 900;
  letter-spacing: -0.045em;
  margin: 0 0 16px;
}
.oneo-card-hero__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 26px;
  max-width: 38ch;
}

@keyframes oneoCardShine {
  0%, 100% { transform: translateX(-30%) rotate(8deg); opacity: 0.25; }
  50% { transform: translateX(30%) rotate(8deg); opacity: 0.7; }
}
@keyframes oneoCardPulse {
  0%, 100% { opacity: 0.4; transform: scaleX(0.9); }
  50% { opacity: 0.95; transform: scaleX(1); }
}
@keyframes oneoMetalFloat {
  0%, 100% { transform: translateY(0) rotateX(6deg) rotateY(-8deg); }
  50% { transform: translateY(-12px) rotateX(8deg) rotateY(-4deg); }
}
@keyframes oneoArcPulse {
  0%, 100% { opacity: 0.72; filter: blur(0.2px) brightness(0.95); }
  50% { opacity: 1; filter: blur(0.2px) brightness(1.25); }
}
@keyframes oneoOrb {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.08); opacity: 1; }
}

@media (max-width: 900px) {
  .oneo-card-strip__inner,
  .oneo-card-hero__inner {
    grid-template-columns: 1fr;
  }
  .oneo-card-strip__stage,
  .oneo-card-hero__stage {
    min-height: 320px;
    order: -1;
  }
  .oneo-metal {
    width: min(360px, 92%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .oneo-metal,
  .oneo-metal__face::after,
  .oneo-metal__arc,
  .oneo-card-strip__pedestal,
  .oneo-card-strip::after {
    animation: none !important;
  }
}

/* Mobile / tablet: kill continuous 3D + blur paint (biggest scroll jank after video) */
@media (max-width: 900px) {
  .oneo-metal,
  .oneo-metal__face::after,
  .oneo-metal__arc,
  .oneo-card-strip__pedestal,
  .oneo-card-strip::after {
    animation: none !important;
  }
  .oneo-metal {
    will-change: auto;
    transform: none;
  }
  .oneo-card-strip__pedestal,
  .oneo-card-strip::after {
    filter: none;
    opacity: 0.45;
  }
  .oneo-metal__face {
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.18) inset,
      0 18px 36px rgba(0, 0, 0, 0.4);
  }
  .oneo-metal__face::after {
    display: none;
  }
}

/* Soft polish for any remaining card JPG tiles */
.oneo-co-sub__card-media img[src*="assets/cards/"],
.oneo-co-sub__hero-media img[src*="assets/cards/"] {
  background: #050505;
}
.oneo-co-sub__card-media:has(img[src*="assets/cards/"]),
.oneo-co-sub__hero-media:has(img[src*="assets/cards/"]) {
  background: radial-gradient(ellipse at center, #1a2338, #050505);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}

/* ONEO VISA · 12 core benefits — illustrated cards */
.oneo-visa-12 {
  position: relative;
  padding: clamp(64px, 8vw, 96px) 24px;
  background: #050d18;
  color: #fff;
  overflow: hidden;
  border: 0;
}
.oneo-visa-12::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 48% at 88% 6%, rgba(0, 117, 255, 0.22) 0%, transparent 58%),
    radial-gradient(ellipse 48% 40% at 6% 94%, rgba(0, 200, 150, 0.12) 0%, transparent 55%);
  pointer-events: none;
}
.oneo-visa-12__wrap {
  position: relative;
  z-index: 1;
  width: min(1160px, 100%);
  margin: 0 auto;
}
.oneo-visa-12__head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(200px, 0.85fr);
  gap: 28px 40px;
  align-items: center;
  margin-bottom: 36px;
}
.oneo-visa-12__eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0, 117, 255, 0.16);
  border: 1px solid rgba(0, 117, 255, 0.38);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7ec8ff;
}
.oneo-visa-12__title {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 4vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: #fff;
}
.oneo-visa-12__lead {
  margin: 0 0 22px;
  max-width: 36em;
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  font-weight: 600;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}
.oneo-visa-12__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.oneo-visa-12__stat {
  padding: 16px 12px;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.oneo-visa-12__stat b {
  display: block;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1.1;
}
.oneo-visa-12__stat span {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
}
.oneo-visa-12__hero-art {
  position: relative;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oneo-visa-12__hero-card {
  display: block;
  width: min(240px, 72%);
  height: auto;
  filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.45));
}
.oneo-visa-12__hero-card--back {
  position: absolute;
  transform: rotate(-12deg) translate(-18%, -6%);
  opacity: 0.72;
  width: min(210px, 64%);
}
.oneo-visa-12__hero-card--front {
  position: relative;
  z-index: 1;
  transform: rotate(6deg);
}
.oneo-visa-12__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.oneo-visa-12__card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px 16px 20px;
  border-radius: 18px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}
.oneo-visa-12__card:hover {
  border-color: rgba(126, 200, 255, 0.4);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.05) 100%);
  transform: translateY(-3px);
}
.oneo-visa-12__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  border-radius: 14px;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(0, 117, 255, 0.28), transparent 55%),
    rgba(0, 0, 0, 0.28);
  overflow: hidden;
}
.oneo-visa-12__img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.35));
}
.oneo-visa-12__n {
  position: absolute;
  top: 8px;
  left: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
}
.oneo-visa-12__accent {
  position: absolute;
  top: 8px;
  right: 10px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(0, 117, 255, 0.28);
  border: 1px solid rgba(126, 200, 255, 0.35);
  font-size: 11px;
  font-weight: 800;
  color: #b8e0ff;
  letter-spacing: -0.02em;
}
.oneo-visa-12__copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 0;
}
.oneo-visa-12__card-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #fff;
}
.oneo-visa-12__card-body {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
}
.oneo-visa-12__actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.oneo-visa-12__actions .oneo-btn--black {
  background: #fff;
  color: #050d18;
}
.oneo-visa-12__actions .oneo-btn--black:hover {
  background: #e8f4ff;
  color: #050d18;
}
.oneo-visa-12__actions .oneo-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}
.oneo-visa-12__actions .oneo-btn--ghost:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
}
@media (max-width: 960px) {
  .oneo-visa-12__head {
    grid-template-columns: 1fr;
  }
  .oneo-visa-12__hero-art {
    order: -1;
    min-height: 150px;
  }
  .oneo-visa-12__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .oneo-visa-12 {
    padding: 56px 16px 64px;
  }
  .oneo-visa-12__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .oneo-visa-12__grid {
    grid-template-columns: 1fr;
  }
  .oneo-visa-12__card {
    flex-direction: row;
    align-items: stretch;
    gap: 14px;
    padding: 14px;
  }
  .oneo-visa-12__media {
    flex: 0 0 92px;
    width: 92px;
    height: auto;
    min-height: 92px;
  }
  .oneo-visa-12__img {
    width: 52px;
    height: 52px;
  }
  .oneo-visa-12__card-title {
    font-size: 0.95rem;
  }
  .oneo-visa-12__card-body {
    font-size: 0.82rem;
  }
}
