@charset "UTF-8";
body.page-service-landing {
  --svc-primary: #38bdf8;
  --svc-foreground: #f5f5f5;
  --svc-muted-fg: hsl(0 0% 60%);
  --svc-border: hsl(0 0% 20%);
  overflow-x: hidden;
}

body.page-service-landing .animate-on-scroll {
  opacity: 1;
  transform: none;
}

body.page-service-landing .animate-on-scroll.animate {
  animation: fade-up 0.5s ease forwards;
}

.service-page {
  background: hsl(0, 0%, 8%);
  color: var(--svc-foreground);
}

.service-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100svh;
  background: hsl(0, 0%, 8%);
}

.service-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  contain: layout style paint;
}

.service-hero__media-fallback,
.service-hero__video {
  width: 100%;
  height: 100%;
}

.service-hero__media-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(ellipse 72% 58% at 68% 42%, rgba(34, 197, 94, 0.1), transparent 58%), radial-gradient(ellipse 48% 40% at 22% 78%, rgba(56, 189, 248, 0.06), transparent 62%), linear-gradient(165deg, hsl(0, 0%, 5%), hsl(0, 0%, 9%) 48%, hsl(0, 0%, 7%));
}

.service-hero__video {
  position: absolute;
  inset: 0;
  z-index: 1;
  object-fit: cover;
  object-position: center;
}

.service-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 42rem;
  padding: calc(5.5rem + env(safe-area-inset-top, 0px)) clamp(1.25rem, 3vw, 2.5rem) 2rem;
  margin-top: clamp(0.5rem, 3vh, 2rem);
  pointer-events: none;
  font-family: "Sora", var(--font-sans);
}

.service-hero__anim {
  animation: fade-up 0.42s ease both;
}

.service-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.service-hero__num {
  color: var(--svc-primary);
}

.service-hero__title {
  margin: 0 0 0.75rem;
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.service-hero__title-accent {
  color: var(--svc-primary);
}

.service-hero__subheading {
  margin: 0 0 0.75rem;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}

.service-hero__description {
  margin: 0 0 1.5rem;
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  line-height: 1.6;
  color: var(--svc-muted-fg);
}

.service-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  pointer-events: auto;
}

.service-hero__btn {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border: none;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  cursor: pointer;
}

.service-hero__btn--primary {
  background: linear-gradient(180deg, #60a5fa, #2563eb);
}

.service-hero__btn--secondary {
  background: #fff;
  color: #111;
  text-decoration: none;
}

.service-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
}

.service-page__body {
  padding: clamp(2.5rem, 6vw, 4rem) clamp(1rem, 3vw, 1.5rem);
  background: hsl(0, 0%, 10%);
  border-top: 1px solid var(--svc-border);
}

.service-page__body-inner {
  max-width: 44rem;
  margin: 0 auto;
}

.service-page__placeholder {
  margin: 0;
  padding: 2rem;
  border: 1px dashed var(--svc-border);
  border-radius: 0.5rem;
  text-align: center;
  color: var(--svc-muted-fg);
}

.service-page__content {
  background: #030303;
  color: #f5f5f5;
}

.service-landing {
  background: #030303;
}

.service-section {
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1rem, 3vw, 1.5rem);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.service-section--overview {
  background: radial-gradient(ellipse 80% 50% at 50% 0, rgba(37, 99, 235, 0.12), transparent 70%), #030303;
}

.service-section--deliverables,
.service-section--other {
  background: #050505;
}

.service-section--process,
.service-section--stack {
  background: #030303;
}

.service-section__inner {
  max-width: 72rem;
  margin: 0 auto;
}

.service-section__kicker {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.service-section__num {
  color: var(--svc-primary);
}

.service-section__title {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.service-section__lead {
  margin: 0;
  max-width: 44rem;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68);
}

.service-deliverables__grid,
.service-stack__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
  gap: 1rem;
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
}

.service-cases__grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .service-cases__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.service-deliverables__card,
.service-stack__card,
.service-cases__card {
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.02);
}

.service-deliverables__card-title,
.service-stack__card-title,
.service-cases__card-title {
  margin: 0 0 0.5rem;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #fff;
}

.service-deliverables__card-text,
.service-stack__card-text,
.service-process__text,
.service-cases__lead,
.service-cta__lead,
.service-faq__answer {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62);
}

.service-process__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
}

.service-process__step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1.25rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.service-process__step:last-child {
  border-bottom: none;
}

.service-process__index {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--svc-primary);
  padding-top: 0.15rem;
}

