.hbbtv-hero {
  background:
    radial-gradient(circle at top right, rgba(26, 155, 216, 0.18), transparent 36%),
    linear-gradient(135deg, rgba(13, 27, 42, 0.99), rgba(22, 36, 56, 0.97));
}

.hbbtv-hero__grid,
.hbbtv-split {
  display: grid;
  gap: 2.25rem;
  align-items: center;
}

.hbbtv-hero__grid {
  grid-template-columns: 1fr;
  align-items: start;
}

.hbbtv-split {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.hbbtv-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(26, 155, 216, 0.14);
  color: #8dd3f4;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.hbbtv-hero h1,
.hbbtv-section h2,
.hbbtv-banner h2 {
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.hbbtv-hero h1 {
  color: #ffffff;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  max-width: 24ch;
  width: min(100%, 24ch);
  margin-bottom: 1rem;
}

.hbbtv-hero__lead,
.hbbtv-copy,
.hbbtv-banner p,
.hbbtv-card p,
.hbbtv-listitem p,
.hbbtv-callout p,
.hbbtv-imageframe figcaption {
  font-size: 1rem;
  line-height: 1.7;
}

.hbbtv-hero__lead {
  max-width: 58ch;
  color: #c7d3e0;
}

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

.hbbtv-hero__actions .btn-ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.34);
}

.hbbtv-hero__actions .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.hbbtv-statgrid,
.hbbtv-cardgrid {
  display: grid;
  gap: 1rem;
}

.hbbtv-statgrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.hbbtv-statcard,
.hbbtv-card,
.hbbtv-callout,
.hbbtv-banner {
  border: 1px solid rgba(221, 226, 232, 0.95);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(13, 27, 42, 0.08);
}

.hbbtv-statcard {
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.hbbtv-statcard strong {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.hbbtv-statcard span {
  color: #cad7e5;
  font-size: 0.92rem;
}

.hbbtv-imageframe {
  margin: 0;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.85rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 42px rgba(13, 27, 42, 0.22);
  width: 100%;
  max-width: 100%;
}

.hbbtv-imageframe img {
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.hbbtv-imageframe figcaption {
  color: #d2dbe5;
  margin-top: 0.9rem;
}

.hbbtv-section h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 0.85rem;
}

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

.hbbtv-card {
  padding: 1.15rem;
  background: #ffffff;
}

.hbbtv-card__marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  background: rgba(26, 155, 216, 0.12);
  color: var(--color-accent);
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.hbbtv-card h3,
.hbbtv-callout h3 {
  font-size: 1.05rem;
  margin-bottom: 0.45rem;
}

.hbbtv-card p,
.hbbtv-callout p,
.hbbtv-listitem p {
  color: var(--color-text-muted);
  margin: 0;
}

.hbbtv-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.hbbtv-listitem {
  padding: 1rem 1.05rem;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  background: #ffffff;
}

.hbbtv-listitem strong {
  display: block;
  margin-bottom: 0.25rem;
}

.hbbtv-callout {
  padding: 1.35rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.hbbtv-bullets {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.hbbtv-bullets li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--color-text-muted);
}

.hbbtv-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--color-accent);
}

.hbbtv-banner {
  padding: 1.6rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.4rem;
  align-items: center;
  background: linear-gradient(135deg, rgba(13, 27, 42, 0.98), rgba(22, 36, 56, 0.98));
  color: #ffffff;
}

.hbbtv-banner h2 {
  color: #ffffff;
  margin-bottom: 0.45rem;
}

.hbbtv-banner p {
  color: #c7d3e0;
  max-width: 64ch;
}

.hbbtv-banner .btn-outline {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.34);
}

.hbbtv-banner .btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.hbbtv-guides__banner {
  padding: 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 1rem;
  align-items: stretch;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(13, 27, 42, 0.98), rgba(22, 36, 56, 0.98));
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(13, 27, 42, 0.08);
}

.hbbtv-guides__banner h2 {
  color: #ffffff;
  margin-bottom: 0.45rem;
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.08;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  max-width: 20ch;
}

.hbbtv-guides__banner p {
  color: #c7d3e0;
  max-width: 60ch;
}

.hbbtv-guides__links {
  display: grid;
  gap: 0.85rem;
}

.hbbtv-guides__link {
  display: block;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.hbbtv-guides__link:hover,
.hbbtv-guides__link:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
}

.hbbtv-guides__link strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1rem;
}

.hbbtv-guides__link span {
  color: #c7d3e0;
  font-size: 0.94rem;
}

@media (max-width: 980px) {
  .hbbtv-hero__grid,
  .hbbtv-split,
  .hbbtv-banner,
  .hbbtv-guides__banner {
    grid-template-columns: 1fr;
  }

  .hbbtv-statgrid,
  .hbbtv-cardgrid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .hbbtv-hero h1 {
    max-width: 100%;
    width: 100%;
  }

  .hbbtv-statgrid,
  .hbbtv-cardgrid {
    grid-template-columns: 1fr;
  }

  .hbbtv-banner {
    padding: 1.25rem;
  }

  .hbbtv-guides__banner {
    padding: 1.25rem;
  }
}