.insights-page {
  background: #f7f3ea;
}

.insights-page main {
  padding-top: 88px;
}

.insights-shell,
.article-shell {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.insights-hero {
  min-height: 430px;
  display: flex;
  align-items: end;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 34, 29, 0.96) 0%, rgba(3, 34, 29, 0.76) 55%, rgba(3, 34, 29, 0.18) 100%),
    url("/assets/campus/commerce-square-arch.jpg") center 42% / cover no-repeat;
}

.insights-hero .insights-shell {
  padding-block: 92px 70px;
}

.insights-hero h1 {
  max-width: 780px;
  margin-top: 14px;
  font: 400 clamp(3.5rem, 7vw, 6.7rem)/0.94 var(--serif);
}

.insights-hero p:last-child {
  max-width: 690px;
  margin-top: 24px;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.82);
}

.insights-catalog {
  padding: 92px 0 120px;
  background:
    linear-gradient(rgba(247, 243, 234, 0.95), rgba(247, 243, 234, 0.95)),
    url("/assets/campus/azulejo-tile-v2.png") 0 0 / 320px 320px;
}

.catalog-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.catalog-heading h2 {
  margin-top: 8px;
  color: var(--green);
  font: 400 clamp(2.6rem, 5vw, 4.8rem)/1 var(--serif);
}

.catalog-controls {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(220px, 0.35fr);
  gap: 14px;
  padding: 18px;
  background: #fff;
  border-block: 1px solid var(--line);
}

.insights-catalog-controls {
  grid-template-columns: minmax(240px, 1.35fr) repeat(2, minmax(180px, 0.7fr));
}

.program-catalog-controls {
  grid-template-columns: minmax(240px, 1.35fr) repeat(3, minmax(160px, 0.7fr));
}

.udemy-catalog-controls {
  grid-template-columns: minmax(260px, 1.4fr) repeat(2, minmax(180px, 0.45fr));
}

.catalog-controls label {
  display: grid;
  gap: 7px;
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.catalog-controls input,
.catalog-controls select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--ink);
  background: #fbfaf7;
  border: 1px solid rgba(8, 47, 41, 0.26);
  border-radius: 0;
  font: 500 1rem var(--sans);
}

.catalog-count {
  margin: 24px 0 16px;
  color: var(--muted);
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.insight-card {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--line);
}

.insight-card[hidden] {
  display: none;
}

.insight-card-link {
  height: 100%;
  display: grid;
  grid-template-rows: 190px 1fr;
  text-decoration: none;
}

.insight-card-art {
  position: relative;
  display: flex;
  align-items: end;
  padding: 18px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(8, 47, 41, 0.25), rgba(6, 59, 112, 0.76)),
    url("/assets/campus/azulejo-tile-v2.png") center / 240px 240px;
  background-size: cover, 240px 240px;
  background-position: center;
}

.insight-card-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 36%, rgba(2, 27, 23, 0.74));
}

