/* Start custom CSS for html, class: .elementor-element-22754b0 *//* =========================================================
   B-LION'S — PERFORMANCE WEB
   ========================================================= */

.blw-page {
  --blw-primary: #175cff;
  --blw-primary-dark: #0d45ce;
  --blw-dark: #071225;
  --blw-text: #172033;
  --blw-muted: #667085;
  --blw-border: #e3e8f0;
  --blw-light: #f5f7fb;
  --blw-white: #ffffff;
  --blw-success: #17b26a;

  width: 100%;
  overflow: hidden;
  color: var(--blw-text);
  background: var(--blw-white);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.blw-page *,
.blw-page *::before,
.blw-page *::after {
  box-sizing: border-box;
}

.blw-page h1,
.blw-page h2,
.blw-page h3,
.blw-page p {
  margin-top: 0;
}

.blw-page a {
  text-decoration: none;
}

.blw-page svg {
  max-width: 100%;
}

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

.blw-section {
  padding: 115px 0;
}


/* GENERIC */

.blw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--blw-primary);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.blw-eyebrow > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blw-primary);
  box-shadow: 0 0 0 6px rgba(23, 92, 255, 0.12);
}

.blw-eyebrow-light {
  color: #a9c3ff;
}

.blw-btn {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 27px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: 0.25s ease;
}

.blw-btn:hover {
  transform: translateY(-3px);
}

.blw-btn > span {
  font-size: 21px;
  transition: transform 0.25s ease;
}

.blw-btn:hover > span {
  transform: translateX(4px);
}

.blw-btn-primary {
  color: #ffffff;
  background: var(--blw-primary);
  box-shadow: 0 16px 35px rgba(23, 92, 255, 0.25);
}

.blw-btn-primary:hover {
  color: #ffffff;
  background: var(--blw-primary-dark);
}

.blw-btn-secondary {
  color: var(--blw-dark);
  border-color: var(--blw-border);
  background: rgba(255, 255, 255, 0.88);
}

.blw-btn-secondary:hover {
  color: var(--blw-dark);
  border-color: #c7d0df;
  background: #ffffff;
}

.blw-btn-white {
  color: var(--blw-dark);
  background: #ffffff;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.15);
}

.blw-btn-white:hover {
  color: var(--blw-dark);
  background: #f4f7fc;
}

.blw-section-heading {
  margin-bottom: 60px;
}

.blw-heading-center {
  max-width: 920px;
  margin: 0 auto 60px;
  text-align: center;
}

.blw-section-heading h2 {
  margin-bottom: 22px;
  color: var(--blw-dark);
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.blw-section-heading h2 span {
  color: var(--blw-primary);
}

.blw-section-heading p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--blw-muted);
  font-size: 17px;
  line-height: 1.75;
}

.blw-heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 80px;
  align-items: end;
}

.blw-heading-split h2 {
  margin-bottom: 0;
  color: #ffffff;
}

.blw-heading-split > p {
  margin: 0 0 5px;
  color: #aab3c2;
}


/* HERO */

.blw-hero {
  position: relative;
  padding: 110px 0 100px;
  background:
    radial-gradient(circle at 78% 20%, rgba(23, 92, 255, 0.15), transparent 35%),
    radial-gradient(circle at 10% 75%, rgba(23, 92, 255, 0.07), transparent 29%),
    linear-gradient(180deg, #ffffff 0%, #f5f8fd 100%);
}

.blw-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(7, 18, 37, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 18, 37, 0.024) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  pointer-events: none;
  mask-image: linear-gradient(to bottom, #000, transparent 93%);
}

.blw-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(500px, 0.98fr);
  gap: 72px;
  align-items: center;
}

.blw-hero-content h1 {
  margin-bottom: 29px;
  color: var(--blw-dark);
  font-size: clamp(52px, 6vw, 82px);
  font-weight: 850;
  line-height: 0.99;
  letter-spacing: -0.06em;
}

.blw-hero-content h1 span {
  display: block;
  color: var(--blw-primary);
}

.blw-hero-description {
  max-width: 730px;
  margin-bottom: 36px;
  color: var(--blw-muted);
  font-size: 19px;
  line-height: 1.72;
}

.blw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 35px;
}

.blw-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.blw-hero-points > div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #475467;
  font-size: 12px;
  font-weight: 750;
}

