.sv-page {
  --sv-blue: #1a5fa8;
  --sv-blue-dark: #0f3d72;
  --sv-blue-light: #2472c8;
  --sv-blue-pale: #e8f1fb;
  --sv-orange: #f5a020;
  --sv-orange-light: #ffb84d;
  --sv-off: #f8f8f6;
  --sv-dark: #1a1a1a;
  --sv-border: #e2e8f0;
}

.sv-page .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.sv-page .reveal.visible {
  opacity: 1;
  transform: none;
}

.sv-page .d1 { transition-delay: .08s; }
.sv-page .d2 { transition-delay: .16s; }
.sv-page .d3 { transition-delay: .24s; }
.sv-page .d4 { transition-delay: .32s; }
.sv-page .d5 { transition-delay: .40s; }
.sv-page .d6 { transition-delay: .48s; }

.solution-detail-tabs {
  background: #fff;
  border-bottom: 2px solid var(--sv-border);
  padding: 0 5%;
}

.solution-detail-tabs-in {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 0;
}

.solution-detail-tab {
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 700;
  color: #888;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  text-decoration: none;
  transition: color .2s, border-color .2s;
}

.solution-detail-tab.active {
  color: var(--sv-blue);
  border-bottom-color: var(--sv-orange);
}

.sv-container {
  max-width: 1200px;
  margin: 0 auto;
}

.sv-hero {
  position: relative;
  overflow: hidden;
  padding: 68px 5% 56px;
}

.sv-hero::before,
.sv-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.sv-hero--solo {
  background: var(--sv-blue-dark);
}

.sv-hero--solo::before {
  right: 180px;
  top: -90px;
  width: 360px;
  height: 360px;
  background: rgba(245, 160, 32, .07);
}

.sv-hero--solo::after {
  left: -60px;
  bottom: -60px;
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, .04);
}

.sv-hero--visa {
  background: linear-gradient(135deg, var(--sv-blue-dark) 0%, var(--sv-blue) 60%, var(--sv-blue-light) 100%);
}

.sv-hero--visa::before {
  right: -60px;
  top: -60px;
  width: 350px;
  height: 350px;
  background: rgba(245, 160, 32, .08);
}

.sv-hero--visa::after {
  left: 35%;
  bottom: -80px;
  width: 240px;
  height: 240px;
  background: rgba(255, 255, 255, .04);
}

.sv-hero-in {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 36px;
  align-items: center;
}

.sv-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(245, 160, 32, .22);
  color: var(--sv-orange);
  padding: 5px 14px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .6px;
  margin-bottom: 16px;
}

.sv-hero h1 {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  color: #fff;
  line-height: 1.08;
  margin-bottom: 14px;
}

.sv-hero h1 span {
  color: var(--sv-orange);
}

.sv-sub {
  font-size: 15px;
  color: rgba(255, 255, 255, .76);
  line-height: 1.75;
  margin-bottom: 22px;
  max-width: 560px;
}

.sv-perks {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 24px;
}

.sv-perk {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .88);
  font-size: 13.5px;
}

.sv-perk svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  stroke: var(--sv-orange);
  fill: none;
  stroke-width: 2.5;
}

.sv-btn-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.sv-btn-primary,
.sv-btn-secondary {
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  text-align: center;
}

.sv-btn-primary {
  background: var(--sv-orange);
  color: #fff;
  padding: 12px 24px;
}

.sv-btn-primary:hover {
  background: var(--sv-orange-light);
  transform: translateY(-2px);
}

.sv-btn-secondary {
  border: 2px solid rgba(255, 255, 255, .4);
  color: #fff;
  padding: 11px 22px;
}

.sv-btn-secondary:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .08);
}

.solo-phone-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 380px;
}

.solo-phone {
  width: 220px;
  height: 390px;
  background: #0a1628;
  border-radius: 32px;
  border: 6px solid #1e2d45;
  padding: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
  position: relative;
}

.solo-phone::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
  height: 16px;
  background: #0a1628;
  border-radius: 0 0 10px 10px;
}

.solo-screen {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: linear-gradient(160deg, var(--sv-blue) 0%, var(--sv-blue-dark) 100%);
  padding: 22px 14px 14px;
  display: flex;
  flex-direction: column;
}

.solo-screen-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.solo-mark {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .5px;
}

.solo-mark span { color: var(--sv-orange); }

