/* services.css — Our Services page */

/* ══════════════════════════════════════════════════════
   SHARED LAYOUT
══════════════════════════════════════════════════════ */
.svc-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

.svc-section {
  padding: 5.5rem 0;
}

.svc-section--alt {
  background: rgba(255, 255, 255, 0.015);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* ══════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════ */
.svc-hero {
  padding: 5rem 0 4.5rem;
  margin-top: 63px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.svc-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #b41616;
  margin-bottom: 0.875rem;
}

.svc-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin-bottom: 0.875rem;
}

.svc-subtitle {
  font-size: 1rem;
  color: #777;
  line-height: 1.7;
  max-width: 560px;
  margin-bottom: 2.25rem;
}

.svc-hero-actions {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  flex-wrap: wrap;
}

.svc-hero-scroll {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #666;
  text-decoration: none;
  transition: color 0.15s;
}

.svc-hero-scroll:hover { color: #bbb; }

/* ══════════════════════════════════════════════════════
   PLATFORM SECTIONS (Discord + Roblox)
══════════════════════════════════════════════════════ */
.svc-platform-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.svc-platform-icon {
  width: 48px;
  height: 48px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.svc-platform-icon--discord {
  background: rgba(88, 101, 242, 0.1);
  border: 1px solid rgba(88, 101, 242, 0.2);
  color: #5865f2;
}

.svc-platform-icon--roblox {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.svc-platform-label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #555;
  margin-bottom: 0.2rem;
}

.svc-platform-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.25px;
  line-height: 1.2;
}

.svc-coming-badge,
.svc-coming-soon-badge {
  margin-left: auto;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.25rem 0.625rem;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #777;
  align-self: flex-start;
  flex-shrink: 0;
  margin-top: 4px;
}

.svc-platform-desc {
  font-size: 0.975rem;
  color: #888;
  line-height: 1.8;
  max-width: 680px;
  margin-bottom: 3rem;
}

/* ── Subsection titles ── */
.svc-subsection-title {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.25);
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* ── How to add steps ── */
.svc-add-steps {
  margin-bottom: 3.5rem;
}

.svc-steps-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.svc-step {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.svc-step-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(180, 22, 22, 0.1);
  border: 1px solid rgba(180, 22, 22, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
  color: #b41616;
  flex-shrink: 0;
}

.svc-step-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #e0e0e0;
  line-height: 1.3;
  margin-bottom: 0.3rem;
}

.svc-step-desc {
  font-size: 0.8rem;
  color: #777;
  line-height: 1.65;
  margin: 0;
}

.svc-step-desc a {
  color: #b41616;
  text-decoration: none;
  border-bottom: 1px solid rgba(180, 22, 22, 0.3);
  transition: border-color 0.12s;
}

.svc-step-desc a:hover { border-bottom-color: #b41616; }

.svc-step-desc strong { color: #d0d0d0; }

/* ── Features grid ── */
.svc-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 2.5rem;
}

.svc-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.12s;
}

.svc-feature:hover { background: rgba(255, 255, 255, 0.02); }
.svc-feature:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, 0.05); }
.svc-feature:nth-last-child(-n+2) { border-bottom: none; }

.svc-feature-icon {
  width: 30px;
  height: 30px;
  background: rgba(180, 22, 22, 0.06);
  border: 1px solid rgba(180, 22, 22, 0.14);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b41616;
  flex-shrink: 0;
  margin-top: 1px;
}

.svc-feature-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #e0e0e0;
  margin-bottom: 0.3rem;
  line-height: 1.3;
}

.svc-feature-desc {
  font-size: 0.78rem;
  color: #666;
  line-height: 1.6;
}

/* ── Block CTA ── */
.svc-block-cta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.svc-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #666;
  text-decoration: none;
  transition: color 0.15s, gap 0.15s;
}

.svc-text-link:hover { color: #ccc; gap: 0.65rem; }

/* ══════════════════════════════════════════════════════
   ROBLOX SECTION LAYOUT
══════════════════════════════════════════════════════ */
.svc-roblox-split {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 3.5rem;
  align-items: start;
}

.svc-roblox-features {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  overflow: hidden;
}

.svc-roblox-item {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  transition: background 0.12s;
}

.svc-roblox-item:last-child { border-bottom: none; }
.svc-roblox-item:hover { background: rgba(255, 255, 255, 0.02); }

.svc-roblox-item-icon {
  width: 30px;
  height: 30px;
  background: rgba(180, 22, 22, 0.06);
  border: 1px solid rgba(180, 22, 22, 0.14);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b41616;
  flex-shrink: 0;
  margin-top: 1px;
}

.svc-roblox-item-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #e0e0e0;
  margin-bottom: 0.3rem;
  line-height: 1.3;
}

.svc-roblox-item-desc {
  font-size: 0.78rem;
  color: #666;
  line-height: 1.65;
}

.svc-roblox-item-desc code {
  font-family: ui-monospace, 'Cascadia Code', monospace;
  font-size: 0.82em;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 0.1em 0.35em;
  color: #d0d0d0;
}

