/* Biblioteka Promptów Lidera, landing VENTURE-01 */

:root {
  --bpl-bg: #0a192f;
  --bpl-bg-alt: #10213a;
  --bpl-panel: rgba(255, 255, 255, 0.055);
  --bpl-panel-strong: rgba(255, 255, 255, 0.085);
  --bpl-border: rgba(255, 255, 255, 0.12);
  --bpl-border-strong: rgba(0, 122, 204, 0.34);
  --bpl-text: #ffffff;
  --bpl-text-soft: #cbd5e1;
  --bpl-text-muted: #8892b0;
  --bpl-blue: #007acc;
  --bpl-blue-light: #4f96d8;
  --bpl-orange: #f7931e;
  --bpl-green: #10b981;
  --bpl-danger: #f87171;
  --bpl-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--bpl-bg);
  color: var(--bpl-text);
  font-family: var(--bpl-font);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: var(--bpl-blue);
  color: #ffffff;
}

a {
  color: inherit;
}

img,
svg {
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

.bpl-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2600;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--bpl-blue), var(--bpl-orange));
  transform: scaleX(0);
  transform-origin: left center;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 2000;
  background: #ffffff;
  color: #0a192f;
  padding: 10px 14px;
  border-radius: 6px;
  text-decoration: none;
}

.skip-link:focus {
  top: 16px;
}

.bpl-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.bpl-hero .bpl-container {
  width: min(1120px, calc(100% - 40px));
}

.bpl-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  padding: 112px 0 72px;
  isolation: isolate;
  background: #06111f;
  overflow: hidden;
}

.bpl-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(135deg, rgba(0, 122, 204, 0.18), transparent 38%),
    linear-gradient(315deg, rgba(247, 147, 30, 0.13), transparent 34%),
    #06111f;
}

.bpl-hero-bg::before,
.bpl-hero-bg::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.bpl-hero-bg::before {
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.18), transparent);
}

.bpl-hero-bg::after {
  left: 42%;
  right: -12%;
  top: 12%;
  bottom: 10%;
  border: 1px solid rgba(0, 122, 204, 0.22);
  transform: skewX(-12deg);
  background: linear-gradient(135deg, rgba(0, 122, 204, 0.08), rgba(247, 147, 30, 0.04));
}

.bpl-hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 122, 204, 0.6), rgba(247, 147, 30, 0.45), transparent);
}

.bpl-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.bpl-hero-copy {
  min-width: 0;
  max-width: 540px;
  animation: bplHeroIn 0.7s ease-out both;
}

.bpl-label,
.bpl-section-kicker {
  margin: 0 0 16px;
  color: var(--bpl-orange);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bpl-hero h1,
.bpl-section h2,
.bpl-band h2,
.bpl-order-copy h2,
.bpl-legal h2,
.bpl-final-cta h2 {
  margin: 0;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.bpl-hero h1 {
  max-width: 540px;
  font-size: 3.65rem;
}

.bpl-hero-lead {
  max-width: 520px;
  margin: 24px 0 0;
  color: var(--bpl-text-soft);
  font-size: 1.18rem;
}

.bpl-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 520px;
  margin-top: 28px;
}

.bpl-hero-stats div {
  min-height: 84px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(10, 25, 47, 0.74);
  backdrop-filter: blur(10px);
  animation: bplHeroIn 0.65s ease-out both;
}

.bpl-hero-stats div:nth-child(1) {
  animation-delay: 0.12s;
}

.bpl-hero-stats div:nth-child(2) {
  animation-delay: 0.2s;
}

.bpl-hero-stats div:nth-child(3) {
  animation-delay: 0.28s;
}

.bpl-hero-stats strong {
  display: block;
  color: #ffffff;
  font-size: 1.85rem;
  line-height: 1;
}

.bpl-hero-stats span {
  display: block;
  margin-top: 8px;
  color: var(--bpl-text-muted);
  font-size: 0.86rem;
  line-height: 1.3;
}

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

.bpl-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.bpl-btn svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.bpl-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--bpl-blue), var(--bpl-blue-light));
  box-shadow: 0 18px 46px rgba(0, 122, 204, 0.24);
}

.bpl-btn-primary:hover,
.bpl-btn-primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 56px rgba(0, 122, 204, 0.32);
}

.bpl-btn-secondary {
  color: var(--bpl-text-soft);
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.16);
}

