@charset "UTF-8";
/* ══════════════════════════════════════════════════════════════════
   SINGLE SERVICE PAGE STYLES
   Based on service-web-dev.html, service-creative-design.html, service-api.html
   ═══════════════════════════════════════════════════════════════════ */
/* ══ HERO SECTION ══ */
.svc-hero {
  position: relative;
  background: var(--bg);
  border-bottom: 1px solid var(--rim);
  overflow: hidden;
  padding: 120px 0 80px;
}

.svc-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 5%, var(--p) 30%, var(--p3) 50%, var(--p) 70%, transparent 95%);
  opacity: 0.5;
}

.hero-grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, rgba(157, 102, 245, 0.05) 1px, transparent 1px), linear-gradient(0deg, rgba(157, 102, 245, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  opacity: 0.3;
}

.hero-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
  z-index: 2;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 48px;
  opacity: 0;
  animation: fadeUp 0.8s 0.2s ease forwards;
}

.breadcrumb a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: var(--txt);
}

.breadcrumb-sep {
  color: var(--dim);
}

.hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hero-text {
  max-width: 600px;
}

.hero-service-num {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-style: italic;
  color: var(--p2);
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeUp 0.8s 0.25s ease forwards;
}

.hero-h {
  font-size: clamp(42px, 7vw, 72px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.1;
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp 0.8s 0.3s ease forwards;
}
.hero-h em {
  font-style: italic;
  color: var(--p3);
}

.hero-h span {
  display: block;
}

.hero-h .white {
  background: linear-gradient(145deg, var(--txt) 30%, rgba(238, 235, 255, 0.7) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-h .violet {
  background: linear-gradient(145deg, var(--p2) 0%, var(--p3) 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-h .indent {
  padding-left: clamp(40px, 7vw, 110px);
}

.hero-desc {
  margin-top: 28px;
  max-width: 440px;
  font-size: 15px;
  color: rgba(238, 235, 255, 0.55);
  line-height: 1.85;
  opacity: 0;
  animation: fadeUp 0.8s 0.42s ease forwards;
}

.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 36px;
  opacity: 0;
  animation: fadeUp 0.8s 0.55s ease forwards;
}

.hero-stats {
  display: flex;
  gap: 0;
  margin-top: 52px;
  border-top: 1px solid var(--rim);
  opacity: 0;
  animation: fadeUp 0.8s 0.65s ease forwards;
}

.hs-item {
  flex: 1;
  padding: 20px 24px;
  border-right: 1px solid var(--rim);
}

.hs-item:first-child {
  padding-left: 0;
}

.hs-item:last-child {
  border-right: none;
}

.hs-num {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.05em;
  background: linear-gradient(135deg, var(--txt) 40%, var(--p3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.hs-label {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-style: italic;
  color: var(--muted);
  letter-spacing: 0.07em;
  margin-top: 4px;
}

/* Hero Visual */
.hero-visual {
  position: relative;
  opacity: 0;
  animation: fadeUp 0.9s 0.45s ease forwards;
}

.browser-frame {
  border: 1px solid var(--rim2);
  border-radius: var(--r3);
  background: var(--bg1);
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(157, 102, 245, 0.15);
}

.browser-bar {
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid var(--rim);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.browser-dots {
  display: flex;
  gap: 6px;
}

.browser-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--dim);
}

.browser-dots span:first-child {
  background: rgba(239, 68, 68, 0.5);
}

.browser-dots span:nth-child(2) {
  background: rgba(234, 179, 8, 0.5);
}

.browser-dots span:last-child {
  background: rgba(34, 197, 94, 0.4);
}

.browser-url {
  flex: 1;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--rim);
  border-radius: 6px;
  padding: 5px 12px;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  font-style: italic;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.browser-url .url-scheme {
  color: var(--p2);
}

.browser-body {
  padding: 0;
}

.browser-body img {
  width: 100%;
  display: block;
  filter: brightness(0.8) saturate(60%);
}

/* Floating Badges */
.vbadge {
  position: absolute;
  border: 1px solid rgba(157, 102, 245, 0.4);
  background: rgba(12, 12, 24, 0.92);
  backdrop-filter: blur(12px);
  border-radius: var(--r2);
  padding: 12px 16px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 3;
}

.vbadge-icon {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: var(--pdim);
  border: 1px solid rgba(124, 58, 237, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.vbadge-val {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.vbadge-sub {
  font-family: "DM Mono", monospace;
  font-size: 9px;
  font-style: italic;
  color: var(--muted);
  margin-top: 2px;
}

.vb-badge-1 {
  top: -18px;
  left: -20px;
  animation: float 5s ease-in-out infinite;
}

.vb-badge-2 {
  bottom: 60px;
  right: -20px;
  animation: float 5.5s ease-in-out infinite 0.8s;
}

.vb-badge-3 {
  bottom: -18px;
  left: 32px;
  animation: float 4.8s ease-in-out infinite 0.4s;
}

/* Hero Ring Decoration */
.hero-ring {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 1px solid rgba(124, 58, 237, 0.1);
  top: -80px;
  right: -100px;
  pointer-events: none;
  animation: spinSlow 40s linear infinite;
}

.hero-ring::before {
  content: "";
  position: absolute;
  inset: 40px;
  border-radius: 50%;
  border: 1px solid rgba(157, 102, 245, 0.07);
}

/* Orbs */
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
  mix-blend-mode: screen;
}

.orb-1 {
  width: 400px;
  height: 400px;
  background: rgba(124, 58, 237, 0.4);
  top: -100px;
  left: -100px;
}

.orb-2 {
  width: 300px;
  height: 300px;
  background: rgba(139, 92, 246, 0.3);
  bottom: 100px;
  right: 50px;
}

.orb-3 {
  width: 250px;
  height: 250px;
  background: rgba(167, 139, 250, 0.2);
  top: 50%;
  right: -100px;
}

/* ══ RESPONSIVE ══ */
@media (max-width: 1024px) {
  .hero-inner {
    padding: 0 32px;
  }
  .hero-split {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-visual {
    display: none;
  }
}
@media (max-width: 900px) {
  .svc-hero {
    padding: 80px 0 60px;
  }
  .hero-inner {
    padding: 0 20px;
  }
  .hero-h {
    font-size: 42px;
  }
  .hero-h .indent {
    padding-left: 28px;
  }
  .hero-stats {
    flex-wrap: wrap;
  }
  .hero-stats .hs-item:nth-child(odd) {
    padding-left: 0 !important;
  }
  .hero-stats .hs-item:nth-child(even) {
    padding-right: 0 !important;
  }
  .hs-item {
    min-width: 45%;
    border-right: none;
    border-bottom: 1px solid var(--rim);
  }
}
@media (max-width: 640px) {
  .svc-hero {
    padding: 60px 0 40px;
  }
  .hero-h {
    font-size: 32px;
  }
  .hero-cta {
    flex-direction: column;
  }
  .breadcrumb {
    font-size: 12px;
  }
}
/* ══ ANIMATIONS ══ */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes spinSlow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ══ SCROLL REVEAL ══ */
.sr {
  opacity: 0;
}

.sr.visible {
  animation: fadeUp 0.8s ease forwards;
}

.sr-left {
  opacity: 0;
  transform: translateX(-40px);
}

.sr-left.visible {
  animation: slideRight 0.8s ease forwards;
}

.sr-right {
  opacity: 0;
  transform: translateX(40px);
}

.sr-right.visible {
  animation: slideLeft 0.8s ease forwards;
}

@keyframes slideRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ══════════════════════════════════════════════════════════════════
   SECTION PARTIALS STYLES
   ═══════════════════════════════════════════════════════════════════ */
.section {
  padding: 80px 48px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 900px) {
  .section {
    padding: 60px 32px;
  }
}
@media (max-width: 640px) {
  .section {
    padding: 48px 24px;
  }
}

.section-container {
  display: flex;
  flex-direction: column;
}

.section-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: var(--txt);
  margin-bottom: 40px;
}

.section-subtitle {
  font-size: 14px;
  color: var(--p3);
  font-style: italic;
  font-family: "DM Mono", monospace;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.section-description {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.75;
  max-width: 600px;
  margin-bottom: 20px;
}

/* ══ CAPABILITIES ══ */
.capabilities-section .cap-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
.capabilities-section .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  font-style: italic;
  color: var(--muted);
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}
.capabilities-section .eyebrow::before {
  content: "//";
  color: var(--p2);
  margin-right: 2px;
}
.capabilities-section .section-h {
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.capabilities-section .section-h em {
  font-style: italic;
  color: var(--p3);
}
.capabilities-section .cap-sub {
  max-width: 380px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
}
@media (max-width: 900px) {
  .capabilities-section .cap-header {
    margin-bottom: 40px;
    align-items: flex-start;
  }
  .capabilities-section .cap-sub {
    max-width: 100%;
  }
}

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 0;
  counter-reset: cap-count;
}
@media (max-width: 1024px) {
  .capabilities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .capabilities-grid {
    grid-template-columns: 1fr;
  }
}

.capability-card {
  counter-increment: cap-count;
  border: 1px solid var(--rim);
  border-radius: var(--r3);
  padding: 32px;
  background: var(--surface);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.capability-card:hover {
  border-color: rgba(157, 102, 245, 0.4);
  box-shadow: 0 12px 40px rgba(124, 58, 237, 0.15);
  transform: translateY(-4px);
}
.capability-card.wide {
  grid-column: span 2;
  flex-direction: row;
  padding: 32px;
  overflow: hidden;
  min-height: 320px;
}

.cap-left {
  display: flex;
  flex-direction: column;
  padding: 32px;
  flex: 1;
}

.cap-wide-image {
  flex: 0 0 38%;
  padding: 20px 20px 20px 0;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.cap-wide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 12px;
}

@media (max-width: 900px) {
  .capability-card.wide {
    grid-column: span 1;
    flex-direction: column;
    min-height: 0;
  }
  .cap-wide-image {
    flex: none;
    width: 100%;
    padding: 0 20px 20px;
  }
  .cap-wide-image img {
    height: 220px;
  }
}
.cap-eyebrow {
  font-family: "DM Mono", monospace;
  font-size: 12px;
  font-style: italic;
  color: var(--p2);
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  font-weight: 500;
}
.cap-eyebrow::before {
  content: "// " counter(cap-count, decimal-leading-zero);
}

.cap-icon-container {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(157, 102, 245, 0.2) 0%, rgba(124, 58, 237, 0.15) 100%);
  border: 1px solid rgba(157, 102, 245, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.cap-icon {
  font-size: 32px;
  margin-bottom: 0;
}

.cap-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  color: var(--txt);
  line-height: 1.3;
}

.cap-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 16px;
}

.cap-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}
.cap-pills .pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 11px;
  border-radius: 100px;
  border: 1px solid var(--rim2);
  background: var(--surface);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.07em;
  color: var(--p3);
}

/* ══ TOOLS ══ */
.tools-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .tools-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .tools-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .tools-grid {
    grid-template-columns: 1fr;
  }
}

.tool-card {
  text-align: center;
  padding: 20px;
  border-radius: var(--r2);
  transition: all 0.2s ease;
}
.tool-card:hover {
  background: var(--pdim);
}

.tool-icon {
  font-size: 36px;
  margin-bottom: 12px;
}

.tool-name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--txt);
}

.tool-type {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 12px;
  font-style: italic;
}

.tool-proficiency,
.tool-bar-wrap {
  background: var(--surface);
  height: 6px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid var(--rim);
}
.tool-proficiency .proficiency-bar,
.tool-proficiency .tool-bar,
.tool-bar-wrap .proficiency-bar,
.tool-bar-wrap .tool-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--p) 0%, var(--p3) 100%);
  border-radius: 3px;
  width: 0;
  transition: width 0.8s ease;
}

