.content-page-hero {
  padding: 80px 0 30px;
  background:
    radial-gradient(circle at top left, rgba(34, 197, 94, 0.14), transparent 28%),
    radial-gradient(circle at right center, rgba(56, 189, 248, 0.10), transparent 24%),
    #0f172a;
}

.content-page-hero-content {
  max-width: none;
}

.content-page-hero-content h1 {
  font-size: 46px;
  line-height: 1.08;
  margin-bottom: 14px;
  color: #ffffff;
}

.content-page-hero-content p {
  font-size: 18px;
  color: #cbd5e1;
  max-width: min(72ch, 100%);
}

.content-list-section {
  padding: 20px 0 80px;
}

.content-list-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.content-list-main {
  min-width: 0;
}

.content-list-main,
.content-category-card {
  background: #111827;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 22px;
  padding: 28px;
}

.content-entry-card {
  background: #0b1220;
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 18px;
  padding: 20px;

}

.content-list-sidebar {
  position: sticky;
  top: 96px;
  width: 100%;
  max-width: 320px;
  justify-self: end;
  padding: 18px 16px;
  background: rgba(15, 23, 42, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.07);
  border-radius: 14px;
}

.content-list-main h2,
.content-list-sidebar h3,
.content-category-card h3,
.content-entry-card h3 {
  color: #ffffff;
}

.content-list-main p,
.content-list-sidebar p,
.content-category-card p,
.content-entry-card p {
  color: #cbd5e1;
}

.content-list-sidebar h3 {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.content-intro {
  margin-bottom: 28px;
}

.content-intro h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.content-hub-ad-slot {
  margin: 28px 0 6px;
}

.content-categories {
  display: grid;
  gap: 22px;
}

.content-category-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.content-category-card p {
  margin-bottom: 18px;
}

.content-entry-list {
  display: grid;
  gap: 14px;
}

.content-entry-card {
  padding: 20px;
  background: #0b1220;
}

.content-entry-card h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.content-entry-card a {
  display: inline-block;
  margin-top: 12px;
  color: #7dd3fc;
  font-weight: 700;
}

.content-entry-card a:hover {
  color: #bae6fd;
}

.sidebar-links {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.sidebar-links a {
  display: block;
  padding: 11px 12px;
  border-radius: 11px;
  background: rgba(11, 18, 32, 0.65);
  border: 1px solid rgba(148, 163, 184, 0.09);
  color: #e2e8f0;
  transition: 0.2s ease;
}

.sidebar-links a:hover {
  border-color: rgba(56, 189, 248, 0.35);
  transform: translateY(-1px);
}

.content-highlight {
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(56, 189, 248, 0.08);
  border: 1px solid rgba(56, 189, 248, 0.14);
}

.content-highlight strong {
  display: block;
  color: #ffffff;
  margin-bottom: 8px;
}

@media (max-width: 1000px) {
  .content-list-layout {
    grid-template-columns: 1fr;
  }

  .content-list-sidebar {
    position: static;
    max-width: none;
    justify-self: stretch;
  }
}

@media (max-width: 700px) {
  .content-page-hero-content h1 {
    font-size: 34px;
  }

  .content-intro h2 {
    font-size: 26px;
  }

  .content-category-card h3,
  .content-list-sidebar h3,
  .content-entry-card h3 {
    font-size: 22px;
  }
}

.content-start-stack {
  display: grid;
  gap: 18px;
  margin-bottom: 30px;
}

.content-start-grid-secondary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.content-start-card {
  background: #0b1220;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 20px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;

}

.content-start-card h3 {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1.15;
}

.content-start-card p {
  color: #cbd5e1;
  margin-bottom: 18px;
  max-width: min(78ch, 100%);
}

.content-start-card .btn {
  margin-top: auto;
  align-self: flex-start;
}

.content-start-card-primary {
  background: linear-gradient(180deg, rgba(34, 197, 94, 0.10), rgba(56, 189, 248, 0.06));
  border-color: rgba(34, 197, 94, 0.20);
  padding: 28px;
}

.content-start-card-primary h3 {
  font-size: 34px;
}

.content-start-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  color: #86efac;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

#base-emagrecimento,
#duvidas-dificuldades {
  scroll-margin-top: 110px;
}

@media (max-width: 1000px) {
  .content-start-grid-secondary {
    grid-template-columns: 1fr;
  }

  .content-start-card h3 {
    font-size: 24px;
  }

  .content-start-card-primary h3 {
    font-size: 28px;
  }
}

.content-start-grid-secondary .content-start-label {
  align-self: center;
  text-align: center;
}
@media (max-width: 700px) {
  .content-list-main,
  .content-list-sidebar,
  .content-category-card {
    padding: 22px;
  }

  .content-entry-card {
    padding: 18px;
  }

  .content-start-card,
  .content-start-card-primary {
    padding: 20px;
  }

  .content-start-card h3,
  .content-start-card-primary h3 {
    line-height: 1.2;
  }

  .content-start-card .btn,
  .content-start-card-primary .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .content-entry-card a {
    display: inline-block;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .content-entry-card a,
  .sidebar-links a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .content-start-card .btn,
  .content-start-card-primary .btn {
    min-height: 46px;
  }
}

@media (max-width: 480px) {
  .content-page-hero-content h1 {
    font-size: 30px;
    line-height: 1.16;
  }

  .content-category-card h3 {
    font-size: 21px;
  }
}