.solo-badge {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
}

.solo-balance {
  background: rgba(255, 255, 255, .12);
  border-radius: 14px;
  padding: 14px 12px;
  text-align: center;
  margin-bottom: 12px;
}

.solo-balance-label {
  font-size: 9px;
  color: rgba(255, 255, 255, .6);
  text-transform: uppercase;
  letter-spacing: .7px;
  margin-bottom: 4px;
}

.solo-balance-amount {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}

.solo-action-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-bottom: 12px;
}

.solo-action {
  background: rgba(255, 255, 255, .1);
  border-radius: 9px;
  min-height: 52px;
}

.solo-txn-list {
  flex: 1;
  background: rgba(255, 255, 255, .08);
  border-radius: 12px;
  padding: 10px;
}

.solo-txn-title {
  font-size: 9px;
  font-weight: 700;
  color: rgba(255, 255, 255, .55);
  letter-spacing: .6px;
  margin-bottom: 8px;
}

.solo-txn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.solo-txn:last-child {
  border-bottom: none;
}

.solo-txn-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  flex-shrink: 0;
}

.solo-txn-meta {
  flex: 1;
}

.solo-txn-name,
.solo-txn-value {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
}

.solo-txn-date {
  font-size: 8px;
  color: rgba(255, 255, 255, .45);
}

.visa-card-wrap {
  display: flex;
  justify-content: center;
}

.visa-card {
  width: 320px;
  min-height: 204px;
  background: linear-gradient(135deg, #1a3a6b 0%, #0d2247 40%, var(--sv-blue) 100%);
  border-radius: 20px;
  padding: 22px;
  color: #fff;
  box-shadow: 0 24px 50px rgba(0, 0, 0, .35);
  position: relative;
  overflow: hidden;
}

.visa-card::before,
.visa-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .05);
}

.visa-card::before {
  width: 140px;
  height: 140px;
  right: -30px;
  top: -30px;
}

.visa-card::after {
  width: 180px;
  height: 180px;
  right: -12px;
  top: -48px;
}

.visa-chip {
  width: 40px;
  height: 30px;
  background: linear-gradient(135deg, #d4aa50, #f5c842);
  border-radius: 6px;
  margin-bottom: 24px;
}

.visa-number {
  font-family: monospace;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, .92);
}

.visa-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.visa-name {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .8);
}

.visa-expiry {
  font-size: 10px;
  color: rgba(255, 255, 255, .6);
  text-align: right;
}

.visa-expiry span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, .88);
}

.visa-label {
  position: absolute;
  right: 22px;
  bottom: 18px;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, .94);
}

.sv-stats {
  background: var(--sv-off);
  border-bottom: 1px solid var(--sv-border);
}

.sv-stats-in {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.sv-stat {
  padding: 20px 16px;
  text-align: center;
  border-right: 1px solid var(--sv-border);
}

.sv-stat:last-child {
  border-right: none;
}

.sv-stat-num {
  font-size: 28px;
  font-weight: 700;
  color: var(--sv-blue);
  line-height: 1;
}

.sv-stat-num span {
  color: var(--sv-orange);
  font-size: 18px;
}

.sv-stat-label {
  font-size: 11px;
  color: #666;
  margin-top: 5px;
  letter-spacing: .3px;
}

.sv-section {
  margin-top: 5rem;
  padding: 80px 5%;
}

.sv-section--off {
  background: var(--sv-off);
  border-top: 1px solid var(--sv-border);
}

.sv-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--sv-orange);
  margin-bottom: 10px;
}

.sv-title {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 700;
  color: var(--sv-dark);
  line-height: 1.12;
  margin-bottom: 14px;
}

.sv-title span {
  color: var(--sv-blue);
}

.sv-copy {
  font-size: 15px;
  color: #666;
  line-height: 1.75;
  max-width: 620px;
}

.sv-list {
  margin: 0;
  padding-left: 18px;
  color: #666;
}

.sv-list li {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 8px;
}

.sv-list li:last-child {
  margin-bottom: 0;
}

.sv-center {
  text-align: center;
}

.sv-center .sv-copy {
  margin-left: auto;
  margin-right: auto;
}

.sv-split-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 32px;
  align-items: center;
  margin-bottom: 18px;
}

.sv-opening-visual {
  display: flex;
  justify-content: flex-end;
}

