/* Start custom CSS for html, class: .elementor-element-f4be8b2 *//* =========================================================
   B-LION'S — SEO E VISIBILITÀ
   CSS COMPLETO
   ========================================================= */

.blseo-page {
  --blseo-primary: #175cff;
  --blseo-primary-dark: #0d45ce;
  --blseo-dark: #071225;
  --blseo-dark-soft: #101d32;
  --blseo-text: #172033;
  --blseo-muted: #667085;
  --blseo-border: #e3e8f0;
  --blseo-light: #f5f7fb;
  --blseo-white: #ffffff;
  --blseo-success: #17b26a;
  --blseo-danger: #f04438;
  --blseo-warning: #f79009;

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

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

.blseo-page h1,
.blseo-page h2,
.blseo-page h3,
.blseo-page h4,
.blseo-page p,
.blseo-page ul,
.blseo-page ol {
  margin-top: 0;
}

.blseo-page h1,
.blseo-page h2,
.blseo-page h3,
.blseo-page strong {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.blseo-page a {
  color: inherit;
  text-decoration: none;
}

.blseo-page img,
.blseo-page svg {
  display: block;
  max-width: 100%;
}

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

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


/* =========================================================
   GENERIC
   ========================================================= */

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

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

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

.blseo-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;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

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

.blseo-btn > span {
  font-size: 21px;
  line-height: 1;
  transition: transform 0.25s ease;
}

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

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

.blseo-btn-primary:hover {
  color: #ffffff;
  background: var(--blseo-primary-dark);
  box-shadow: 0 20px 43px rgba(23, 92, 255, 0.32);
}

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

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

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

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

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

.blseo-heading-center {
  max-width: 920px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

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

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

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

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

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

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


/* =========================================================
   HERO
   ========================================================= */

.blseo-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%);
}

.blseo-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%);
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 93%);
}

.blseo-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;
}

.blseo-hero-content {
  min-width: 0;
}

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

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

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

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

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

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

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


/* =========================================================
   HERO DASHBOARD
   ========================================================= */

.blseo-hero-visual {
  position: relative;
  min-width: 0;
  min-height: 635px;
}

.blseo-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);
  -webkit-backdrop-filter: blur(15px);
}

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

.blseo-dashboard-header small {
  display: block;
  margin-bottom: 7px;
  color: var(--blseo-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

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

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

.blseo-dashboard-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  padding: 18px 0;
}

.blseo-dashboard-summary article {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--blseo-border);
  border-radius: 14px;
  background: #fbfcfe;
}

.blseo-dashboard-summary small {
  display: block;
  margin-bottom: 7px;
  color: var(--blseo-muted);
  font-size: 7px;
}

.blseo-dashboard-summary strong {
  display: block;
  margin-bottom: 5px;
  color: var(--blseo-dark);
  font-size: 22px;
}

.blseo-dashboard-summary span {
  color: #98a2b3;
  font-size: 7px;
}

.blseo-chart-card {
  padding: 17px;
  border-radius: 17px;
  background: var(--blseo-dark);
}

.blseo-chart-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 14px;
}

.blseo-chart-heading small {
  display: block;
  margin-bottom: 5px;
  color: #7f8ba0;
  font-size: 7px;
}

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

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

.blseo-chart {
  position: relative;
  height: 130px;
  overflow: hidden;
}

.blseo-chart-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
}

.blseo-chart-grid i {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.blseo-chart svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.blseo-chart-labels {
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
  color: #69768c;
  font-size: 7px;
}

.blseo-keywords {
  display: grid;
  gap: 8px;
  margin-top: 11px;
}

.blseo-keyword-row {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px;
  border: 1px solid var(--blseo-border);
  border-radius: 12px;
  background: #fbfcfe;
}

.blseo-keyword-row > div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.blseo-position {
  display: flex;
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: var(--blseo-primary);
  background: rgba(23, 92, 255, 0.09);
  font-size: 7px;
  font-weight: 850;
}

.blseo-keyword-row strong {
  display: block;
  margin-bottom: 3px;
  color: var(--blseo-dark);
  font-size: 9px;
}

.blseo-keyword-row small {
  color: #98a2b3;
  font-size: 6px;
}

.blseo-trend {
  flex: 0 0 auto;
  color: var(--blseo-success);
  font-size: 8px;
  font-weight: 850;
  white-space: nowrap;
}

.blseo-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);
}

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

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

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

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

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