/* Context sidebar */
.svc-roblox-context {
  padding: 1.75rem;
  background: rgba(180, 22, 22, 0.03);
  border: 1px solid rgba(180, 22, 22, 0.12);
  border-radius: 12px;
}

.svc-roblox-context-label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #b41616;
  margin-bottom: 0.875rem;
}

.svc-roblox-context-text {
  font-size: 0.85rem;
  color: #888;
  line-height: 1.75;
  margin-bottom: 1rem;
}

/* ══════════════════════════════════════════════════════
   SECTION INTRO
══════════════════════════════════════════════════════ */
.svc-section-intro {
  margin-bottom: 3rem;
}

.svc-section-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.25px;
  margin-bottom: 0.625rem;
  line-height: 1.25;
}

.svc-section-desc {
  font-size: 0.95rem;
  color: #777;
  line-height: 1.7;
  max-width: 560px;
}

/* ══════════════════════════════════════════════════════
   SUBSCRIPTION TIERS
══════════════════════════════════════════════════════ */
.svc-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.svc-tier {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: border-color 0.2s;
}

.svc-tier:hover { border-color: rgba(255, 255, 255, 0.12); }

.svc-tier--featured {
  border-color: rgba(180, 22, 22, 0.35);
  background: rgba(180, 22, 22, 0.03);
}

.svc-tier--featured:hover { border-color: rgba(180, 22, 22, 0.5); }

.svc-tier-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.63rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: #b41616;
  color: #fff;
  padding: 0.22rem 0.7rem;
  border-radius: 0 0 6px 6px;
  white-space: nowrap;
}

.svc-tier-header {
  margin-bottom: 1.75rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.svc-tier-name {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
}

.svc-tier-price {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
}

.svc-tier-amount {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1;
}

.svc-tier-period {
  font-size: 0.8rem;
  color: #555;
}

.svc-tier-pitch {
  font-size: 0.82rem;
  color: #777;
  line-height: 1.6;
}

.svc-tier-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1;
}

.svc-tier-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.825rem;
  color: #bbb;
  line-height: 1.5;
}

.svc-tier-item svg { flex-shrink: 0; color: #5a9e6f; margin-top: 2px; }
.svc-tier-item--inherit { color: #555; font-style: italic; }
.svc-tier-item--inherit svg { color: #3a3a3a; }

.svc-tier-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.7rem 1.25rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.svc-tier-btn--primary {
  background: #b41616;
  color: #fff;
  border: 2px solid #b41616;
}

.svc-tier-btn--primary:hover { background: #c91c1c; border-color: #c91c1c; }

.svc-tier-btn--outline {
  background: transparent;
  color: #ccc;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.svc-tier-btn--outline:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

/* Supporter row */
.svc-supporter {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 1.5rem 1.75rem;
}

.svc-supporter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.svc-supporter-name {
  font-size: 0.925rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.3rem;
}

.svc-supporter-desc {
  font-size: 0.825rem;
  color: #666;
  line-height: 1.6;
  max-width: 560px;
}

.svc-supporter .svc-tier-btn {
  width: auto;
  flex-shrink: 0;
  white-space: nowrap;
}

/* ══════════════════════════════════════════════════════
   FAQ
══════════════════════════════════════════════════════ */
.svc-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.svc-faq-item {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 1.5rem 1.75rem;
  transition: background 0.15s, border-color 0.15s;
}

.svc-faq-item:hover {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
}

.svc-faq-q {
  font-size: 0.925rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.svc-faq-a {
  font-size: 0.85rem;
  color: #777;
  line-height: 1.7;
}

/* ══════════════════════════════════════════════════════
   CTA — reuse homepage cta-section/cta-box styles
   The services page borrows .cta-section from home.css
   via the shared class. We just need to ensure the
   .home-container max-width works inside .svc context.
══════════════════════════════════════════════════════ */
.svc-cta-fix {
  max-width: 1200px;
}

.svc-coming-soon-badge {
  margin-left: auto;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.25rem 0.625rem;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #555;
  align-self: flex-start;
  flex-shrink: 0;
  margin-top: 4px;
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════ */
@media (max-width: 960px) {
  .svc-steps-row { grid-template-columns: 1fr 1fr; }
  .svc-roblox-split { grid-template-columns: 1fr; gap: 2rem; }
  .svc-tiers { grid-template-columns: 1fr; max-width: 480px; }
  .svc-faq-grid { grid-template-columns: 1fr; }
  .svc-supporter-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 768px) {
  .svc-features-grid { grid-template-columns: 1fr; }
  .svc-feature:nth-child(odd) { border-right: none; }
  .svc-feature:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
  .svc-feature:last-child { border-bottom: none; }
  .svc-steps-row { grid-template-columns: 1fr; }
  .svc-title { font-size: 2rem; }
  .svc-platform-title { font-size: 1.4rem; }
  .svc-section-title { font-size: 1.5rem; }
  .svc-platform-header { flex-wrap: wrap; }
  .svc-free-badge { margin-left: 0; }
  .svc-coming-soon-badge { margin-left: 0; }
}
