.bseo-direct-wrap {
  margin: 24px 0 8px;
}

.bseo-direct-wrap * {
  box-sizing: border-box;
}

.bseo-hero {
  border-radius: 28px;
  background: linear-gradient(135deg, #07112a 0%, #0a1c4c 52%, #26386f 100%);
  color: #fff;
  padding: 34px 32px;
  margin: 0 0 32px;
  overflow: hidden;
}

.bseo-hero-copy {
  max-width: 860px;
}

.bseo-kicker {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b9d3ff;
  font-weight: 700;
}

.bseo-hero h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
}

.bseo-hero p {
  margin: 0;
  color: rgba(255,255,255,0.9);
  font-size: 17px;
  line-height: 1.7;
}

.bseo-btn-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.bseo-btn,
.bseo-btn:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.bseo-btn-primary {
  background: linear-gradient(90deg, #7c5cff 0%, #24b8ff 100%);
  color: #fff;
}

.bseo-btn-secondary {
  border: 1px solid rgba(255,255,255,0.28);
  color: #fff;
  background: rgba(255,255,255,0.05);
}

.bseo-section {
  background: #f5f8ff;
  border: 1px solid #e2e9f7;
  border-radius: 28px;
  padding: 28px;
  margin: 0 0 28px;
}

.bseo-section-head {
  margin: 0 0 22px;
}

.bseo-section-head h2 {
  margin: 0 0 8px;
  color: #2d3f59;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.14;
}

.bseo-section-head p {
  margin: 0;
  color: #4d5f79;
  font-size: 16px;
  line-height: 1.7;
}

.bseo-grid {
  display: grid;
  gap: 22px;
}

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

.bseo-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 100%;
  background: #fff;
  border: 1px solid #dce4f3;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 1px 0 rgba(14, 39, 84, 0.03);
}

.bseo-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #efe9ff;
  color: #6f42ff;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 14px;
}

.bseo-card h3 {
  margin: 0 0 10px;
  color: #334860;
  font-size: 20px;
  line-height: 1.35;
}

.bseo-card p {
  margin: 0 0 18px;
  color: #4f627a;
  font-size: 16px;
  line-height: 1.7;
}

.bseo-card-link,
.bseo-card-link:hover {
  margin-top: auto;
  color: #5f35ff;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .bseo-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bseo-hero,
  .bseo-section {
    padding: 22px;
    border-radius: 20px;
  }

  .bseo-grid-3 {
    grid-template-columns: 1fr;
  }

  .bseo-hero h1,
  .bseo-section-head h2 {
    font-size: 30px;
  }
}
