:root {
  /* HSL Design Tokens - SpotSales Purple */
  --primary-h: 270;
  --primary-s: 75%;
  --primary-l: 45%;

  --primary: hsl(var(--primary-h), var(--primary-s), var(--primary-l));
  --primary-glow: hsla(var(--primary-h), var(--primary-s), var(--primary-l), 0.4);
  --glow-intense: hsla(var(--primary-h), var(--primary-s), var(--primary-l), 0.6);

  --bg-dark: #020005;
  --surface-blur: hsla(270, 60%, 15%, 0.45);
  --glass-border: rgba(255, 255, 255, 0.08);
  --glass-reflect: rgba(255, 255, 255, 0.15);
  --surface-solid: #090212;

  --input-bg: rgba(18, 5, 33, 0.6);
  --border-color: hsla(var(--primary-h), 70%, 45%, 0.5);
  --text-main: #f8fafc;
  --text-muted: #94a3b8;

  --error: #ff4d4d;
  --success: #00ff9d;

  --font-sans: 'Space Grotesk', sans-serif;
  --border-radius: 16px;
  --transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-sans);
  background: var(--bg-dark);
  color: var(--text-main);
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

/* Pattern: Checkerboard Roxo/Preto Sólido */
.main-background {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-color: #05000a;
  background-image:
    linear-gradient(45deg, #090212 25%, transparent 25%, transparent 75%, #090212 75%, #090212),
    linear-gradient(45deg, #090212 25%, transparent 25%, transparent 75%, #090212 75%, #090212);
  background-size: 100px 100px;
  background-position: 0 0, 50px 50px;
  pointer-events: none;
}

.main-background::before {
  content: "";
  position: absolute;
  inset: -100%;
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.03;
  pointer-events: none;
  animation: noise 0.2s infinite;
}

@keyframes noise {
  0% {
    transform: translate(0, 0);
  }

  10% {
    transform: translate(-1%, -1%);
  }

  20% {
    transform: translate(1%, 1%);
  }

  33% {
    transform: translate(-1%, 1%);
  }

  51% {
    transform: translate(1%, -1%);
  }

  67% {
    transform: translate(-1%, -1%);
  }

  82% {
    transform: translate(1%, 1%);
  }

  100% {
    transform: translate(0, 0);
  }
}

/* Header Base */
.top-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-color);
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-container {
  display: flex;
  align-items: center;
}

.brand-logo {
  height: 36px;
  width: auto;
  object-fit: contain;
  transition: var(--transition);
}

.brand-logo:hover {
  filter: drop-shadow(0 0 8px var(--primary-glow));
}

.header-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
}

/* Layout - Form Layer */
.form-container {
  display: flex;
  flex: 1;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 2rem;
  gap: 3rem;
  align-items: flex-start;
}

/* Sidebar Progress */
.sidebar-progress {
  width: 250px;
  flex-shrink: 0;
  position: sticky;
  top: 100px;
}

.sidebar-title {
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: var(--text-muted);
  margin-bottom: 2rem;
  font-weight: 700;
}

.step-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
}

/* Linha de Conexão na Sidebar */
.step-list::before {
  content: '';
  position: absolute;
  top: 16px;
  bottom: 24px;
  left: 17px;
  width: 1px;
  background: var(--border-color);
  z-index: 1;
}

.step-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 2;
  opacity: 0.6;
  transition: var(--transition);
}

.step-item.active {
  opacity: 1;
  transform: translateY(-2px);
}

.step-item.completed {
  opacity: 1;
  cursor: pointer;
}

.step-item.reached {
  cursor: pointer;
}

.step-item.completed:hover,
.step-item.reached:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.step-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--input-bg);
  border: 2px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.9rem;
  transition: var(--transition);
}

.step-item.active .step-circle {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
  box-shadow: 0 0 16px var(--primary-glow);
}

.step-item.completed .step-circle {
  background: var(--success);
  border-color: var(--success);
  color: var(--bg-dark);
  font-size: 0;
  /* Oculta número para dar lugar ao icon check */
}

.step-item.completed .step-circle::after {
  content: 'check';
  font-family: 'Material Symbols Outlined';
  font-size: 18px;
  font-weight: 700;
}

.step-label {
  font-weight: 500;
  font-size: 0.95rem;
  display: flex;
  flex-direction: column;
}