.bpl-btn-secondary:hover,
.bpl-btn-secondary:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(247, 147, 30, 0.36);
  color: #ffffff;
}

.bpl-btn:disabled {
  opacity: 0.72;
  cursor: wait;
  transform: none;
}

.bpl-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.bpl-hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(10, 25, 47, 0.7);
  color: var(--bpl-text-soft);
  font-size: 0.9rem;
}

.bpl-hero-points svg {
  width: 17px;
  height: 17px;
  color: var(--bpl-blue-light);
}

.bpl-hero-cockpit {
  position: relative;
  justify-self: end;
  width: min(100%, 510px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(6, 17, 31, 0.86);
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(0, 122, 204, 0.12);
  overflow: hidden;
  animation: bplCockpitIn 0.8s ease-out 0.16s both;
}

.bpl-hero-cockpit::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--bpl-blue), var(--bpl-orange));
}

.bpl-hero-cockpit::after {
  content: '';
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(0, 122, 204, 0.22);
  border-radius: 50%;
  opacity: 0.55;
  pointer-events: none;
}

.bpl-cockpit-top,
.bpl-cockpit-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  color: var(--bpl-text-muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.bpl-cockpit-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bpl-cockpit-top > div,
.bpl-cockpit-footer span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.bpl-cockpit-top strong {
  color: #ffffff;
}

.bpl-cockpit-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--bpl-green);
  box-shadow: 0 0 18px rgba(16, 185, 129, 0.72);
}

.bpl-cockpit-grid {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  min-height: 350px;
}

.bpl-cockpit-nav {
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
}

.bpl-cockpit-nav button {
  min-height: 31px;
  display: flex;
  align-items: center;
  padding: 7px 9px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--bpl-text-muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.bpl-cockpit-nav .is-active {
  color: #ffffff;
  background: rgba(0, 122, 204, 0.18);
  box-shadow: inset 3px 0 0 var(--bpl-blue-light);
}

.bpl-cockpit-nav button:hover,
.bpl-cockpit-nav button:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  transform: translateX(2px);
  outline: none;
}

.bpl-cockpit-main {
  position: relative;
  display: grid;
  gap: 11px;
  align-content: start;
  padding: 14px;
}

