/* ==========================================================================
   ADVENNO PHASE 4 PAGE - TECHNOLOGIES (SCOPED)
   --------------------------------------------------------------------------
   Scope:
   - technologies.php only
   - preserve content/SEO/schema and page behavior
   - replace inline presentation with scoped utility classes
   ========================================================================== */

.p4-tech-page {
  background:
    radial-gradient(980px 460px at 9% -8%, rgba(20, 184, 166, 0.11), transparent 60%),
    radial-gradient(840px 390px at 90% 6%, rgba(37, 99, 235, 0.12), transparent 58%);
}

.p4-tech-page .p4-tech-main {
  padding-top: clamp(4.8rem, 7vw, 5.9rem);
}

/* Prevent transformed grid overlay from expanding scroll width on this page. */
.p4-tech-page .grid-overlay {
  transform: none !important;
}

.p4-tech-page .p4-tech-hero {
  padding-top: clamp(1.4rem, 3vw, 2.1rem);
}

.p4-tech-page .p4-tech-hero-copy {
  max-width: 37.5rem;
  margin: 0 auto;
}

.p4-tech-page .p4-tech-hero-actions {
  margin-top: 1.2rem;
  justify-content: center;
}

.p4-tech-page .p4-tech-section-header {
  text-align: left;
  margin-bottom: var(--space-2xl);
}

.p4-tech-page .p4-tech-section-intro {
  margin-top: 1rem;
  color: var(--color-text-secondary, #9ca3af);
  max-width: 40rem;
}

.p4-tech-page .p4-tech-tech-grid .tech-item {
  border: 1px solid var(--color-border-default, rgba(255, 255, 255, 0.12));
  border-radius: var(--radius-md, 10px);
  background:
    linear-gradient(
      165deg,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0.015) 100%
    ),
    var(--color-surface-1, #11162a);
}

.p4-tech-page .p4-tech-vercel-icon {
  transform: rotate(180deg);
}

.p4-tech-page .p4-tech-cta-actions {
  justify-content: center;
}

.p4-tech-page .p4-tech-sticky-btn {
  width: 100%;
  justify-content: center;
}

@media (max-width: 767px) {
  .p4-tech-page .p4-tech-main {
    padding-top: 4.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .p4-tech-page .p4-tech-tech-grid .tech-item {
    transition: none;
  }
}
