.hero--tips {
  position: relative;
}

.hero--tips::before {
  opacity: 1;
}

.hero-portal--tips {
  box-shadow: 0 0 60px rgba(52, 209, 255, 0.8), 0 0 120px rgba(80, 200, 255, 0.6), inset 0 0 55px rgba(12, 251, 255, 0.55);
}

.tips-intro {
  max-width: 880px;
}

.tips-intro-header {
  text-align: center;
}

.tips-intro-header p {
  max-width: 720px;
  margin-inline: auto;
}

.tips-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.tips-nav-link {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 0.4rem 0.75rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(89, 96, 140, 0.9);
  background: rgba(8, 10, 26, 0.8);
  color: var(--color-text-muted);
}

.tips-nav-link:hover {
  color: #ffffff;
  border-color: var(--color-primary);
  box-shadow: 0 0 14px rgba(52, 209, 255, 0.5);
}

.tips-section-grid {
  gap: var(--space-16);
  align-items: center;
}

.tips-section-grid--reverse {
  direction: rtl;
}

.tips-section-grid--reverse > * {
  direction: ltr;
}

.tips-card {
  height: 100%;
}

.tips-list {
  margin-top: 0.5rem;
}

.tips-list li {
  margin-bottom: 0.4rem;
}

.tips-subgrid {
  margin-top: 1rem;
}

.tips-subcard h3 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-3);
}

.tips-subcard p,
.tips-subcard li {
  font-size: var(--font-size-sm);
}

.tips-figure {
  align-self: stretch;
}

.tips-image {
  width: 100%;
  border-radius: var(--radius-xl);
}

.tips-figcaption {
  margin-top: 0.75rem;
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.tips-cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
}

.tips-table {
  margin-top: 0.75rem;
}

.tips-final-cta {
  padding-bottom: var(--space-32);
}

.tips-final-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-8);
}

.tips-final-content {
  flex: 1 1 260px;
}

.tips-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .tips-final-card {
    text-align: center;
  }

  .tips-final-actions {
    justify-content: center;
  }

  .tips-nav {
    justify-content: center;
  }
}
