/* =========================================
   SERVICES PAGE — additional styles
   ========================================= */

.services-hero {
  position: relative;
  padding: 100px 48px 80px;
  overflow: hidden;
  background: var(--bg);
}

.services-hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--border) 1px, transparent 1px),
    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 0%, black 0%, transparent 70%);
  pointer-events: none;
}

.services-hero-glow {
  position: absolute;
  width: 600px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(255, 107, 53, 0.12) 0%, transparent 70%);
  top: -80px;
  right: -80px;
  filter: blur(60px);
  pointer-events: none;
}

.services-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.services-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}

.services-headline {
  font-family: var(--font-display);
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 24px;
}

.services-headline em {
  font-style: normal;
  background: linear-gradient(135deg, #ff6b35, #ff3d00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.services-lede {
  font-size: clamp(17px, 2vw, 20px);
  color: var(--fg-2);
  line-height: 1.7;
  max-width: 600px;
  font-weight: 300;
}

/* =========================================
   OFFERINGS GRID
   ========================================= */
.services-offerings {
  padding: 80px 48px 120px;
  background: var(--bg-2);
}

.offerings-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 48px;
}

.offerings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--border);
  border: 1px solid var(--border);
}

.offering-card {
  background: var(--bg-2);
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  transition: background 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  transition: background 0.3s ease, opacity 0.6s ease, transform 0.6s ease;
}

.offering-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.offering-card:hover {
  background: var(--bg-3);
}

.offering-number {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: 24px;
}

.offering-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
}

.offering-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--fg);
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  line-height: 1.2;
}

.offering-desc {
  font-size: 15px;
  color: var(--fg-2);
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 32px;
  flex-grow: 1;
}

.offering-deliverables {
  list-style: none;
  margin-bottom: 36px;
}

.offering-deliverables li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--fg-3);
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
  line-height: 1.5;
}

.offering-deliverables li:last-child {
  border-bottom: none;
}

.offering-deliverables li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  margin-top: 6px;
  flex-shrink: 0;
}

.offering-price {
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid var(--border-bright);
}

.offering-price-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--fg-3);
  margin-bottom: 8px;
}

.offering-price-amount {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 800;
  color: var(--fg);
  letter-spacing: -0.03em;
}

.offering-price-note {
  font-size: 12px;
  color: var(--fg-3);
  margin-top: 6px;
  font-style: italic;
}

.offering-cta {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background: var(--accent);
  color: var(--fg);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.offering-cta:hover {
  background: #ff5722;
  transform: translateY(-1px);
}

/* =========================================
   WHY SECTION
   ========================================= */
.services-why {
  padding: 100px 48px;
  background: var(--bg);
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1100px;
  align-items: start;
}

.why-left-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

.why-headline {
  font-family: var(--font-display);
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-bottom: 20px;
}

.why-body {
  font-size: 16px;
  color: var(--fg-2);
  line-height: 1.8;
  font-weight: 300;
}

.why-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.why-stat {
  padding: 28px;
  background: var(--bg-2);
  border: 1px solid var(--border);
}

.why-stat-num {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 8px;
}

.why-stat-label {
  font-size: 13px;
  color: var(--fg-3);
  font-weight: 400;
  line-height: 1.5;
}

/* =========================================
   CTA SECTION
   ========================================= */
.services-cta {
  position: relative;
  padding: 120px 48px;
  background: var(--bg-3);
  border-top: 1px solid var(--border);
  text-align: center;
  overflow: hidden;
}

.cta-glow {
  position: absolute;
  width: 700px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(255, 107, 53, 0.12) 0%, transparent 60%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(80px);
  pointer-events: none;
}

.services-cta-inner {
  position: relative;
  z-index: 1;
}

.cta-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}

.cta-headline {
  font-family: var(--font-display);
  font-size: clamp(36px, 4.5vw, 64px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 20px;
}

.cta-sub {
  font-size: 18px;
  color: var(--fg-2);
  max-width: 480px;
  margin: 0 auto 40px;
  line-height: 1.7;
  font-weight: 300;
}

.btn-discovery {
  display: inline-block;
  padding: 18px 48px;
  background: var(--accent);
  color: var(--fg);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 24px rgba(255, 107, 53, 0.25);
}

.btn-discovery:hover {
  background: #ff5722;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(255, 107, 53, 0.35);
}

.cta-note {
  margin-top: 20px;
  font-size: 13px;
  color: var(--fg-3);
  font-style: italic;
}

/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 1024px) {
  .offerings-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 768px) {
  .services-hero { padding: 80px 24px 60px; }
  .services-offerings { padding: 60px 24px 80px; }
  .services-why { padding: 80px 24px; }
  .services-cta { padding: 80px 24px; }
  .why-stats { grid-template-columns: 1fr 1fr; }
  .offering-card { padding: 36px 28px; }
}

@media (max-width: 480px) {
  .why-stats { grid-template-columns: 1fr; }
}