.step-label::before {
  content: 'PENDENTE';
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.step-item.active .step-label::before {
  content: 'PASSO ATUAL';
  color: var(--primary);
}

.step-item.completed .step-label::before {
  content: 'CONCLUÍDO';
  color: var(--success);
}

/* Main Content Wrapper */
.main-content-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Card Principal (Liquid Glass) */
.card-surface {
  flex: 1;
  background: var(--surface-blur);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid var(--glass-border);
  border-top: 1px solid var(--glass-reflect);
  border-left: 1px solid var(--glass-reflect);
  border-radius: var(--border-radius);
  position: relative;
  overflow: hidden;
  box-shadow:
    0 0 80px rgba(0, 0, 0, 0.5),
    0 10px 30px rgba(0, 0, 0, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  display: flex;
  flex-direction: column;
  min-height: 500px;
  transition: var(--transition);
}

.card-surface:hover {
  border-color: hsla(var(--primary-h), 70%, 50%, 0.3);
  box-shadow:
    0 0 100px rgba(0, 0, 0, 0.6),
    0 15px 40px rgba(0, 0, 0, 0.4),
    inset 0 0 20px rgba(var(--primary-h), 75%, 45%, 0.05);
}

.card-progress {
  height: 4px;
  background: rgba(255, 255, 255, 0.05);
  width: 100%;
}

.card-progress-fill {
  height: 100%;
  background: var(--primary);
  width: 0%;
  transition: width 0.4s ease;
  box-shadow: 0 0 12px var(--primary-glow);
}

#onboardingForm {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Steps (Fieldsets) */
fieldset {
  border: none;
}

.step-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  animation: slideUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hidden {
  display: none !important;
}

.step-header {
  margin-bottom: 0.5rem;
}

.step-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.step-count {
  color: var(--primary);
  letter-spacing: 1px;
}

.step-percent {
  color: var(--text-muted);
}

.step-header h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.step-header p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.step-separator {
  border: none;
  border-top: 1px solid var(--border-color);
  margin-top: 1.5rem;
  opacity: 0.5;
}

.form-step-section {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
}

.form-section-subtitle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding-bottom: 0.25rem;
}

.form-section-subtitle .material-symbols-outlined {
  font-size: 20px;
}

/* Layout Grids */
.row {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.col-12 {
  flex: 0 0 100%;
}

.col-6 {
  flex: 1 1 calc(50% - 0.75rem);
}

.col-4 {
  flex: 1 1 calc(33.333% - 1rem);
}

/* Inputs e Form Controls */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-main);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.label-icon {
  font-size: 18px;
  color: var(--primary);
}

.required-mark {
  color: var(--error);
  font-weight: bold;
}

.field-input,
.field-select {
  background: var(--input-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 0.8rem 1rem;
  color: var(--text-main);
  font-family: inherit;
  font-size: 15px;
  outline: none;
  transition: var(--transition);
  width: 100%;
}

.field-input:disabled,
.field-select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  border-color: transparent !important;
  background: rgba(255, 255, 255, 0.02) !important;
  box-shadow: none !important;
}

.field-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23f1f5f9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

.field-input:focus,
.field-select:focus {
  border-color: var(--primary);
  box-shadow:
    0 0 0 4px var(--primary-glow),
    0 4px 12px rgba(0, 0, 0, 0.4);
  background: hsla(270, 60%, 10%, 0.8);
  transform: translateY(-1px);
}

.field-input::placeholder {
  color: rgba(148, 163, 184, 0.4);
}

.field-input.has-error,
.field-select.has-error {
  border-color: var(--error);
  animation: shake 0.4s;
}

.input-with-action {
  display: flex;
  gap: 0.5rem;
}

.input-with-action .field-input {
  flex: 1;
}

.field-hint {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.field-hint.error-text {
  color: var(--error);
}

.field-hint.success-text {
  color: var(--success);
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-4px);
  }

  75% {
    transform: translateX(4px);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 5px var(--primary-glow);
  }

  100% {
    box-shadow: 0 0 15px var(--glow-intense);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Botões */
.actions-footer {
  margin-top: auto;
  padding-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.security-footer {
  text-align: center;
  margin-top: 1.5rem;
  color: var(--text-muted);
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}

.actions-right {
  display: flex;
  gap: 1rem;
  margin-left: auto;
}

.btn {
  padding: 0.8rem 1.75rem;
  border-radius: 8px;
  font-family: inherit;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-primary {
  background: var(--primary);
  color: #fff;
}

.btn-primary:hover {
  background: hsl(var(--primary-h), var(--primary-s), 50%);
  box-shadow:
    0 0 25px var(--glow-intense),
    0 8px 16px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px) scale(1.02);
}

.btn-primary:active {
  transform: translateY(0) scale(0.98);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-main);
  border: 1px solid var(--border-color);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.btn-success {
  background: var(--success);
  color: var(--bg-dark);
}

.btn-success:hover {
  background: #10b981;
  box-shadow: 0 0 20px rgba(52, 211, 153, 0.6);
  transform: translateY(-2px);
}

.btn-action {
  background: var(--border-color);
  color: #fff;
  padding: 0.8rem 1.25rem;
}

.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* Checkboxes and Radios */
.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.75rem;
}

.radio-group,
.radio-blocks {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.custom-checkbox,
.custom-radio {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
  user-select: none;
  font-size: 0.95rem;
}

.custom-checkbox input,
.custom-radio input {
  display: none;
}

.custom-checkbox .checkmark {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid var(--border-color);
  background: var(--input-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--transition);
  margin-top: 2px;
}

.custom-checkbox:hover .checkmark {
  border-color: var(--primary);
}

.custom-checkbox input:checked~.checkmark {
  background: var(--primary);
  border-color: var(--primary);
}

.custom-checkbox input:checked~.checkmark::after {
  content: '✓';
  color: #fff;
  font-size: 14px;
}

/* Radio Custom Box */
.radio-box {
  background: var(--input-bg);
  border: 1px solid var(--border-color);
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  transition: var(--transition);
  font-weight: 500;
  text-align: center;
}

.radio-box.mini {
  padding: 0.6rem 1.25rem;
  min-width: 80px;
}

.custom-radio:hover .radio-box {
  border-color: var(--primary-glow);
}

.custom-radio input:checked~.radio-box {
  background: rgba(97, 32, 191, 0.15);
  border-color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary);
}

/* Utilities */
.mt-4 {
  margin-top: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

/* Review Area */
.review-area {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-height: 450px;
  overflow-y: auto;
  padding-right: 10px;
}

.review-area::-webkit-scrollbar {
  width: 6px;
}

.review-area::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.review-area::-webkit-scrollbar-thumb {
  background: var(--border-color);
  border-radius: 4px;
}

.review-section {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.25rem;
}

.review-section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--primary);
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed var(--border-color);
  padding-bottom: 0.75rem;
}

.review-section-title span.material-symbols-outlined {
  font-size: 20px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}

.review-item {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.review-item.full-width {
  grid-column: 1 / -1;
}

.review-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
}

.review-value {
  font-size: 0.95rem;
  color: #fff;
  font-weight: 500;
  word-break: break-word;
  line-height: 1.3;
}

/* Switch / Toggle Premium */
.switch-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
  background: rgba(112, 26, 196, 0.05);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  transition: var(--transition);
  cursor: pointer;
  user-select: none;
}