.sv-opening-visual-card {
  width: 100%;
  min-height: 220px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--sv-blue-pale) 0%, #ffffff 100%);
  border: 1.5px solid var(--sv-border);
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.sv-opening-visual-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.sv-opening-visual-card::before,
.sv-opening-visual-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.sv-opening-visual-card::before {
  width: 180px;
  height: 180px;
  top: -70px;
  right: -40px;
  background: rgba(26, 95, 168, .08);
}

.sv-opening-visual-card::after {
  width: 120px;
  height: 120px;
  bottom: -36px;
  left: -26px;
  background: rgba(245, 160, 32, .12);
}

.sv-opening-visual-tag,
.sv-opening-visual-title,
.sv-opening-visual-copy {
  position: relative;
  z-index: 1;
}

.sv-opening-visual-card img + .sv-opening-visual-tag,
.sv-opening-visual-card img + .sv-opening-visual-title,
.sv-opening-visual-card img + .sv-opening-visual-copy {
  display: none;
}

.sv-opening-visual-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--sv-orange);
  margin-bottom: 10px;
}

.sv-opening-visual-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--sv-dark);
  margin-bottom: 10px;
}

.sv-opening-visual-copy {
  font-size: 13px;
  line-height: 1.65;
  color: #667085;
}

.sv-grid-4,
.sv-grid-3 {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}

.sv-grid-4 { grid-template-columns: repeat(4, 1fr); }
.sv-grid-3 { grid-template-columns: repeat(3, 1fr); }

.sv-card {
  background: #fff;
  border: 1.5px solid var(--sv-border);
  border-radius: 16px;
  padding: 24px 20px;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}

.sv-card:hover {
  border-color: var(--sv-blue);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(26, 95, 168, .08);
}

.sv-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--sv-blue-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.sv-card-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--sv-blue);
  fill: none;
  stroke-width: 1.9;
}

.sv-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--sv-dark);
  margin-bottom: 8px;
}

.sv-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.68;
}

.sv-card-actions {
  margin-top: 16px;
}

.sv-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--sv-blue);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.sv-steps {
  display: grid;
  margin-top: 42px;
  position: relative;
}

.sv-steps--4 {
  grid-template-columns: repeat(4, 1fr);
}

.sv-steps--3 {
  grid-template-columns: repeat(3, 1fr);
}

.sv-steps::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: repeating-linear-gradient(to right, var(--sv-orange) 0, var(--sv-orange) 8px, transparent 8px, transparent 16px);
}

.sv-step {
  text-align: center;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

.sv-step-num {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2.5px solid var(--sv-orange);
  color: var(--sv-orange);
  font-size: 18px;
  font-weight: 700;
}

.sv-step h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--sv-dark);
  margin-bottom: 7px;
}

.sv-step p {
  font-size: 13px;
  color: #666;
  line-height: 1.65;
}

.sv-download {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  gap: 40px;
  align-items: center;
}

.sv-store-card {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--sv-blue-dark);
  color: #fff;
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
  margin-top: 8px;
}

.sv-store-card svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.sv-store-card small {
  display: block;
  font-size: 10px;
  letter-spacing: .3px;
  color: rgba(255, 255, 255, .68);
}

.sv-store-card strong {
  display: block;
  font-size: 15px;
}

.sv-qr-box {
  margin-top: 14px;
  max-width: 290px;
  display: flex;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--sv-border);
  border-radius: 14px;
  background: var(--sv-off);
  padding: 18px;
}

.sv-qr-code {
  width: 74px;
  height: 74px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--sv-border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sv-qr-code svg {
  width: 52px;
  height: 52px;
}

.sv-qr-box h4 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--sv-dark);
}

.sv-qr-box p {
  font-size: 12px;
  color: #666;
  line-height: 1.55;
}

.sv-screen-stack {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.sv-app-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sv-app-visual img {
  width: min(100%, 360px);
  height: auto;
  display: block;
  object-fit: contain;
}

.sv-screen {
  width: 160px;
  height: 300px;
  border-radius: 24px;
  border: 4px solid #1e2d45;
  overflow: hidden;
  background: linear-gradient(160deg, var(--sv-blue) 0%, var(--sv-blue-dark) 100%);
  padding: 16px 10px 12px;
}

.sv-screen--offset {
  margin-top: 28px;
}

.sv-screen-notch {
  width: 44px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .2);
  margin: 0 auto 16px;
}

