/* Hero 2 — PPT
   Brand: #002151 · professional studio layout (Agency features) */

.gt-el-hero-7 {
  --ppt-brand: #002151;
  --ppt-brand-mid: #0a3a6e;
  --ppt-brand-bright: #1a5f9e;
  --ppt-accent: #4d8fd4;
  --ppt-accent-soft: #7eb0e0;
  --ppt-ink: #05080f;
  --ppt-ink-mid: #0a1018;
  --ppt-text: #f2f4f7;
  --ppt-muted: rgba(242, 244, 247, 0.58);
  --ppt-faint: rgba(242, 244, 247, 0.38);
  --ppt-line: rgba(255, 255, 255, 0.08);
  --ppt-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.gt-el-hero-7.h-ppt-section,
.gt-el-hero-7.h1-section {
  min-height: 100vh;
  background:
    radial-gradient(ellipse 85% 55% at 10% 15%, rgba(0, 33, 81, 0.55) 0%, transparent 58%),
    radial-gradient(ellipse 60% 45% at 92% 80%, rgba(26, 95, 158, 0.18) 0%, transparent 52%),
    linear-gradient(165deg, var(--ppt-ink) 0%, var(--ppt-ink-mid) 45%, #070b12 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gt-el-hero-7.h1-section::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 60% at 45% 40%, #000 15%, transparent 72%);
}

.gt-el-hero-7 .h-ppt-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  filter: blur(10px);
}

.gt-el-hero-7 .h-ppt-glow--a {
  width: 560px;
  height: 560px;
  top: -14%;
  left: -10%;
  background: radial-gradient(circle, rgba(0, 33, 81, 0.55), transparent 68%);
  opacity: 0.7;
}

.gt-el-hero-7 .h-ppt-glow--b {
  width: 420px;
  height: 420px;
  bottom: 6%;
  right: -6%;
  background: radial-gradient(circle, rgba(26, 95, 158, 0.22), transparent 70%);
  opacity: 0.55;
}

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

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

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

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

.gt-el-hero-7 .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);
  padding-block: 4.5rem 5rem;
}

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

@media (min-width: 1024px) {
  .gt-el-hero-7 .h1-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3.5rem 4.5rem;
  }
}

.gt-el-hero-7 .h-ppt-badge,
.gt-el-hero-7 .h1-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.4rem 0.75rem 0.4rem 0.55rem;
  border-radius: 6px;
  border: 1px solid rgba(125, 176, 224, 0.22);
  background: rgba(0, 33, 81, 0.45);
  margin-bottom: 1.75rem;
  font-size: 11px;
  font-weight: 600;
  color: rgba(242, 244, 247, 0.78);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gt-el-hero-7 .h-ppt-badge-dot,
.gt-el-hero-7 .h1-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4d8fd4;
  box-shadow: 0 0 0 3px rgba(77, 143, 212, 0.22);
  animation: gt-ppt-badge-pulse 2.4s ease-in-out infinite;
}

@keyframes gt-ppt-badge-pulse {
  0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 0 3px rgba(77, 143, 212, 0.22);
  }

  50% {
    opacity: 0.55;
    box-shadow: 0 0 0 5px rgba(77, 143, 212, 0.1);
  }
}

.gt-el-hero-7 .h-ppt-headline,
.gt-el-hero-7 .h1-headline {
  font-family: var(--gt-font-display, inherit);
  font-weight: 750;
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin: 0 0 1.35rem;
  font-size: clamp(40px, 5.6vw, 72px);
}

.gt-el-hero-7 .h1-headline > span {
  display: block;
  color: var(--ppt-text);
}

