/* Public home sections v2 */

.os-home-v2 {
  --public-body: #f8f9fa;
  --public-surface: #ffffff;
  --public-surface-alt: #f6f7f8;
  --public-card-alt: #f6f8fa;
  --public-border: #e5e7eb;
  --ocean-blue: #0879fd;
  --ocean-blue-app: #0879fd;
  --text-primary: #111827;
  --text-secondary: #6b7280;
  --text-muted: #9ca3af;

  font-family: 'Titillium Web', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text-primary);
  background: var(--public-body);
}

.os-home-v2 *,
.os-home-v2 *::before,
.os-home-v2 *::after {
  box-sizing: border-box;
}

.os-home-v2__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.os-home-v2__container--relative {
  position: relative;
  z-index: 1;
}

.os-home-v2__section {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}

@media (min-width: 768px) {
  .os-home-v2__section {
    padding: 6rem 0;
  }
}

.os-home-v2__platforms {
  background: var(--public-surface);
}

.os-home-v2__services,
.os-home-v2__reviews {
  background: var(--public-surface-alt);
}

.os-home-v2__process,
.os-home-v2__faq {
  background: var(--public-surface);
}

/* Section decorations */
.os-home-v2__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.os-home-v2__decor-blob,
.os-home-v2__decor-radial,
.os-home-v2__decor-focus,
.os-home-v2__decor-diffuse,
.os-home-v2__decor-faq-glow {
  position: absolute;
  border-radius: 9999px;
}

.os-home-v2__decor-blob,
.os-home-v2__decor-radial--services-center,
.os-home-v2__decor-radial--reviews-center,
.os-home-v2__decor-faq-glow {
  filter: blur(64px);
}

/* Platforms — 4 solid glows */
.os-home-v2__decor-blob--platforms-1 {
  top: -5rem;
  left: -5rem;
  width: 16rem;
  height: 16rem;
  background: rgba(0, 102, 255, 0.05);
}

.os-home-v2__decor-blob--platforms-2 {
  top: -8rem;
  right: 5rem;
  width: 20rem;
  height: 20rem;
  background: rgba(130, 180, 64, 0.05);
}

.os-home-v2__decor-blob--platforms-3 {
  bottom: 2.5rem;
  left: -8rem;
  width: 24rem;
  height: 24rem;
  background: rgba(18, 115, 235, 0.05);
}

.os-home-v2__decor-blob--platforms-4 {
  bottom: -5rem;
  right: 10rem;
  width: 18rem;
  height: 18rem;
  background: rgba(124, 58, 237, 0.05);
}

/* Services — radial glows */
.os-home-v2__decor-radial {
  border-radius: 9999px;
  filter: blur(64px);
}

.os-home-v2__decor-radial--services-1 {
  top: 5rem;
  left: 5rem;
  width: 16rem;
  height: 16rem;
  background: radial-gradient(circle, rgba(0, 102, 255, 0.15), rgba(0, 102, 255, 0.08), transparent);
}

.os-home-v2__decor-radial--services-2 {
  top: 10rem;
  right: 8rem;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(130, 180, 64, 0.12), rgba(130, 180, 64, 0.06), transparent);
}

.os-home-v2__decor-radial--services-3 {
  bottom: 8rem;
  left: 10rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.1), rgba(124, 58, 237, 0.05), transparent);
}

.os-home-v2__decor-radial--services-4 {
  bottom: 5rem;
  right: 5rem;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(18, 115, 235, 0.08), rgba(18, 115, 235, 0.04), transparent);
}

.os-home-v2__decor-radial--services-center {
  top: 50%;
  left: 50%;
  width: 37.5rem;
  height: 37.5rem;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(0, 102, 255, 0.05), transparent);
}

/* Services — floating squares */
.os-home-v2__decor-square {
  position: absolute;
  border-radius: 0.5rem;
}

.os-home-v2__decor-square--1 {
  top: 2.5rem;
  left: 2.5rem;
  width: 8rem;
  height: 8rem;
  background: linear-gradient(to bottom right, rgba(0, 102, 255, 0.1), transparent);
  transform: rotate(12deg);
  animation: os-home-v2-float-square-1 6s ease-in-out infinite;
}

.os-home-v2__decor-square--2 {
  top: 10rem;
  right: 5rem;
  width: 6rem;
  height: 6rem;
  background: linear-gradient(to bottom right, rgba(130, 180, 64, 0.1), transparent);
  transform: rotate(-12deg);
  animation: os-home-v2-float-square-2 5s ease-in-out 0.5s infinite;
}