.insight-card-art span {
  position: relative;
  z-index: 1;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.insight-card-body {
  display: flex;
  flex-direction: column;
  padding: 26px;
}

.insight-meta {
  color: var(--burgundy);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.insight-card h3 {
  margin-top: 11px;
  color: var(--green);
  font: 700 1.55rem/1.12 var(--serif);
}

.insight-card-body > p:not(.insight-meta) {
  margin-top: 15px;
  color: var(--muted);
}

.insight-read {
  margin-top: auto;
  padding-top: 26px;
  color: var(--blue);
  font-weight: 800;
}

.insight-card-link:hover .insight-read,
.insight-card-link:focus-visible .insight-read {
  color: var(--burgundy);
}

.catalog-empty {
  padding: 46px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
}

.article-header {
  padding: 94px 0 74px;
  color: #fff;
  background: var(--green);
}

.breadcrumbs {
  display: flex;
  gap: 9px;
  margin-bottom: 54px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
}

.breadcrumbs a:hover {
  color: #fff;
}

.article-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-topics span {
  padding: 6px 9px;
  color: #ead38d;
  border: 1px solid rgba(234, 211, 141, 0.48);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.article-header h1 {
  max-width: 1000px;
  margin-top: 22px;
  font: 400 clamp(3rem, 6vw, 6rem)/0.98 var(--serif);
}

.article-deck {
  max-width: 850px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.article-byline {
  margin-top: 24px;
  color: #ead38d;
  font-size: 0.92rem;
}

.article-hero-image {
  width: min(1320px, calc(100% - 40px));
  aspect-ratio: 16 / 7;
  margin: 42px auto 0;
  overflow: hidden;
}

.article-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-layout {
  display: grid;
  grid-template-columns: 80px minmax(0, 760px);
  justify-content: center;
  gap: 36px;
  padding-block: 84px 110px;
}

.institutional-layout {
  padding-block: 84px 110px;
}

.institutional-layout .article-body {
  width: min(100%, 940px);
  margin-inline: auto;
}

.article-share {
  position: sticky;
  top: 120px;
  align-self: start;
  display: grid;
  justify-items: center;
  gap: 10px;
}

.article-share span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.article-share a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
  text-decoration: none;
  font-weight: 800;
}

.article-body {
  min-width: 0;
  color: #292824;
  font: 400 1.08rem/1.82 var(--sans);
}

.article-body > * + * {
  margin-top: 1.4em;
}

.article-body h2,
.article-body h3 {
  color: var(--green);
  font-family: var(--serif);
  line-height: 1.12;
}

.article-body h2 {
  margin-top: 2.2em;
  font-size: 2.4rem;
}

.article-body h3 {
  margin-top: 1.9em;
  font-size: 1.65rem;
}

.article-body a {
  color: var(--blue);
  text-underline-offset: 3px;
}

.article-body blockquote {
  margin-inline: 0;
  padding: 24px 28px;
  color: var(--green);
  background: #efe8d9;
  border-left: 4px solid var(--gold);
  font: 400 1.35rem/1.5 var(--serif);
}

.article-body table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.93rem;
}

.article-body th,
.article-body td {
  padding: 12px;
  text-align: left;
  vertical-align: top;
  border: 1px solid var(--line);
}

.article-body th {
  color: #fff;
  background: var(--green);
}

.article-edition-note {
  margin-top: 52px;
  padding: 24px 28px;
  color: var(--green);
  background: #f2eee5;
  border-left: 4px solid var(--gold);
}

.article-edition-note strong {
  font-family: var(--serif);
  font-size: 1.25rem;
}

.article-edition-note p {
  margin: 8px 0 0;
  font-size: 0.94rem;
  line-height: 1.65;
}

.regional-amazon-note {
  margin-top: 52px;
  padding: 28px 30px;
  color: var(--green);
  background: #efe8d9;
  border-left: 5px solid var(--gold);
}

.article-body .regional-amazon-note h2 {
  margin-top: 0;
  font-size: 1.75rem;
}

.regional-amazon-note p {
  margin-top: 12px;
}

.article-cta {
  padding: 78px 0;
  color: #fff;
  background: var(--blue);
}

.article-cta h2 {
  max-width: 700px;
  margin-top: 12px;
  font: 400 clamp(2.5rem, 5vw, 4.5rem)/1 var(--serif);
}

.article-cta p:not(.eyebrow) {
  margin: 20px 0 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.1rem;
}

.primary-action {
  display: inline-flex;
  padding: 14px 20px;
  color: var(--green);
  background: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.content-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.content-hub-hero,
.content-hero,
.program-hero {
  color: #fff;
  background: var(--green);
}

.content-hub-hero {
  min-height: 500px;
  display: flex;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(3, 34, 29, 0.97), rgba(3, 34, 29, 0.72) 65%, rgba(3, 34, 29, 0.28)),
    url("/assets/campus/commerce-square-arch.jpg") center 36% / cover no-repeat;
}

.content-hub-hero .content-shell {
  padding-block: 110px 74px;
}

.content-hub-hero h1,
.content-hero h1,
.program-hero h1 {
  max-width: 920px;
  margin-top: 14px;
  font: 400 clamp(3.2rem, 7vw, 6.5rem)/0.94 var(--serif);
}

.content-hub-hero p:not(.eyebrow),
.content-deck {
  max-width: 760px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.18rem;
}

.content-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button-gold {
  color: var(--green);
  background: #d7bd79;
  border-color: #d7bd79;
}

.button-ghost-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.58);
}