/* ══ DISCIPLINES (TABS) ══ */
.disciplines-section .cap-sub {
  max-width: 380px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
}
@media (max-width: 900px) {
  .disciplines-section .cap-header {
    margin-bottom: 40px;
    align-items: flex-start;
  }
  .disciplines-section .cap-sub {
    max-width: 100%;
  }
}

.disciplines-tabs {
  margin-top: 40px;
}

.tabs-nav,
.tab-buttons {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid var(--rim);
  margin-bottom: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 12px;
  scrollbar-width: none;
}
.tabs-nav::-webkit-scrollbar,
.tab-buttons::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
@media (max-width: 640px) {
  .tabs-nav,
  .tab-buttons {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.tab-btn {
  padding: 8px 18px;
  border: 1px solid transparent;
  border-radius: var(--r2);
  background: transparent;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.tab-btn:hover {
  color: var(--txt);
  border-color: var(--rim);
}
.tab-btn.active {
  background: var(--pdim);
  color: var(--p3);
  border-color: var(--p2);
}

.tabs-content,
.tab-panels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}

.disc-panel-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 900px) {
  .disc-panel-grid {
    grid-template-columns: 1fr;
  }
}

.disc-number {
  font-family: "DM Mono", monospace;
  font-size: 12px;
  font-style: italic;
  color: var(--p2);
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.disc-image-wrap {
  border: 1px solid var(--rim);
  border-radius: var(--r3);
  overflow: hidden;
  background: var(--surface);
}

.disc-image {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: saturate(0.75) brightness(0.9);
}

.disc-features {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.disc-feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: rgba(238, 235, 255, 0.78);
}
.disc-feature::before {
  content: "↳";
  color: var(--p2);
  flex-shrink: 0;
  margin-top: 1px;
}

.disc-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.disc-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 11px;
  border-radius: 100px;
  border: 1px solid var(--rim2);
  background: var(--surface);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.07em;
  color: var(--p3);
}

.tab-heading {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
  color: var(--txt);
}

.tab-description {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75;
  max-width: 600px;
}
.tab-description ul {
  list-style: none;
  margin-top: 15px;
}
.tab-description ul li {
  color: rgba(238, 235, 255, 0.7);
}
.tab-description ul li::before {
  content: "✓";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--pdim);
  border: 1px solid rgba(124, 58, 237, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: var(--p3);
  margin-top: 1px;
  margin-right: 8px;
}

/* ══ INTEGRATIONS (TABS + GRID) ══ */
.integrations-tabs {
  margin-top: 40px;
}

.cat-tabs-nav,
.cat-tabs {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid var(--rim);
  margin-bottom: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 12px;
  scrollbar-width: none;
}
.cat-tabs-nav::-webkit-scrollbar,
.cat-tabs::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.cat-btn {
  padding: 8px 18px;
  border: 1px solid transparent;
  border-radius: var(--r2);
  background: transparent;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.cat-btn:hover {
  color: var(--txt);
  border-color: var(--rim);
}
.cat-btn.active {
  background: var(--pdim);
  color: var(--p3);
  border-color: var(--p2);
}

.cat-panels {
  display: grid;
  grid-template-columns: 1fr;
}

.cat-panel {
  display: none;
}
.cat-panel.active {
  display: block;
}

.services-grid,
.logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .services-grid,
  .logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .services-grid,
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .services-grid,
  .logo-grid {
    grid-template-columns: 1fr;
  }
}

.service-tile,
.logo-tile {
  border: 1px solid var(--rim);
  border-radius: var(--r2);
  padding: 20px;
  text-align: center;
  background: var(--surface);
  transition: all 0.2s ease;
  position: relative;
}
.service-tile:hover,
.logo-tile:hover {
  border-color: rgba(157, 102, 245, 0.4);
  background: var(--pdim);
}
.service-tile .st-icon,
.service-tile .logo-icon,
.logo-tile .st-icon,
.logo-tile .logo-icon {
  font-size: 28px;
  margin-bottom: 12px;
}
.service-tile .st-name,
.service-tile h4,
.logo-tile .st-name,
.logo-tile h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--txt);
  margin-bottom: 4px;
}
.service-tile .st-badge,
.service-tile .badge,
.logo-tile .st-badge,
.logo-tile .badge {
  display: inline-block;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  color: var(--p3);
  background: var(--pdim2);
  padding: 2px 6px;
  border-radius: 3px;
  margin-top: 6px;
}