.os-home-v2__decor-square--3 {
  bottom: 10rem;
  left: 8rem;
  width: 7rem;
  height: 7rem;
  background: linear-gradient(to bottom right, rgba(124, 58, 237, 0.1), transparent);
  transform: rotate(45deg);
  animation: os-home-v2-float-square-3 7s ease-in-out 1s infinite;
}

.os-home-v2__decor-square--4 {
  bottom: 5rem;
  right: 10rem;
  width: 9rem;
  height: 9rem;
  background: linear-gradient(to bottom right, rgba(18, 115, 235, 0.1), transparent);
  transform: rotate(-6deg);
  animation: os-home-v2-float-square-4 6.5s ease-in-out 1.5s infinite;
}

@keyframes os-home-v2-float-square-1 {
  0%, 100% { transform: translateY(0) rotate(12deg); }
  50% { transform: translateY(-1.25rem) rotate(18deg); }
}

@keyframes os-home-v2-float-square-2 {
  0%, 100% { transform: translateY(0) rotate(-12deg); }
  50% { transform: translateY(0.9375rem) rotate(-18deg); }
}

@keyframes os-home-v2-float-square-3 {
  0%, 100% { transform: translateY(0) rotate(45deg); }
  50% { transform: translateY(-1.125rem) rotate(52deg); }
}

@keyframes os-home-v2-float-square-4 {
  0%, 100% { transform: translateY(0) rotate(-6deg); }
  50% { transform: translateY(1.25rem) rotate(-12deg); }
}

/* Services — grid pattern */
.os-home-v2__decor-grid {
  position: absolute;
  inset: 0;
  opacity: 0.008;
  background-image:
    linear-gradient(var(--ocean-blue) 1.5px, transparent 1.5px),
    linear-gradient(90deg, var(--ocean-blue) 1.5px, transparent 1.5px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, transparent 30%, black 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, transparent 30%, black 70%);
}

/* Services — scatter dots */
.os-home-v2__decor-dot {
  position: absolute;
  border-radius: 9999px;
}

.os-home-v2__decor-dot--1 {
  top: 25%;
  left: 25%;
  width: 0.75rem;
  height: 0.75rem;
  background: rgba(0, 102, 255, 0.2);
}

.os-home-v2__decor-dot--2 {
  top: 33%;
  right: 33%;
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(130, 180, 64, 0.2);
}

.os-home-v2__decor-dot--3 {
  bottom: 25%;
  left: 33%;
  width: 1rem;
  height: 1rem;
  background: rgba(124, 58, 237, 0.2);
}

.os-home-v2__decor-dot--4 {
  bottom: 33%;
  right: 25%;
  width: 0.75rem;
  height: 0.75rem;
  background: rgba(18, 115, 235, 0.2);
}

/* Process — top light focus */
.os-home-v2__decor-focus {
  top: -2.5rem;
  left: 50%;
  width: 15.625rem;
  height: 15.625rem;
  transform: translateX(-50%);
  background: rgba(0, 102, 255, 0.25);
  filter: blur(100px);
}

.os-home-v2__decor-diffuse {
  top: 0;
  left: 50%;
  width: 31.25rem;
  height: 25rem;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(0, 102, 255, 0.12), rgba(0, 102, 255, 0.03), transparent);
  filter: blur(80px);
}

/* Reviews — 3 glows */
.os-home-v2__decor-blob--reviews-1 {
  top: -8rem;
  right: -8rem;
  width: 24rem;
  height: 24rem;
  background: rgba(0, 102, 255, 0.05);
}

.os-home-v2__decor-blob--reviews-2 {
  bottom: -8rem;
  left: -8rem;
  width: 31.25rem;
  height: 31.25rem;
  background: rgba(130, 180, 64, 0.05);
}

.os-home-v2__decor-radial--reviews-center {
  top: 50%;
  left: 50%;
  width: 31.25rem;
  height: 31.25rem;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(124, 58, 237, 0.05), transparent);
}

/* FAQ — multicolor center glow */
.os-home-v2__decor--faq {
  z-index: 0;
}

.os-home-v2__decor-faq-glow {
  top: 50%;
  left: 50%;
  width: 24rem;
  height: 24rem;
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom right, rgba(0, 102, 255, 0.2), rgba(130, 180, 64, 0.2), rgba(124, 58, 237, 0.2));
}

@media (prefers-reduced-motion: reduce) {
  .os-home-v2__decor-square {
    animation: none !important;
  }
}

/* Typography */
.os-home-v2__section-head {
  margin-bottom: 3rem;
}

.os-home-v2__section-head--center {
  text-align: center;
}

.os-home-v2__title {
  margin: 0;
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text-primary);
}

.os-home-v2__title--left {
  text-align: left;
}

.os-home-v2__accent {
  color: var(--ocean-blue-app);
}

