/* Pixel Perfect Themes — Elementor Hero widgets (Hero 1) */

.text-gradient-brand {
  background: linear-gradient(135deg, #8577ff 0%, #c084fc 60%, #f0abfc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-gradient-gold {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #d97706 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gt-el-hero-3 .h5-headline .text-gradient-gold {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #d97706 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.gt-el-hero-3 .gt-btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.75rem;
  border-radius: 0.75rem;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  border: none;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gt-el-hero-3 .gt-btn-gold:hover {
  transform: scale(1.05);
  box-shadow: 0 0 40px rgba(251, 191, 36, 0.35);
  color: #000;
}

.gt-el-hero-3 .gt-btn-outline-gold {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.75rem;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-decoration: none;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.gt-el-hero-3 .gt-btn-outline-gold:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.glow-brand {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(82, 51, 235, 0.35), transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.glow-violet {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.28), transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.badge-float {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px 0 0 999px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  border: none;
}

.badge-float--amber {
  background: rgba(245, 158, 11, 0.9);
  color: #000;
}

.badge-float--green {
  background: rgba(16, 185, 129, 0.9);
  color: #fff;
}

.badge-float--purple {
  background: rgba(82, 51, 235, 0.9);
  color: #fff;
}

.badge-float--violet {
  background: rgba(124, 58, 237, 0.85);
  color: #fff;
}

.preview-card {
  background: #1e293b;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 60px -12px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.preview-chrome {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.preview-dots {
  display: flex;
  gap: 5px;
}

.preview-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.dot-r { background: #ff5f57; }
.dot-y { background: #ffbd2e; }
.dot-g { background: #28ca41; }

.preview-url {
  flex: 1;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.25);
  font-family: monospace;
  background: rgba(255, 255, 255, 0.05);
  padding: 3px 8px;
  border-radius: 4px;
}

.preview-body {
  position: relative;
  overflow: hidden;
}

.preview-body.has-preview-image {
  padding: 0;
  margin: 0;
  line-height: 0;
  font-size: 0;
  background: #0f172a;
}

.h1-card-preview-media {
  --gt-preview-img-offset: 0px;
  --gt-preview-img-radius: 0px;
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: var(--gt-preview-img-radius, 0);
}

.h1-card-preview-media .h1-card-preview-img,
.h1-card-preview-media img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 48px);
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: cover;
  object-position: top center;
  transform: translateY(var(--gt-preview-img-offset, 0px));
  border-radius: var(--gt-preview-img-radius, 0);
  will-change: transform;
}

.h1-card-badge-icon {
  display: block;
  width: 14px;
  height: 14px;
  object-fit: contain;
  flex-shrink: 0;
}

.sim-nav {
  height: 28px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  gap: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.sim-nav-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}

.sim-nav-line {
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.15);
}

.sim-hero-area {
  padding: 16px 12px;
}

.sim-heading {
  height: 12px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.25);
  margin-bottom: 6px;
}

.sim-sub {
  height: 7px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.12);
  width: 70%;
  margin-bottom: 10px;
}

.sim-btns {
  display: flex;
  gap: 6px;
}

.sim-btn-p {
  height: 20px;
  width: 70px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.3);
}

.sim-btn-s {
  height: 20px;
  width: 50px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.sim-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 0 12px 12px;
}

.sim-card {
  height: 30px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.08);
}

/* Hero 1 — Agency */
.gt-el-hero-1.h1-section.is-header-offset {
  padding-top: var(--gt-header-h, 72px);
}