.blw-hero-points > div > span {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--blw-success);
  background: rgba(23, 178, 106, 0.11);
}


/* DASHBOARD */

.blw-hero-visual {
  position: relative;
  min-height: 620px;
}

.blw-dashboard {
  position: absolute;
  top: 15px;
  right: 0;
  width: 97%;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 28px 75px rgba(7, 18, 37, 0.13);
  backdrop-filter: blur(15px);
}

.blw-dashboard-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--blw-border);
}

.blw-dashboard-header small,
.blw-score-main small,
.blw-opportunity small,
.blw-chart-heading small {
  display: block;
  margin-bottom: 7px;
  color: var(--blw-muted);
  font-size: 9px;
}

.blw-dashboard-header strong {
  color: var(--blw-dark);
  font-size: 17px;
}

.blw-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border-radius: 50px;
  color: #087443;
  background: #eafaf2;
  font-size: 10px;
  font-weight: 800;
}

.blw-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blw-success);
}

.blw-score-area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 145px;
  gap: 13px;
  padding: 19px 0;
}

.blw-score-main {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 17px;
  border: 1px solid var(--blw-border);
  border-radius: 17px;
  background: #fbfcfe;
}

.blw-score-circle {
  display: flex;
  width: 82px;
  height: 82px;
  flex: 0 0 82px;
  align-items: baseline;
  justify-content: center;
  padding-top: 27px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--blw-primary);
  box-shadow: 0 12px 28px rgba(23, 92, 255, 0.25);
}

.blw-score-circle strong {
  font-size: 27px;
}

.blw-score-circle span {
  font-size: 9px;
  opacity: 0.7;
}

.blw-score-main > div:last-child strong {
  color: var(--blw-dark);
  font-size: 11px;
  line-height: 1.4;
}

.blw-opportunity {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 17px;
  border-radius: 17px;
  color: #ffffff;
  background: var(--blw-dark);
}

.blw-opportunity small {
  color: #8793a6;
}

.blw-opportunity strong {
  margin-bottom: 6px;
  font-size: 15px;
}

.blw-opportunity span {
  color: #75e0a7;
  font-size: 8px;
}

.blw-metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.blw-metrics-grid article {
  padding: 14px;
  border: 1px solid var(--blw-border);
  border-radius: 14px;
  background: #fbfcfe;
}

.blw-metrics-grid article > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.blw-metrics-grid span {
  color: var(--blw-muted);
  font-size: 8px;
}

.blw-metrics-grid strong {
  color: var(--blw-dark);
  font-size: 14px;
}

.blw-metrics-grid small {
  color: #98a2b3;
  font-size: 7px;
}

.blw-progress {
  height: 6px;
  margin: 12px 0 9px;
  overflow: hidden;
  border-radius: 20px;
  background: #e8edf5;
}

.blw-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blw-primary), #6ba0ff);
}

.blw-dashboard-chart {
  margin-top: 11px;
  padding: 17px;
  border-radius: 16px;
  background: var(--blw-dark);
}

.blw-chart-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 17px;
}

.blw-chart-heading strong {
  color: #ffffff;
  font-size: 10px;
}

.blw-chart-heading > span {
  color: #75e0a7;
  font-size: 8px;
  font-weight: 800;
}

.blw-funnel {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 6px;
}

.blw-funnel > div {
  display: flex;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 7px;
  color: #ffffff;
  background: linear-gradient(90deg, #175cff, #4e86ff);
}

.blw-funnel span {
  font-size: 7px;
}

.blw-funnel strong {
  font-size: 8px;
}

.blw-floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  min-width: 220px;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 16px 45px rgba(7, 18, 37, 0.13);
}

.blw-floating-card > span {
  display: flex;
  width: 37px;
  height: 37px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: var(--blw-primary);
  background: rgba(23, 92, 255, 0.1);
}

.blw-floating-card small {
  display: block;
  margin-bottom: 3px;
  color: var(--blw-muted);
  font-size: 8px;
}

.blw-floating-card strong {
  color: var(--blw-dark);
  font-size: 10px;
}

.blw-floating-one {
  top: 205px;
  left: -18px;
}

.blw-floating-two {
  right: -22px;
  bottom: 5px;
}


/* VALUE */

.blw-value-strip {
  border-top: 1px solid var(--blw-border);
  border-bottom: 1px solid var(--blw-border);
}

.blw-value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.blw-value-grid > div {
  position: relative;
  padding: 31px 27px;
}