.os-home-v2__subtitle {
  margin: 1rem auto 0;
  max-width: 42rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--text-secondary);
}

.os-home-v2__lead {
  margin: 0 0 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--text-secondary);
}

.os-home-v2__services-head .os-home-v2__title {
  font-size: 2rem;
  line-height: 1.2;
}

/* Glass badge */
.os-home-v2 .badge-glass {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: rgba(0, 102, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 102, 255, 0.15);
  color: var(--ocean-blue-app);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* Platform cards */
.os-home-v2__platforms-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .os-home-v2__platforms-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .os-home-v2__platforms-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.os-home-v2 .platform-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid var(--public-border);
  border-radius: 0.75rem;
  background: var(--public-surface);
  transition: all 0.3s ease;
}

.os-home-v2 .platform-card__corner-badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  pointer-events: none;
}

.os-home-v2 .platform-card--unavailable {
  opacity: 0.92;
}

.os-home-v2 .platform-card--unavailable:hover,
.os-home-v2 .platform-card--unavailable:focus-visible {
  border-color: var(--public-border);
  box-shadow: none;
}

.os-home-v2 .platform-card--unavailable:hover .platform-icon,
.os-home-v2 .platform-card--unavailable:focus-visible .platform-icon {
  border-radius: 0.75rem;
  transform: none;
  background-color: transparent;
}

.os-home-v2 .platform-card--unavailable:hover .platform-title,
.os-home-v2 .platform-card--unavailable:focus-visible .platform-title {
  color: var(--text-primary);
}

.os-home-v2 .platform-card:hover,
.os-home-v2 .platform-card:focus-visible {
  border-color: var(--ocean-blue) !important;
  box-shadow: 0 4px 16px rgba(0, 102, 255, 0.1);
  outline: none;
}

.os-home-v2 .platform-card:focus-visible {
  outline: 2px solid rgba(0, 102, 255, 0.3);
  outline-offset: 2px;
}

.os-home-v2 .platform-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  transition: border-radius 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}

.os-home-v2 .platform-icon--soon {
  background: rgba(156, 163, 175, 0.15);
}

.os-home-v2 .platform-icon__placeholder {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--text-muted);
}

.os-home-v2 .platform-card:hover .platform-icon,
.os-home-v2 .platform-card:focus-visible .platform-icon {
  border-radius: 9999px;
  transform: scale(1.08);
  background-color: rgba(0, 102, 255, 0.08);
}

.os-home-v2 .platform-logo-img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.os-home-v2 .platform-card__body {
  min-width: 0;
}

.os-home-v2 .platform-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--text-primary);
  transition: color 0.3s ease;
}

.os-home-v2 .platform-card:hover .platform-title,
.os-home-v2 .platform-card:focus-visible .platform-title {
  color: var(--ocean-blue-app);
}

.os-home-v2 .platform-card__title-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.os-home-v2 .platform-card__soon-badge,
.os-home-v2 .platform-card__corner-soon {
  padding: 0.125rem 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.2;
  background: rgba(0, 102, 255, 0.1);
  color: var(--ocean-blue);
}

.os-home-v2 .platform-card__active-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.125rem 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.2;
  color: #059669;
  background: rgba(34, 197, 94, 0.1);
}

.os-home-v2 .platform-card__status-dot {
  flex-shrink: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55);
  animation: os-platform-dot-pulse 1.8s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .os-home-v2 .platform-card__status-dot {
    animation: none;
  }
}

.os-home-v2 .platform-card__desc {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-secondary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.os-home-v2 .platform-card--soon {
  opacity: 0.6;
  border-style: dashed;
}

.os-home-v2 .platform-card--soon:hover,
.os-home-v2 .platform-card--soon:focus-visible {
  border-color: var(--public-border) !important;
  box-shadow: none;
}

.os-home-v2 .platform-card--soon:hover .platform-icon,
.os-home-v2 .platform-card--soon:focus-visible .platform-icon {
  border-radius: 0.75rem;
  transform: none;
  background-color: rgba(156, 163, 175, 0.15);
}

.os-home-v2 .platform-card--soon:hover .platform-title,
.os-home-v2 .platform-card--soon:focus-visible .platform-title {
  color: var(--text-muted);
}

/* Services / benefits */
.os-home-v2__services-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.os-home-v2__services-cta {
  display: none;
}

@media (min-width: 768px) {
  .os-home-v2__services-cta {
    display: inline-flex;
  }
}

.os-home-v2__services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .os-home-v2__services-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 2.5rem;
  }
}