.bpl-cockpit-command,
.bpl-cockpit-output,
.bpl-cockpit-rows button {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.bpl-cockpit-command {
  min-height: 138px;
  padding: 17px;
  background:
    linear-gradient(135deg, rgba(0, 122, 204, 0.15), rgba(247, 147, 30, 0.07)),
    rgba(255, 255, 255, 0.055);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.bpl-cockpit-command.is-changing {
  border-color: rgba(247, 147, 30, 0.34);
  box-shadow: 0 0 0 4px rgba(247, 147, 30, 0.08);
}

.bpl-cockpit-command span {
  color: var(--bpl-orange);
  font-size: 0.72rem;
  font-weight: 800;
}

.bpl-cockpit-command h2 {
  margin: 8px 0;
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.bpl-cockpit-command p {
  max-width: 330px;
  margin: 0;
  color: var(--bpl-text-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

.bpl-cockpit-output {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 13px;
  border-color: rgba(16, 185, 129, 0.26);
  background: rgba(16, 185, 129, 0.08);
}

.bpl-cockpit-output span {
  display: block;
  color: var(--bpl-green);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.bpl-cockpit-output strong {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-size: 0.92rem;
}

.bpl-cockpit-output svg {
  width: 21px;
  height: 21px;
  color: var(--bpl-green);
}

.bpl-cockpit-rows {
  display: grid;
  gap: 8px;
}

.bpl-cockpit-rows button {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  column-gap: 10px;
  row-gap: 2px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.bpl-cockpit-rows button:hover,
.bpl-cockpit-rows button:focus-visible,
.bpl-cockpit-rows button.is-active {
  border-color: rgba(0, 122, 204, 0.32);
  background: rgba(0, 122, 204, 0.1);
  transform: translateY(-1px);
  outline: none;
}

.bpl-cockpit-rows button.is-active span,
.bpl-cockpit-nav .is-active {
  animation: bplActivePulse 1.8s ease-in-out infinite;
}

.bpl-cockpit-rows span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(0, 122, 204, 0.13);
  color: var(--bpl-blue-light);
  font-size: 0.72rem;
  font-weight: 800;
}

.bpl-cockpit-rows strong {
  color: #ffffff;
  font-size: 0.86rem;
}

.bpl-cockpit-rows small {
  color: var(--bpl-text-muted);
  font-size: 0.74rem;
}

.bpl-cockpit-footer {
  position: relative;
  z-index: 1;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
}

.bpl-cockpit-footer svg {
  width: 15px;
  height: 15px;
  color: var(--bpl-blue-light);
}

.bpl-band,
.bpl-section {
  position: relative;
  padding: 82px 0;
}

.bpl-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.bpl-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.bpl-source-bar {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #07111f;
}

.bpl-source-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--bpl-text-soft);
  font-size: 0.95rem;
  text-align: center;
}

.bpl-source-inner svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: var(--bpl-orange);
}

.bpl-band {
  background: #0d1c32;
}

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

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

.bpl-intro-grid,
.bpl-preview-grid,
.bpl-order-grid,
.bpl-fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 56px;
  align-items: start;
}

.bpl-intro h2,
.bpl-section h2,
.bpl-order-copy h2 {
  font-size: 2.55rem;
}

.bpl-intro p,
.bpl-section-head p,
.bpl-preview-copy p,
.bpl-order-copy p,
.bpl-fit-grid > div:first-child + div,
.bpl-legal p {
  color: var(--bpl-text-soft);
}

.bpl-intro-grid > p {
  margin: 0;
  font-size: 1.08rem;
}

.bpl-workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.bpl-section-head {
  max-width: 760px;
  margin-bottom: 36px;
}

.bpl-section-head p:last-child {
  margin: 18px 0 0;
  font-size: 1.05rem;
}

.bpl-modules {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.bpl-module,
.bpl-results article,
.bpl-fit-columns article,
.bpl-price-box,
.bpl-product-panel,
.bpl-workflow-grid article,
.bpl-value-card,
.bpl-value-right,
.bpl-author-stats div {
  border: 1px solid var(--bpl-border);
  border-radius: 8px;
  background: var(--bpl-panel);
}

.bpl-workflow-grid article {
  min-height: 260px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.bpl-workflow-grid article::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--bpl-blue), rgba(247, 147, 30, 0.78));
}

.bpl-workflow-grid span {
  display: block;
  color: var(--bpl-blue-light);
  font-size: 0.78rem;
  font-weight: 800;
}

.bpl-workflow-grid svg {
  width: 28px;
  height: 28px;
  margin: 36px 0 18px;
  color: var(--bpl-orange);
}

.bpl-workflow-grid h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.25;
}

.bpl-workflow-grid p {
  margin: 0;
  color: var(--bpl-text-muted);
  font-size: 0.92rem;
}

.bpl-module {
  min-height: 260px;
  padding: 22px;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.bpl-module:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 122, 204, 0.28);
  background: rgba(255, 255, 255, 0.075);
}

.bpl-module svg {
  width: 28px;
  height: 28px;
  color: var(--bpl-blue-light);
  margin-bottom: 18px;
}

.bpl-module h3,
.bpl-results h3,
.bpl-fit-columns h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 1.08rem;
  line-height: 1.25;
}

.bpl-module p,
.bpl-results p,
.bpl-fit-columns li,
.bpl-faq p {
  color: var(--bpl-text-muted);
}

.bpl-module p,
.bpl-results p {
  margin: 0;
  font-size: 0.94rem;
}

.bpl-preview-copy {
  max-width: 510px;
}

.bpl-check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.bpl-check-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--bpl-text-soft);
}

.bpl-check-list svg {
  width: 18px;
  height: 18px;
  color: var(--bpl-green);
}

.bpl-product-panel {
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.bpl-product-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  background: rgba(0, 122, 204, 0.12);
  border-bottom: 1px solid var(--bpl-border);
  color: var(--bpl-text-soft);
  font-size: 0.86rem;
  font-weight: 700;
}

.bpl-product-body {
  padding: 28px;
}