/* =========================================================
   VALUE STRIP
   ========================================================= */

.blseo-value-strip {
  border-top: 1px solid var(--blseo-border);
  border-bottom: 1px solid var(--blseo-border);
  background: #ffffff;
}

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

.blseo-value-grid > div {
  position: relative;
  min-width: 0;
  padding: 31px 27px;
}

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

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

.blseo-value-grid span {
  color: var(--blseo-muted);
  font-size: 12px;
  line-height: 1.6;
}


/* =========================================================
   PROBLEMS
   ========================================================= */

.blseo-problems {
  background: #ffffff;
}

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

.blseo-problem-card {
  min-width: 0;
  min-height: 285px;
  padding: 31px;
  border: 1px solid var(--blseo-border);
  border-radius: 23px;
  background: #f8fafd;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.blseo-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);
}

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

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

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

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

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

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

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

.blseo-problem-highlight a span {
  font-size: 18px;
}


/* =========================================================
   ANALYSIS
   ========================================================= */

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

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

.blseo-analysis-card {
  display: flex;
  min-width: 0;
  min-height: 520px;
  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:
    transform 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease;
}

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

.blseo-analysis-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 38px;
}

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

.blseo-analysis-icon {
  display: flex;
  width: 55px;
  height: 55px;
  flex: 0 0 55px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(145deg, #2e7bff, #144ee3);
  box-shadow:
    0 10px 24px rgba(23, 92, 255, 0.3),
    0 0 25px rgba(23, 92, 255, 0.17);
}

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

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

.blseo-analysis-card h3 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.22;
}

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

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

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

.blseo-analysis-card li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4f8aff;
  box-shadow: 0 0 0 4px rgba(79, 138, 255, 0.12);
  content: "";
}

.blseo-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);
}


/* =========================================================
   INTENT
   ========================================================= */

.blseo-intent {
  background: #ffffff;
}

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

.blseo-intent-content,
.blseo-competitors-content,
.blseo-method-intro,
.blseo-faq-intro {
  position: sticky;
  top: 100px;
}

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

.blseo-intent-content h2 span,
.blseo-competitors-content h2 span {
  color: var(--blseo-primary);
}

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

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

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

.blseo-intent-flow small {
  display: block;
  margin-bottom: 6px;
  color: var(--blseo-primary);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.blseo-intent-flow strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blseo-dark);
  font-size: 18px;
}

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

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

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

.blseo-intent-success > span {
  color: #087443 !important;
  background: rgba(23, 178, 106, 0.12) !important;
}


/* =========================================================
   LOCAL SEO
   ========================================================= */

.blseo-local,
.blseo-ecommerce,
.blseo-ecosystem {
  padding: 65px 0;
  background: #ffffff;
}

.blseo-local-box,
.blseo-ecommerce-box,
.blseo-ecosystem-box {
  display: grid;
  min-height: 640px;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  gap: 65px;
  align-items: center;
  padding: 75px;
  overflow: hidden;
  border-radius: 36px;
  background:
    radial-gradient(
      circle at 82% 20%,
      rgba(67, 126, 255, 0.29),
      transparent 29%
    ),
    var(--blseo-dark);
}

.blseo-local-content,
.blseo-ecommerce-content,
.blseo-ecosystem-content {
  min-width: 0;
}

.blseo-local-content h2,
.blseo-ecommerce-content h2,
.blseo-ecosystem-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;
}