.gt-el-hero-1.h1-section {
  min-height: 100vh;
  background: linear-gradient(160deg, #0a0818 0%, #130a2e 40%, #0a0818 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gt-el-hero-1.h1-section::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(99, 102, 241, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 102, 241, 0.05) 1px, transparent 1px);
  background-size: 52px 52px;
}

.gt-el-hero-1:not(.gt-hero-ready) .h1-badge,
.gt-el-hero-1:not(.gt-hero-ready) .h1-headline > span,
.gt-el-hero-1:not(.gt-hero-ready) .h1-sub,
.gt-el-hero-1:not(.gt-hero-ready) .h1-ctas > *,
.gt-el-hero-1:not(.gt-hero-ready) .h1-stat,
.gt-el-hero-1:not(.gt-hero-ready) .h1-card {
  opacity: 0;
  visibility: hidden;
}

.gt-el-hero-1:not(.gt-hero-ready) .h1-badge,
.gt-el-hero-1:not(.gt-hero-ready) .h1-headline > span,
.gt-el-hero-1:not(.gt-hero-ready) .h1-sub,
.gt-el-hero-1:not(.gt-hero-ready) .h1-ctas > *,
.gt-el-hero-1:not(.gt-hero-ready) .h1-stat {
  transform: translateY(18px);
}

.gt-el-hero-1 .h1-badge,
.gt-el-hero-1 .h1-headline > span,
.gt-el-hero-1 .h1-sub,
.gt-el-hero-1 .h1-ctas > *,
.gt-el-hero-1 .h1-stat,
.gt-el-hero-1 .h1-card {
  transition: none !important;
}

.gt-el-hero-1 .h1-inner {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: var(--gt-hero-inner-max-width, 80rem);
  margin-inline: auto;
  padding-inline: var(--gt-hero-inner-padding-inline, 1rem);
}

.gt-el-hero-1 .h1-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .gt-el-hero-1 .h1-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

.gt-el-hero-1 .h1-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(4px);
  margin-bottom: 2rem;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.08em;
}

.gt-el-hero-1 .h1-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
  animation: gt-h1-badge-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes gt-h1-badge-pulse {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }
}

.gt-el-hero-1 .h1-headline {
  font-family: var(--gt-font-display, inherit);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 0 0 1.5rem;
  font-size: clamp(42px, 6vw, 80px);
}

.gt-el-hero-1 .h1-headline > span {
  display: block;
  color: #fff;
}

.gt-el-hero-1 .h1-headline > span.text-gradient-brand {
  color: transparent;
  background: linear-gradient(135deg, #8577ff 0%, #c084fc 60%, #f0abfc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gt-el-hero-1 .h1-sub {
  margin: 0 0 2.5rem;
  max-width: 30rem;
  line-height: 1.625;
  font-size: clamp(16px, 1.4vw, 20px);
  color: rgba(255, 255, 255, 0.55);
}

.gt-el-hero-1 .h1-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 3rem;
}

.gt-el-hero-1 .h1-ctas .gt-btn--lg {
  padding: 1rem 1.75rem;
  font-size: 15px;
  border-radius: 0.75rem;
  gap: 0.625rem;
}

.gt-el-hero-1 .h1-ctas .gt-btn-primary-gradient:hover {
  transform: scale(1.05);
  box-shadow: 0 0 40px -8px rgba(82, 51, 235, 0.5);
}

.gt-el-hero-1 .h1-ctas .gt-btn-outline-light {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
}

.gt-el-hero-1 .h1-ctas .gt-btn-outline-light:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  transform: none;
}

.gt-el-hero-1 .h1-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
}

.gt-el-hero-1 .h1-stat-divider {
  width: 1px;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.12);
}

.gt-el-hero-1 .h1-stat-value {
  font-family: var(--gt-font-display, inherit);
  font-weight: 900;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  margin: 0;
}

.gt-el-hero-1 .h1-stat-accent {
  color: #5233eb;
}

.gt-el-hero-1 .h1-stat-suffix,
.gt-el-hero-1 .h1-stat-prefix {
  font-weight: 900;
}

.gt-el-hero-1 .h1-stat-star {
  font-size: 16px;
  color: #f59e0b;
}

.gt-el-hero-1 .h1-stat-label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.06em;
  margin: 2px 0 0;
}

.gt-el-hero-1 .h1-cards {
  position: relative;
  display: none;
  height: var(--gt-h1-cards-height, 520px);
}

.gt-el-hero-1 .h1-card-1 {
  transform: rotate(-3deg);
}

.gt-el-hero-1 .h1-card-2 {
  transform: rotate(2.5deg);
}

.gt-el-hero-1 .h1-card-3 {
  transform: rotate(-1deg);
}

@media (min-width: 1024px) {
  .gt-el-hero-1 .h1-cards {
    display: block;
  }
}

.gt-el-hero-1 .h1-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.4;
  z-index: 10;
}

.gt-el-hero-1 .h1-scroll span {
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
}