.os-home-v2__benefits {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.os-home-v2__benefit {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--public-border);
  border-radius: 0.75rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.os-home-v2__benefit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.os-home-v2__benefit--sky {
  background: linear-gradient(to bottom right, rgba(224, 242, 254, 0.5), #ffffff);
}

.os-home-v2__benefit--indigo {
  background: linear-gradient(to bottom right, rgba(224, 231, 255, 0.5), #ffffff);
}

.os-home-v2__benefit--violet {
  background: linear-gradient(to bottom right, rgba(237, 233, 254, 0.5), #ffffff);
}

.os-home-v2__benefit--emerald {
  background: linear-gradient(to bottom right, rgba(219, 234, 254, 0.5), #ffffff);
}

.os-home-v2__benefit--cyan {
  background: linear-gradient(to bottom right, rgba(207, 250, 254, 0.5), #ffffff);
}

.os-home-v2__benefit--teal {
  background: linear-gradient(to bottom right, rgba(204, 251, 241, 0.5), #ffffff);
}

.os-home-v2__benefit-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
}

.os-home-v2__benefit--sky .os-home-v2__benefit-icon {
  background-color: #dbeafe;
  color: #2563eb;
}

.os-home-v2__benefit--indigo .os-home-v2__benefit-icon {
  background-color: #f3e8ff;
  color: #9333ea;
}

.os-home-v2__benefit--violet .os-home-v2__benefit-icon {
  background-color: #e0e7ff;
  color: #4f46e5;
}

.os-home-v2__benefit--emerald .os-home-v2__benefit-icon {
  background-color: #d1fae5;
  color: #059669;
}

.os-home-v2__benefit--cyan .os-home-v2__benefit-icon {
  background-color: #cffafe;
  color: #0891b2;
}

.os-home-v2__benefit--teal .os-home-v2__benefit-icon {
  background-color: #ccfbf1;
  color: #0d9488;
}

.os-home-v2__benefit-title {
  margin: 0 0 0.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
}

.os-home-v2__benefit-desc {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-secondary);
}

.os-home-v2__services-media {
  display: none;
}

@media (min-width: 1024px) {
  .os-home-v2__services-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
  }
}

/* Network animation (services column) */
.os-home-v2__network {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0 1.25rem;
  box-sizing: border-box;
}

.os-home-v2__network-inner {
  position: relative;
  width: 100%;
  max-width: 36rem;
  aspect-ratio: 1;
  margin: 0 auto;
  padding: 1rem 0.5rem 1.75rem;
  box-sizing: content-box;
}

.os-home-v2__network-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.os-home-v2__network-line-base {
  fill: none;
  stroke-width: 2;
  opacity: 0.2;
}

.os-home-v2__network-line-glow,
.os-home-v2__network-line-core {
  fill: none;
  stroke-linecap: round;
  opacity: 0;
}

.os-home-v2__network-line-glow {
  stroke-width: 2;
  filter: url(#os-network-glow);
}

.os-home-v2__network-line-core {
  stroke-width: 1;
}

.os-home-v2__network-layer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.os-home-v2__network-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
  animation: os-network-hub-pulse 1.8s ease-in-out infinite;
}

@media (min-width: 640px) {
  .os-home-v2__network-hub {
    width: 7rem;
    height: 7rem;
  }
}

@media (min-width: 768px) {
  .os-home-v2__network-hub {
    width: 10rem;
    height: 10rem;
  }
}

.os-home-v2__network-hub-ring {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  border: 1px solid rgba(0, 102, 255, 0.2);
  animation: os-network-ring-pulse 2s ease-in-out infinite;
}

.os-home-v2__network-hub-burst {
  display: none;
}

.os-home-v2__network-hub-core-glow {
  display: none;
}

.os-home-v2__network-hub-logo {
  position: relative;
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}

@media (min-width: 640px) {
  .os-home-v2__network-hub-logo {
    width: 3.5rem;
    height: 3.5rem;
  }
}

@media (min-width: 768px) {
  .os-home-v2__network-hub-logo {
    width: 5rem;
    height: 5rem;
  }
}

.os-home-v2__network-node {
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.85);
  animation: os-network-node-in 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  animation-delay: calc(0.5s + (var(--os-network-index, 0) * 0.1s));
  --os-network-delay: calc(var(--os-network-index, 0) * 0.15s);
}

.os-home-v2__network-node-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: default;
}

.os-home-v2__network-node-glow {
  display: none;
}

.os-home-v2__network-node-logo {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.08));
  transition: transform 0.3s ease;
}

@media (min-width: 640px) {
  .os-home-v2__network-node-logo {
    width: 3rem;
    height: 3rem;
  }
}

@media (min-width: 768px) {
  .os-home-v2__network-node-logo {
    width: 5rem;
    height: 5rem;
  }
}

.os-home-v2__network-node-inner:hover .os-home-v2__network-node-logo {
  transform: scale(1.05) rotate(6deg);
}