/* ══ PROCESS (STEPPER) ══ */
.process-section .section-container {
  gap: unset !important;
}
.process-section .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  font-style: italic;
  color: var(--muted);
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}
.process-section .eyebrow::before {
  content: "//";
  color: var(--p2);
  margin-right: 2px;
}
.process-section .section-h {
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin-bottom: 56px;
}
.process-section .section-h em {
  font-style: italic;
  color: var(--p3);
}

.section-title,
.cc-title {
  margin-bottom: 40px;
}
.section-title em,
.cc-title em {
  font-style: italic;
  color: var(--p3);
}

.ps-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.ps-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}
.ps-steps::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 27px;
  width: 1px;
  background: var(--rim);
}

.ps-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  padding: 24px 0;
  cursor: pointer;
}

.ps-dot-wrap {
  display: flex;
  justify-content: center;
  padding-top: 4px;
}

.ps-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid var(--dim);
  background: var(--bg);
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.ps-step.active .ps-dot {
  border-color: var(--p2);
  background: var(--p);
  box-shadow: 0 0 12px var(--pglow);
}

.ps-step-num {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-style: italic;
  color: var(--p2);
  margin-bottom: 4px;
}

.ps-step-title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--muted);
  margin-bottom: 4px;
  transition: color 0.3s;
}