.blw-value-grid > div:not(:last-child)::after {
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px;
  height: 50%;
  background: var(--blw-border);
  content: "";
}

.blw-value-grid strong {
  display: block;
  margin-bottom: 7px;
  color: var(--blw-dark);
  font-size: 14px;
}

.blw-value-grid span {
  color: var(--blw-muted);
  font-size: 12px;
}


/* PROBLEMS */

.blw-problems {
  background: #ffffff;
}

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

.blw-problem-card {
  min-height: 285px;
  padding: 31px;
  border: 1px solid var(--blw-border);
  border-radius: 23px;
  background: #f8fafd;
  transition: 0.25s ease;
}

.blw-problem-card:hover {
  transform: translateY(-5px);
  border-color: rgba(23, 92, 255, 0.24);
  box-shadow: 0 22px 50px rgba(7, 18, 37, 0.08);
}

.blw-problem-card > span {
  display: block;
  margin-bottom: 48px;
  color: #98a2b3;
  font-size: 11px;
  font-weight: 850;
}

.blw-problem-card h3 {
  margin-bottom: 14px;
  color: var(--blw-dark);
  font-size: 21px;
}

.blw-problem-card p {
  margin-bottom: 0;
  color: var(--blw-muted);
  font-size: 14px;
  line-height: 1.75;
}

.blw-problem-highlight {
  border-color: transparent;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.17), transparent 34%),
    var(--blw-primary);
}

.blw-problem-highlight h3 {
  color: #ffffff;
}

.blw-problem-highlight > span,
.blw-problem-highlight p {
  color: rgba(255, 255, 255, 0.75);
}

.blw-problem-highlight a {
  display: inline-flex;
  gap: 9px;
  margin-top: 21px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}


/* ANALYSIS */

.blw-analysis {
  color: #ffffff;
  background:
    radial-gradient(circle at 80% 30%, rgba(23, 92, 255, 0.17), transparent 27%),
    var(--blw-dark);
}

.blw-analysis-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.blw-analysis-card {
  display: flex;
  min-height: 510px;
  flex-direction: column;
  padding: 31px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.04);
  transition: 0.3s ease;
}

.blw-analysis-card:hover {
  transform: translateY(-6px);
  border-color: rgba(93, 145, 255, 0.4);
  background: rgba(255, 255, 255, 0.065);
}

.blw-analysis-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
}

.blw-analysis-top > span {
  color: #61708a;
  font-size: 10px;
  font-weight: 850;
}

.blw-analysis-icon {
  display: flex;
  width: 55px;
  height: 55px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(145deg, #2e7bff, #144ee3);
}

.blw-analysis-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blw-analysis-category {
  margin-bottom: 12px;
  color: #65a0ff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blw-analysis-card h3 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 24px;
}

.blw-analysis-card p {
  margin-bottom: 23px;
  color: #aab3c2;
  font-size: 14px;
  line-height: 1.75;
}

.blw-analysis-card ul {
  display: grid;
  gap: 11px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.blw-analysis-card li {
  position: relative;
  padding-left: 21px;
  color: #d7deea;
  font-size: 12px;
}

.blw-analysis-card li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4f8aff;
  content: "";
}

.blw-analysis-featured {
  border-color: rgba(79, 138, 255, 0.38);
  background:
    radial-gradient(circle at 85% 10%, rgba(70, 130, 255, 0.29), transparent 30%),
    rgba(255, 255, 255, 0.05);
}


/* JOURNEY */

.blw-journey {
  background: #ffffff;
}

.blw-journey-grid,
.blw-security-grid,
.blw-method-grid,
.blw-faq-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.75fr) minmax(0, 1.25fr);
  gap: 95px;
  align-items: start;
}

.blw-journey-content,
.blw-security-content,
.blw-method-intro,
.blw-faq-intro {
  position: sticky;
  top: 100px;
}

.blw-journey-content h2,
.blw-security-content h2,
.blw-method-intro h2,
.blw-faq-intro h2 {
  margin-bottom: 24px;
  color: var(--blw-dark);
  font-size: clamp(40px, 4.8vw, 64px);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.blw-journey-content h2 span,
.blw-security-content h2 span {
  color: var(--blw-primary);
}

.blw-journey-content p,
.blw-security-content p,
.blw-method-intro p,
.blw-faq-intro p {
  margin-bottom: 31px;
  color: var(--blw-muted);
  font-size: 16px;
  line-height: 1.8;
}

.blw-journey-flow article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  padding: 24px;
  border: 1px solid var(--blw-border);
  border-radius: 19px;
  background: #f8fafd;
}