.os-home-v2__network-node-label {
  margin-top: 0.75rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--public-border);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.os-home-v2__network-node-label span {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--text-primary);
  white-space: nowrap;
}

@keyframes os-network-hub-pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.03); }
}

@keyframes os-network-ring-pulse {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 1; }
}

@keyframes os-network-node-in {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .os-home-v2__network-hub,
  .os-home-v2__network-hub-ring,
  .os-home-v2__network-node {
    animation: none !important;
  }

  .os-home-v2__network-node {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  .os-home-v2__network-line-glow,
  .os-home-v2__network-line-core {
    opacity: 0;
  }
}

/* Buttons */
.os-home-v2__btn-outline,
.os-home-v2__btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.os-home-v2__btn-outline {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ocean-blue-app);
  color: var(--ocean-blue-app);
  background: transparent;
}

.os-home-v2__btn-outline:not(.os-home-v2__services-cta):hover {
  background: var(--ocean-blue-app);
  color: #ffffff;
}

/* Services Subscribe: outline normal; vidrio #0879fd solo en hover */
.os-home-v2__btn-outline.os-home-v2__services-cta {
  --os-btn-glass-radius: 0.75rem;
}

.os-home-v2__btn-outline.os-home-v2__services-cta::before,
.os-home-v2__btn-outline.os-home-v2__services-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.os-home-v2__btn-outline.os-home-v2__services-cta::after {
  z-index: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
}

.os-home-v2__btn-outline.os-home-v2__services-cta::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 1;
  height: 50%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.05)
  );
  border-radius: var(--os-btn-glass-radius) var(--os-btn-glass-radius) 100px 100px;
}

.os-home-v2__btn-outline.os-home-v2__services-cta > * {
  position: relative;
  z-index: 2;
}

.os-home-v2__btn-outline.os-home-v2__services-cta:hover,
.os-home-v2__btn-outline.os-home-v2__services-cta:focus-visible {
  background-color: #0879fd;
  background: #0879fd;
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow:
    0 8px 25px rgba(8, 121, 253, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.15) inset,
    0 0 20px rgba(8, 121, 253, 0.22),
    0 0 0 4px rgba(8, 121, 253, 0.1);
}

.os-home-v2__btn-outline.os-home-v2__services-cta:hover::before,
.os-home-v2__btn-outline.os-home-v2__services-cta:hover::after,
.os-home-v2__btn-outline.os-home-v2__services-cta:focus-visible::before,
.os-home-v2__btn-outline.os-home-v2__services-cta:focus-visible::after {
  opacity: 1;
}

.os-home-v2__btn-primary {
  border: none;
}

/* Process steps */
.os-home-v2__process-head {
  margin-bottom: 3.125rem;
  text-align: center;
}

.os-home-v2__process-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin: 0;
}

@media (min-width: 768px) {
  .os-home-v2__process-heading {
    flex-direction: row;
  }
}

.os-home-v2__process-heading-light {
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}

.os-home-v2__process-heading-accent-wrap {
  position: relative;
  display: inline-block;
}

.os-home-v2__process-heading-accent {
  position: absolute;
  inset: -0.5rem -1rem;
  border: 1px dashed rgba(0, 102, 255, 0.6);
  pointer-events: none;
}

.os-home-v2__process-dot {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--ocean-blue);
}

.os-home-v2__process-dot--tl { top: -0.25rem; left: -0.25rem; }
.os-home-v2__process-dot--tr { top: -0.25rem; right: -0.25rem; }
.os-home-v2__process-dot--bl { bottom: -0.25rem; left: -0.25rem; }
.os-home-v2__process-dot--br { bottom: -0.25rem; right: -0.25rem; }
.os-home-v2__process-dot--tc { top: -0.25rem; left: 50%; transform: translateX(-50%); }
.os-home-v2__process-dot--bc { bottom: -0.25rem; left: 50%; transform: translateX(-50%); }
.os-home-v2__process-dot--lc { top: 50%; left: -0.25rem; transform: translateY(-50%); }
.os-home-v2__process-dot--rc { top: 50%; right: -0.25rem; transform: translateY(-50%); }

.os-home-v2__process-heading-accent-text {
  position: relative;
  z-index: 1;
  padding: 0 0.25rem;
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--ocean-blue-app);
}

.os-home-v2__process-timeline {
  position: relative;
}

.os-home-v2__process-line--desktop {
  display: none;
}