.bpl-prompt-label {
  margin: 0 0 8px;
  color: var(--bpl-orange);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.bpl-prompt-title {
  margin: 0;
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.28;
}

.bpl-prompt-output {
  display: grid;
  gap: 4px;
  margin-top: 24px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(16, 185, 129, 0.26);
  background: rgba(16, 185, 129, 0.08);
}

.bpl-prompt-output span {
  color: var(--bpl-green);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.bpl-prompt-output strong {
  color: var(--bpl-text-soft);
}

.bpl-product-index {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.bpl-product-index span {
  padding: 7px 9px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--bpl-text-muted);
  font-size: 0.82rem;
}

.bpl-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bpl-results article {
  min-height: 260px;
  padding: 26px;
}

.bpl-results span {
  display: block;
  margin-bottom: 28px;
  color: var(--bpl-blue-light);
  font-weight: 800;
  font-size: 0.82rem;
}

.bpl-fit-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.bpl-fit-columns article {
  padding: 24px;
}

.bpl-fit-columns ul {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.bpl-fit-columns li {
  position: relative;
  padding-left: 20px;
  font-size: 0.95rem;
}

.bpl-fit-columns li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bpl-blue-light);
}

.bpl-value-bridge {
  background:
    linear-gradient(180deg, rgba(16, 33, 58, 0.92), rgba(10, 25, 47, 0.98));
}

.bpl-value-card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 28px;
  padding: 32px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
}

.bpl-value-left p {
  color: var(--bpl-text-soft);
}

.bpl-value-stack {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.bpl-value-stack div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--bpl-text-soft);
}

.bpl-value-stack svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 3px;
  color: var(--bpl-green);
}

.bpl-value-right {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 28px;
  background: rgba(247, 147, 30, 0.08);
  border-color: rgba(247, 147, 30, 0.24);
}

.bpl-value-right span {
  color: var(--bpl-orange);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.bpl-value-right strong {
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 1;
}

.bpl-value-right p {
  margin: 0;
  color: var(--bpl-text-muted);
  font-size: 0.92rem;
}

.bpl-order-grid {
  align-items: stretch;
}

.bpl-price-box {
  display: grid;
  gap: 6px;
  margin-top: 28px;
  padding: 24px;
  background: rgba(247, 147, 30, 0.07);
  border-color: rgba(247, 147, 30, 0.22);
}

.bpl-price-box span {
  color: var(--bpl-orange);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.bpl-price-box strong {
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 1.1;
}

.bpl-price-box small {
  color: var(--bpl-text-muted);
  line-height: 1.5;
}

.bpl-checkout-card {
  display: grid;
  gap: 16px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(0, 122, 204, 0.1), rgba(247, 147, 30, 0.06)),
    var(--bpl-panel-strong);
  border: 1px solid var(--bpl-border);
  border-radius: 8px;
}

.bpl-checkout-top {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--bpl-orange);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.bpl-checkout-top svg {
  width: 20px;
  height: 20px;
}

.bpl-checkout-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1.25;
}

.bpl-checkout-card p {
  margin: 0;
  color: var(--bpl-text-muted);
}

.bpl-author {
  background: #0d1c32;
}

.bpl-author-grid {
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
}

.bpl-author img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 26px 76px rgba(0, 0, 0, 0.34);
}

.bpl-author p {
  color: var(--bpl-text-soft);
}

.bpl-author-role {
  margin: 8px 0 20px;
  color: var(--bpl-blue-light) !important;
  font-weight: 800;
}

.bpl-author-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.bpl-author-stats div {
  min-height: 92px;
  padding: 16px;
}

.bpl-author-stats strong {
  display: block;
  color: #ffffff;
  font-size: 1.55rem;
  line-height: 1;
}

.bpl-author-stats span {
  display: block;
  margin-top: 8px;
  color: var(--bpl-text-muted);
  font-size: 0.8rem;
  line-height: 1.25;
}

.bpl-faq-list {
  display: grid;
  gap: 10px;
}

.bpl-faq details {
  border: 1px solid var(--bpl-border);
  border-radius: 8px;
  background: var(--bpl-panel);
}

.bpl-faq summary {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 16px 18px;
  color: #ffffff;
  font-weight: 800;
  cursor: pointer;
}

.bpl-faq p {
  margin: 0;
  padding: 0 18px 18px;
}

.bpl-final-cta {
  padding: 88px 0;
  background:
    linear-gradient(135deg, rgba(0, 122, 204, 0.11), rgba(247, 147, 30, 0.08)),
    #0a192f;
  text-align: center;
}

.bpl-final-cta .bpl-container {
  max-width: 760px;
}

.bpl-final-cta h2 {
  font-size: 2.55rem;
  line-height: 1.12;
}

.bpl-final-cta p:not(.bpl-section-kicker) {
  max-width: 650px;
  margin: 20px auto 28px;
  color: var(--bpl-text-soft);
}