.blw-journey-flow article > span {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: var(--blw-primary);
  background: rgba(23, 92, 255, 0.09);
  font-size: 10px;
  font-weight: 850;
}

.blw-journey-flow small {
  color: var(--blw-primary);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.blw-journey-flow strong {
  display: block;
  margin: 6px 0 8px;
  color: var(--blw-dark);
  font-size: 18px;
}

.blw-journey-flow p {
  margin: 0;
  color: var(--blw-muted);
  font-size: 13px;
  line-height: 1.7;
}

.blw-journey-connector {
  width: 2px;
  height: 27px;
  margin-left: 48px;
  background: linear-gradient(var(--blw-primary), rgba(23, 92, 255, 0.1));
}

.blw-journey-success {
  border-color: rgba(23, 178, 106, 0.25) !important;
  background: rgba(23, 178, 106, 0.06) !important;
}


/* PERFORMANCE BOX */

.blw-performance,
.blw-ecommerce {
  padding: 65px 0;
  background: #ffffff;
}

.blw-performance-box,
.blw-ecommerce-box {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: 75px;
  align-items: center;
  padding: 75px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 82% 20%, rgba(67, 126, 255, 0.29), transparent 29%),
    var(--blw-dark);
}

.blw-performance-content h2,
.blw-ecommerce-content h2 {
  margin-bottom: 24px;
  color: #ffffff;
  font-size: clamp(40px, 4.8vw, 64px);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.blw-performance-content p,
.blw-ecommerce-content p {
  margin-bottom: 29px;
  color: #aab3c2;
  font-size: 16px;
  line-height: 1.8;
}

.blw-performance-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.blw-performance-tags span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50px;
  color: #b7c2d3;
  background: rgba(255, 255, 255, 0.055);
  font-size: 9px;
}

.blw-vitals {
  display: grid;
  gap: 13px;
}

.blw-vitals article {
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.blw-vital-score {
  text-align: center;
}

.blw-vital-score strong {
  display: block;
  color: #ffffff;
  font-size: 22px;
}

.blw-vital-score span {
  color: #75e0a7;
  font-size: 9px;
}

.blw-vitals small {
  color: #7f8ba0;
  font-size: 8px;
}

.blw-vitals article > div:last-child > strong {
  display: block;
  margin-top: 5px;
  color: #ffffff;
  font-size: 12px;
}

.blw-vital-bar {
  height: 6px;
  margin-top: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}

.blw-vital-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #175cff, #75e0a7);
}


/* LANDING */

.blw-landing {
  background: #f5f7fb;
}

.blw-landing-grid,
.blw-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--blw-border);
  border-radius: 25px;
  background: #ffffff;
}

.blw-landing-grid article,
.blw-benefits-grid article {
  min-height: 285px;
  padding: 32px;
  border-right: 1px solid var(--blw-border);
  border-bottom: 1px solid var(--blw-border);
}

.blw-landing-grid article:nth-child(3n),
.blw-benefits-grid article:nth-child(3n) {
  border-right: 0;
}

.blw-landing-grid article:nth-child(n + 4),
.blw-benefits-grid article:nth-child(n + 4) {
  border-bottom: 0;
}

.blw-landing-grid article > span {
  display: block;
  margin-bottom: 55px;
  color: var(--blw-primary);
  font-size: 11px;
  font-weight: 850;
}

.blw-landing-grid h3,
.blw-benefits-grid h3 {
  margin-bottom: 13px;
  color: var(--blw-dark);
  font-size: 20px;
}

.blw-landing-grid p,
.blw-benefits-grid p {
  margin-bottom: 0;
  color: var(--blw-muted);
  font-size: 13px;
  line-height: 1.75;
}


/* ECOMMERCE */

.blw-ecommerce-flow {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr) 25px
    minmax(0, 1fr) 25px
    minmax(0, 1fr) 25px
    minmax(0, 1fr) 25px
    minmax(0, 1fr);
  align-items: center;
}

.blw-ecommerce-flow article {
  min-height: 170px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.055);
}