@media (min-width: 768px) {
  .os-home-v2__process-line--desktop {
    display: block;
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, #1a1a1a, rgba(0, 0, 0, 0.3), #1a1a1a);
  }

  .os-home-v2__process-line--desktop::before,
  .os-home-v2__process-line--desktop::after {
    content: '';
    position: absolute;
    top: -0.1875rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #1a1a1a;
  }

  .os-home-v2__process-line--desktop::before { left: -0.25rem; }
  .os-home-v2__process-line--desktop::after { right: -0.25rem; }
}

.os-home-v2__process-line--mobile {
  position: absolute;
  top: 1.5rem;
  left: 1.4375rem;
  bottom: 1.5rem;
  width: 2px;
  background: linear-gradient(to bottom, rgba(0, 102, 255, 0.4), rgba(0, 102, 255, 0.1), rgba(0, 102, 255, 0.4));
}

@media (min-width: 768px) {
  .os-home-v2__process-line--mobile {
    display: none;
  }
}

.os-home-v2 .process-steps-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.os-home-v2 .process-step-header-mobile {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.os-home-v2 .process-step-header-desktop {
  display: none;
}

.os-home-v2 .process-step-mobile-title {
  display: block;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--text-primary);
}

.os-home-v2 .process-step-desktop-title {
  display: none;
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--text-primary);
}

.os-home-v2 .process-step-card-wrap {
  padding-left: 4rem;
}

@media (min-width: 768px) {
  .os-home-v2 .process-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }

  .os-home-v2 .process-step-header-mobile {
    display: none;
  }

  .os-home-v2 .process-step-header-desktop {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }

  .os-home-v2 .process-step-mobile-title {
    display: none;
  }

  .os-home-v2 .process-step-desktop-title {
    display: block;
  }

  .os-home-v2 .process-step-card-wrap {
    padding-top: 1.25rem;
    padding-left: 0;
    text-align: center;
  }
}

.os-home-v2__step-circle {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  background-color: #ffffff;
  border: 2px solid #1a1a1a;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.os-home-v2__step-circle span {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a1a1a;
  transition: color 0.3s ease;
}

.os-home-v2__process-step:hover .os-home-v2__step-circle {
  border-color: var(--ocean-blue);
  box-shadow: 0 0 20px rgba(0, 102, 255, 0.4);
  transform: scale(1.1);
}

.os-home-v2__process-step:hover .os-home-v2__step-circle span {
  color: var(--ocean-blue);
}

.os-home-v2__step-card {
  padding: 1.5rem;
  border: 1px solid var(--public-border);
  border-radius: 0.75rem;
  background: var(--public-card-alt);
  height: 100%;
  transition: all 0.3s ease;
}

.os-home-v2__process-step:hover .os-home-v2__step-card {
  border-color: var(--ocean-blue);
  box-shadow: 0 8px 24px rgba(0, 102, 255, 0.12);
  transform: translateY(-0.5rem);
}

.os-home-v2__step-desc {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625;
  color: var(--text-secondary);
}

/* Marquee testimonials */
.os-home-v2__marquees {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.os-home-v2__marquee {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.os-home-v2__marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.os-home-v2__marquee-track.is-paused {
  animation-play-state: paused;
}

.os-home-v2__marquee-set {
  display: flex;
  gap: 1.5rem;
  padding-right: 1.5rem;
}

@keyframes os-home-v2-scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes os-home-v2-scroll-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

.os-home-v2 .animate-scroll-left {
  animation: os-home-v2-scroll-left 40s linear infinite;
}

.os-home-v2 .animate-scroll-right {
  animation: os-home-v2-scroll-right 40s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .os-home-v2 .animate-scroll-left,
  .os-home-v2 .animate-scroll-right {
    animation: none;
  }

  .os-home-v2__marquee {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .os-home-v2__marquee-track {
    flex-wrap: nowrap;
  }
}

.os-home-v2__review-card {
  flex-shrink: 0;
  width: min(26.25rem, 88vw);
  padding: 1.5rem;
  border: 1px solid var(--public-border);
  border-radius: 1rem;
  background: var(--public-surface);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.os-home-v2__review-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.os-home-v2__review-stars {
  display: flex;
  gap: 0.125rem;
  margin-bottom: 1rem;
  color: #facc15;
}

.os-home-v2__review-text {
  margin: 0 0 1.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625;
  color: var(--text-secondary);
}

.os-home-v2__review-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.os-home-v2__review-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  object-fit: cover;
}

.os-home-v2__review-name {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
}

.os-home-v2__review-date {
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--text-secondary);
}

/* FAQ accordion */
.os-home-v2__faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .os-home-v2__faq-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

.os-home-v2__faq-intro {
  padding-top: 1rem;
}

.os-home-v2__faq-badge {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ocean-blue-app);
  background: rgba(8, 121, 253, 0.1);
}

.os-home-v2__faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.os-home-v2-faq .os-home-v2__faq-item {
  overflow: hidden;
  border: 1px solid var(--public-border);
  border-radius: 1rem;
  background: var(--public-surface);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.os-home-v2-faq .os-home-v2__faq-item.is-open {
  border-color: rgba(0, 102, 255, 0.25);
  box-shadow: 0 8px 24px rgba(0, 102, 255, 0.08);
}

.os-home-v2-faq .os-home-v2__faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.5rem;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: inherit;
  font: inherit;
  transition: background-color 0.2s ease;
}

.os-home-v2-faq .os-home-v2__faq-trigger:hover,
.os-home-v2-faq .os-home-v2__faq-item.is-open .os-home-v2__faq-trigger {
  background: rgba(0, 0, 0, 0.02);
}

.os-home-v2-faq .os-home-v2__faq-trigger-main {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
  min-width: 0;
}

.os-home-v2-faq .os-home-v2__faq-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  color: var(--ocean-blue-app);
  background: rgba(8, 121, 253, 0.12);
}