.sv-screen-body {
  height: calc(100% - 20px);
  border-radius: 16px;
  background: rgba(255, 255, 255, .07);
  position: relative;
  overflow: hidden;
}

.sv-screen-body--image {
  background: rgba(255, 255, 255, .02);
}

.sv-screen-body--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sv-screen-body::before,
.sv-screen-body::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  border-radius: 12px;
}

.sv-screen-body::before {
  top: 18px;
  height: 56px;
  background: rgba(255, 255, 255, .12);
}

.sv-screen-body::after {
  top: 92px;
  bottom: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .04));
}

.sv-screen-body--image::before,
.sv-screen-body--image::after {
  display: none;
}

.sv-cta {
  position: relative;
  overflow: hidden;
  background: var(--sv-blue);
  padding: 68px 5%;
}

.sv-cta::after {
  content: "";
  position: absolute;
  right: -50px;
  top: -50px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(245, 160, 32, .1);
}

.sv-cta-in {
  position: relative;
  z-index: 1;
}

.sv-cta-in h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.18;
}

.sv-cta-in h2 span {
  color: var(--sv-orange);
}

.sv-cta-in p {
  font-size: 15px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 22px;
}

.sv-btn-secondary--blue {
  border-color: rgba(26, 95, 168, .2);
  color: var(--sv-blue);
  background: #fff;
}

.sv-btn-secondary--blue:hover {
  border-color: var(--sv-blue);
  background: var(--sv-blue-pale);
}

.sv-saving-visual {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sv-saving-circle {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
}

.sv-saving-card {
  position: relative;
  z-index: 1;
  border-radius: 22px;
}

.sv-saving-card--main {
  max-width: 340px;
  padding: 28px 26px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(8px);
}

.sv-saving-card-head {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--sv-orange);
  margin-bottom: 10px;
}

.sv-saving-card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 10px;
}

.sv-saving-card-copy {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .78);
}

.sv-saving-card--accent {
  position: absolute;
  right: 0;
  bottom: 12px;
  padding: 18px 20px;
  background: #fff;
  min-width: 170px;
}

.sv-saving-badge {
  color: var(--sv-blue);
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}

.sv-saving-small {
  font-size: 12px;
  color: #667085;
  line-height: 1.5;
}

.sv-vip-band {
  background: linear-gradient(135deg, var(--sv-blue-pale) 0%, #ffffff 100%);
  border: 1.5px solid var(--sv-border);
  border-radius: 24px;
  padding: 36px 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.sv-related {
  padding-top: 0;
}

.sv-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.sv-related-card {
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1.5px solid var(--sv-border);
  border-radius: 14px;
  padding: 18px;
  transition: border-color .2s, transform .2s;
}

.sv-related-card:hover {
  border-color: var(--sv-blue);
  transform: translateY(-3px);
}

.sv-related-card h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--sv-dark);
  margin-bottom: 6px;
}

.sv-related-card p {
  font-size: 12px;
  line-height: 1.55;
  color: #666;
}

.sv-related-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--sv-blue);
}

.sv-related-link svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
}

@media (max-width: 1024px) {
  .sv-hero-in,
  .sv-download,
  .sv-grid-4,
  .sv-related-grid,
  .sv-steps--4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .sv-grid-3,
  .sv-steps--3,
  .sv-stats-in {
    grid-template-columns: 1fr 1fr;
  }

  .sv-steps::before {
    display: none;
  }

  .solution-detail-tabs-in {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .sv-hero-in,
  .sv-download {
    grid-template-columns: 1fr;
  }

  .sv-split-intro {
    grid-template-columns: 1fr;
  }

  .sv-opening-visual {
    justify-content: flex-start;
  }

  .sv-vip-band {
    grid-template-columns: 1fr;
  }

  .solo-phone-wrap,
  .visa-card-wrap,
  .sv-screen-stack,
  .sv-app-visual {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .sv-grid-4,
  .sv-grid-3,
  .sv-steps--4,
  .sv-steps--3,
  .sv-related-grid,
  .sv-stats-in {
    grid-template-columns: 1fr;
  }

  .solution-detail-tab {
    width: 100%;
    text-align: center;
  }

  .sv-stat {
    border-right: none;
    border-bottom: 1px solid var(--sv-border);
  }

  .sv-stat:last-child {
    border-bottom: none;
  }
}