.gt-el-hero-7 .h1-headline > span.h-ppt-accent,
.gt-el-hero-7 .h1-headline > span.text-gradient-brand {
  color: transparent;
  background: linear-gradient(105deg, #4d8fd4 0%, #9bc4ea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gt-el-hero-7 .h-ppt-sub,
.gt-el-hero-7 .h1-sub {
  margin: 0 0 2.15rem;
  max-width: 32rem;
  line-height: 1.65;
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 400;
  color: var(--ppt-muted);
}

.gt-el-hero-7 .h-ppt-ctas,
.gt-el-hero-7 .h1-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 2.75rem;
}

.gt-el-hero-7 .h1-ctas .gt-btn--lg {
  padding: 0.95rem 1.55rem;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 7px;
  gap: 0.55rem;
}

.gt-el-hero-7 .h1-ctas .gt-btn-primary-gradient {
  background: var(--ppt-brand);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.1) inset,
    0 12px 28px -14px rgba(0, 33, 81, 0.85);
  transition: transform 0.35s var(--ppt-ease), box-shadow 0.35s var(--ppt-ease), background 0.25s ease;
}

.gt-el-hero-7 .h1-ctas .gt-btn-primary-gradient:hover {
  transform: translateY(-1px);
  background: var(--ppt-brand-mid);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12) inset,
    0 16px 36px -12px rgba(0, 33, 81, 0.9);
  filter: none;
}

.gt-el-hero-7 .h1-ctas .gt-btn-outline-light {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 0.3s ease, background 0.3s ease;
}

.gt-el-hero-7 .h1-ctas .gt-btn-outline-light:hover {
  border-color: rgba(125, 176, 224, 0.4);
  background: rgba(0, 33, 81, 0.35);
  transform: none;
}

.gt-el-hero-7 .h-ppt-stats,
.gt-el-hero-7 .h1-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.35rem 1.75rem;
  align-items: center;
}

.gt-el-hero-7 .h1-stat-divider {
  width: 1px;
  height: 2.25rem;
  background: linear-gradient(180deg, transparent, rgba(125, 176, 224, 0.28), transparent);
}

.gt-el-hero-7 .h1-stat-value {
  font-family: var(--gt-font-display, inherit);
  font-weight: 700;
  color: #fff;
  font-size: 26px;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0;
  font-variant-numeric: tabular-nums;
}

.gt-el-hero-7 .h1-stat-accent {
  color: var(--ppt-accent);
}

.gt-el-hero-7 .h1-stat-label {
  font-size: 11px;
  font-weight: 550;
  color: var(--ppt-faint);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 5px 0 0;
}

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

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

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

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

.gt-el-hero-7 .h1-card.preview-card {
  background: #0c121c;
  border-radius: 12px;
  box-shadow:
    0 32px 72px -24px rgba(0, 0, 0, 0.78),
    0 0 0 1px rgba(125, 176, 224, 0.12);
}

.gt-el-hero-7 .preview-chrome {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.015) 100%);
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.gt-el-hero-7 .preview-url {
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.3);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.gt-el-hero-7 .badge-float {
  border-radius: 6px;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.gt-el-hero-7 .badge-float--amber {
  background: rgba(12, 18, 28, 0.92);
  color: #c9a86c;
  box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(201, 168, 108, 0.3);
}

.gt-el-hero-7 .badge-float--green {
  background: rgba(8, 20, 18, 0.92);
  color: #6ee7b7;
  box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(52, 211, 153, 0.28);
}

.gt-el-hero-7 .badge-float--purple,
.gt-el-hero-7 .badge-float--violet {
  background: rgba(6, 16, 32, 0.94);
  color: #9bc4ea;
  box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(77, 143, 212, 0.35);
}

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

.gt-el-hero-7 .h-ppt-scroll,
.gt-el-hero-7 .h1-scroll {
  position: absolute;
  bottom: 1.75rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  opacity: 0.35;
  z-index: 10;
}

.gt-el-hero-7 .h1-scroll span {
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.16em;
}

.gt-el-hero-7 .h1-scroll svg {
  opacity: 0.8;
  animation: gt-ppt-scroll-bob 2.2s ease-in-out infinite;
}

@keyframes gt-ppt-scroll-bob {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(4px);
  }
}

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