/* Young Bull Investors: services pages */

.service-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.service-page main {
  flex: 1;
}

/* Hub hero */
.services-hub-hero {
  padding: clamp(56px, 10vw, 88px) var(--section-pad-x) clamp(32px, 6vw, 48px);
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.services-hub-hero .section-sub {
  max-width: 540px;
  margin: 0 auto;
}

.services-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 var(--section-pad-x) clamp(64px, 10vw, 96px);
}

.service-hub-card {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  min-height: 100%;
}

.service-hub-card:hover {
  border-color: rgba(245, 166, 35, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
}

.service-hub-card-featured {
  border-color: rgba(245, 166, 35, 0.35);
  background: linear-gradient(165deg, rgba(245, 166, 35, 0.1) 0%, var(--bg2) 55%);
}

.service-hub-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background: rgba(245, 166, 35, 0.12);
  border: 1px solid rgba(245, 166, 35, 0.22);
  border-radius: 14px;
  margin-bottom: 16px;
}

.service-hub-badge {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--amber);
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(245, 166, 35, 0.1);
  border: 1px solid rgba(245, 166, 35, 0.2);
  margin-bottom: 10px;
}

.service-hub-card h2 {
  font-family: var(--font-ui);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.service-hub-tagline {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.45;
  margin-bottom: 16px;
}

.service-hub-price {
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 14px;
}

.service-hub-list {
  list-style: none;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
  flex: 1;
  margin-bottom: 20px;
}

.service-hub-list li {
  display: flex;
  gap: 10px;
  padding: 6px 0;
}

.service-hub-list li::before {
  content: '✓';
  flex-shrink: 0;
  color: var(--green);
  font-weight: 700;
}

.service-hub-cta {
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 700;
  color: var(--amber);
  margin-top: auto;
}

.service-hub-card:hover .service-hub-cta {
  color: var(--white);
}

/* Detail page hero */
.service-detail-hero {
  padding: clamp(48px, 8vw, 72px) var(--section-pad-x);
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(245, 166, 35, 0.06) 0%, transparent 100%);
}

.service-detail-hero-inner {
  max-width: 880px;
  margin: 0 auto;
}

.service-detail-hero--centered {
  text-align: center;
}

.service-detail-hero--centered .service-detail-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-detail-hero--centered .service-detail-lead {
  margin-left: auto;
  margin-right: auto;
}

.service-detail-hero--centered .service-hero-actions--stacked {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.service-detail-hero--centered .service-hero-pills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.service-detail-hero--centered .service-price-row {
  justify-content: center;
  margin-bottom: 20px;
}

.service-breadcrumb {
  display: block;
  position: static;
  z-index: auto;
  height: auto;
  padding: 0;
  margin-bottom: 20px;
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: none;
  font-family: var(--font-ui);
  font-size: 13px;
  color: var(--muted);
}

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

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

.service-breadcrumb span {
  color: var(--muted2);
  margin: 0 8px;
}

.service-detail-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(44px, 7vw, 72px);
  line-height: 0.95;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

.service-detail-lead {
  font-size: clamp(16px, 2.2vw, 19px);
  color: #d1d5db;
  line-height: 1.65;
  max-width: 640px;
  margin-bottom: 24px;
}

.service-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  margin-bottom: 28px;
}

.service-price-pill {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  background: rgba(245, 166, 35, 0.1);
  border: 1px solid rgba(245, 166, 35, 0.28);
  padding: 10px 18px;
  border-radius: 999px;
  font-family: var(--font-ui);
}

.service-price-pill .amount {
  font-size: 22px;
  font-weight: 800;
  color: var(--amber);
}

.service-price-pill .period {
  font-size: 13px;
  color: var(--muted);
}

.service-price-note {
  font-size: 13px;
  color: var(--muted2);
}

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

/* Content sections */
.service-body {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(48px, 8vw, 64px) var(--section-pad-x);
}

.service-body h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

.service-body p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 16px;
}

.service-body p:last-child {
  margin-bottom: 0;
}

.service-block {
  margin-bottom: clamp(40px, 6vw, 56px);
}

.service-block:last-child {
  margin-bottom: 0;
}

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

.service-included-item {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px 16px;
}

.service-included-item h3 {
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}

.service-included-item p {
  font-size: 14px;
  margin: 0;
}

.service-hero-media {
  margin-top: 32px;
  min-height: 220px;
  border: 2px dashed rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  position: relative;
}

.service-hero-media::after {
  content: 'Screenshot coming soon';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted2);
}

.service-checklist {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 24px;
}

.service-checklist-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
}

.service-checklist-item:last-child {
  border-bottom: none;
}

.service-checklist-mark {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  color: var(--green);
  background: rgba(45, 212, 105, 0.12);
  border: 1px solid rgba(45, 212, 105, 0.28);
  border-radius: 8px;
  flex-shrink: 0;
  margin-top: 2px;
}

.service-checklist-item h3 {
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--white);
}

.service-checklist-item .service-checklist-sub {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.service-media-slot {
  min-height: 160px;
  margin: 8px 0 16px;
  border: 2px dashed rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
}

.service-mid-cta {
  text-align: center;
  padding: clamp(36px, 6vw, 48px) 24px;
  margin: clamp(32px, 5vw, 48px) 0;
  background: rgba(245, 166, 35, 0.08);
  border: 1px solid rgba(245, 166, 35, 0.22);
  border-radius: 18px;
}

.service-mid-cta p {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  color: var(--white);
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}

.service-mid-cta .btn-primary {
  margin: 0 auto;
}

.service-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 20px;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}