@keyframes bplHeroIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bplCockpitIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes bplActivePulse {
  0%,
  100% {
    box-shadow: inset 3px 0 0 var(--bpl-blue-light);
  }
  50% {
    box-shadow: inset 3px 0 0 var(--bpl-orange);
  }
}

.bpl-legal {
  padding: 34px 0;
  background: #07111f;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bpl-legal p {
  max-width: 980px;
  margin: 0;
  color: var(--bpl-text-muted);
  font-size: 0.9rem;
}

.bpl-cookie {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2200;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  max-width: 760px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 17, 31, 0.97);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.42);
}

.bpl-cookie[hidden] {
  display: none;
}

.bpl-cookie strong {
  color: #ffffff;
}

.bpl-cookie p {
  margin: 4px 0 0;
  color: var(--bpl-text-muted);
  font-size: 0.84rem;
}

.bpl-cookie a {
  color: var(--bpl-blue-light);
}

.bpl-cookie-actions {
  display: flex;
  gap: 8px;
}

.bpl-cookie-btn {
  min-height: 44px;
  padding: 10px 13px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
}

.bpl-cookie-primary {
  background: var(--bpl-blue);
  border-color: var(--bpl-blue);
}

@media (max-width: 1100px) {
  .bpl-hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .bpl-hero-copy {
    max-width: 760px;
  }

  .bpl-hero-cockpit {
    max-width: 760px;
  }

  .bpl-modules,
  .bpl-workflow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bpl-author-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .bpl-hero {
    min-height: auto;
    padding: 110px 0 60px;
  }

  .bpl-hero-bg {
    background:
      linear-gradient(135deg, rgba(0, 122, 204, 0.18), transparent 42%),
      linear-gradient(315deg, rgba(247, 147, 30, 0.12), transparent 38%),
      #06111f;
  }

  .bpl-hero-bg::after {
    left: 20%;
    right: -30%;
    opacity: 0.55;
  }

  .bpl-hero-inner {
    width: min(100% - 40px, 1120px);
  }

  .bpl-hero h1 {
    font-size: 3rem;
  }

  .bpl-hero-lead {
    font-size: 1.05rem;
  }

  .bpl-band,
  .bpl-section {
    padding: 62px 0;
  }

  .bpl-intro-grid,
  .bpl-preview-grid,
  .bpl-order-grid,
  .bpl-fit-grid,
  .bpl-value-card,
  .bpl-author-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .bpl-intro h2,
  .bpl-section h2,
  .bpl-order-copy h2,
  .bpl-final-cta h2 {
    font-size: 2.05rem;
  }

  .bpl-results,
  .bpl-fit-columns,
  .bpl-modules,
  .bpl-workflow-grid {
    grid-template-columns: 1fr;
  }

  .bpl-module,
  .bpl-results article,
  .bpl-workflow-grid article {
    min-height: auto;
  }

  .bpl-cockpit-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .bpl-cockpit-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .bpl-source-inner {
    align-items: flex-start;
    text-align: left;
  }

  .bpl-cookie {
    grid-template-columns: 1fr;
  }

  .bpl-cookie-actions {
    width: 100%;
  }

  .bpl-cookie-btn {
    flex: 1;
  }
}

@media (max-width: 520px) {
  .bpl-container {
    width: min(100% - 28px, 1120px);
  }

  .bpl-hero {
    padding-top: 96px;
  }

  .bpl-hero h1 {
    font-size: 2.35rem;
  }

  .bpl-hero-stats {
    grid-template-columns: 1fr;
  }

  .bpl-cockpit-top,
  .bpl-cockpit-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .bpl-cockpit-main {
    padding: 18px;
  }

  .bpl-cockpit-command {
    min-height: auto;
    padding: 20px;
  }

  .bpl-cockpit-command h2 {
    font-size: 1.55rem;
  }

  .bpl-hero-actions,
  .bpl-btn {
    width: 100%;
  }

  .bpl-hero-points li {
    width: 100%;
  }

  .bpl-product-body,
  .bpl-checkout-card,
  .bpl-price-box,
  .bpl-fit-columns article,
  .bpl-results article,
  .bpl-module,
  .bpl-workflow-grid article,
  .bpl-value-card,
  .bpl-value-right {
    padding: 20px;
  }

  .bpl-author-stats {
    grid-template-columns: 1fr;
  }

  .bpl-price-box strong {
    font-size: 2.05rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
