.tabaix-3d-hero {
  position: relative;
  overflow: hidden;
  padding: 7rem 1.5rem;
  background: radial-gradient(circle at top, rgba(201,168,76,0.18), transparent 32%),
              radial-gradient(circle at 20% 20%, rgba(255,255,255,0.12), transparent 22%),
              linear-gradient(170deg, #02040b 0%, #080a12 40%, #151824 100%);
  color: #f8f8ff;
}
.tabaix-3d-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 45%, rgba(255,255,255,0.08), transparent 20%),
              radial-gradient(circle at 80% 20%, rgba(201,168,76,0.2), transparent 16%);
  pointer-events: none;
}
.tabaix-hero-title {
  font-size: clamp(3rem, 5vw, 5.5rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.tabaix-hero-copy {
  max-width: 760px;
  margin: 1.5rem auto 0;
  color: rgba(248,248,255,0.82);
  font-size: 1.1rem;
}
.tabaix-btn-primary .wp-block-button__link,
.tabaix-btn-secondary .wp-block-button__link {
  min-width: 180px;
  border-radius: 999px;
  padding: 1rem 2rem;
  letter-spacing: 0.02em;
}
.tabaix-btn-primary .wp-block-button__link {
  background: linear-gradient(135deg, #c9a84c, #f5e87f);
  color: #111;
}
.tabaix-btn-secondary .wp-block-button__link {
  border: 1px solid rgba(248,248,255,0.2);
  color: #f8f8ff;
}
.wp-block-buttons {
  gap: 1rem;
  justify-content: center;
}

.tabaix-header-bar,
.tabaix-footer-cta,
.tabaix-home-features,
.tabaix-home-actions {
  position: relative;
  padding: 3rem 1.5rem;
  border-radius: 2rem;
  overflow: hidden;
  background: rgba(12, 16, 30, 0.92);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 30px 90px rgba(0,0,0,0.15);
}
.tabaix-header-bar {
  background: linear-gradient(180deg, rgba(5,8,18,0.92), rgba(12,13,23,0.95));
}
.tabaix-header-bar .wp-block-columns {
  gap: 1rem;
  align-items: center;
}
.tabaix-header-bar .wp-block-column {
  min-width: 0;
}
.tabaix-header-bar .wp-block-navigation {
  justify-content: flex-end;
}
.tabaix-footer-cta {
  background: radial-gradient(circle at top left, rgba(201,168,76,0.16), transparent 28%),
              linear-gradient(180deg, rgba(10,12,26,0.95), rgba(20,22,41,0.95));
}
.tabaix-footer-cta h3,
.tabaix-home-features h2 {
  color: #fff;
  margin-bottom: 0.75rem;
}
.tabaix-footer-cta p,
.tabaix-home-features p {
  color: rgba(255,255,255,0.78);
  max-width: 680px;
}
.tabaix-home-features {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.04));
  border-color: rgba(255,255,255,0.08);
}
.tabaix-home-actions {
  background: rgba(201,168,76,0.06);
  border-color: rgba(201,168,76,0.16);
}
.tabaix-home-actions .wp-block-button__link,
.tabaix-footer-cta .wp-block-button__link {
  border-radius: 999px;
  padding: 1rem 2rem;
}
