/* Technologies page template */
.technologies-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 16%, rgba(79, 70, 229, 0.12), transparent 30%),
    radial-gradient(circle at 8% 84%, rgba(255, 106, 77, 0.1), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f6f7ff 48%, #ffffff 100%);
}

.technologies-page h1,
.technologies-page h2,
.technologies-page h3 {
  letter-spacing: 0;
}

.technologies-hero {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  padding: 58px 0 52px;
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 106, 77, 0.2), transparent 26%),
    radial-gradient(circle at 78% 30%, rgba(79, 70, 229, 0.48), transparent 34%),
    linear-gradient(135deg, #080413 0%, #160636 44%, #4F16E8 100%);
  color: #ffffff;
  isolation: isolate;
}

.technologies-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 58px 58px, 58px 58px, 14px 14px, 14px 14px;
  opacity: 0.64;
  pointer-events: none;
}

.technologies-glow {
  position: absolute;
  top: -42%;
  right: -10%;
  width: 52%;
  height: 115%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 106, 77, 0.32), rgba(79, 70, 229, 0.16) 42%, transparent 72%);
  filter: blur(2px);
  pointer-events: none;
}

.technologies-wireframe {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.38);
  opacity: 0.68;
  pointer-events: none;
}

.technologies-wireframe::before,
.technologies-wireframe::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
}

.technologies-wireframe-one {
  right: -40px;
  top: 36px;
  width: 210px;
  height: 126px;
  transform: skewX(-12deg);
}

.technologies-wireframe-one::before {
  right: 42px;
  bottom: -74px;
  width: 122px;
  height: 74px;
}

.technologies-wireframe-one::after {
  right: -82px;
  top: 48px;
  width: 82px;
  height: 142px;
}

.technologies-wireframe-two {
  right: 172px;
  bottom: -44px;
  width: 132px;
  height: 132px;
  transform: rotate(45deg);
}

.technologies-wireframe-two::before {
  left: -56px;
  top: 38px;
  width: 56px;
  height: 56px;
}

.technologies-wireframe-two::after {
  right: -46px;
  bottom: 24px;
  width: 46px;
  height: 46px;
}

.technologies-hero .container {
  position: relative;
  z-index: 1;
}

.technologies-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 34px;
  align-items: center;
}

.technologies-hero-copy {
  max-width: 820px;
}

.technologies-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
}

.technologies-hero .headline,
.technologies-hero .lead {
  color: #ffffff;
}

.technologies-hero .headline {
  max-width: 860px;
  margin: 0;
}

.technologies-hero .lead {
  max-width: 700px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.technologies-hero-panel,
.technologies-card,
.technologies-delivery-list article,
.technologies-cta {
  border: 1px solid rgba(79, 70, 229, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 60px rgba(17, 10, 38, 0.08);
}

.technologies-hero-panel {
  padding: 20px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

.technologies-hero-panel .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.technologies-hero-panel p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.technologies-hero-metrics {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.technologies-hero-metrics div {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.technologies-hero-metrics strong,
.technologies-hero-metrics span {
  display: block;
}

.technologies-hero-metrics strong {
  color: #ffffff;
  font-family: var(--font-display);
}

.technologies-hero-metrics span {
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-mono);
  text-transform: uppercase;
}

.technologies-stack-section {
  padding-top: 42px !important;
}

.technologies-section-head {
  max-width: 780px;
  margin-bottom: 30px;
}

.technologies-section-head .eyebrow,
.technologies-highlight-copy .eyebrow,
.technologies-cta .eyebrow {
  color: #4F46E5;
}

.technologies-section-head h2,
.technologies-highlight-copy h2,
.technologies-cta h2 {
  margin: 8px 0 0;
  color: #080413;
}

.technologies-section-head p,
.technologies-highlight-copy p,
.technologies-cta p {
  margin: 14px 0 0;
  color: #4d5b70;
}

.technologies-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.technologies-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  isolation: isolate;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.technologies-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 106, 77, 0.15), transparent 30%),
    radial-gradient(circle at 100% 22%, rgba(79, 70, 229, 0.14), transparent 34%);
  opacity: 0;
  transition: opacity 0.24s ease;
  content: "";
}

.technologies-card:hover,
.technologies-card:focus-within {
  border-color: rgba(79, 70, 229, 0.34);
  box-shadow: 0 30px 76px rgba(17, 10, 38, 0.14);
  transform: translateY(-5px);
}

.technologies-card:hover::before,
.technologies-card:focus-within::before {
  opacity: 1;
}

.technologies-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.94), rgba(255, 106, 77, 0.88));
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(17, 10, 38, 0.16);
}

.technologies-card h3 {
  margin: 0;
  color: #080413;
}

.technologies-card p {
  margin: 12px 0 0;
  color: #4d5b70;
}

.technologies-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.technologies-chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(79, 70, 229, 0.12);
  border-radius: 999px;
  background: rgba(244, 245, 250, 0.9);
  color: #21185e;
  font-family: var(--font-mono);
  line-height: 1;
}

.technologies-highlight-section {
  background:
    radial-gradient(circle at 8% 16%, rgba(79, 70, 229, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(244, 245, 250, 0.72));
}

.technologies-highlight-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: 30px;
  align-items: start;
}

.technologies-highlight-copy {
  max-width: 680px;
}

.technologies-delivery-list {
  display: grid;
  gap: 14px;
}

.technologies-delivery-list article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 20px;
}

.technologies-delivery-list article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #110A26;
  color: #ffffff;
  font-family: var(--font-mono);
  box-shadow: 0 18px 34px rgba(17, 10, 38, 0.14);
}

.technologies-delivery-list h3 {
  margin: 0;
  color: #080413;
}

.technologies-delivery-list p {
  margin: 8px 0 0;
  color: #4d5b70;
}

.technologies-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 106, 77, 0.2), transparent 34%),
    radial-gradient(circle at 8% 92%, rgba(79, 70, 229, 0.18), transparent 34%),
    #ffffff;
}

.technologies-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  background: linear-gradient(100deg, #4F46E5, #FF6A4D);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(255, 106, 77, 0.14);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.technologies-cta a:hover,
.technologies-cta a:focus {
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(79, 70, 229, 0.2);
  transform: translateY(-2px);
}

@media (max-width: 1199.98px) {
  .technologies-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .technologies-highlight-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .technologies-hero-layout,
  .technologies-cta {
    grid-template-columns: 1fr;
  }

  .technologies-cta a {
    justify-self: start;
  }

  .technologies-wireframe-one {
    right: -118px;
  }

  .technologies-wireframe-two {
    right: 86px;
  }
}

@media (max-width: 767.98px) {
  .technologies-hero {
    min-height: auto;
    padding: 48px 0 44px;
  }

  .technologies-hero-panel {
    display: none;
  }

  .technologies-card-grid {
    grid-template-columns: 1fr;
  }

  .technologies-card,
  .technologies-cta {
    padding: 20px;
  }

  .technologies-delivery-list article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .technologies-wireframe {
    opacity: 0.36;
  }

  .technologies-cta a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .technologies-card,
  .technologies-card::before,
  .technologies-cta a {
    transition: none;
  }
}
