@font-face {
  font-family: "Public Sans";
  src: url("/wp-content/themes/solu-lab/fonts/public-sans/public-sans-v21-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Public Sans";
  src: url("/wp-content/themes/solu-lab/fonts/public-sans/public-sans-v21-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Public Sans";
  src: url("/wp-content/themes/solu-lab/fonts/public-sans/public-sans-v21-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Public Sans";
  src: url("/wp-content/themes/solu-lab/fonts/public-sans/public-sans-v21-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.hbd-hero,
.hbd-section,
.hbd-cta-block {
  font-family: "Public Sans", system-ui, sans-serif;
}

.hbd-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(16, 101, 189, 0.35), transparent 42%),
    radial-gradient(circle at 85% 80%, rgba(23, 173, 223, 0.28), transparent 40%),
    linear-gradient(145deg, #041b34 0%, #022443 50%, #011225 100%);
}

.hbd-hero__glow {
  position: absolute;
  pointer-events: none;
  filter: blur(75px);
  border-radius: 9999px;
  z-index: 0;
}

.hbd-hero__glow--top {
  width: 460px;
  height: 460px;
  left: -120px;
  top: -120px;
  background: rgba(29, 134, 253, 0.35);
}

.hbd-hero__glow--bottom {
  width: 560px;
  height: 560px;
  right: -160px;
  bottom: -180px;
  background: rgba(10, 196, 236, 0.25);
}

.hbd-hero__container {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
}

.hbd-hero__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.hbd-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 9999px;
  padding: 0.55rem 0.9rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 600;
}

.hbd-hero__title {
  margin: 1.1rem 0 0;
  color: #ffffff;
  font-size: clamp(1.9rem, 4.4vw, 2.8rem);
  line-height: 1.15;
  font-weight: 700;
}

.hbd-hero__description {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 720px;
}

.hbd-stat-grid {
  margin-top: 1.7rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.hbd-stat-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 0.9rem;
}

.hbd-stat-card__value {
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 700;
}

.hbd-stat-card__label {
  margin: 0.3rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.78rem;
}

.hbd-hero__actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hbd-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 9999px;
  background: #0a63cc;
  color: #ffffff;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.72rem 1.15rem 0.72rem 0.6rem;
  transition: all 0.25s ease;
  text-decoration: none;
}

.hbd-hero__cta:hover {
  background: #0c71e8;
  transform: translateY(-1px);
}

.hbd-hero__cta-avatar {
  width: 92px;
  height: 54px;
  object-fit: cover;
}

.hbd-hero__ghost-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  padding: 0.85rem 1.3rem;
  font-weight: 600;
  transition: all 0.25s ease;
  text-decoration: none;
}

.hbd-hero__ghost-cta:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.08);
}

.hbd-hero__panel {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 1.55rem;
  backdrop-filter: blur(14px);
}

.hbd-hero__panel-title {
  margin: 0;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.4;
}

.hbd-hero__panel-description {
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 255, 0.83);
  font-size: 0.95rem;
  line-height: 1.6;
}

.hbd-check-list {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.hbd-check-item {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  padding-left: 1.4rem;
  font-size: 0.92rem;
  line-height: 1.5;
}

.hbd-check-item + .hbd-check-item {
  margin-top: 0.72rem;
}

.hbd-check-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48rem;
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: #50d4ff;
}

.hbd-onboarding-box {
  margin-top: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.8rem;
}

.hbd-onboarding-box__label {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.62rem;
}

.hbd-onboarding-box__value {
  margin: 0.25rem 0 0;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
}

.hbd-hero__certifications {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  gap: 16px;
  flex-direction: column;
  z-index: 10;
}

.hbd-hero__cert-image {
  width: 86px;
  object-fit: contain;
}

.hbd-section {
  padding-top: 4.3rem;
  padding-bottom: 4.3rem;
}

.hbd-section--white {
  background: #ffffff;
}

.hbd-section--light {
  background: #f6f8fb;
}

.hbd-section__header {
  margin-bottom: 2rem;
}

.hbd-kicker-wrap {
  display: inline-block;
  border-bottom: 2px solid #075DAC;
  padding-bottom: 0.2rem;
}

.hbd-kicker {
  color: #075DAC;
  font-size: 0.95rem;
  font-weight: 600;
}

.hbd-section__title {
  margin: 0.8rem 0 0;
  color: #181818;
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  line-height: 1.3;
  font-weight: 700;
}