/* All hero styles — shared Elementor overrides */
.gt-el-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.gt-el-hero.gt-el-hero--has-grid::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  --gt-hero-grid-color: rgba(99, 102, 241, 0.05);
  --gt-hero-grid-size: 52px;
  background-image:
    linear-gradient(var(--gt-hero-grid-color) 1px, transparent 1px),
    linear-gradient(90deg, var(--gt-hero-grid-color) 1px, transparent 1px);
  background-size: var(--gt-hero-grid-size) var(--gt-hero-grid-size);
}

.gt-el-hero.is-header-offset:not(.gt-el-hero-6) {
  padding-top: var(--gt-header-h, 72px) !important;
}

.gt-el-hero .gt-btn {
  text-decoration: none;
}

.gt-el-hero .h2-ctas,
.gt-el-hero .h3-ctas,
.gt-el-hero .h4-ctas,
.gt-el-hero .h5-ctas,
.gt-el-hero .h6-ctas,
.gt-el-hero .h7-ctas,
.gt-el-hero .h8-ctas,
.gt-el-hero .h9-ctas,
.gt-el-hero .h10-ctas,
.gt-el-hero .h11-ctas,
.gt-el-hero .h12-ctas,
.gt-el-hero .h-hire-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.gt-el-hero .h9-ctas,
.gt-el-hero .h11-ctas,
.gt-el-hero .h12-ctas {
  flex-direction: column;
}

.gt-el-hero:not(.gt-hero-ready) {
  opacity: 0.98;
}

.gt-el-hero.gt-hero-ready {
  opacity: 1;
}

