.bp-page {
  overflow-x: hidden;
}

.bp-hero {
  padding: 156px 0 88px;
  background: var(--bg);
}

.bp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  gap: 72px;
  align-items: center;
}

.bp-kicker,
.bp-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.bp-kicker::before,
.bp-section-kicker::before {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--primary);
}

.bp-hero h1 {
  max-width: 650px;
  margin: 22px 0 22px;
  color: var(--text-1);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1.12;
}

.bp-hero h1 em {
  color: var(--primary);
  font-style: normal;
}

.bp-hero-copy {
  max-width: 560px;
  color: var(--text-2);
  font-size: 16px;
  line-height: 1.9;
}

.bp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.bp-hero-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  color: var(--text-3);
  font-size: 12px;
}

.bp-hero-note i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 5px rgba(16, 185, 129, .13);
}

.bp-hero-art {
  position: relative;
  min-height: 486px;
  padding: 22px;
  background: #0e1b35;
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 24px 26px 0 rgba(14, 27, 53, .12);
}

.bp-art-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bp-art-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #8ce8c6;
}

.bp-art-status::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8ce8c6;
}

.bp-art-frame {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .17);
  background: #182b4f;
}

.bp-art-frame img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.bp-art-caption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 9px 12px;
  color: #fff;
  background: rgba(14, 27, 53, .88);
  font-size: 11px;
  letter-spacing: .08em;
}

.bp-art-metric {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}

.bp-art-metric > div {
  padding: 13px 14px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.bp-art-metric strong {
  display: block;
  color: #fff;
  font-size: 21px;
  line-height: 1;
}

.bp-art-metric span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
}

.bp-strip {
  padding: 22px 0;
  color: #fff;
  background: #0e1b35;
}

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

.bp-strip-item {
  padding: 6px 20px;
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.bp-strip-item:first-child { border-left: 0; }

.bp-strip-item strong {
  display: block;
  color: #fff;
  font-size: 25px;
  line-height: 1;
}

.bp-strip-item strong em {
  color: #8ce8c6;
  font-size: 13px;
  font-style: normal;
}

.bp-strip-item span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .6);
  font-size: 12px;
}

.bp-section {
  padding: 112px 0;
  background: var(--bg);
}

.bp-section.alt {
  background: var(--bg-section);
}

.bp-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: 48px;
}

.bp-section-heading h2 {
  max-width: 600px;
  margin: 16px 0 0;
  color: var(--text-1);
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.bp-section-heading p {
  max-width: 310px;
  margin: 0;
  color: var(--text-3);
  font-size: 14px;
  line-height: 1.8;
}

.bp-matrix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.bp-matrix-card {
  min-height: 268px;
  padding: 28px;
  background: rgba(255, 255, 255, .46);
  border: 1px solid rgba(26, 86, 255, .16);
  transition: var(--transition);
}

.bp-matrix-card:hover {
  background: #fff;
  border-color: var(--primary);
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}

.bp-matrix-no {
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.bp-matrix-card h3 {
  margin: 56px 0 12px;
  color: var(--text-1);
  font-size: 22px;
  font-weight: 800;
}

.bp-matrix-card p {
  margin: 0;
  color: var(--text-3);
  font-size: 13px;
  line-height: 1.8;
}

.bp-matrix-tag {
  display: inline-flex;
  margin-top: 20px;
  padding: 5px 9px;
  color: var(--primary);
  background: var(--primary-light);
  font-size: 11px;
  font-weight: 700;
}

.bp-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(17, 24, 39, .18);
}

.bp-process-item {
  position: relative;
  min-height: 188px;
  padding: 24px 24px 0 0;
  border-right: 1px solid rgba(17, 24, 39, .18);
}

.bp-process-item:not(:first-child) { padding-left: 24px; }
.bp-process-item:last-child { border-right: 0; }

.bp-process-no {
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.bp-process-item h3 {
  margin: 34px 0 10px;
  color: var(--text-1);
  font-size: 20px;
  font-weight: 800;
}

.bp-process-item p {
  margin: 0;
  color: var(--text-3);
  font-size: 13px;
  line-height: 1.75;
}

.bp-cta {
  padding: 112px 0 124px;
  color: #fff;
  background: #0e1b35;
}

.bp-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
}

.bp-cta h2 {
  max-width: 650px;
  margin: 16px 0 0;
  color: #fff;
  font-size: clamp(32px, 4vw, 58px);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1.16;
}

.bp-cta-copy {
  max-width: 480px;
  margin-top: 18px;
  color: rgba(255, 255, 255, .66);
  font-size: 14px;
  line-height: 1.8;
}

.bp-cta .btn-white {
  flex: 0 0 auto;
  color: #0e1b35;
  background: #8ce8c6;
  box-shadow: 0 12px 28px rgba(140, 232, 198, .16);
}

.bp-cta .btn-white:hover {
  color: #0e1b35;
  background: #b8f5de;
}

.bp-page .back-to-top.show { display: flex; }

@media (max-width: 900px) {
  .bp-hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .bp-hero-art { max-width: 620px; }
  .bp-matrix { grid-template-columns: 1fr 1fr; }
  .bp-process { grid-template-columns: 1fr 1fr; }
  .bp-process-item:nth-child(2) { border-right: 0; }
  .bp-process-item:nth-child(-n+2) { border-bottom: 1px solid rgba(17, 24, 39, .18); }
  .bp-cta-inner { align-items: start; flex-direction: column; }
}

@media (max-width: 640px) {
  .bp-hero { padding: 126px 0 64px; }
  .bp-hero h1 { font-size: 44px; }
  .bp-hero-art { min-height: 0; padding: 14px; box-shadow: 12px 14px 0 rgba(14, 27, 53, .12); }
  .bp-art-frame, .bp-art-frame img { min-height: 220px; height: 220px; }
  .bp-strip-grid { grid-template-columns: 1fr 1fr; row-gap: 18px; }
  .bp-strip-item:nth-child(odd) { border-left: 0; }
  .bp-section { padding: 76px 0; }
  .bp-section-heading { display: block; margin-bottom: 32px; }
  .bp-section-heading p { margin-top: 18px; }
  .bp-matrix { grid-template-columns: 1fr; }
  .bp-matrix-card { min-height: 0; }
  .bp-matrix-card h3 { margin-top: 30px; }
  .bp-process { grid-template-columns: 1fr; }
  .bp-process-item,
  .bp-process-item:not(:first-child) { min-height: 0; padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(17, 24, 39, .18); }
  .bp-process-item:last-child { border-bottom: 0; }
  .bp-process-item h3 { margin-top: 20px; }
  .bp-cta { padding: 80px 0 92px; }
  .bp-cta h2 { font-size: 38px; }
}