.service-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--border);
  background: var(--bg2);
}

.service-step:last-child {
  border-bottom: none;
}

.service-step-num {
  font-family: var(--font-display);
  font-size: 28px;
  color: rgba(245, 166, 35, 0.5);
  line-height: 1;
}

.service-step h3 {
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}

.service-step p {
  font-size: 14px;
  margin: 0;
}

.service-step-note {
  margin-top: 10px !important;
  font-size: 13px !important;
  color: var(--muted2) !important;
}

.service-step-reviews {
  margin-top: 12px !important;
  font-size: 14px !important;
}

.service-body .service-cancel-note {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 12px 0 0;
  font-size: 13px;
  color: var(--muted2);
  text-align: center;
}

.service-body .service-cancel-note em {
  font-style: italic;
}

.service-hero-actions--stacked {
  flex-direction: column;
  align-items: center;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.service-hero-actions--stacked .btn-primary {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.service-hero-actions--stacked .service-hero-testimonial {
  align-self: center;
  width: auto;
}

.service-hero-testimonial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0a0a0a;
  background: var(--amber);
  background: linear-gradient(135deg, var(--amber) 0%, var(--amber2) 100%);
  padding: 12px 28px;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  line-height: 1;
  box-shadow:
    0 0 0 1px rgba(245, 166, 35, 0.35),
    0 6px 24px rgba(245, 166, 35, 0.35);
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-hero-testimonial:hover {
  background: linear-gradient(135deg, #ffc04d 0%, var(--amber) 100%);
  color: #0a0a0a;
  text-decoration: none;
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(245, 166, 35, 0.5),
    0 10px 32px rgba(245, 166, 35, 0.45);
}

.service-registration-closed {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--muted);
  background: rgba(245, 166, 35, 0.08);
  border: 1px solid rgba(245, 166, 35, 0.22);
  padding: 10px 18px;
  border-radius: 100px;
}

.service-registration-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

.service-waitlist-note {
  margin: 0;
  max-width: 420px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  text-align: center;
}

.service-waitlist-link {
  color: var(--amber);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.service-waitlist-link:hover {
  color: var(--amber2);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.service-cta-band .service-registration-block {
  margin-top: 0;
}

.service-cta-band .service-waitlist-note {
  margin: 0 auto;
}

.service-telegram-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7ec8f0;
  background: rgba(38, 165, 228, 0.1);
  border: 1px solid rgba(38, 165, 228, 0.28);
  padding: 8px 16px;
  border-radius: 100px;
}

.service-telegram-pill svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.service-callout {
  background: rgba(45, 212, 105, 0.08);
  border: 1px solid rgba(45, 212, 105, 0.22);
  border-radius: 14px;
  padding: 18px 20px;
  margin-top: 20px;
}

.service-callout p {
  font-size: 14px;
  margin: 0;
  color: var(--muted);
}

.service-callout-warn {
  background: rgba(245, 166, 35, 0.08);
  border-color: rgba(245, 166, 35, 0.25);
}

.service-instagram-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px 22px;
}

.service-instagram-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--amber);
  background: rgba(245, 166, 35, 0.12);
  border: 1px solid rgba(245, 166, 35, 0.22);
  border-radius: 12px;
}

.service-instagram-icon svg {
  width: 22px;
  height: 22px;
}

.service-instagram-body {
  flex: 1;
  min-width: 0;
}

.service-instagram-body .service-hub-badge {
  margin-bottom: 8px;
}

.service-instagram-body h3 {
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--white);
}

.service-instagram-body p {
  font-size: 14px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.service-instagram-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.service-faq {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-faq details {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}

.service-faq summary {
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 600;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
}

.service-faq summary::-webkit-details-marker {
  display: none;
}

.service-faq .faq-answer {
  padding: 0 18px 16px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
}

.service-cta-band {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  padding: clamp(48px, 8vw, 64px) var(--section-pad-x);
  text-align: center;
}

.service-cta-band h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 48px);
  margin-bottom: 12px;
}

.service-cta-band p {
  color: var(--muted);
  max-width: 480px;
  margin: 0 auto 24px;
  line-height: 1.6;
}

.service-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.service-related {
  padding: clamp(32px, 5vw, 48px) var(--section-pad-x);
  border-top: 1px solid var(--border);
}

.service-related-inner {
  max-width: 880px;
  margin: 0 auto;
}

.service-related h2 {
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted2);
  margin-bottom: 16px;
}

.service-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-related-links a {
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  text-decoration: none;
  padding: 10px 16px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--bg2);
  transition: border-color 0.2s, background 0.2s;
}

.service-related-links a:hover {
  border-color: rgba(245, 166, 35, 0.4);
  background: rgba(245, 166, 35, 0.08);
}

.nav-links a.active {
  color: var(--amber);
}

@media (max-width: 900px) {
  .services-hub-grid {
    grid-template-columns: 1fr;
  }

  .service-included-grid {
    grid-template-columns: 1fr;
  }

  .service-hero-actions,
  .service-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .service-hero-actions .btn-primary,
  .service-hero-actions .btn-secondary,
  .service-cta-actions .btn-primary,
  .service-cta-actions .btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .service-instagram-card {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
  }

  .service-instagram-cta {
    width: 100%;
    justify-content: center;
  }
}
