html {
  scroll-behavior: smooth;
}

.static-brand-mark img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

button[aria-label="Abrir opciones de contacto con Emotiva"] {
  display: none !important;
}

.download-store-grid {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.download-store-card {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  border-radius: 16px;
  padding: 16px 18px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.download-store-card--android {
  border: 1px solid color-mix(in oklab, var(--primary) 28%, transparent);
  background: var(--primary);
  color: var(--primary-foreground);
  box-shadow: var(--shadow-card);
}

.download-store-card--android:hover {
  transform: translateY(-3px);
  background: var(--emotiva-indigo-dark);
  box-shadow: 0 22px 48px -28px color-mix(in oklab, var(--primary) 72%, black);
}

.download-store-card--ios {
  border: 1px solid var(--border);
  background: color-mix(in oklab, var(--emotiva-base) 82%, white);
  color: color-mix(in oklab, var(--emotiva-ink) 62%, transparent);
}

.download-store-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 14px;
  background: color-mix(in oklab, white 16%, transparent);
}

.download-store-card--ios .download-store-icon {
  background: white;
  color: var(--emotiva-ink);
}

.download-store-kicker,
.download-store-label,
.download-store-note {
  display: block;
  line-height: 1.15;
}

.download-store-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .78;
}

.download-store-label {
  margin-top: 3px;
  font-size: 18px;
  font-weight: 760;
}

.download-store-note {
  margin-top: 4px;
  font-size: 12.5px;
  opacity: .72;
}

.enterprise-page {
  min-height: 100vh;
  background: var(--emotiva-base);
  color: var(--emotiva-ink);
}

.enterprise-hero {
  position: relative;
  overflow: hidden;
  background: var(--background);
}

.enterprise-hero::before {
  content: "";
  position: absolute;
  right: -180px;
  top: -180px;
  width: 620px;
  height: 620px;
  border-radius: 999px;
  background: radial-gradient(closest-side, var(--emotiva-lavender-2), transparent);
  filter: blur(70px);
  opacity: .9;
  pointer-events: none;
}

.enterprise-layout {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  gap: 48px;
  padding: 80px 20px;
  align-items: center;
}

.enterprise-copy {
  max-width: 520px;
}

.enterprise-eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--secondary);
  color: var(--secondary-foreground);
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
}

.enterprise-title {
  margin: 24px 0 0;
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 650;
  line-height: 1.03;
  color: var(--emotiva-ink);
}

.enterprise-copy-text {
  margin: 24px 0 0;
  color: color-mix(in oklab, var(--emotiva-ink) 72%, transparent);
  font-size: 17px;
  line-height: 1.7;
}

.enterprise-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.enterprise-benefits span {
  border-radius: 999px;
  background: var(--emotiva-lavender);
  color: var(--primary);
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: var(--shadow-card);
}

.enterprise-note {
  margin-top: 28px;
  border: 1px solid color-mix(in oklab, var(--primary) 18%, var(--border));
  border-radius: 20px;
  background: color-mix(in oklab, var(--emotiva-lavender) 72%, white);
  padding: 18px;
}

.enterprise-note-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 650;
}

.enterprise-note-text {
  margin: 8px 0 0;
  color: color-mix(in oklab, var(--emotiva-ink) 66%, transparent);
  font-size: 13.5px;
  line-height: 1.55;
}

.enterprise-form-wrap {
  position: relative;
}

.enterprise-form-wrap::before {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: radial-gradient(closest-side, var(--emotiva-purple), transparent);
  filter: blur(64px);
  opacity: .28;
  pointer-events: none;
}

.enterprise-form-card {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 26px;
  background: white;
  padding: 28px;
  box-shadow: var(--shadow-soft);
}

.enterprise-form-card form {
  margin-top: 24px;
}

.enterprise-field-grid {
  display: grid;
  gap: 16px;
}

.enterprise-field-grid + .enterprise-field-grid,
.enterprise-field-grid + .enterprise-field,
.enterprise-field + .enterprise-submit {
  margin-top: 16px;
}

.enterprise-field label,
.enterprise-field-grid label {
  color: color-mix(in oklab, var(--emotiva-ink) 80%, transparent);
  font-size: 13px;
  font-weight: 600;
}