.hbd-grid {
  display: grid;
  gap: 1rem;
}

.hbd-card {
  border: 1px solid #e8edf3;
  border-radius: 18px;
  background: #ffffff;
  padding: 1.25rem;
  transition: all 0.25s ease;
}

.hbd-card:hover {
  transform: translateY(-2px);
  border-color: #d7e4f2;
  box-shadow: 0 12px 30px rgba(8, 23, 42, 0.08);
}

.hbd-card__title {
  margin: 0;
  color: #181818;
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 600;
}

.hbd-card__title--process {
  margin-top: 0.8rem;
}

.hbd-card__description {
  margin: 0.7rem 0 0;
  color: #546371;
  font-size: 0.92rem;
  line-height: 1.65;
}

.hbd-card__description--tight {
  line-height: 1.5;
}

.hbd-card--protocol .hbd-card__description {
  margin-top: 0.9rem;
}

.hbd-card--model {
  display: flex;
  flex-direction: column;
}

.hbd-card--process {
  min-height: 100%;
}

.hbd-protocol-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.hbd-protocol-icon-wrap {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #eef5fd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.hbd-protocol-icon {
  width: 24px;
  height: 24px;
}

.hbd-check-list--dark {
  margin-top: 0.9rem;
}

.hbd-check-item--dark {
  color: #3b4753;
}

.hbd-check-item--dark::before {
  background: #075DAC;
}

.hbd-model-cta {
  margin-top: auto;
  width: 100%;
  border: 1px solid #d9e5f3;
  border-radius: 9999px;
  padding: 0.8rem 1rem;
  color: #075DAC;
  font-weight: 700;
  transition: all 0.25s ease;
  background: transparent;
}

.hbd-model-cta:hover {
  background: #075DAC;
  color: #ffffff;
  border-color: #075DAC;
}

.hbd-step-number {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #075DAC;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
}

.hbd-cta-block {
  background: #0e1c2d;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.hbd-bottom-cta {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  padding: 1.55rem;
  background: linear-gradient(120deg, rgba(7, 93, 172, 0.38) 0%, rgba(8, 44, 80, 0.7) 100%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
}

.hbd-bottom-cta__kicker {
  margin: 0;
  color: #bae6fd;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.65rem;
}

.hbd-bottom-cta__title {
  margin: 0.55rem 0 0;
  color: #ffffff;
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  line-height: 1.2;
}

.hbd-bottom-cta__description {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  line-height: 1.65;
  max-width: 760px;
}

@media (min-width: 640px) {
  .hbd-grid--3,
  .hbd-grid--4,
  .hbd-grid--5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .hbd-hero__container {
    min-height: calc(100dvh - 5rem);
    display: flex;
    align-items: center;
  }

  .hbd-hero__grid {
    grid-template-columns: 1.25fr 1fr;
    gap: 2.5rem;
  }

  .hbd-stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hbd-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

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

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

  .hbd-bottom-cta {
    flex-direction: row;
    align-items: center;
    padding: 2.2rem;
  }
}

@media (min-width: 1200px) {
  .hbd-hero__certifications {
    display: flex;
  }
}


.benchmark-section {
  padding: 80px 20px;
  background: #f8fafc;
  font-family: system-ui, sans-serif;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.header {
  text-align: center;
  margin-bottom: 40px;
}

.header h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1e293b;
}

.header p {
  margin-top: 10px;
  color: #64748b;
  font-size: 16px;
}

.table-wrapper {
  overflow-x: auto;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

/* Table */
.benchmark-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

/* Header */
.benchmark-table thead {
  background: #075DAC;
  color: #fff;
}

.benchmark-table th {
  padding: 16px;
  text-align: left;
  font-weight: 600;
}

/* Body */
.benchmark-table td {
  padding: 16px;
  border-bottom: 1px solid #e2e8f0;
  color: #334155;
}

/* Highlight column */
.highlight {
  color: #075DAC;
  font-weight: 600;
}

/* Row hover */
.benchmark-table tbody tr:hover {
  background: #f1f5f9;
}

/* Zebra stripes */
.benchmark-table tbody tr:nth-child(even) {
  background: #f9fafb;
}

/* Responsive tweak */
@media (max-width: 768px) {
  .header h2 {
    font-size: 24px;
  }

  .benchmark-table td,
  .benchmark-table th {
    padding: 12px;
    font-size: 14px;
  }
}