/* Shoulder - Why Page Styles
   ========================================================================== */

/* ==========================================================================
   Hero
   ========================================================================== */

.why-hero {
  padding: 56px 0 0;
  margin-bottom: 8px;
}

.why-hero-content {
  max-width: 680px;
}

.why-badge {
  display: inline-block;
  padding: 4px 14px;
  background: rgba(124, 92, 252, 0.12);
  color: #b4a0ff;
  border: 1px solid rgba(124, 92, 252, 0.25);
  border-radius: 20px;
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.why-hero-content h1 {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 16px 0 12px;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.why-positioning {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text);
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.why-subtitle {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 0;
  max-width: 600px;
  line-height: 1.5;
}

/* ==========================================================================
   Sections
   ========================================================================== */

.why-section {
  padding: 48px 0;
  border-bottom: 1px solid var(--border2);
}

.why-section:last-child {
  border-bottom: none;
}

.why-prose {
  max-width: 680px;
}

.why-prose h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.3;
}

.why-prose p {
  margin: 0 0 16px;
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.7;
}

.why-prose p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Katacoda Card
   ========================================================================== */

.why-katacoda-card {
  margin: 28px 0;
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--border);
  border-radius: 14px;
}

.katacoda-header {
  margin-bottom: 12px;
}

.katacoda-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted2);
}

.why-katacoda-card > p {
  font-size: 0.92rem;
  color: var(--text);
  line-height: 1.65;
  margin: 0 0 16px;
}

.katacoda-adopters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.adopter-tag {
  display: inline-block;
  padding: 5px 12px;
  background: rgba(100, 181, 255, 0.08);
  border: 1px solid rgba(100, 181, 255, 0.18);
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #a6d4ff;
  white-space: nowrap;
}

.katacoda-outcome {
  font-size: 0.88rem !important;
  color: var(--muted) !important;
  margin: 0 !important;
  font-style: italic;
}

/* ==========================================================================
   Pattern Steps
   ========================================================================== */

.why-pattern-block {
  margin: 28px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pattern-step {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border2);
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.5;
}

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

.pattern-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(124, 92, 252, 0.12);
  border: 1px solid rgba(124, 92, 252, 0.25);
  color: #b4a0ff;
  font-family: var(--mono);
  font-size: 0.8rem;
  font-weight: 700;
  flex-shrink: 0;
}

/* ==========================================================================
   Quote
   ========================================================================== */

.why-quote {
  margin: 36px 0;
  padding: 28px 28px;
  border-left: 3px solid rgba(124, 92, 252, 0.5);
  background: rgba(124, 92, 252, 0.04);
  border-radius: 0 10px 10px 0;
}

.why-quote p {
  font-size: 1.2rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}

.why-quote p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Pillars
   ========================================================================== */

.why-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 28px 0;
}

.why-pillar {
  padding: 20px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--border);
  border-radius: 12px;
}

.pillar-label {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.why-pillar p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

/* ==========================================================================
   Contact CTA
   ========================================================================== */

.why-contact {
  border-bottom: none;
}

.why-contact-row {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 768px) {
  .why-hero {
    padding: 36px 0 0;
  }

  .why-hero-content h1 {
    font-size: 1.65rem;
  }

  .why-section {
    padding: 36px 0;
  }

  .why-pillars {
    grid-template-columns: 1fr;
  }

  .why-katacoda-card {
    padding: 18px 20px;
  }

  .why-quote {
    padding: 16px 20px;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .why-hero-content h1 {
    font-size: 1.35rem;
  }

  .why-contact-row {
    flex-direction: column;
  }

  .why-contact-row .btn {
    justify-content: center;
  }
}
