/* ═══════════════════════════════════════ */
/* BLUEPRINT PAGE STYLES                   */
/* ═══════════════════════════════════════ */

/* ─── HERO ─── */
.bp-hero {
  position: relative;
  background: #0B1628;
  color: var(--white);
  padding: 300px 0 140px;
  overflow: hidden;
}

.bp-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse at 50% 50%, black 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 50%, black 20%, transparent 70%);
}

.bp-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.bp-hero__inner h1 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.bp-hero__sub {
  font-size: 1.125rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.65;
  margin-bottom: 28px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.bp-hero__meta {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 8px 20px;
  border-radius: 100px;
  margin-bottom: 28px;
  letter-spacing: 0.01em;
}

.bp-hero__actions {
  margin-bottom: 16px;
}

/* ─── PROBLEM SECTION (editorial 2-col) ─── */
.bp-problem {
  background: var(--white);
  padding: var(--section-py) 0;
}

.bp-problem__layout {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  max-width: 1120px;
  margin: 0 auto;
  align-items: start;
}

.bp-problem__intro {
  position: sticky;
  top: 32px;
}

.bp-problem__intro .section-label {
  display: inline-block;
  margin-bottom: 16px;
}

.bp-problem__intro h2 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.6rem, 2.8vw, 2.1rem);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}

.bp-problem__body {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0 0 32px;
}

.bp-problem__pull {
  margin: 0;
  padding: 0 0 0 20px;
  border-left: 3px solid var(--blue);
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.5;
  font-style: normal;
}

.bp-problem__list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: problem;
}

.bp-problem__row {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--border-light);
  align-items: start;
}

.bp-problem__row:first-child {
  padding-top: 4px;
  border-top: 1px solid var(--border-light);
}

.bp-problem__row:last-child {
  border-bottom: none;
}

.bp-problem__index {
  font-family: 'Sora', sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--text-muted);
  letter-spacing: -0.02em;
  line-height: 1;
  display: block;
  opacity: 0.55;
}

.bp-problem__title {
  font-family: 'Sora', sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.35;
  margin: 0 0 6px;
}

.bp-problem__consequence {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 900px) {
  .bp-problem__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .bp-problem__intro {
    position: static;
  }
}

@media (max-width: 560px) {
  .bp-problem__row {
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding: 22px 0;
  }
  .bp-problem__index {
    font-size: 1.5rem;
  }
}

/* ─── STEPS SECTION ─── */
.bp-steps {
  background: #F8F9FA;
  padding: var(--section-py) 0;
}

.bp-steps__header {
  text-align: center;
  margin-bottom: 16px;
}

.bp-steps__header h2 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
  margin-top: 12px;
}

.bp-steps__timeline {
  text-align: center;
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 48px;
}

.bp-steps__flow {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
}

.bp-step {
  flex: 1;
  text-align: center;
  padding: 0 16px;
}

.bp-step__number {
  font-family: 'Sora', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--blue);
  line-height: 1;
  margin-bottom: 16px;
  opacity: 0.25;
}

.bp-step__title {
  font-family: 'Sora', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.bp-step__desc {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

.bp-step__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  flex-shrink: 0;
  color: var(--blue);
  opacity: 0.35;
}

.bp-step__arrow svg {
  width: 24px;
  height: 24px;
}

/* ─── DELIVERABLE SECTION (v2 — asymmetric editorial) ─── */
.bp-deliverable {
  background: var(--white);
  padding: var(--section-py) 0;
}

.bp-deliverable__header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 64px;
}

.bp-deliverable__header h2 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
  margin-top: 12px;
  margin-bottom: 16px;
}

.bp-deliverable__sub {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

.bp-deliverable__layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: auto auto auto;
  gap: 20px;
  max-width: 1120px;
  margin: 0 auto 56px;
  align-items: stretch;
}

.bp-deliverable__index {
  font-family: 'Sora', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-muted);
  letter-spacing: -0.02em;
  line-height: 1;
  display: inline-block;
}

.bp-deliverable__hero {
  grid-column: 1;
  grid-row: 1 / span 3;
  background: var(--off-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bp-deliverable__hero:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(15, 28, 46, 0.08);
}

.bp-deliverable__hero-top {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 22px;
}

.bp-deliverable__hero-kicker {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--blue);
}

.bp-deliverable__hero-visual {
  background: var(--navy-deep);
  border-radius: var(--radius-sm);
  margin-bottom: 26px;
  overflow: hidden;
  position: relative;
}

.bp-deliverable__hero-visual svg {
  display: block;
  width: 100%;
  height: auto;
}

.bp-deliverable__hero-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.bp-deliverable__hero-body h3 {
  font-family: 'Sora', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.bp-deliverable__hero-body p {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin: 0;
}

.bp-deliverable__use {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.55;
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1px dashed var(--border);
}

.bp-deliverable__use-label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.bp-deliverable__mini {
  grid-column: 2;
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bp-deliverable__mini:hover {
  transform: translateY(-2px);
  border-color: var(--blue);
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.06);
}

.bp-deliverable__mini-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.bp-deliverable__mini-rule {
  flex: 1;
  height: 1px;
  background: var(--border);
  display: block;
}

.bp-deliverable__mini h3 {
  font-family: 'Sora', sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 6px;
}

.bp-deliverable__mini p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.55;
  margin: 0;
}