.blseo-local-content p,
.blseo-ecommerce-content p,
.blseo-ecosystem-content p {
  max-width: 610px;
  margin-bottom: 29px;
  color: #aab3c2;
  font-size: 16px;
  line-height: 1.8;
}

.blseo-local-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.blseo-local-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;
  font-weight: 700;
}

.blseo-map-card {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 28px;
  background: #eaf0f8;
}

.blseo-map-background {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      25deg,
      transparent 48%,
      rgba(23, 92, 255, 0.08) 49%,
      rgba(23, 92, 255, 0.08) 51%,
      transparent 52%
    ),
    linear-gradient(
      -35deg,
      transparent 48%,
      rgba(23, 92, 255, 0.08) 49%,
      rgba(23, 92, 255, 0.08) 51%,
      transparent 52%
    ),
    #eef3fa;
  background-size: 110px 110px;
}

.blseo-map-road {
  position: absolute;
  display: block;
  height: 8px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.blseo-road-one {
  top: 80px;
  left: -30px;
  width: 420px;
  transform: rotate(18deg);
}

.blseo-road-two {
  top: 210px;
  right: -50px;
  width: 400px;
  transform: rotate(-24deg);
}

.blseo-road-three {
  bottom: 90px;
  left: -70px;
  width: 450px;
  transform: rotate(-10deg);
}

.blseo-road-four {
  top: 30px;
  left: 220px;
  width: 370px;
  transform: rotate(75deg);
}

.blseo-map-pin {
  position: absolute;
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50% 50% 50% 0;
  color: #ffffff;
  background: var(--blseo-primary);
  box-shadow: 0 14px 30px rgba(23, 92, 255, 0.25);
  font-size: 10px;
  font-weight: 850;
  transform: rotate(-45deg);
}

.blseo-pin-one {
  top: 70px;
  left: 80px;
}

.blseo-pin-two {
  top: 155px;
  right: 65px;
}

.blseo-pin-three {
  right: 135px;
  bottom: 110px;
}

.blseo-pin-four {
  bottom: 145px;
  left: 110px;
}

.blseo-local-result {
  position: absolute;
  right: 25px;
  bottom: 25px;
  left: 25px;
  padding: 22px;
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 50px rgba(7, 18, 37, 0.15);
}

.blseo-local-result-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.blseo-local-result small {
  display: block;
  margin-bottom: 5px;
  color: var(--blseo-muted);
  font-size: 8px;
}

.blseo-local-result strong {
  color: var(--blseo-dark);
  font-size: 15px;
}

.blseo-local-result-top > span {
  flex: 0 0 auto;
  color: #b54708;
  font-size: 10px;
  font-weight: 850;
}

.blseo-local-result p {
  margin: 15px 0;
  color: var(--blseo-muted);
  font-size: 10px;
  line-height: 1.6;
}

.blseo-local-result-actions {
  display: flex;
  gap: 8px;
}

.blseo-local-result-actions span {
  flex: 1;
  padding: 9px;
  border-radius: 8px;
  color: var(--blseo-primary);
  background: rgba(23, 92, 255, 0.08);
  font-size: 7px;
  font-weight: 800;
  text-align: center;
}


/* =========================================================
   B2B + CONTINUOUS
   ========================================================= */

.blseo-b2b,
.blseo-continuous {
  background: #f5f7fb;
}

.blseo-b2b-grid,
.blseo-continuous-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--blseo-border);
  border-radius: 25px;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(7, 18, 37, 0.045);
}

.blseo-b2b-grid article,
.blseo-continuous-grid article {
  min-width: 0;
  min-height: 285px;
  padding: 32px;
  border-right: 1px solid var(--blseo-border);
  border-bottom: 1px solid var(--blseo-border);
}

.blseo-b2b-grid article:nth-child(3n),
.blseo-continuous-grid article:nth-child(3n) {
  border-right: 0;
}

.blseo-b2b-grid article:nth-child(n + 4),
.blseo-continuous-grid article:nth-child(n + 4) {
  border-bottom: 0;
}

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