.os-home-v2-faq .os-home-v2__faq-question {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--text-primary);
}

.os-home-v2-faq .os-home-v2__faq-chevron {
  flex-shrink: 0;
  color: var(--text-secondary);
  transition: transform 0.3s ease;
}

.os-home-v2-faq .os-home-v2__faq-item.is-open .os-home-v2__faq-chevron {
  transform: rotate(180deg);
}

.os-home-v2-faq .os-home-v2__faq-panel {
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-height: 0;
}

.os-home-v2-faq .os-home-v2__faq-item.is-open .os-home-v2__faq-panel {
  max-height: 32rem;
}

.os-home-v2-faq .os-home-v2__faq-panel[hidden] {
  display: block;
}

.os-home-v2-faq .os-home-v2__faq-answer {
  padding: 0 1.5rem 1.5rem 1.5rem;
}

@media (min-width: 640px) {
  .os-home-v2-faq .os-home-v2__faq-answer {
    padding-left: 5.5rem;
  }
}

.os-home-v2-faq .os-home-v2__faq-answer p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625;
  color: var(--text-secondary);
}

html.dark .os-home-v2,
html[data-theme="dark"] .os-home-v2 {
  --public-body: #0d1117;
  --public-surface: #0d1117;
  --public-surface-alt: #0e1318;
  --public-card-alt: #161b22;
  --public-border: rgba(48, 54, 61, 0.5);
  --text-primary: #f9fafb;
  --text-secondary: #9ca3af;
  --text-muted: #6b7280;
  color: var(--text-primary);
  background: var(--public-body);
}

html.dark .os-home-v2__benefit,
html[data-theme="dark"] .os-home-v2__benefit {
  border-color: var(--public-border);
}