.ps-step.active .ps-step-title {
  color: var(--txt);
}

.ps-step-sub {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.3s;
  opacity: 0;
}

.ps-step.active .ps-step-sub {
  max-height: 140px;
  opacity: 1;
}

.ps-panel {
  position: sticky;
  top: 96px;
  border: 1px solid var(--rim);
  border-radius: var(--r3);
  overflow: hidden;
  background: var(--bg1);
}

.ps-panel-inner {
  display: none;
}

.ps-panel-inner.active {
  display: block;
}

.pp-image {
  position: relative;
}
.pp-image img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.72) saturate(55%);
  display: block;
}
.pp-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(8, 8, 16, 0.85) 100%);
}

.pp-body {
  padding: 28px;
}
.pp-body ul {
  list-style: none;
  margin-top: 15px;
}
.pp-body ul li {
  color: rgba(238, 235, 255, 0.7);
}
.pp-body ul li::before {
  content: "↳";
  color: var(--p2);
  flex-shrink: 0;
  margin-top: 1px;
  margin-right: 8px;
}

.pp-step-label {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-style: italic;
  color: var(--p2);
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.pp-title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.pp-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 16px;
}

.pp-deliverables {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.pp-del {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  color: rgba(238, 235, 255, 0.7);
}
.pp-del::before {
  content: "↳";
  color: var(--p2);
  flex-shrink: 0;
  margin-top: 1px;
}

@media (max-width: 900px) {
  .ps-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .ps-panel {
    position: static;
  }
}
/* ══ COMPARISON (TABLE) ══ */
.comp-header {
  margin-bottom: 52px;
}
.comp-header p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 440px;
  margin-top: 12px;
}