.switch-container:hover {
  background: rgba(112, 26, 196, 0.1);
  border-color: var(--primary);
  box-shadow: 0 0 15px rgba(112, 26, 196, 0.15);
}

.switch-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.switch-label-text {
  font-weight: 600;
  font-size: 1rem;
  color: var(--text-main);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.switch-description {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.premium-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.premium-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.premium-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--input-bg);
  border: 1px solid var(--border-color);
  transition: .4s;
  border-radius: 34px;
}

.premium-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  transition: .4s;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

input:checked+.premium-slider {
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 0 10px var(--primary-glow);
}

input:checked+.premium-slider:before {
  transform: translateX(24px);
}

/* Success Overlay */
.success-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(16px);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  transition: opacity 0.5s ease;
}

.success-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  animation: scaleUp 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes scaleUp {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.glow-ring {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(52, 211, 153, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 40px rgba(52, 211, 153, 0.3);
  margin-bottom: 1rem;
}

.success-icon {
  font-size: 48px;
  color: var(--success);
}

/* Toasts Liquid Glass */
.toast-wrapper {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  z-index: 9999;
  max-width: 400px;
}

.toast {
  background: rgba(18, 5, 33, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem 1.25rem;
  border-radius: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.toast-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.toast-success .toast-icon-wrapper {
  background: rgba(0, 255, 157, 0.15);
  color: var(--success);
}

.toast-error .toast-icon-wrapper {
  background: rgba(255, 77, 77, 0.15);
  color: var(--error);
}

.toast-message {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}

/* Mobile Adjustments */
.progress-bar-mobile {
  display: none;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
}

.progress-fill {
  height: 100%;
  background: var(--primary);
  width: 0%;
  transition: width 0.3s ease;
}

@media (max-width: 768px) {
  .form-container {
    padding: 1rem;
    flex-direction: column;
    gap: 1rem;
  }

  .sidebar-progress {
    display: none;
  }

  .progress-bar-mobile {
    display: block;
  }

  .header-title {
    display: none;
  }

  .card-surface {
    background: var(--surface-solid);
    backdrop-filter: none;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
    border-top: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
  }

  #onboardingForm {
    padding: 1.5rem 1rem;
  }

  .card-progress {
    display: none;
  }

  .toast-wrapper {
    right: 1rem;
    left: 1rem;
    bottom: 1rem;
  }

  .toast {
    max-width: 100%;
  }

  .actions-footer {
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .actions-right {
    flex-direction: column;
    width: 100%;
  }

  .btn {
    width: 100%;
    min-height: 48px;
    font-size: 16px;
  }

  .field-input,
  .field-select {
    font-size: 16px;
    padding: 1rem;
  }

  .col-6,
  .col-4 {
    flex: 0 0 100%;
  }

  .checkbox-grid {
    grid-template-columns: 1fr;
  }
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 var(--primary-glow);
  }

  100% {
    box-shadow: 0 0 0 4px var(--primary-glow), 0 0 12px var(--glow-intense);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}