html.dark .os-home-v2__benefit--sky,
html[data-theme="dark"] .os-home-v2__benefit--sky {
  background: linear-gradient(to bottom right, rgba(8, 47, 73, 0.2), #0d1117);
}

html.dark .os-home-v2__benefit--indigo,
html[data-theme="dark"] .os-home-v2__benefit--indigo {
  background: linear-gradient(to bottom right, rgba(30, 27, 75, 0.2), #0d1117);
}

html.dark .os-home-v2__benefit--violet,
html[data-theme="dark"] .os-home-v2__benefit--violet {
  background: linear-gradient(to bottom right, rgba(46, 16, 101, 0.2), #0d1117);
}

html.dark .os-home-v2__benefit--emerald,
html[data-theme="dark"] .os-home-v2__benefit--emerald {
  background: linear-gradient(to bottom right, rgba(23, 37, 84, 0.2), #0d1117);
}

html.dark .os-home-v2__benefit--cyan,
html[data-theme="dark"] .os-home-v2__benefit--cyan {
  background: linear-gradient(to bottom right, rgba(8, 51, 68, 0.2), #0d1117);
}

html.dark .os-home-v2__benefit--teal,
html[data-theme="dark"] .os-home-v2__benefit--teal {
  background: linear-gradient(to bottom right, rgba(4, 47, 46, 0.2), #0d1117);
}

html.dark .os-home-v2__benefit--sky .os-home-v2__benefit-icon,
html[data-theme="dark"] .os-home-v2__benefit--sky .os-home-v2__benefit-icon {
  background-color: rgba(30, 64, 175, 0.3);
  color: #60a5fa;
}

html.dark .os-home-v2__benefit--indigo .os-home-v2__benefit-icon,
html[data-theme="dark"] .os-home-v2__benefit--indigo .os-home-v2__benefit-icon {
  background-color: rgba(88, 28, 135, 0.3);
  color: #c084fc;
}

html.dark .os-home-v2__benefit--violet .os-home-v2__benefit-icon,
html[data-theme="dark"] .os-home-v2__benefit--violet .os-home-v2__benefit-icon {
  background-color: rgba(49, 46, 129, 0.3);
  color: #818cf8;
}

html.dark .os-home-v2__benefit--emerald .os-home-v2__benefit-icon,
html[data-theme="dark"] .os-home-v2__benefit--emerald .os-home-v2__benefit-icon {
  background-color: rgba(6, 78, 59, 0.3);
  color: #34d399;
}

html.dark .os-home-v2__benefit--cyan .os-home-v2__benefit-icon,
html[data-theme="dark"] .os-home-v2__benefit--cyan .os-home-v2__benefit-icon {
  background-color: rgba(21, 94, 117, 0.3);
  color: #22d3ee;
}

html.dark .os-home-v2__benefit--teal .os-home-v2__benefit-icon,
html[data-theme="dark"] .os-home-v2__benefit--teal .os-home-v2__benefit-icon {
  background-color: rgba(19, 78, 74, 0.3);
  color: #2dd4bf;
}

html.dark .os-home-v2__step-circle,
html[data-theme="dark"] .os-home-v2__step-circle {
  background-color: var(--public-surface);
  border-color: var(--ocean-blue);
  box-shadow: 0 0 20px rgba(0, 102, 255, 0.4);
}

html.dark .os-home-v2__step-circle span,
html[data-theme="dark"] .os-home-v2__step-circle span {
  color: var(--ocean-blue);
}

html.dark .os-home-v2__platform-card,
html.dark .os-home-v2__faq-item,
html.dark .os-home-v2__network-node-label,
html[data-theme="dark"] .os-home-v2__platform-card,
html[data-theme="dark"] .os-home-v2__faq-item,
html[data-theme="dark"] .os-home-v2__network-node-label {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--public-border);
}

html.dark .os-home-v2__network-hub,
html[data-theme="dark"] .os-home-v2__network-hub {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

/* Resource stats slider (inside platforms section) */
.os-home-v2__platforms .os-home-stats-slider {
  position: relative;
  z-index: 1;
  padding: 0 0 2.5rem;
  background: transparent;
}

.os-home-stats-slider__container {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.os-home-v2__platforms .os-home-stats-slider__viewport {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.os-home-stats-slider__viewport {
  overflow: hidden;
}

.os-home-stats-slider__track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.os-home-stats-slider__track.is-paused {
  animation-play-state: paused;
}

.os-home-stats-slider__set {
  display: flex;
  gap: 0.75rem;
  padding-right: 0.75rem;
}

.os-home-stats-slider__track--left {
  animation: os-home-stats-scroll-left 42s linear infinite;
}

@keyframes os-home-stats-scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.os-home-stat-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.875rem;
  flex-shrink: 0;
  width: 11.5rem;
  min-height: 4.75rem;
  padding: 0.875rem 1rem;
  border: 1px solid var(--public-border, #e5e7eb);
  border-radius: 0.875rem;
  background: var(--public-surface, #ffffff);
  box-shadow: none;
}

.os-home-stat-card__content {
  min-width: 0;
  flex: 1;
}

.os-home-stat-card__value {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin: 0 0 0.25rem;
  line-height: 1.1;
}

.os-home-stat-card__number {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111827;
}

.os-home-stat-card__unit {
  font-size: 0.875rem;
  font-weight: 400;
  color: #9ca3af;
}

.os-home-stat-card__label {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.3;
  color: #6b7280;
}

.os-home-stat-card__thumb {
  flex-shrink: 0;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.625rem;
  overflow: hidden;
  background: #f3f4f6;
}

.os-home-stat-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  .os-home-stats-slider__track--left {
    animation: none;
  }

  .os-home-stats-slider__viewport {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
    scrollbar-width: none;
  }

  .os-home-stats-slider__viewport::-webkit-scrollbar {
    display: none;
  }
}

html.dark .os-home-v2__platforms .os-home-stat-card,
html[data-theme="dark"] .os-home-v2__platforms .os-home-stat-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(48, 54, 61, 0.5);
  box-shadow: none;
}

html.dark .os-home-stat-card__number,
html[data-theme="dark"] .os-home-stat-card__number {
  color: #f9fafb;
}

html.dark .os-home-stat-card__unit,
html[data-theme="dark"] .os-home-stat-card__unit {
  color: #6b7280;
}

html.dark .os-home-stat-card__label,
html[data-theme="dark"] .os-home-stat-card__label {
  color: #9ca3af;
}

html.dark .os-home-stat-card__thumb,
html[data-theme="dark"] .os-home-stat-card__thumb {
  background: rgba(255, 255, 255, 0.06);
}