.service-process__title {
  margin: 0 0 0.35rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.tech-stack-cloud.service-stack {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.tech-stack-cloud__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.25rem, 2.8vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.tech-stack-cloud__lead {
  max-width: 44rem;
  margin: 0 0 clamp(1.25rem, 3vw, 1.75rem);
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.58);
}

.tech-stack-cloud__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.85rem, 2vw, 1.1rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.tech-stack-cloud__grid--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tech-stack-cloud__card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: clamp(1rem, 2.5vw, 1.25rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.tech-stack-cloud__card:hover {
  border-color: rgba(56, 189, 248, 0.28);
  background: rgba(56, 189, 248, 0.04);
}

.tech-stack-cloud__name {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #fff;
}

.tech-stack-cloud__desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 900px) {
  .tech-stack-cloud__grid,
  .tech-stack-cloud__grid--cols-3 {
    grid-template-columns: 1fr;
  }
}
.service-cases {
  padding: clamp(3rem, 8vw, 5rem) clamp(1rem, 3vw, 2rem);
  background: #030303;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.service-cases__inner {
  max-width: 76rem;
  margin: 0 auto;
}

.service-cases__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.service-cases__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.service-cases__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 3.2vw, 2.25rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.service-cases__link {
  flex-shrink: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--svc-primary);
  text-decoration: none;
}

.service-cases__empty {
  margin: 0;
  padding: 2rem 1.25rem;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.55);
}

.service-cases__empty a {
  color: var(--svc-primary);
}

.service-other__list {
  display: flex;
  flex-direction: column;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.service-other__row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.service-other__num {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--svc-primary);
}

.service-other__name {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.service-other__link {
  color: inherit;
  text-decoration: none;
}

.service-other__row:hover .service-other__link,
.service-other__row:hover .service-other__arrow {
  color: var(--svc-primary);
}

.service-other__desc {
  margin: 0.2rem 0 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
}

.service-other__arrow {
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
}

.service-faq {
  padding: clamp(3rem, 6vw, 4.5rem) clamp(1.25rem, 3vw, 2rem);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.service-faq__inner {
  max-width: 48rem;
  margin: 0 auto;
}

.service-faq__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.375rem, 2.8vw, 1.875rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.service-faq__lead {
  margin: 0 0 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.65);
}

.service-faq__subsection {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.service-faq__subsection + .service-faq__subsection {
  margin-top: 2.75rem;
  padding-top: 2.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.service-faq__subsection-title {
  margin: 0;
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.service-faq__subsection-lead {
  max-width: 42rem;
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.62);
}

.service-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.service-faq__item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.service-faq__question {
  padding: 1rem 1.25rem;
  cursor: pointer;
  list-style: none;
}

.service-faq__question::-webkit-details-marker {
  display: none;
}

.service-faq__question-heading {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
}

.service-faq__answer {
  padding: 0 1.25rem 1.25rem;
}

.service-pricing {
  padding: 1.5rem;
  border-radius: 1.25rem;
  background: color-mix(in srgb, var(--color-lime-pulse, #b8ff3c) 10%, #f4f7f5);
  border: 1px solid color-mix(in srgb, var(--color-ground-iron) 12%, transparent);
}

.service-pricing .service-section__title {
  margin-bottom: 0.75rem;
}

.service-pricing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.service-pricing .service-cta__btn--secondary {
  color: inherit;
  background: color-mix(in srgb, var(--color-ground-iron) 6%, #fff);
  border: 1px solid color-mix(in srgb, var(--color-ground-iron) 14%, transparent);
}

.service-cta__inner {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
}

.service-cta__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.service-cta__lead {
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.78);
}

.service-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.service-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.65rem 1.35rem;
  border: none;
  border-radius: var(--radius-pill, 999px);
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  cursor: pointer;
}

.service-cta__btn--primary {
  background: #fff;
  color: #111;
}

.service-cta__btn--secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.service-cases__media {
  aspect-ratio: 16/10;
  margin: -1.25rem -1.35rem 1rem;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
  background: hsl(0, 0%, 14%);
}

.service-cases__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-cases__company {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 640px) {
  .service-cases__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .service-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .service-cta__btn {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .service-hero__video {
    display: none;
  }
  .service-hero__anim {
    opacity: 1;
    animation: none;
  }
}
/* —— /services hub —— */
.services-hub {
  padding: clamp(5.5rem, 12vw, 8rem) 0 clamp(3rem, 6vw, 5rem);
}

.services-hub__inner {
  width: min(100% - 2rem, 56rem);
  margin-inline: auto;
}

.services-hub__header {
  margin-bottom: 2rem;
}

.services-hub__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.services-hub__title {
  margin: 0 0 1rem;
  font-family: var(--font-goga, inherit);
  font-size: clamp(1.75rem, 4.5vw, 2.75rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--color-phosphor-white, #fff);
}

.services-hub__lead {
  margin: 0;
  max-width: 40rem;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65);
}

.services-hub__list {
  margin-top: 0.5rem;
}

.services-hub__list .service-other__name {
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
}

.services-hub__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  margin-top: 2.5rem;
}

.services-hub__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.875rem 1.5rem;
  border-radius: 999px;
  background: var(--svc-primary, #b6ff3b);
  color: #0a0a0a;
  font-weight: 600;
  text-decoration: none;
}

.services-hub__cta-link {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  text-decoration: none;
}

.services-hub__cta-link:hover {
  color: var(--svc-primary, #b6ff3b);
}