.blw-ecommerce-flow article > span {
  display: block;
  margin-bottom: 36px;
  color: #6f7d94;
  font-size: 9px;
}

.blw-ecommerce-flow strong {
  display: block;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 12px;
}

.blw-ecommerce-flow small {
  color: #9da9bb;
  font-size: 8px;
}

.blw-ecommerce-flow > i {
  color: #4f8aff;
  font-style: normal;
  text-align: center;
}

.blw-ecommerce-success {
  border-color: rgba(23, 178, 106, 0.25) !important;
  background: rgba(23, 178, 106, 0.07) !important;
}


/* SECURITY */

.blw-security {
  background: #ffffff;
}

.blw-security-list {
  border-top: 1px solid var(--blw-border);
}

.blw-security-list article {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 22px;
  padding: 34px 0;
  border-bottom: 1px solid var(--blw-border);
}

.blw-security-list article > span {
  color: var(--blw-primary);
  font-size: 11px;
  font-weight: 850;
}

.blw-security-list h3 {
  margin-bottom: 10px;
  color: var(--blw-dark);
  font-size: 22px;
}

.blw-security-list p {
  margin: 0;
  color: var(--blw-muted);
  font-size: 14px;
  line-height: 1.75;
}


/* METHOD */

.blw-method {
  color: #ffffff;
  background:
    radial-gradient(circle at 17% 40%, rgba(23, 92, 255, 0.17), transparent 27%),
    var(--blw-dark);
}

.blw-method-intro h2 {
  color: #ffffff;
}

.blw-method-intro h2 span {
  color: #78a4ff;
}

.blw-method-intro p {
  color: #aab3c2;
}

.blw-method-steps {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.blw-method-steps article {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 22px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.blw-method-steps article > span {
  color: #64728a;
  font-size: 11px;
  font-weight: 850;
}

.blw-method-steps h3 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 22px;
}

.blw-method-steps p {
  margin: 0;
  color: #aab3c2;
  font-size: 14px;
  line-height: 1.75;
}


/* BENEFITS */

.blw-benefits {
  background: #f5f7fb;
}

.blw-benefits-grid article > span {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
  border-radius: 15px;
  color: var(--blw-primary);
  background: rgba(23, 92, 255, 0.09);
  font-size: 22px;
}


/* FAQ */

.blw-faq {
  background: #ffffff;
}

.blw-faq-list {
  border-top: 1px solid var(--blw-border);
}

.blw-faq-list details {
  border-bottom: 1px solid var(--blw-border);
}

.blw-faq-list summary {
  display: flex;
  min-height: 94px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  color: var(--blw-dark);
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  list-style: none;
}

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

.blw-faq-list summary > span {
  display: flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--blw-border);
  border-radius: 50%;
  color: var(--blw-primary);
  font-size: 22px;
  transition: transform 0.25s ease;
}

.blw-faq-list details[open] summary > span {
  transform: rotate(45deg);
}

.blw-faq-list details > div {
  padding: 0 55px 29px 0;
  color: var(--blw-muted);
  font-size: 14px;
  line-height: 1.8;
}


/* FINAL */

.blw-final {
  padding: 35px 0 90px;
}

.blw-final-box {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 60px;
  align-items: end;
  padding: 70px;
  border-radius: 35px;
  background:
    radial-gradient(circle at 88% 15%, rgba(23, 92, 255, 0.34), transparent 31%),
    var(--blw-dark);
}

.blw-final-box h2 {
  margin-bottom: 21px;
  color: #ffffff;
  font-size: clamp(40px, 4.8vw, 64px);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.blw-final-box p {
  max-width: 690px;
  margin-bottom: 0;
  color: #aab3c2;
  font-size: 16px;
  line-height: 1.78;
}

.blw-final-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
}

.blw-final-action small {
  color: #7f8ba0;
  font-size: 10px;
  line-height: 1.55;
}


/* TABLET */