.comp-table-wrap {
  overflow-x: auto;
}

.comp-table {
  border: 1px solid var(--rim);
  border-radius: var(--r2);
  overflow: hidden;
  min-width: 540px;
}

.comp-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid var(--rim);
}
.comp-row:last-child {
  border-bottom: none;
}

.comp-cell {
  padding: 17px 22px;
  border-right: 1px solid var(--rim);
  font-size: 13px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 10px;
}
.comp-cell:last-child {
  border-right: none;
}

.comp-row.head .comp-cell {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-style: italic;
  letter-spacing: 0.08em;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.02);
}
.comp-row.head .comp-cell:nth-child(3) {
  background: var(--pdim);
  color: var(--p3);
}

.comp-cell.feat {
  font-weight: 600;
  color: var(--txt);
}

.comp-row:not(.head) .comp-cell:nth-child(3) {
  background: rgba(124, 58, 237, 0.05);
  color: var(--txt);
  font-weight: 500;
}

.cc {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  flex-shrink: 0;
}
.cc.yes {
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #4ade80;
}
.cc.no {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.25);
  color: #f87171;
}
.cc.maybe {
  background: rgba(234, 179, 8, 0.1);
  border: 1px solid rgba(234, 179, 8, 0.3);
  color: #fbbf24;
}

