/**
 * GT Support Ticket Hero — pixel-match support-ticket.html
 *
 * @package GloriaThemesCore
 */

/* Elementor: full-width breakout + reset container padding */
.elementor-widget-gt-support-ticket-hero > .elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  background: transparent !important;
}

.elementor-widget-gt-support-ticket-hero .gt-el-support-hero-wrap {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  flex-direction: column;
  font-family: inherit;
}

.gt-el-support-hero-wrap {
  display: flex;
  flex-direction: column;
}

/* Dark hero — ends before quick links */
.elementor-widget-gt-support-ticket-hero .gt-el-support-hero,
.gt-el-support-hero {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  background: linear-gradient(160deg, #0a0818 0%, #1e1254 55%, #0a0818 100%) !important;
  color: #fff;
  padding: 4rem 0;
}

@media (min-width: 1024px) {
  .gt-el-support-hero {
    padding: 6rem 0;
  }
}

.gt-el-support-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(99, 102, 241, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 102, 241, 0.07) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.gt-el-support-hero__glow {
  position: absolute;
  z-index: 0;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(82, 51, 235, 0.35) 0%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}

.gt-el-support-hero__glow--left {
  top: 0;
  left: 25%;
  transform: translateX(-50%);
  opacity: 0.6;
}

.gt-el-support-hero__glow--right {
  bottom: 0;
  right: 25%;
  transform: translateX(50%);
  opacity: 0.4;
}

.gt-el-support-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 56rem;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

@media (min-width: 640px) {
  .gt-el-support-hero__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .gt-el-support-hero__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.gt-el-support-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
}

.gt-el-support-hero__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #34d399;
  animation: gt-el-support-pulse 2s ease-in-out infinite;
}

@keyframes gt-el-support-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

.gt-el-support-hero__title {
  margin: 0 0 1rem;
  font-family: var(--gt-font-display, 'Outfit', system-ui, sans-serif);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.15;
  color: #fff !important;
}

@media (min-width: 1024px) {
  .gt-el-support-hero__title {
    font-size: 3rem;
  }
}

.gt-el-support-hero__desc {
  margin: 0 auto 2.5rem;
  max-width: 42rem;
  font-size: 1.125rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.55) !important;
}

.gt-el-support-hero__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .gt-el-support-hero__stats {
    gap: 2rem;
  }
}

.gt-el-support-hero__stat {
  text-align: center;
  padding: 0 1rem;
}

.gt-el-support-hero__stat-value {
  margin: 0;
  font-family: var(--gt-font-display, 'Outfit', system-ui, sans-serif);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff !important;
}

@media (min-width: 1024px) {
  .gt-el-support-hero__stat-value {
    font-size: 1.875rem;
  }
}

.gt-el-support-hero__stat-label {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45) !important;
}

.gt-el-support-hero__stat-divider {
  display: none;
  flex-shrink: 0;
  width: 1px;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.15);
  align-self: center;
}

@media (min-width: 640px) {
  .gt-el-support-hero__stat-divider {
    display: block;
  }
}

/* Quick links — separate white strip below hero (NOT inside purple) */
.gt-el-support-hero__links-bar {
  flex: 0 0 auto;
  width: 100%;
  border-bottom: 1px solid #e2e8f0;
  background: #fff !important;
  position: relative;
  z-index: 2;
}

.gt-el-support-hero__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  max-width: 64rem;
  margin: 0 auto;
  padding: 1rem;
}

@media (min-width: 640px) {
  .gt-el-support-hero__links {
    padding: 1rem 1.5rem;
  }
}

.gt-el-support-hero__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  background: #f8fafc !important;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  color: #475569 !important;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease;
}

.gt-el-support-hero__link:hover {
  background: #f1f5f9 !important;
  color: var(--gt-primary, #5233eb) !important;
}

.gt-el-support-hero__link-icon,
.gt-el-support-hero__link svg {
  width: 1rem;
  height: 1rem;
  color: var(--gt-primary, #5233eb);
  flex-shrink: 0;
}

.gt-el-support-hero__link i {
  color: var(--gt-primary, #5233eb);
  font-size: 1rem;
}
