.page-hero {
  background: var(--off-white);
  padding: 160px 64px 100px;
  border-bottom: 1px solid var(--gray2);
}
.page-hero-title {
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  letter-spacing: -2px;
}
.page-hero-title .o {
  color: var(--orange);
}
.page-hero-desc {
  margin-top: 20px;
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 560px;
  line-height: 1.75;
}

/* SERVICES FILTER */
.filter-bar {
  display: flex;
  gap: 10px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.filter-btn {
  padding: 9px 22px;
  border-radius: 100px;
  border: 1.5px solid var(--gray2);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
  background: white;
  color: var(--dark4);
}
.filter-btn:hover,
.filter-btn.active {
  background: var(--orange);
  border-color: var(--orange);
  color: white;
}

/* SERVICE DETAIL CARDS */
.svc-detail {
  padding: 80px 64px;
  border-bottom: 1px solid var(--gray2);
}
.svc-detail:nth-child(even) {
  background: var(--off-white);
}
.svc-detail-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.svc-detail:nth-child(even) .svc-detail-inner {
  direction: rtl;
}
.svc-detail:nth-child(even) .svc-detail-inner > * {
  direction: ltr;
}

.svc-detail-num {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 800;
  font-size: 5rem;
  color: var(--gray2);
  line-height: 1;
  margin-bottom: 8px;
}
.svc-detail-icon {
  font-size: 2.5rem;
  margin-bottom: 16px;
}
.svc-detail-title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  letter-spacing: -1px;
  color: var(--black);
  margin-bottom: 18px;
}
.svc-detail-title .o {
  color: var(--orange);
}
.svc-detail-desc {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 28px;
}
.svc-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.svc-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.88rem;
  color: var(--text-body);
}
.svc-feature::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--orange-pale);
  border: 2px solid var(--orange);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.svc-feature-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--orange);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  flex-shrink: 0;
}

.svc-visual {
  border-radius: var(--radius-lg);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  position: relative;
  overflow: hidden;
}
.svc-visual-icon {
  font-size: 8rem;
  opacity: 0.15;
  position: absolute;
}
.svc-visual-cards {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 340px;
}
.svc-mini-card {
  background: white;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  gap: 14px;
}
.smc-icon {
  font-size: 1.4rem;
}
.smc-label {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--black);
}
.smc-val {
  font-size: 0.75rem;
  color: var(--dark4);
  margin-top: 2px;
}
.smc-badge {
  margin-left: auto;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 100px;
}
.badge-green {
  background: #e8f8ee;
  color: #2d9e4f;
}
.badge-blue {
  background: #e8f0ff;
  color: #2d5ee8;
}
.badge-orange {
  background: var(--orange-pale);
  color: var(--orange);
}

/* PLATFORMS GRID */
.platforms-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 20px;
}
.platform-chip {
  background: white;
  border: 1.5px solid var(--gray2);
  border-radius: 10px;
  padding: 12px;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--dark4);
  transition: 0.2s;
}
.platform-chip:hover {
  border-color: var(--orange);
  color: var(--orange);
  background: var(--orange-pale);
}
.platform-chip .p-icon {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 4px;
}

/* PROCESS */
.process-section {
  padding: 110px 64px;
  background: var(--black);
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.07);
  margin-top: 64px;
  border-radius: var(--radius);
  overflow: hidden;
}
.process-step {
  background: var(--black);
  padding: 36px 28px;
  position: relative;
}
.ps-num {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 800;
  font-size: 3rem;
  color: rgba(130, 126, 126, 0.699);
  line-height: 1;
  margin-bottom: 16px;
}
.ps-icon {
  font-size: 1.8rem;
  margin-bottom: 14px;
}
.ps-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  font-size: 1rem;
  color: white;
  margin-bottom: 10px;
}
.ps-desc {
  font-size: 0.84rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* PRICING HINT */
.pricing-section {
  padding: 110px 64px;
  background: var(--off-white);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.pricing-card {
  background: white;
  border: 1.5px solid var(--gray2);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  transition: 0.3s;
}
.pricing-card.featured {
  background: var(--black);
  border-color: var(--orange);
}
.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}
.pricing-card.featured:hover {
  box-shadow: 0 20px 60px rgba(232, 98, 10, 0.2);
}
.pricing-tag {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 20px;
}
.pricing-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--black);
  margin-bottom: 8px;
}
.pricing-card.featured .pricing-name {
  color: white;
}
.pricing-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 28px;
}
.pricing-card.featured .pricing-desc {
  color: rgba(255, 255, 255, 0.45);
}
.pricing-includes {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.pricing-card.featured .pricing-includes {
  color: rgba(255, 255, 255, 0.3);
}
.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.pricing-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--text-body);
}
.pricing-card.featured .pricing-features li {
  color: rgba(255, 255, 255, 0.65);
}
.pricing-features li::before {
  content: "✓";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--orange-pale);
  color: var(--orange);
  font-size: 0.65rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@media (max-width: 1100px) {
  .page-hero,
  .svc-detail,
  .process-section,
  .pricing-section {
    padding: 80px 32px;
  }
  .page-hero {
    padding-top: 140px;
  }
  .svc-detail-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .svc-detail:nth-child(even) .svc-detail-inner {
    direction: ltr;
  }
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
  .platforms-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .page-hero,
  .svc-detail,
  .process-section,
  .pricing-section {
    padding: 64px 20px;
  }
  .page-hero {
    padding-top: 120px;
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .platforms-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