.bp-deliverable__spec {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  padding: 26px 36px;
  background: var(--off-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
}

.bp-deliverable__spec-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 20px;
}

.bp-deliverable__spec-label {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
}

.bp-deliverable__spec-value {
  font-family: 'Sora', sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text-primary);
}

.bp-deliverable__spec-divider {
  width: 1px;
  height: 36px;
  background: var(--border);
  display: block;
}

@media (max-width: 900px) {
  .bp-deliverable__layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .bp-deliverable__hero,
  .bp-deliverable__mini {
    grid-column: 1;
    grid-row: auto;
  }
  .bp-deliverable__spec {
    grid-template-columns: 1fr 1fr;
    gap: 20px 0;
    padding: 24px;
  }
  .bp-deliverable__spec-divider {
    display: none;
  }
  .bp-deliverable__spec-item {
    padding: 6px 16px;
  }
}

@media (max-width: 560px) {
  .bp-deliverable__spec {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }
  .bp-deliverable__hero,
  .bp-deliverable__mini {
    padding: 24px 20px;
  }
}

/* ─── OUTCOMES SECTION ─── */
.bp-outcomes {
  background: #0A1422;
  color: var(--white);
  padding: var(--section-py) 0;
}

.bp-outcomes__header {
  text-align: center;
  margin-bottom: 56px;
}

.bp-outcomes__header .section-label {
  color: rgba(255,255,255,0.5);
}

.bp-outcomes__header h2 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  margin-top: 12px;
}

.bp-outcomes__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.bp-outcome__card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
  transition: background 0.2s ease, transform 0.2s ease;
}

.bp-outcome__card:hover {
  background: rgba(255,255,255,0.07);
  transform: translateY(-3px);
}

.bp-outcome__icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 20px;
  color: var(--blue);
}

.bp-outcome__card h3 {
  font-family: 'Sora', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}

.bp-outcome__card p {
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  margin: 0;
}

/* ─── FIT SECTION ─── */
.bp-fit {
  background: var(--off-white);
  padding: var(--section-py) 0;
}

.bp-fit__header {
  text-align: center;
  margin-bottom: 56px;
}

.bp-fit__header h2 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
  margin-top: 12px;
}

.bp-scenarios {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 960px;
  margin: 0 auto;
}

.bp-scenario {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 36px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.bp-scenario:hover {
  border-color: var(--border);
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
}

.bp-scenario h3 {
  font-family: 'Sora', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 14px;
  line-height: 1.3;
}

.bp-scenario p {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

.bp-fit__closing {
  text-align: center;
  margin-top: 48px;
  font-family: 'Sora', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-primary);
}

/* ─── FAQ SECTION ─── */
.bp-faq {
  background: var(--white);
  padding: var(--section-py) 0;
}

.bp-faq__header {
  text-align: center;
  margin-bottom: 48px;
}

.bp-faq__header h2 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
  margin-top: 12px;
}

.bp-faq__list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bp-faq__item {
  background: var(--off-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.bp-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: none;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease;
}

.bp-faq__question:hover {
  background: var(--white);
}

.bp-faq__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--text-muted);
  transition: transform 0.25s ease;
}

.bp-faq__question[aria-expanded="true"] .bp-faq__icon {
  transform: rotate(180deg);
}

.bp-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.bp-faq__answer.is-open {
  max-height: 300px;
  padding: 0 24px 20px;
}

.bp-faq__answer p {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin: 0;
}

/* ─── CTA SECTION ─── */
.bp-cta {
  background: #0B1628;
  color: var(--white);
  padding: var(--section-py) 0;
  text-align: center;
}

.bp-cta__inner {
  max-width: 600px;
  margin: 0 auto;
}

.bp-cta__inner h2 {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 16px;
}

.bp-cta__inner > p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
  margin-bottom: 32px;
}

.bp-cta__secondary {
  display: block;
  margin-top: 24px;
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.15s ease;
}

.bp-cta__secondary:hover {
  color: var(--white);
  text-decoration: underline;
}

/* ─── BLUEPRINT RESPONSIVE ─── */
@media (max-width: 900px) {
  /* problem + deliverable layout responsive — handled in main blocks */

  .bp-steps__flow {
    flex-direction: column;
    gap: 32px;
  }

  .bp-step__arrow {
    display: none;
  }

  .bp-step {
    text-align: left;
    display: flex;
    gap: 20px;
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
  }

  .bp-step__number {
    margin-bottom: 0;
    font-size: 2.2rem;
    flex-shrink: 0;
    min-width: 60px;
  }

  .bp-outcomes__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bp-scenarios {
    grid-template-columns: 1fr;
    max-width: 520px;
  }
}

@media (max-width: 600px) {
  .bp-hero {
    padding: 130px 0 80px;
  }

  .bp-scenario {
    padding: 28px 20px;
  }

  .bp-outcomes__grid {
    grid-template-columns: 1fr;
  }

  .bp-step {
    flex-direction: column;
    gap: 12px;
  }

  .bp-step__number {
    margin-bottom: 4px;
  }

  .bp-faq__question {
    padding: 16px 20px;
    font-size: 0.9375rem;
  }

  .bp-faq__answer.is-open {
    padding: 0 20px 16px;
  }
}