/* ══ CASE STUDIES ══ */
.case-studies-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .case-studies-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .case-studies-grid {
    grid-template-columns: 1fr;
  }
}

.case-card {
  border: 1px solid var(--rim);
  border-radius: var(--r3);
  overflow: hidden;
  background: var(--surface);
  transition: all 0.3s ease;
}
.case-card:hover {
  border-color: rgba(157, 102, 245, 0.4);
  box-shadow: 0 12px 40px rgba(124, 58, 237, 0.15);
  transform: translateY(-6px);
}
.case-card img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.case-content {
  padding: 24px;
}
.case-content .cc-category {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  color: var(--p2);
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  font-style: italic;
}
.case-content .cc-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  color: var(--txt);
}
.case-content .cc-title em {
  font-style: italic;
  color: var(--p3);
}
.case-content .cc-description {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 12px;
}
.case-content .cc-outcome {
  display: inline-block;
  background: var(--pdim);
  color: var(--p3);
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
}

/* ══ TESTIMONIAL ══ */
.testi-strip {
  background: var(--bg);
  border-top: 1px solid var(--rim);
  border-bottom: 1px solid var(--rim);
}

.ts-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 1024px) {
  .ts-inner {
    padding: 56px 32px;
  }
}
@media (max-width: 900px) {
  .ts-inner {
    grid-template-columns: 1fr;
    padding: 52px 20px;
  }
}

.ts-quote-mark {
  font-size: 80px;
  line-height: 0.7;
  font-weight: 800;
  color: var(--pdim2);
  font-style: italic;
  font-family: Georgia, serif;
  margin-bottom: 16px;
}

.ts-text {
  font-size: 18px;
  font-style: italic;
  color: rgba(238, 235, 255, 0.72);
  line-height: 1.75;
}

.ts-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.ts-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(157, 102, 245, 0.35);
  flex-shrink: 0;
}
.ts-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(20%);
}

.ts-name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.ts-role {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-style: italic;
  color: var(--p2);
  margin-top: 2px;
}

.ts-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 640px) {
  .ts-stats {
    grid-template-columns: 1fr;
  }
}

.tss-card {
  border: 1px solid var(--rim);
  border-radius: var(--r2);
  background: var(--surface);
  padding: 24px;
}