.content-catalog {
  padding: 92px 0 124px;
  background:
    linear-gradient(rgba(247, 243, 234, 0.965), rgba(247, 243, 234, 0.965)),
    url("/assets/campus/azulejo-tile-v2.png") 0 0 / 320px 320px;
}

.library-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px 18px;
  margin-top: 34px;
}

.library-card[hidden] { display: none; }

.library-card a {
  height: 100%;
  display: grid;
  grid-template-rows: 340px 1fr;
  color: inherit;
  background: #fff;
  border: 1px solid var(--line);
  text-decoration: none;
}

.library-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
  background: #fff;
}

.library-card a > div,
.program-library-grid article a > div {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.library-card h3,
.program-library-grid h3 {
  margin-top: 8px;
  color: var(--green);
  font: 700 1.22rem/1.15 var(--serif);
}

.library-card p:not(.library-kicker),
.program-library-grid p:not(.library-kicker) {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.92rem;
}

.library-card a > div > span,
.program-library-grid a > div > span {
  margin-top: auto;
  padding-top: 18px;
  color: var(--burgundy);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.library-kicker {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.book-detail-hero {
  padding: 92px 0 76px;
}

.book-detail-grid {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: clamp(46px, 7vw, 100px);
  align-items: center;
}

.book-detail-cover {
  margin: 0;
  background: #fff;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

.book-detail-cover img {
  width: 100%;
  aspect-ratio: 0.67;
  object-fit: contain;
}

.breadcrumbs-light,
.breadcrumbs-light a { color: rgba(255, 255, 255, 0.78); }

.content-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 36px 0 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.content-facts div {
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.content-facts dt {
  color: var(--burgundy);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.content-facts dd {
  margin: 7px 0 0;
  color: var(--green);
  font-family: var(--serif);
  font-size: 1.1rem;
}

.compact-facts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-color: rgba(255, 255, 255, 0.2);
}

.compact-facts div { border-color: rgba(255, 255, 255, 0.2); }
.compact-facts dt { color: #d7bd79; }
.compact-facts dd { color: #fff; font-size: 0.95rem; }

.content-reading-layout,
.program-reading-layout {
  display: grid;
  grid-template-columns: 200px minmax(0, 760px);
  gap: clamp(44px, 8vw, 110px);
  justify-content: center;
  padding-block: 86px 110px;
}

.content-index,
.program-index {
  position: sticky;
  top: 118px;
  align-self: start;
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-size: 0.82rem;
}

.content-index strong,
.program-index strong { color: var(--green); text-transform: uppercase; }
.content-index span { padding-block: 7px; border-bottom: 1px solid var(--line); }
.content-index a,
.program-index a { color: var(--burgundy); }

.program-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: end;
  background: var(--green) var(--program-image) center / cover no-repeat;
}

.program-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 34, 29, 0.98) 0%, rgba(3, 34, 29, 0.83) 55%, rgba(3, 34, 29, 0.3) 100%);
}

.program-hero-content { position: relative; z-index: 1; padding-block: 120px 76px; }
.program-hero h1 { max-width: 980px; font-size: clamp(3rem, 5.6vw, 5.1rem); }
.program-overview { padding: 82px 0; background: #fff; }
.program-overview h2,
.program-faq h2 { margin-top: 8px; color: var(--green); font: 400 clamp(2.7rem, 5vw, 4.8rem)/1 var(--serif); }
.program-body h3 { margin-top: 2.3rem; font-size: 1.42rem; }

.program-pathway-note {
  padding: 58px 0;
  color: var(--green);
  background: #f5f2e9;
  border-block: 1px solid var(--line);
}

.program-pathway-note h2 {
  max-width: 900px;
  margin: 7px 0 18px;
  font: 400 clamp(2.2rem, 4vw, 3.7rem)/1.04 var(--serif);
}

.program-pathway-note p {
  max-width: 900px;
  line-height: 1.7;
}

.program-pathway-note ul {
  max-width: 980px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.program-pathway-note li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.program-pathway-note a:not(.button) {
  color: var(--burgundy);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.program-evidence {
  padding: 68px 0;
  color: #fff;
  background: var(--green);
}

.program-evidence h2 {
  max-width: 900px;
  margin: 7px 0 18px;
  font: 400 clamp(2.3rem, 4.2vw, 4rem)/1.03 var(--serif);
}

.program-evidence > .content-shell > p:not(.eyebrow) {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.program-evidence-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  max-width: 980px;
  margin-top: 32px;
  background: rgba(255, 255, 255, 0.18);
}

.program-evidence-links a {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 18px 22px;
  color: #fff;
  background: var(--green);
  text-decoration: none;
}

.program-evidence-links a::after {
  content: "\2192";
  margin-left: auto;
  color: var(--gold);
}

.program-evidence-links a:hover,
.program-evidence-links a:focus-visible {
  background: #0a4a3e;
}

.header-action {
  flex: 0 0 auto;
}

.header-enrollment-cta {
  min-width: 112px;
  min-height: 48px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 8px 17px;
  color: var(--green);
  background: var(--gold);
  border: 1px solid rgba(21, 20, 14, 0.16);
  font-family: var(--sans);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.header-enrollment-cta small {
  font-size: 0.67rem;
  font-weight: 700;
}

.header-enrollment-cta:hover,
.header-enrollment-cta:focus-visible {
  color: #fff;
  background: var(--burgundy);
  transform: translateY(-1px);
}

.program-inline-cta {
  padding: 38px 0;
  color: var(--green);
  background: var(--paper-2);
  border-block: 1px solid var(--line);
}

.program-inline-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.program-inline-cta h2 {
  margin-top: 5px;
  font: 400 clamp(2rem, 3.4vw, 3.25rem)/1 var(--serif);
}

.program-inline-cta p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 9px;
  color: var(--muted);
}

.program-inline-cta .button {
  flex: 0 0 auto;
}

.program-faq { padding: 90px 0; background: #efe8d9; }
.faq-list { max-width: 900px; margin-top: 38px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 44px 22px 0; cursor: pointer; color: var(--green); font: 700 1.2rem/1.3 var(--serif); }
.faq-list details p { max-width: 760px; padding: 0 0 24px; color: var(--muted); }

.program-cta { padding: 82px 0; color: #fff; background: var(--blue); }
.program-cta h2 { max-width: 760px; margin-top: 12px; font: 400 clamp(2.7rem, 5vw, 4.8rem)/1 var(--serif); }
.program-cta p:not(.eyebrow) { max-width: 680px; margin-top: 20px; color: rgba(255,255,255,.8); }

.business-page {
  color: var(--ink);
  background: #f7f3ea;
}

.business-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--green);
}

.business-hero-art {
  position: absolute;
  inset: 0;
  opacity: .34;
  background:
    linear-gradient(90deg, rgba(3,34,29,.98) 0%, rgba(3,34,29,.87) 58%, rgba(3,34,29,.38) 100%),
    url("/assets/campus/commerce-square-arch.jpg") 76% 45% / cover no-repeat;
}

.business-hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background: url("/assets/campus/azulejo-tile-v2.png") 0 0 / 260px 260px;
}

.business-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
  gap: clamp(46px, 7vw, 100px);
  align-items: end;
  padding-block: 122px 76px;
}

.business-hero h1 {
  max-width: 900px;
  margin-top: 18px;
  font: 400 clamp(3.15rem, 6vw, 6rem)/.95 var(--serif);
}

.business-hero .article-topics {
  margin-top: 25px;
}

.business-offer-panel {
  padding: 34px;
  color: var(--green);
  background: rgba(247,243,234,.96);
  border-top: 5px solid var(--gold);
}

.business-price {
  margin-top: 12px;
  font: 700 2.1rem/1.05 var(--serif);
}

.business-offer-panel dl {
  margin: 26px 0 0;
}

.business-offer-panel dl div {
  padding: 14px 0;
  border-top: 1px solid rgba(8,47,41,.18);
}

.business-offer-panel dt {
  color: var(--burgundy);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.business-offer-panel dd {
  margin: 6px 0 0;
  line-height: 1.45;
}

.business-proof-strip {
  color: var(--green);
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.business-proof-strip .content-shell {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.business-proof-strip p {
  padding: 28px 30px;
  border-right: 1px solid var(--line);
}

.business-proof-strip p:first-child {
  border-left: 1px solid var(--line);
}

.business-proof-strip strong,
.business-proof-strip span {
  display: block;
}

.business-proof-strip strong {
  font: 700 1.12rem/1.2 var(--serif);
}

.business-proof-strip span {
  margin-top: 7px;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.5;
}

.business-reading-layout {
  display: grid;
  grid-template-columns: minmax(180px, 230px) minmax(0, 820px);
  gap: clamp(48px, 8vw, 120px);
  justify-content: center;
  padding-block: 92px 120px;
}

.business-reading-layout:has(> .business-body:first-child) {
  grid-template-columns: minmax(0, 900px);
}

.business-index {
  position: sticky;
  top: 118px;
  align-self: start;
  max-height: calc(100vh - 150px);
  display: grid;
  gap: 0;
  overflow-y: auto;
  border-top: 3px solid var(--gold);
}

.business-index strong {
  padding: 18px 0 12px;
  color: var(--green);
  font-size: .72rem;
  text-transform: uppercase;
}

.business-index a {
  padding: 10px 0;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: .82rem;
  line-height: 1.35;
  text-decoration: none;
}

.business-index a:hover,
.business-index a:focus-visible {
  color: var(--burgundy);
}

.business-body > h2:first-child {
  margin-top: 0;
}

.business-body h2 {
  padding-top: .2em;
}

.business-body h2 + h3 {
  margin-top: 1.15em;
}

.business-body a[href*="payment.gtf.pt"] {
  display: inline-flex;
  padding: 14px 20px;
  color: var(--green);
  background: var(--gold);
  border: 1px solid rgba(8,47,41,.16);
  font-size: .8rem;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.business-body ul,
.business-body ol {
  padding-left: 1.25em;
}

.business-body li + li {
  margin-top: .5em;
}

.business-inline-cta {
  padding: 78px 0;
  color: #fff;
  background:
    linear-gradient(rgba(3,34,29,.92), rgba(3,34,29,.92)),
    url("/assets/campus/azulejo-tile-v2.png") 0 0 / 260px 260px;
}

.business-inline-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 52px;
  align-items: end;
}

.business-inline-cta h2 {
  max-width: 760px;
  margin-top: 12px;
  font: 400 clamp(2.65rem, 5vw, 4.8rem)/1 var(--serif);
}

.business-inline-cta p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 18px;
  color: rgba(255,255,255,.78);
}

.business-inline-cta .content-actions {
  min-width: 230px;
  justify-content: flex-end;
}

@media (max-width: 1360px) {
  .header-enrollment-cta {
    min-width: 98px;
    padding-inline: 12px;
    font-size: 0.7rem;
  }
}

@media (max-width: 1120px) {
  .header-enrollment-cta small {
    display: none;
  }
}

@media (max-width: 860px) {
  .brand {
    order: 1;
  }

  .header-action {
    order: 2;
    margin-left: auto;
  }

  .nav-toggle {
    order: 3;
  }

  .primary-nav {
    order: 4;
  }

  .header-enrollment-cta {
    min-width: 88px;
    min-height: 42px;
    padding: 8px 12px;
  }

  .program-inline-cta-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }
}

@media (max-width: 420px) {
  .header-enrollment-cta {
    min-width: 74px;
    padding-inline: 9px;
    font-size: 0.65rem;
  }
}

.program-library-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.program-library-grid article a {
  height: 100%;
  display: grid;
  grid-template-rows: 240px 1fr;
  color: inherit;
  background: #fff;
  border: 1px solid var(--line);
  text-decoration: none;
}

.udemy-library-grid article a {
  display: block;
  min-height: 100%;
}

.udemy-library-grid article a > div {
  min-height: 100%;
}

.catalog-source-note {
  max-width: 760px;
  margin-top: 34px;
  color: var(--muted);
  font-size: 0.88rem;
}

.program-library-grid img { width: 100%; height: 100%; object-fit: cover; }
.program-library-grid article[hidden] { display: none; }

.program-card-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.program-card-facts dt {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
}

.program-card-facts dd {
  margin: 4px 0 0;
  color: var(--green);
  font-size: 0.83rem;
  font-weight: 700;
}

.catalog-empty {
  margin-top: 28px;
  padding: 24px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
}

@media (max-width: 900px) {
  .insight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .library-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .program-library-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .insights-catalog-controls, .program-catalog-controls { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .udemy-catalog-controls { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .business-hero-grid { grid-template-columns: 1fr; align-items: end; }
  .business-offer-panel { max-width: 620px; }
  .business-proof-strip .content-shell { grid-template-columns: 1fr; }
  .business-proof-strip p,
  .business-proof-strip p:first-child { border-left: 1px solid var(--line); }
  .business-reading-layout { grid-template-columns: 1fr; }
  .business-index {
    position: static;
    max-height: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 22px;
  }
  .business-index strong { grid-column: 1 / -1; }
  .business-inline-cta-grid { grid-template-columns: 1fr; align-items: start; }
  .business-inline-cta .content-actions { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .insights-page main { padding-top: 76px; }
  .insights-shell, .article-shell { width: min(100% - 28px, 1160px); }
  .insights-hero { min-height: 470px; background-position: 65% center; }
  .insights-hero .insights-shell { padding-block: 100px 48px; }
  .insights-hero h1 { font-size: 3.3rem; }
  .insights-catalog { padding-block: 68px 86px; }
  .catalog-heading { align-items: start; }
  .catalog-controls, .insights-catalog-controls, .program-catalog-controls, .udemy-catalog-controls, .insight-grid { grid-template-columns: 1fr; }
  .insight-card-link { grid-template-rows: 170px 1fr; }
  .article-header { padding-block: 70px 54px; }
  .breadcrumbs { margin-bottom: 36px; }
  .article-header h1 { font-size: 3rem; overflow-wrap: anywhere; }
  .article-layout { grid-template-columns: 1fr; padding-block: 58px 78px; }
  .article-share { position: static; display: flex; justify-content: start; }
  .article-body { font-size: 1rem; }
  .article-body h2 { font-size: 2rem; }
  .article-body table { display: block; overflow-x: auto; }
  .content-shell { width: min(100% - 28px, 1180px); }
  .content-hub-hero { min-height: 470px; }
  .content-hub-hero .content-shell { padding-block: 92px 54px; }
  .content-hub-hero h1,
  .content-hero h1,
  .program-hero h1 { font-size: 3rem; overflow-wrap: anywhere; }
  .library-grid,
  .program-library-grid { grid-template-columns: 1fr; }
  .library-card a { grid-template-columns: 112px minmax(0, 1fr); grid-template-rows: minmax(190px, auto); }
  .book-detail-grid { grid-template-columns: 1fr; gap: 38px; }
  .book-detail-cover { width: min(250px, 75vw); }
  .compact-facts,
  .content-facts { grid-template-columns: 1fr; }
  .content-reading-layout,
  .program-reading-layout { grid-template-columns: 1fr; padding-block: 58px 80px; }
  .content-index,
  .program-index { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .program-hero { min-height: 620px; }
  .program-hero-content { padding-block: 92px 52px; }
  .program-pathway-note ul { grid-template-columns: 1fr; }
  .program-evidence-links { grid-template-columns: 1fr; }
  .business-hero-grid { min-height: 640px; padding-block: 100px 52px; gap: 36px; }
  .business-hero h1 { font-size: 3rem; overflow-wrap: anywhere; }
  .business-offer-panel { padding: 26px; }
  .business-proof-strip .content-shell { width: 100%; }
  .business-proof-strip p { padding-inline: 22px; }
  .business-reading-layout { padding-block: 62px 82px; }
  .business-index { grid-template-columns: 1fr; }
  .business-inline-cta { padding-block: 62px; }
}
