/* ══════════════════════════════════════════════════════════════
   AMONRE DIGITAL — Service Pages CSS
   ══════════════════════════════════════════════════════════════ */

/* ── Breadcrumb ───────────────────────────────────────────── */
.breadcrumb {
  padding: 100px 0 0;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  font-size: 13px;
  color: var(--text-muted);
  flex-wrap: wrap;
}

.breadcrumb-list a {
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}

.breadcrumb-list a:hover { color: var(--purple-light); }

.breadcrumb-list .sep {
  color: var(--border);
  font-size: 11px;
}

.breadcrumb-list .current {
  color: var(--purple-light);
  font-weight: 500;
}

/* ── Service Hero ─────────────────────────────────────────── */
.service-hero {
  position: relative;
  padding: 48px 0 80px;
  overflow: hidden;
}

.service-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.service-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.2;
  width: 500px;
  height: 500px;
  background: var(--purple);
  top: -150px;
  right: -100px;
}

.service-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(103, 61, 230, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 61, 230, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at 70% 50%, black 30%, transparent 70%);
}

.service-hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.service-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(103, 61, 230, 0.12);
  border: 1px solid var(--border);
  color: var(--purple-light);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.service-hero-number {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--purple-light);
  letter-spacing: 0.1em;
  opacity: 0.7;
  margin-bottom: 12px;
}

.service-hero h1 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}

.service-hero h1 em {
  font-style: normal;
  background: linear-gradient(135deg, var(--purple-light) 0%, #c084fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.service-hero-lead {
  font-size: clamp(16px, 1.8vw, 20px);
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 640px;
  margin-bottom: 36px;
}

.service-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ── Key Facts strip ──────────────────────────────────────── */
.key-facts {
  padding: 32px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.key-facts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  text-align: center;
}

.key-fact-item .kf-number {
  font-family: 'Outfit', sans-serif;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #fff 0%, var(--purple-faint) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.key-fact-item .kf-label {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 4px;
}

/* ── Overview ─────────────────────────────────────────────── */
.service-overview {
  padding: 80px 0;
}

.overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

.overview-left h2 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 20px;
}

.overview-left p {
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}

.overview-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.overview-point {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: var(--transition);
}

.overview-point:hover {
  border-color: var(--border-hover);
  background: var(--bg-card-2);
}

.overview-point-icon {
  width: 40px;
  height: 40px;
  background: rgba(103, 61, 230, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.overview-point-icon svg {
  width: 20px;
  height: 20px;
  color: var(--purple-light);
}

.overview-point h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}

.overview-point p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}

/* ── Deliverables ─────────────────────────────────────────── */
.deliverables {
  padding: 80px 0;
  background: linear-gradient(180deg, transparent 0%, rgba(103, 61, 230, 0.04) 50%, transparent 100%);
}

.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.deliverable-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  transition: var(--transition);
}

.deliverable-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.deliverable-num {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--purple-light);
  letter-spacing: 0.1em;
  opacity: 0.6;
  margin-bottom: 12px;
}

.deliverable-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.deliverable-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ── Process ──────────────────────────────────────────────── */
.sp-process {
  padding: 80px 0;
}

.sp-process-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.sp-step {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}

.sp-step:hover {
  border-color: var(--border-hover);
  transform: translateY(-3px);
}

.sp-step::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--purple), var(--purple-light));
  opacity: 0;
  transition: var(--transition);
}

.sp-step:hover::before { opacity: 1; }

.sp-step-num {
  font-family: 'Outfit', sans-serif;
  font-size: 42px;
  font-weight: 900;
  color: var(--purple);
  opacity: 0.15;
  line-height: 1;
  margin-bottom: 16px;
}

.sp-step h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.sp-step p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ── Impact / Why ─────────────────────────────────────────── */
.sp-impact {
  padding: 80px 0;
}

.impact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.impact-left h2 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 20px;
}

.impact-left p {
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}

.impact-quote {
  padding: 24px;
  background: rgba(103, 61, 230, 0.07);
  border: 1px solid var(--border);
  border-left: 3px solid var(--purple);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 16px;
  color: var(--text);
  font-style: italic;
  line-height: 1.7;
  margin-top: 24px;
}

.impact-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.impact-point {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.impact-check {
  width: 28px;
  height: 28px;
  background: rgba(74, 222, 128, 0.1);
  border: 1px solid rgba(74, 222, 128, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.impact-check svg {
  width: 14px;
  height: 14px;
  color: #4ade80;
}

.impact-point p {
  font-size: 15px;
  color: var(--text);
  line-height: 1.6;
}

/* ── FAQ ──────────────────────────────────────────────────── */
.sp-faq {
  padding: 80px 0;
  background: linear-gradient(180deg, transparent, rgba(103, 61, 230, 0.04), transparent);
}

.faq-list {
  max-width: 760px;
  margin: 48px auto 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  color: var(--text);
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: var(--transition);
}

.faq-question:hover { background: rgba(255,255,255,0.03); }

.faq-icon {
  width: 28px;
  height: 28px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--transition);
}

.faq-icon svg {
  width: 14px;
  height: 14px;
  color: var(--purple-light);
  transition: transform 0.3s ease;
}

.faq-item.open .faq-icon {
  background: rgba(103, 61, 230, 0.15);
  border-color: var(--purple-light);
}

.faq-item.open .faq-icon svg { transform: rotate(45deg); }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-item.open .faq-answer { max-height: 400px; }

.faq-answer p {
  padding: 0 24px 22px;
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.75;
  border-top: 1px solid var(--border);
  padding-top: 16px;
}

/* ── Other services ───────────────────────────────────────── */
.other-services {
  padding: 80px 0;
}

.other-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 768px) {
  .overview-grid  { grid-template-columns: 1fr; gap: 40px; }
  .deliverables-grid { grid-template-columns: 1fr; }
  .sp-process-grid { grid-template-columns: 1fr; }
  .impact-grid    { grid-template-columns: 1fr; }
  .other-grid     { grid-template-columns: 1fr; }
  .key-facts-grid { grid-template-columns: 1fr; gap: 20px; }
  .service-hero h1 { font-size: 36px; }
}
