/* ONEO Swiss VISA credit detail pages (physical / virtual) */
.oneo-svd {
  --svd-ink: #070b14;
  --svd-gold: #d4af37;
  --svd-gold-soft: #e8c77b;
  --svd-paper: #f8fafc;
  --svd-muted: #64748b;
  --svd-line: rgba(15, 23, 42, 0.08);
  background: #fff;
  color: #0f172a;
}
.oneo-svd #main {
  padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
}
.oneo-svd__hero {
  position: relative;
  min-height: min(78vh, 720px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--svd-ink);
  color: #fff;
}
.oneo-svd__hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
}
.oneo-svd__hero-mask {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(48px, 8vw, 96px) clamp(20px, 5vw, 64px) clamp(40px, 6vw, 72px);
  background: linear-gradient(180deg, transparent 0%, rgba(7, 11, 20, 0.55) 40%, rgba(7, 11, 20, 0.94) 100%);
}
.oneo-svd__crumb {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
}
.oneo-svd__crumb a {
  color: inherit;
  text-decoration: none;
}
.oneo-svd__crumb a:hover {
  color: var(--svd-gold-soft);
}
.oneo-svd__kicker {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--svd-gold-soft);
}
.oneo-svd__title {
  margin: 12px 0 0;
  max-width: 18ch;
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
  background: linear-gradient(90deg, #fff8e7 0%, #f5e6b8 55%, #d4af37 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.oneo-svd--virtual .oneo-svd__title {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  color: #fff;
}
.oneo-svd__sub {
  margin: 14px 0 0;
  max-width: 42rem;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 600;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}
.oneo-svd__highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
  max-width: 520px;
}
@media (min-width: 720px) {
  .oneo-svd__highlights {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 720px;
  }
}
.oneo-svd__hl {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(232, 199, 123, 0.35);
}
.oneo-svd__hl strong {
  display: block;
  font-size: 14px;
  font-weight: 900;
  color: #fff8e7;
}
.oneo-svd__hl span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 700;
  color: var(--svd-gold-soft);
}
.oneo-svd__wrap {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 120px;
}
.oneo-svd__story {
  margin: 0 0 28px;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--svd-line);
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
}
.oneo-svd__story img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
}
.oneo-svd__story-body {
  padding: 22px 22px 26px;
}
.oneo-svd__emoji {
  font-size: 28px;
  line-height: 1;
}
.oneo-svd__story-title {
  margin: 8px 0 0;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.oneo-svd__story-text {
  margin: 10px 0 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
  color: #475569;
}
.oneo-svd__list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.oneo-svd__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #334155;
}
.oneo-svd__list li::before {
  content: "✅";
  flex: none;
}
.oneo-svd__cash {
  display: grid;
  gap: 10px;
  margin: 16px 0 4px;
}
.oneo-svd__cash-card {
  padding: 14px 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border: 1px solid #fdba74;
}
.oneo-svd__cash-card strong {
  display: block;
  font-size: 16px;
  font-weight: 900;
  color: #c2410c;
}
.oneo-svd__cash-card span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #9a3412;
}
.oneo-svd__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.oneo-svd__chip {
  padding: 8px 12px;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  font-size: 12px;
  font-weight: 700;
  color: #0f172a;
}
.oneo-svd__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 12px;
  margin-top: 16px;
}
.oneo-svd__logo {
  width: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}
.oneo-svd__logo img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: cover;
  background: #fff;
  border: 1px solid #e2e8f0;
}
.oneo-svd__logo span {
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  line-height: 1.2;
}
.oneo-svd__scenes {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.oneo-svd__scene {
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--svd-paper);
  border: 1px solid #e2e8f0;
}
.oneo-svd__scene strong {
  display: block;
  font-size: 14px;
  font-weight: 900;
}
.oneo-svd__scene span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  line-height: 1.45;
}
.oneo-svd__note {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fffbeb;
  border: 1px solid #fcd34d;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  color: #92400e;
}
.oneo-svd__cta-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, 0.92);
  border-top: 1px solid var(--svd-line);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.oneo-svd__cta-inner {
  width: min(980px, 100%);
  margin: 0 auto;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.oneo-svd__cta-copy {
  display: none;
  font-size: 13px;
  font-weight: 700;
  color: #475569;
}
@media (min-width: 720px) {
  .oneo-svd__cta-copy {
    display: block;
  }
}
.oneo-svd__cta-btn {
  flex: 1;
  max-width: 420px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.22);
}
.oneo-svd__cta-btn:hover {
  filter: brightness(1.08);
}
.oneo-svd--physical .oneo-svd__cta-btn {
  background: linear-gradient(135deg, #1a1408 0%, #3d2e12 45%, #b8860b 100%);
}
.oneo-card-entry {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  margin: 28px auto 8px;
  width: min(980px, calc(100% - 40px));
}
@media (min-width: 800px) {
  .oneo-card-entry {
    grid-template-columns: 1fr 1fr;
  }
}
.oneo-card-entry__item {
  display: block;
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none !important;
  color: inherit !important;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #0b1220;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.oneo-card-entry__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.16);
}
.oneo-card-entry__item img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.oneo-card-entry__body {
  padding: 18px 18px 20px;
  color: #fff;
}
.oneo-card-entry__tag {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e8c77b;
}
.oneo-card-entry__title {
  margin: 8px 0 0;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.oneo-card-entry__desc {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}
.oneo-card-entry__more {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 800;
  color: #f5e6b8;
}