@media (max-width: 1024px) {

  .blw-hero-grid,
  .blw-journey-grid,
  .blw-performance-box,
  .blw-ecommerce-box,
  .blw-security-grid,
  .blw-method-grid,
  .blw-faq-grid {
    grid-template-columns: 1fr;
  }

  .blw-hero-visual {
    width: min(700px, 100%);
    margin: 0 auto;
  }

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

  .blw-problems-grid,
  .blw-analysis-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blw-heading-split {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .blw-journey-content,
  .blw-security-content,
  .blw-method-intro,
  .blw-faq-intro {
    position: static;
  }

  .blw-performance-box,
  .blw-ecommerce-box {
    padding: 60px;
  }

  .blw-ecommerce-flow {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }

  .blw-ecommerce-flow > i {
    display: none;
  }

  .blw-landing-grid,
  .blw-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blw-landing-grid article:nth-child(3n),
  .blw-benefits-grid article:nth-child(3n) {
    border-right: 1px solid var(--blw-border);
  }

  .blw-landing-grid article:nth-child(2n),
  .blw-benefits-grid article:nth-child(2n) {
    border-right: 0;
  }

  .blw-final-box {
    grid-template-columns: 1fr;
  }

}


/* MOBILE */

@media (max-width: 767px) {

  .blw-container {
    width: min(100% - 28px, 620px);
  }

  .blw-section {
    padding: 75px 0;
  }

  .blw-hero {
    padding: 72px 0 65px;
  }

  .blw-hero-content h1 {
    font-size: clamp(43px, 13vw, 60px);
  }

  .blw-hero-description {
    font-size: 16px;
  }

  .blw-hero-actions {
    flex-direction: column;
  }

  .blw-btn {
    width: 100%;
  }

  .blw-hero-points {
    flex-direction: column;
    align-items: flex-start;
  }

  .blw-hero-visual {
    min-height: 650px;
  }

  .blw-dashboard {
    top: 0;
    width: 100%;
    padding: 18px;
  }

  .blw-dashboard-header {
    flex-direction: column;
  }

  .blw-score-area,
  .blw-metrics-grid {
    grid-template-columns: 1fr;
  }

  .blw-floating-card {
    display: none;
  }

  .blw-value-grid,
  .blw-problems-grid,
  .blw-analysis-grid,
  .blw-landing-grid,
  .blw-benefits-grid {
    grid-template-columns: 1fr;
  }

  .blw-value-grid > div {
    padding: 24px 5px;
    border-bottom: 1px solid var(--blw-border);
  }

  .blw-value-grid > div::after {
    display: none;
  }

  .blw-section-heading h2,
  .blw-journey-content h2,
  .blw-performance-content h2,
  .blw-ecommerce-content h2,
  .blw-security-content h2,
  .blw-method-intro h2,
  .blw-faq-intro h2,
  .blw-final-box h2 {
    font-size: 39px;
  }

  .blw-heading-center {
    text-align: left;
  }

  .blw-analysis-card {
    min-height: 490px;
  }

  .blw-performance,
  .blw-ecommerce {
    padding: 20px 0;
  }

  .blw-performance-box,
  .blw-ecommerce-box {
    padding: 45px 25px;
    border-radius: 27px;
  }

  .blw-vitals article {
    grid-template-columns: 1fr;
  }

  .blw-ecommerce-flow {
    grid-template-columns: 1fr;
  }

  .blw-landing-grid article,
  .blw-benefits-grid article {
    min-height: auto;
    border-right: 0 !important;
    border-bottom: 1px solid var(--blw-border) !important;
  }

  .blw-landing-grid article:last-child,
  .blw-benefits-grid article:last-child {
    border-bottom: 0 !important;
  }

  .blw-security-list article,
  .blw-method-steps article {
    grid-template-columns: 45px 1fr;
  }

  .blw-faq-list summary {
    min-height: 85px;
    font-size: 15px;
  }

  .blw-faq-list details > div {
    padding-right: 0;
  }

  .blw-final {
    padding: 20px 0 65px;
  }

  .blw-final-box {
    padding: 45px 25px;
    border-radius: 27px;
  }

}


/* SMALL MOBILE */

@media (max-width: 420px) {

  .blw-hero-visual {
    min-height: 720px;
  }

  .blw-section-heading h2,
  .blw-journey-content h2,
  .blw-performance-content h2,
  .blw-ecommerce-content h2,
  .blw-security-content h2,
  .blw-method-intro h2,
  .blw-faq-intro h2,
  .blw-final-box h2 {
    font-size: 35px;
  }

  .blw-analysis-card {
    min-height: 510px;
    padding: 26px;
  }

}


/* ACCESSIBILITY */

@media (prefers-reduced-motion: reduce) {

  .blw-page *,
  .blw-page *::before,
  .blw-page *::after {
    transition-duration: 0.01ms !important;
  }

}/* End custom CSS */