.enterprise-field input,
.enterprise-field-grid input,
.enterprise-field-grid select,
.enterprise-field textarea {
  width: 100%;
  margin-top: 6px;
  border: 1px solid var(--input);
  border-radius: 12px;
  background: white;
  padding: 10px 14px;
  color: var(--emotiva-ink);
  font-size: 14px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.enterprise-field textarea {
  min-height: 112px;
  resize: vertical;
}

.enterprise-field input:focus,
.enterprise-field-grid input:focus,
.enterprise-field-grid select:focus,
.enterprise-field textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--primary) 15%, transparent);
}

.enterprise-submit {
  width: 100%;
  border: 0;
  border-radius: 13px;
  background: var(--primary);
  color: var(--primary-foreground);
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.enterprise-submit:hover {
  transform: translateY(-2px);
  background: var(--emotiva-indigo-dark);
}

@media (min-width: 820px) {
  .enterprise-layout {
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1fr);
    padding: 96px 32px;
  }

  .enterprise-field-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 819px) {
  .enterprise-layout {
    padding: 56px 20px;
  }

  .enterprise-form-card {
    padding: 24px 20px;
  }
}

[data-static-restored] {
  animation: static-rise 700ms cubic-bezier(.22, 1, .36, 1) both;
}

[data-static-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 760ms cubic-bezier(.22, 1, .36, 1), transform 760ms cubic-bezier(.22, 1, .36, 1);
}

[data-static-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-static-active-step="true"] {
  border-color: color-mix(in oklab, var(--primary) 30%, transparent) !important;
  background: white !important;
  box-shadow: var(--shadow-card) !important;
}

[data-static-active-step="true"] > span:first-child {
  background: var(--primary) !important;
  color: var(--primary-foreground) !important;
}

[data-static-step-marker] {
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 40px;
  border-radius: 999px;
  background: var(--primary);
  transform: translateY(-50%);
}

.static-phone-screen {
  position: absolute;
  inset: 34px 14px 14px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  background: var(--emotiva-base);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 420ms ease, transform 420ms ease;
  pointer-events: none;
}

.static-phone-screen.is-active {
  opacity: 1;
  transform: translateY(0);
}

.static-phone-screen__body {
  flex: 1;
  padding: 14px;
}

.static-phone-pill,
.static-phone-card,
.static-phone-action {
  border-radius: 14px;
}

.static-phone-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  padding: 6px 9px;
  background: white;
  color: var(--primary);
  font-size: 10.5px;
  font-weight: 700;
}

.static-phone-title {
  margin: 0;
  color: var(--emotiva-ink);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.08;
}

.static-phone-copy {
  margin: 7px 0 12px;
  color: color-mix(in oklab, var(--emotiva-ink) 68%, transparent);
  font-size: 11.5px;
  line-height: 1.45;
}

.static-phone-card {
  margin-top: 8px;
  padding: 10px;
  background: white;
  border: 1px solid var(--border);
  color: var(--emotiva-ink);
  font-size: 11.5px;
  line-height: 1.35;
  box-shadow: 0 14px 28px -22px color-mix(in oklab, var(--primary) 60%, transparent);
}

.static-phone-action {
  margin-top: auto;
  padding: 10px 12px;
  background: var(--primary);
  color: var(--primary-foreground);
  text-align: center;
  font-size: 11.5px;
  font-weight: 700;
}

[data-static-carousel-card] {
  transition: transform 620ms cubic-bezier(.22, 1, .36, 1), opacity 620ms ease, filter 620ms ease;
  will-change: transform, opacity;
}

[data-static-carousel-card][data-static-carousel-active="true"] {
  filter: saturate(1.05);
}

.static-carousel-dots {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.static-carousel-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: color-mix(in oklab, var(--primary) 24%, white);
  cursor: pointer;
  transition: width 240ms ease, background 240ms ease;
}

.static-carousel-dot[aria-current="true"] {
  width: 26px;
  background: var(--primary);
}

.static-float-soft {
  animation: static-float 7s ease-in-out infinite;
}

@keyframes static-rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes static-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}