.blseo-b2b-grid h3,
.blseo-continuous-grid h3 {
  margin-bottom: 13px;
  color: var(--blseo-dark);
  font-size: 20px;
  line-height: 1.25;
}

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


/* =========================================================
   E-COMMERCE FLOW — CORRETTO
   ========================================================= */

.blseo-ecommerce-flow {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns:
    minmax(116px, 1fr) 22px
    minmax(116px, 1fr) 22px
    minmax(116px, 1fr) 22px
    minmax(116px, 1fr) 22px
    minmax(116px, 1fr);
  gap: 0;
  align-items: stretch;
}

.blseo-ecommerce-flow article {
  display: flex;
  min-width: 0;
  min-height: 185px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.blseo-ecommerce-flow article:hover {
  transform: translateY(-4px);
  border-color: rgba(79, 138, 255, 0.38);
  background: rgba(255, 255, 255, 0.075);
}

.blseo-ecommerce-flow article > span {
  display: block;
  margin-bottom: auto;
  color: #6f7d94;
  font-size: 9px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.06em;
}

.blseo-ecommerce-flow strong {
  display: block;
  width: 100%;
  margin-bottom: 9px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.blseo-ecommerce-flow small {
  display: block;
  color: #9da9bb;
  font-size: 8px;
  line-height: 1.55;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.blseo-ecommerce-flow > i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f8aff;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
}

.blseo-ecommerce-success {
  border-color: rgba(23, 178, 106, 0.27) !important;
  background: rgba(23, 178, 106, 0.08) !important;
}

.blseo-ecommerce-success > span {
  color: #75e0a7 !important;
}


/* =========================================================
   ECOSYSTEM FLOW
   ========================================================= */

.blseo-ecosystem-flow {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns:
    minmax(110px, 1fr) 22px
    minmax(110px, 1fr) 22px
    minmax(110px, 1fr) 22px
    minmax(110px, 1fr) 22px
    minmax(110px, 1fr);
  gap: 0;
  align-items: stretch;
}

.blseo-ecosystem-flow article {
  display: flex;
  min-width: 0;
  min-height: 180px;
  flex-direction: column;
  padding: 18px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.055);
}

.blseo-ecosystem-flow article > span {
  display: block;
  margin-bottom: auto;
  color: #6f7d94;
  font-size: 9px;
}

.blseo-ecosystem-flow strong {
  display: block;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
}

.blseo-ecosystem-flow small {
  color: #9da9bb;
  font-size: 8px;
  line-height: 1.5;
}

.blseo-ecosystem-flow > i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f8aff;
  font-style: normal;
  text-align: center;
}

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


/* =========================================================
   COMPETITORS
   ========================================================= */

.blseo-competitors {
  background: #ffffff;
}

.blseo-competitor-table {
  overflow: hidden;
  border: 1px solid var(--blseo-border);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(7, 18, 37, 0.07);
}

.blseo-competitor-header,
.blseo-competitor-row {
  display: grid;
  grid-template-columns:
    minmax(180px, 1.4fr)
    90px
    minmax(140px, 1fr)
    90px;
  gap: 15px;
  align-items: center;
  padding: 19px 22px;
}

.blseo-competitor-header {
  color: var(--blseo-muted);
  background: #f7f9fc;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.blseo-competitor-row {
  border-top: 1px solid var(--blseo-border);
}

.blseo-competitor-row > div:first-child {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
}

.blseo-domain-icon {
  display: flex;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--blseo-primary);
  background: rgba(23, 92, 255, 0.09);
  font-size: 9px;
  font-weight: 850;
}

.blseo-competitor-row strong {
  color: var(--blseo-dark);
  font-size: 11px;
}

.blseo-competitor-row > span {
  color: var(--blseo-muted);
  font-size: 10px;
}

.blseo-own-row {
  background: rgba(23, 92, 255, 0.035);
}