/* Elementor canvas — never hide hero content while editing */
.elementor-editor-active [data-gt-hero] .h1-badge,
.elementor-editor-active [data-gt-hero] .h1-headline > span,
.elementor-editor-active [data-gt-hero] .h1-sub,
.elementor-editor-active [data-gt-hero] .h1-ctas > *,
.elementor-editor-active [data-gt-hero] .h1-stat,
.elementor-editor-active [data-gt-hero] .h1-card,
.elementor-editor-preview [data-gt-hero] .h1-badge,
.elementor-editor-preview [data-gt-hero] .h1-headline > span,
.elementor-editor-preview [data-gt-hero] .h1-sub,
.elementor-editor-preview [data-gt-hero] .h1-ctas > *,
.elementor-editor-preview [data-gt-hero] .h1-stat,
.elementor-editor-preview [data-gt-hero] .h1-card,
.elementor-editor-active [data-gt-hero="3"] .h5-kicker,
.elementor-editor-active [data-gt-hero="3"] .h5-headline,
.elementor-editor-active [data-gt-hero="3"] .h5-sub,
.elementor-editor-active [data-gt-hero="3"] .h5-ctas > *,
.elementor-editor-active [data-gt-hero="3"] .h5-card,
.elementor-editor-active [data-gt-hero="3"] .h5-tagline,
.elementor-editor-preview [data-gt-hero="3"] .h5-kicker,
.elementor-editor-preview [data-gt-hero="3"] .h5-headline,
.elementor-editor-preview [data-gt-hero="3"] .h5-sub,
.elementor-editor-preview [data-gt-hero="3"] .h5-ctas > *,
.elementor-editor-preview [data-gt-hero="3"] .h5-card,
.elementor-editor-preview [data-gt-hero="3"] .h5-tagline {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.gt-el-hero-4 .h6-btn-primary,
.gt-el-hero-4 .h6-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.75rem;
  border-radius: 0.75rem;
  font-size: 15px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.gt-el-hero-4 .h6-btn-primary {
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #5233eb, #7c3aed);
  border: none;
}

.gt-el-hero-4 .h6-btn-primary:hover {
  transform: scale(1.05);
  color: #fff;
}

.gt-el-hero-4 .h6-btn-secondary {
  font-weight: 600;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.gt-el-hero-4 .h6-btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.gt-el-hero-3 .h5-ctas,
.gt-el-hero-4 .h6-ctas {
  justify-content: center;
}

.elementor-editor-active [data-gt-hero="4"] .h6-kicker,
.elementor-editor-active [data-gt-hero="4"] .h6-headline,
.elementor-editor-active [data-gt-hero="4"] .h6-card,
.elementor-editor-active [data-gt-hero="4"] .h6-sub,
.elementor-editor-active [data-gt-hero="4"] .h6-ctas > *,
.elementor-editor-preview [data-gt-hero="4"] .h6-kicker,
.elementor-editor-preview [data-gt-hero="4"] .h6-headline,
.elementor-editor-preview [data-gt-hero="4"] .h6-card,
.elementor-editor-preview [data-gt-hero="4"] .h6-sub,
.elementor-editor-preview [data-gt-hero="4"] .h6-ctas > * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* Hire Us hero — layout parity (colors via heroes-base.css CSS variables) */
.elementor-widget-gt-hero .elementor-widget-container {
  padding: 0;
  margin: 0;
}

.gt-el-hero-6 .h-hire-ctas .gt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.gt-el-hero-6 .h-hire-ctas .gt-btn--lg {
  padding: 1rem 1.75rem;
  font-size: 1rem;
  border-radius: 0.75rem;
  gap: 0.625rem;
}

.gt-el-hero-6 .h-hire-ctas .gt-btn-primary-gradient {
  font-weight: 700;
  color: var(--h-hire-btn-primary-color, #fff) !important;
  background: var(--h-hire-btn-primary-bg, linear-gradient(135deg, #5233eb, #7c3aed)) !important;
  border: 1.5px solid transparent;
}

.gt-el-hero-6 .h-hire-ctas .gt-btn-primary-gradient:hover {
  transform: scale(1.05);
  box-shadow: 0 0 40px -8px rgba(82, 51, 235, 0.5);
  color: var(--h-hire-btn-primary-color-hover, var(--h-hire-btn-primary-color, #fff)) !important;
  background: var(--h-hire-btn-primary-bg-hover, var(--h-hire-btn-primary-bg, linear-gradient(135deg, #5233eb, #7c3aed))) !important;
  filter: none !important;
}

.gt-el-hero-6 .h-hire-ctas .gt-btn-outline-light {
  background: var(--h-hire-btn-secondary-bg, transparent) !important;
  color: var(--h-hire-btn-secondary-color, #fff) !important;
  border: 1px solid var(--h-hire-btn-secondary-border, rgba(255, 255, 255, 0.2)) !important;
  font-weight: 600;
  box-shadow: none;
}

.gt-el-hero-6 .h-hire-ctas .gt-btn-outline-light:hover {
  border-color: var(--h-hire-btn-secondary-border-hover, rgba(255, 255, 255, 0.35)) !important;
  background: var(--h-hire-btn-secondary-bg-hover, rgba(255, 255, 255, 0.08)) !important;
  color: var(--h-hire-btn-secondary-color-hover, var(--h-hire-btn-secondary-color, #fff)) !important;
  transform: none;
}

.elementor-widget-gt-hero .gt-el-hero-6 .h-hire-headline {
  margin-block: 0 1.5rem;
}

.elementor-widget-gt-hero .gt-el-hero-6 .h-hire-sub {
  margin-block: 0 2rem;
}

.elementor-widget-gt-hero .gt-el-hero-6 .h-hire-service-title {
  margin: 0 0 0.25rem;
}

.elementor-widget-gt-hero .gt-el-hero-6 .h-hire-service-desc {
  margin: 0;
}

.elementor-widget-gt-hero .gt-el-hero-6 .h-hire-service-card p {
  margin-block: 0;
}

.elementor-widget-gt-hero .gt-el-hero-6 .h-hire-badge {
  margin-block: 0 1.5rem;
}

.elementor-widget-gt-hero .gt-el-hero-6 .h-hire-ctas {
  margin-block: 0 2.5rem;
}

.elementor-editor-active [data-gt-hero="6"] .h-hire-badge,
.elementor-editor-active [data-gt-hero="6"] .h-hire-headline,
.elementor-editor-active [data-gt-hero="6"] .h-hire-sub,
.elementor-editor-active [data-gt-hero="6"] .h-hire-ctas > *,
.elementor-editor-active [data-gt-hero="6"] .h-hire-trust-item,
.elementor-editor-active [data-gt-hero="6"] .h-hire-service-card,
.elementor-editor-preview [data-gt-hero="6"] .h-hire-badge,
.elementor-editor-preview [data-gt-hero="6"] .h-hire-headline,
.elementor-editor-preview [data-gt-hero="6"] .h-hire-sub,
.elementor-editor-preview [data-gt-hero="6"] .h-hire-ctas > *,
.elementor-editor-preview [data-gt-hero="6"] .h-hire-trust-item,
.elementor-editor-preview [data-gt-hero="6"] .h-hire-service-card {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
