.breadcrumbs-v1,
.breadcrumbs-v3 {
  display: none !important;
}

.be-hero,
.be-hero *:not(i),
.be-section,
.be-section *:not(i),
.be-cta,
.be-cta *:not(i) {
  box-sizing: border-box;
  font-family:
    "DM Sans",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.be-wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 5;
  line-height: 0;
  pointer-events: none;
}

.be-wave svg {
  display: block;
  width: 100%;
  height: 60px;
}

.be-hero {
  position: relative;
  background: #fff;
  padding: 5.2rem 0 5.5rem;
}

.be-hero::before {
  content: "";
  position: absolute;
  top: -180px;
  left: -130px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(76, 201, 240, 0.3) 0%,
    rgba(76, 201, 240, 0.12) 36%,
    rgba(76, 201, 240, 0) 74%
  );
}

.be-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -170px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 214, 10, 0.34) 0%,
    rgba(255, 214, 10, 0.12) 36%,
    rgba(255, 214, 10, 0) 74%
  );
}

.be-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.be-eyebrow,
.be-kicker {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #111827;
  margin-bottom: 1rem;
}

.be-title {
  font-size: clamp(3rem, 8vw, 5.8rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.05;
  color: #0f172a;
  margin: 0 0 1rem;
}

.be-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #4b5563;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.be-section {
  position: relative;
  padding: 4rem 0 6rem;
}

.be-section-light {
  background: #f8fafc;
}

.be-section-white {
  background: #fff;
}

.be-section-dark {
  background: #0f172a;
}

.be-img-frame {
  display: inline-block;
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.be-section-light {
  text-align: center;
}

.be-img-frame::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 94%;
  margin: 0 auto;
  background: #bfdbfe;
  border-radius: 22px;
  z-index: -1;
}

.be-img-frame::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 88%;
  margin: 0 auto;
  background: #c4b5fd;
  border-radius: 22px;
  z-index: -2;
}

.be-img-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.1);
}

.be-article-content {
  max-width: 760px;
  margin: 0 auto;
  color: #374151;
}

.be-article-content p,
.be-article-content li {
  font-size: 18px;
  line-height: 1.9;
  color: #374151;
}

.be-article-content h2,
.be-article-content h3,
.be-article-content h4 {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #111827;
  margin-top: 2rem;
}

.be-article-content a {
  color: #0f62fe;
}

.be-dark-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 860px;
  margin: 0 auto;
}

.be-section-dark .be-kicker {
  color: rgba(255, 255, 255, 0.6);
}

.be-author {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}

.be-author img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.be-author h2 {
  margin: 0 0 0.45rem;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
}

.be-author p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}

.be-share-block h3 {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 1rem;
}

.be-share-grid {
  display: grid;
  gap: 0.7rem;
}

.be-share-grid a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0.85rem 1rem;
  border-radius: 18px;
  text-decoration: none !important;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    background 0.25s ease,
    color 0.25s ease;
}

.be-share-grid a:hover {
  color: #111827;
  background: #fffc00;
}

.be-share-grid i {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
}

.be-share-grid a:hover i {
  background: rgba(0, 0, 0, 0.08);
}

.be-cta {
  position: relative;
  background: #fffc00;
  padding: 5.5rem 0;
  text-align: center;
}

.be-cta h2 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #000;
  margin: 0 0 1rem;
}

.be-cta p {
  font-size: 19px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto 2rem;
}

.be-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.be-cta-btn-dark,
.be-cta-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.be-cta-btn-dark:hover,
.be-cta-btn-outline:hover {
  transform: translateY(-2px);
}

.be-cta-btn-dark {
  background: #000;
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.be-cta-btn-dark:hover {
  color: #fff;
  background: #111;
}

.be-cta-btn-outline {
  background: transparent;
  color: #000;
  border: 2px solid rgba(0, 0, 0, 0.15);
}

.be-cta-btn-outline:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) {
  .be-wave svg {
    height: 80px;
  }
}

@media (min-width: 1200px) {
  .be-wave svg {
    height: 100px;
  }
}

@media (max-width: 991.98px) {
  .be-dark-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .be-hero {
    padding: 4.2rem 0 4.5rem;
  }

  .be-title {
    font-size: 2.7rem;
  }

  .be-section {
    padding: 3rem 0 5rem;
  }

  .be-img-frame::before,
  .be-img-frame::after {
    border-radius: 16px;
  }

  .be-img-frame img {
    border-radius: 14px;
  }

  .be-cta {
    padding: 4rem 0;
  }

  .be-cta h2 {
    line-height: 1.05;
  }

  .be-cta-actions {
    flex-direction: column;
    align-items: center;
  }

  .be-cta-actions a {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .be-title {
    font-size: 2.3rem;
  }

  .be-author {
    flex-direction: column;
    align-items: flex-start;
  }
}