.blseo-visibility-bar {
  height: 7px;
  overflow: hidden;
  border-radius: 20px;
  background: #e8edf5;
}

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

.blseo-positive {
  color: var(--blseo-success) !important;
  font-weight: 850;
}

.blseo-neutral {
  color: var(--blseo-warning) !important;
  font-weight: 850;
}

.blseo-negative {
  color: var(--blseo-danger) !important;
  font-weight: 850;
}


/* =========================================================
   METHOD
   ========================================================= */

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

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

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

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

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

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

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

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

.blseo-method-steps p {
  max-width: 630px;
  margin-bottom: 0;
  color: #aab3c2;
  font-size: 14px;
  line-height: 1.75;
}


/* =========================================================
   FAQ
   ========================================================= */

.blseo-faq {
  background: #ffffff;
}

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

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

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

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

.blseo-faq-list summary::marker {
  display: none;
}

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

.blseo-faq-list summary:hover > span {
  border-color: rgba(23, 92, 255, 0.3);
  background: rgba(23, 92, 255, 0.04);
}

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

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


/* =========================================================
   FINAL
   ========================================================= */

.blseo-final {
  padding: 35px 0 90px;
  background: #ffffff;
}

.blseo-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(--blseo-dark);
}

.blseo-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;
}

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

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

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


/* =========================================================
   LARGE LAPTOP
   ========================================================= */