.tss-num {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
  background: linear-gradient(135deg, var(--txt) 40%, var(--p3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tss-label {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-style: italic;
  color: var(--muted);
  letter-spacing: 0.07em;
  margin-top: 6px;
}

/* ══ PRICING ══ */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

.pricing-card {
  border: 1px solid var(--rim);
  border-radius: var(--r3);
  padding: 32px;
  background: var(--surface);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.pricing-card.featured {
  background: linear-gradient(155deg, rgba(124, 58, 237, 0.14) 0%, var(--surface) 100%);
  border-color: rgba(157, 102, 245, 0.4);
  transform: scale(1.02);
}
.pricing-card.featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--p) 0%, var(--p3) 50%, var(--p) 100%);
}
.pricing-card:hover {
  border-color: rgba(157, 102, 245, 0.4);
  box-shadow: 0 12px 40px rgba(124, 58, 237, 0.15);
  transform: translateY(-4px);
}
.pricing-card .pricing-header {
  margin-bottom: 24px;
}
.pricing-card .pricing-header .ph-label {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  color: var(--p2);
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  font-style: italic;
}
.pricing-card .pricing-header .ph-name {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--txt);
  margin-bottom: 6px;
}
.pricing-card .pricing-header .ph-desc {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
}
.pricing-card .pricing-amount {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.05em;
  background: linear-gradient(135deg, var(--txt) 40%, var(--p3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 4px;
}
.pricing-card .pricing-amount span {
  font-size: 14px;
  font-weight: 400;
  color: var(--muted);
  -webkit-text-fill-color: var(--muted);
  vertical-align: super;
  margin-left: 4px;
}
.pricing-card .pricing-note {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 20px;
  margin-top: 4px;
  font-style: italic;
}
.pricing-card .pricing-divider {
  height: 1px;
  background: var(--rim);
  margin-bottom: 20px;
}
.pricing-card .pricing-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
  flex-grow: 1;
}
.pricing-card .pricing-features .feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(238, 235, 255, 0.7);
  line-height: 1.5;
}
.pricing-card .pricing-features .feature .pf-check {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--pdim);
  border: 1px solid rgba(124, 58, 237, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  color: var(--p3);
}
.pricing-card .pricing-features .feature.muted {
  color: var(--muted);
}
.pricing-card .pricing-features .feature.muted .pf-check {
  opacity: 0.4;
}
.pricing-card .pf-cta {
  width: 100%;
}

/* ══ RELATED SERVICES ══ */
.related-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .related-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .related-services-grid {
    grid-template-columns: 1fr;
  }
}

.related-card {
  border: 1px solid var(--rim);
  border-radius: var(--r3);
  overflow: hidden;
  background: var(--surface);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.related-card:hover {
  border-color: rgba(157, 102, 245, 0.4);
  box-shadow: 0 12px 40px rgba(124, 58, 237, 0.15);
  transform: translateY(-4px);
}
.related-card a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.related-card .rc-image-wrap {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--rim);
}
.related-card .rc-image {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: brightness(0.72) saturate(70%);
  transition: transform 0.35s ease, filter 0.35s ease;
}
.related-card .rc-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.related-card .rc-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--txt);
  margin-bottom: 8px;
}
.related-card .rc-excerpt {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  flex-grow: 1;
}
.related-card .rc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  color: var(--p3);
  font-size: 12px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.related-card .rc-link:hover {
  gap: 10px;
}
.related-card:hover .rc-image {
  transform: scale(1.03);
  filter: brightness(0.86) saturate(85%);
}

/* ══ CTA BANNER ══ */
.cta-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 48px;
  position: relative;
}
@media (max-width: 900px) {
  .cta-content {
    padding: 60px 32px;
  }
}
@media (max-width: 640px) {
  .cta-content {
    padding: 48px 24px;
  }
}
.cta-content .cc-subtitle {
  font-family: "DM Mono", monospace;
  font-size: 12px;
  color: var(--p2);
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  font-style: italic;
  text-transform: uppercase;
}
.cta-content .cc-title {
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin-bottom: 16px;
  color: var(--txt);
}
.cta-content .cc-description {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 32px;
}
.cta-content .cc-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .cta-content .cc-btns {
    flex-direction: column;
    align-items: center;
  }
  .cta-content .cc-btns .btn {
    width: 100%;
  }
}/*# sourceMappingURL=single-service.css.map */