@media (max-width: 1180px) {

  .blseo-local-box,
  .blseo-ecommerce-box,
  .blseo-ecosystem-box {
    grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
    gap: 45px;
    padding: 60px;
  }

  .blseo-ecommerce-flow {
    grid-template-columns:
      minmax(108px, 1fr) 18px
      minmax(108px, 1fr) 18px
      minmax(108px, 1fr) 18px
      minmax(108px, 1fr) 18px
      minmax(108px, 1fr);
  }

  .blseo-ecommerce-flow article {
    padding-right: 13px;
    padding-left: 13px;
  }

  .blseo-ecommerce-flow strong {
    font-size: 11px;
  }

  .blseo-ecosystem-flow {
    grid-template-columns:
      minmax(105px, 1fr) 18px
      minmax(105px, 1fr) 18px
      minmax(105px, 1fr) 18px
      minmax(105px, 1fr) 18px
      minmax(105px, 1fr);
  }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

  .blseo-hero-grid,
  .blseo-intent-grid,
  .blseo-local-box,
  .blseo-ecommerce-box,
  .blseo-competitors-grid,
  .blseo-ecosystem-box,
  .blseo-method-grid,
  .blseo-faq-grid {
    grid-template-columns: 1fr;
  }

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

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

  .blseo-value-grid > div:nth-child(2)::after {
    display: none;
  }

  .blseo-value-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--blseo-border);
  }

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

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

  .blseo-heading-split > p {
    max-width: 720px;
    margin-left: 0;
  }

  .blseo-intent-content,
  .blseo-competitors-content,
  .blseo-method-intro,
  .blseo-faq-intro {
    position: static;
  }

  .blseo-local-box,
  .blseo-ecommerce-box,
  .blseo-ecosystem-box {
    padding: 60px;
  }

  .blseo-b2b-grid,
  .blseo-continuous-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blseo-b2b-grid article:nth-child(3n),
  .blseo-continuous-grid article:nth-child(3n) {
    border-right: 1px solid var(--blseo-border);
  }

  .blseo-b2b-grid article:nth-child(2n),
  .blseo-continuous-grid article:nth-child(2n) {
    border-right: 0;
  }

  .blseo-b2b-grid article:nth-child(n + 4),
  .blseo-continuous-grid article:nth-child(n + 4) {
    border-bottom: 1px solid var(--blseo-border);
  }

  .blseo-b2b-grid article:nth-child(n + 5),
  .blseo-continuous-grid article:nth-child(n + 5) {
    border-bottom: 0;
  }

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

  .blseo-ecommerce-flow > i,
  .blseo-ecosystem-flow > i {
    display: none;
  }

  .blseo-ecommerce-flow article,
  .blseo-ecosystem-flow article {
    min-height: 175px;
  }

  .blseo-ecommerce-flow strong,
  .blseo-ecosystem-flow strong {
    font-size: 14px;
    white-space: nowrap;
  }

  .blseo-ecommerce-flow small,
  .blseo-ecosystem-flow small {
    font-size: 9px;
  }

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

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

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

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

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

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

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

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

  .blseo-btn {
    width: 100%;
  }

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

  .blseo-hero-visual {
    min-height: 700px;
  }

  .blseo-dashboard {
    top: 0;
    width: 100%;
    padding: 18px;
    border-radius: 23px;
  }

  .blseo-dashboard-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .blseo-dashboard-summary {
    grid-template-columns: 1fr;
  }

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

  .blseo-value-grid {
    grid-template-columns: 1fr;
  }

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

  .blseo-value-grid > div:last-child {
    border-bottom: 0;
  }

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

  .blseo-section-heading h2,
  .blseo-intent-content h2,
  .blseo-local-content h2,
  .blseo-ecommerce-content h2,
  .blseo-competitors-content h2,
  .blseo-ecosystem-content h2,
  .blseo-method-intro h2,
  .blseo-faq-intro h2,
  .blseo-final-box h2 {
    font-size: 39px;
  }

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

  .blseo-heading-center p {
    margin-left: 0;
  }

  .blseo-problems-grid,
  .blseo-analysis-grid,
  .blseo-b2b-grid,
  .blseo-continuous-grid {
    grid-template-columns: 1fr;
  }

  .blseo-analysis-card {
    min-height: 500px;
  }

  .blseo-intent-flow article {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 20px;
  }

  .blseo-intent-connector {
    margin-left: 38px;
  }

  .blseo-local,
  .blseo-ecommerce,
  .blseo-ecosystem {
    padding: 20px 0;
  }

  .blseo-local-box,
  .blseo-ecommerce-box,
  .blseo-ecosystem-box {
    min-height: 0;
    padding: 45px 25px;
    border-radius: 27px;
  }

  .blseo-map-card {
    min-height: 430px;
  }

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

  .blseo-b2b-grid article:last-child,
  .blseo-continuous-grid article:last-child {
    border-bottom: 0 !important;
  }

  .blseo-ecommerce-flow,
  .blseo-ecosystem-flow {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .blseo-ecommerce-flow article,
  .blseo-ecosystem-flow article {
    min-height: 150px;
    padding: 20px;
  }

  .blseo-ecommerce-flow article > span,
  .blseo-ecosystem-flow article > span {
    margin-bottom: 35px;
  }

  .blseo-ecommerce-flow strong,
  .blseo-ecosystem-flow strong {
    font-size: 15px;
    white-space: normal;
  }

  .blseo-ecommerce-flow small,
  .blseo-ecosystem-flow small {
    font-size: 10px;
  }

  .blseo-competitor-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .blseo-competitor-header,
  .blseo-competitor-row {
    min-width: 650px;
  }

  .blseo-method-steps article {
    grid-template-columns: 45px minmax(0, 1fr);
  }

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

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

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

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

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

  .blseo-hero-visual {
    min-height: 760px;
  }

  .blseo-section-heading h2,
  .blseo-intent-content h2,
  .blseo-local-content h2,
  .blseo-ecommerce-content h2,
  .blseo-competitors-content h2,
  .blseo-ecosystem-content h2,
  .blseo-method-intro h2,
  .blseo-faq-intro h2,
  .blseo-final-box h2 {
    font-size: 35px;
  }

  .blseo-analysis-card {
    min-height: 520px;
    padding: 26px;
  }

  .blseo-local-result-actions {
    flex-direction: column;
  }

  .blseo-keyword-row strong {
    font-size: 8px;
  }

}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

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

  .blseo-page *,
  .blseo-page *::before,
  .blseo-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

}/* End custom CSS */