@import "tailwindcss";

@theme inline {
  --color-brand-dark: #212121;
  --color-brand-muted: #666666;
  --color-brand-bg: #f7f7f7;
  --color-brand-accent: #666666;
  --color-brand-secondary: #212121;
  --font-sans: var(--font-poppins), ui-sans-serif, system-ui, sans-serif;
}

@layer base {
  button:not(:disabled) {
    cursor: pointer;
  }
}

@keyframes client-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@layer utilities {
  .client-logos-marquee {
    animation: client-marquee 45s linear infinite;
  }

  @media (prefers-reduced-motion: reduce) {
    .client-logos-marquee {
      animation: none;
    }
  }
}
/* ===============================
   Global Variables & Base Styles
================================ */

/* Existing Tailwind theme helpers above are preserved. The extracted site CSS below keeps its original cascade order so the design remains unchanged. */

/* ===============================
   Header / Navbar
================================ */

/* ===============================
   Hero Section
================================ */

/* ===============================
   Common Buttons
================================ */

/* ===============================
   Sections
================================ */

/* ===============================
   Cards / Course Cards / Feature Cards
================================ */

/* ===============================
   Forms / Inputs
================================ */

/* ===============================
   Modal / Popup
================================ */

/* ===============================
   Footer
================================ */

/* ===============================
   Animations
================================ */

/* ===============================
   Responsive CSS
================================ */

/* Extracted from index.html */

:root {
  --brand-dark: #212121;
  --brand-muted: #666666;
  --brand-bg: #f7f7f7;
  --navy: #212121;
  --navy-2: #212121;
  --royal: #666666;
  --ocean: #666666;
  --gold: #212121;
  --gold-2: #f7f7f7;
  --ivory: #f7f7f7;
  --white: #f7f7f7;
  --muted: #666666;
  --ink: #212121;
  --line: #666666;
  --glass: #f7f7f7;
  --shadow: 0 24px 70px #666666;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--brand-dark);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--brand-bg);
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

section {
  position: relative;
  overflow: hidden;
}

main > section {
  width: min(1480px, calc(100% - 32px));
  margin: 2rem auto;
  border: 2px solid var(--brand-dark);
  border-radius: 28px;
  background: var(--brand-bg);
  box-shadow: 0 18px 0 var(--brand-muted);
}

main > section:first-child {
  margin-top: 6.5rem;
}

main > section:last-child {
  margin-bottom: 2rem;
}

.navbar {
  padding: 1rem 0;
  background: var(--brand-bg);
  border-bottom: 2px solid var(--brand-dark);
}

.navbar-brand {
  color: var(--brand-dark);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--brand-dark);
  opacity: 0.78;
}

.navbar-toggler {
  border-color: var(--brand-muted);
  box-shadow: none;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.18rem var(--brand-muted);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23212121' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link {
  color: var(--brand-muted);
  font-size: 0.96rem;
  font-weight: 600;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--brand-dark);
}

.btn {
  border-radius: 999px;
  font-weight: 500;
  letter-spacing: 0;
  transition: transform 0.22s ease, opacity 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.btn-gold {
  color: var(--brand-bg);
  border: 1px solid var(--brand-dark);
  background: var(--brand-dark);
  box-shadow: none;
}

.btn-gold:hover,
.btn-gold:focus {
  color: var(--brand-dark);
  background: var(--brand-bg);
  transform: translateY(-2px);
}

.btn-outline-premium {
  color: var(--brand-dark);
  border: 1px solid var(--brand-muted);
  background: var(--brand-bg);
}

.btn-outline-premium:hover,
.btn-outline-premium:focus {
  color: var(--brand-bg);
  border-color: var(--brand-dark);
  background: var(--brand-dark);
  transform: translateY(-2px);
}

.hero {
  min-height: calc(100vh - 8rem);
  display: flex;
  align-items: center;
  padding: 3rem 0 4rem;
  background: var(--brand-bg);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: var(--brand-muted);
  opacity: 0.25;
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  padding: clamp(2.2rem, 5vw, 5.5rem);
  border-radius: 24px;
  background: var(--brand-bg);
  border: 1px solid var(--brand-muted);
  box-shadow: none;
}

.hero .container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, var(--brand-muted) 1px, transparent 1px);
  background-size: 180px 100%;
  opacity: 0.12;
  pointer-events: none;
}

.hero .row {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 1rem;
  color: var(--brand-dark);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid var(--brand-muted);
  border-radius: 999px;
  background: var(--brand-bg);
}

.hero h1 {
  max-width: 1040px;
  margin: 1.55rem 0 1.4rem;
  color: var(--brand-dark);
  font-size: clamp(3rem, 6.6vw, 5.6rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.hero .lead {
  max-width: 760px;
  color: var(--brand-muted);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
  line-height: 1.65;
}

.support-line {
  color: var(--brand-dark);
  font-weight: 500;
}

.meta-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 2.4rem;
}

.meta-card {
  min-height: 102px;
  padding: 1rem;
  border: 1px solid var(--brand-muted);
  border-radius: 14px;
  background: var(--brand-bg);
  box-shadow: none;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.meta-card:hover {
  transform: translateY(-6px);
  border-color: var(--brand-muted);
}

.meta-card i {
  color: var(--brand-dark);
  font-size: 1.25rem;
  margin-bottom: 0.65rem;
}

.meta-card span {
  display: block;
  color: var(--brand-dark);
  font-weight: 500;
  line-height: 1.35;
}

.section-pad {
  padding: 6rem 0;
}

.section-soft,
.section-ivory {
  color: var(--brand-dark);
  background: var(--brand-bg);
}

#problems,
#host,
#register {
  color: var(--brand-dark);
  border-color: var(--brand-dark);
  background: var(--brand-bg);
}

#problems h2,
#host h2,
#host h3,
#register h2,
#problems .section-kicker,
#host .section-kicker,
#register .section-kicker {
  color: var(--brand-dark);
}

#host .copy-muted,
#register .section-header p {
  color: var(--brand-muted);
}

#problems .problem-card,
#host .host-card,
#host .host-photo,
#host .contact-card,
#register .form-shell {
  color: var(--brand-dark);
  border-color: var(--brand-muted);
  background: var(--brand-bg);
}

#problems .problem-card h3,
#host .contact-card,
#host .host-photo,
#register .form-label {
  color: var(--brand-dark);
}

#problems .icon-box,
#host .host-photo i {
  color: var(--brand-dark);
  border-color: var(--brand-muted);
  background: var(--brand-bg);
}

#register .form-control,
#register .form-select {
  color: var(--brand-dark);
  border-color: var(--brand-muted);
  background-color: var(--brand-bg);
}

#register .form-control:focus,
#register .form-select:focus {
  color: var(--brand-dark);
  border-color: var(--brand-dark);
  background-color: var(--brand-bg);
  box-shadow: 0 0 0 0.18rem var(--brand-muted);
}

#register .form-note,
#register .invalid-feedback,
#register .success-message {
  color: var(--brand-dark);
}

#register .success-message {
  border-color: var(--brand-muted);
  background: var(--brand-bg);
}

.section-header {
  max-width: 820px;
  margin: 0 auto 3rem;
  text-align: center;
}

.section-header.text-start {
  margin-left: 0;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  color: var(--brand-muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

h2 {
  color: var(--brand-dark);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: uppercase;
}

.section-ivory h2,
.section-ivory h3 {
  color: var(--brand-dark);
}

.section-header p,
.copy-muted {
  color: var(--brand-muted);
  font-size: 1.03rem;
  line-height: 1.8;
}

.glass-card,
.problem-card,
.outcome-card,
.program-card,
.audience-card,
.host-card,
.form-shell,
.contact-card {
  border: 1px solid var(--brand-muted);
  border-radius: 18px;
  background: var(--brand-bg);
  box-shadow: none;
}

.glass-card {
  padding: 2.25rem;
}

.intro-visual {
  position: relative;
  min-height: 410px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--brand-bg);
}

.intro-stat {
  padding: 1rem;
  color: var(--brand-dark);
  border: 1px solid var(--brand-bg);
  border-radius: 16px;
  background: var(--brand-bg);
}

.intro-stat strong {
  display: block;
  color: var(--brand-dark);
  font-size: 1.8rem;
  line-height: 1;
}

.icon-box {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--brand-dark);
  border: 1px solid var(--brand-bg);
  border-radius: 50%;
  background: var(--brand-bg);
}

.problem-card,
.outcome-card,
.program-card,
.audience-card {
  height: 100%;
  padding: 1.6rem;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.problem-card:hover,
.outcome-card:hover,
.program-card:hover,
.audience-card:hover {
  transform: translateY(-7px);
  border-color: var(--brand-dark);
}

#problems .problem-card:hover,
#host .host-card:hover,
#register .form-shell:hover {
  border-color: var(--brand-dark);
}

.problem-card h3,
.outcome-card h3,
.program-card h3,
.audience-card h3 {
  margin: 1rem 0 0;
  color: var(--brand-dark);
  font-size: 1.06rem;
  font-weight: 600;
  line-height: 1.55;
}

.problem-card p,
.outcome-card p,
.program-card p,
.audience-card p {
  margin: 0.75rem 0 0;
  color: var(--brand-muted);
  line-height: 1.75;
}

.highlight-line {
  max-width: 920px;
  margin: 2.5rem auto 0;
  padding: 1.2rem 1.4rem;
  color: var(--brand-dark);
  text-align: center;
  font-size: 1.12rem;
  font-weight: 500;
  border: 1px solid var(--brand-muted);
  border-radius: 999px;
  background: var(--brand-bg);
}

.outcome-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.outcome-card h3 {
  margin-top: 0.1rem;
}

.host-card {
  padding: 2rem;
  background: var(--brand-bg);
}

.host-photo {
  min-height: 360px;
  display: grid;
  place-items: center;
  color: var(--brand-dark);
  text-align: center;
  border: 1px solid var(--brand-bg);
  border-radius: 18px;
  background: var(--brand-bg);
  overflow: hidden;
}

.host-photo i {
  display: block;
  margin-bottom: 1rem;
  color: var(--brand-dark);
  font-size: 4rem;
}

.host-photo img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  object-position: center top;
  border-radius: inherit;
}

.host-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.program-card.special {
  border-color: var(--brand-dark);
  background: var(--brand-bg);
}

.fee-note {
  margin-top: 0.85rem;
  color: var(--brand-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.cta-band {
  padding: 4.4rem 0;
  text-align: center;
  color: var(--brand-dark);
  border-color: var(--brand-dark);
  background: var(--brand-bg);
  border-top: 1px solid var(--brand-muted);
  border-bottom: 1px solid var(--brand-muted);
}

.cta-band h2 {
  max-width: 900px;
  margin: 0 auto 1rem;
  color: var(--brand-dark);
}

.cta-band p {
  max-width: 760px;
  margin: 0 auto 1.8rem;
  color: var(--brand-muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.form-shell {
  padding: 2rem;
}

.form-label {
  color: var(--brand-dark);
  font-weight: 500;
}

.form-control,
.form-select {
  min-height: 52px;
  color: var(--brand-dark);
  border: 1px solid var(--brand-muted);
  border-radius: 12px;
  background-color: var(--brand-bg);
}

.form-control::placeholder {
  color: var(--brand-muted);
}

.form-control:focus,
.form-select:focus {
  color: var(--brand-dark);
  border-color: var(--brand-dark);
  background-color: var(--brand-bg);
  box-shadow: 0 0 0 0.18rem var(--brand-bg);
}

.form-select option {
  color: var(--brand-dark);
  background: var(--brand-bg);
}

.form-note {
  margin: 1rem 0 0;
  color: var(--brand-muted);
  text-align: center;
  font-weight: 500;
}

.invalid-feedback {
  color: var(--brand-muted);
}

.success-message {
  display: none;
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  color: var(--brand-dark);
  border: 1px solid var(--brand-muted);
  border-radius: 12px;
  background: var(--brand-bg);
}

.success-message.is-error {
  color: #7a1f1f;
  border-color: rgba(122, 31, 31, 0.28);
  background: #fff5f5;
}

.faq .accordion-item {
  overflow: hidden;
  margin-bottom: 0.9rem;
  color: var(--brand-dark);
  border: 1px solid var(--brand-bg);
  border-radius: 18px;
  background: var(--brand-bg);
}

.faq .accordion-button {
  color: var(--brand-dark);
  font-weight: 500;
  line-height: 1.45;
  border: 0;
  background: var(--brand-bg);
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  color: var(--brand-bg);
  background: var(--brand-dark);
}

.faq .accordion-button::after {
  filter: grayscale(1);
}

.faq .accordion-body {
  color: var(--brand-muted);
  line-height: 1.75;
  background: var(--brand-bg);
}

footer {
  padding: 4rem 0 2rem;
  color: var(--brand-dark);
  background: var(--brand-bg);
  border-top: 1px solid var(--brand-muted);
}

footer h3,
footer h4 {
  color: var(--brand-dark);
  font-weight: 600;
}

footer h3 {
  font-size: 1.35rem;
}

footer h4 {
  font-size: 1rem;
  margin-bottom: 1rem;
}

footer a {
  color: var(--brand-dark);
  text-decoration: none;
}

footer a:hover {
  color: var(--brand-dark);
  opacity: 0.72;
}

.contact-card {
  height: 100%;
  padding: 1.1rem;
  color: var(--brand-dark);
  border-color: var(--brand-muted);
  background: var(--brand-bg);
  box-shadow: none;
}

.contact-card i {
  color: var(--brand-dark);
  margin-right: 0.5rem;
}

.footer-bottom {
  margin-top: 2.4rem;
  padding-top: 1.4rem;
  color: var(--brand-muted);
  border-top: 1px solid var(--brand-muted);
  opacity: 0.76;
}

.floating-action {
  position: fixed;
  right: 1rem;
  z-index: 1050;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--brand-bg);
  text-decoration: none;
  border: 1px solid var(--brand-dark);
  border-radius: 50%;
  background: var(--brand-dark);
  box-shadow: none;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.floating-action:hover {
  color: var(--brand-dark);
  background: var(--brand-bg);
  transform: translateY(-4px);
}

.whatsapp-float {
  bottom: 1rem;
  color: var(--brand-dark);
  background: transparent;
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: -0.45rem;
  z-index: 0;
  border: 1px solid var(--brand-dark);
  border-radius: 50%;
  opacity: 0.55;
  animation: whatsappPulse 1.7s ease-out infinite;
  pointer-events: none;
}

.whatsapp-float:hover {
  color: var(--brand-dark);
  background: transparent;
}

.top-float {
  right: 1.12rem;
  bottom: 4.95rem;
  width: 48px;
  height: 48px;
  opacity: 0;
  pointer-events: none;
}

.top-float.show {
  opacity: 1;
  pointer-events: auto;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body {
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}

.container {
  max-width: 1180px;
  padding-left: clamp(1.25rem, 3vw, 2.5rem);
  padding-right: clamp(1.25rem, 3vw, 2.5rem);
}

main > section {
  width: min(1320px, calc(100% - clamp(20px, 4vw, 64px)));
  margin: clamp(1.25rem, 3vw, 2.25rem) auto;
  border-width: 1px;
  border-color: var(--brand-muted);
  border-radius: clamp(18px, 2vw, 28px);
  box-shadow: none;
}

.navbar {
  border-bottom-width: 1px;
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nav-link {
  font-weight: 400;
}

.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.72rem 1.25rem;
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.2;
}

.btn-lg {
  min-height: 52px;
  padding: 0.82rem 1.55rem;
  font-size: 1rem;
}

.hero {
  min-height: auto;
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  text-align: center;
}

.hero .container {
  padding: clamp(2.4rem, 6vw, 5rem) clamp(1.25rem, 5vw, 4.5rem);
}

.hero h1 {
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.35rem, 6vw, 4.85rem);
  font-weight: 700;
  line-height: 1.04;
  text-wrap: balance;
}

.hero .lead {
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 1.72;
  text-wrap: pretty;
}

.support-line {
  font-weight: 500;
}

.hero .d-flex {
  justify-content: center;
}

.hero .col-xl-10 {
  margin-left: auto;
  margin-right: auto;
}

.eyebrow,
.section-kicker {
  justify-content: center;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.section-pad {
  padding: clamp(3.75rem, 7vw, 6rem) 0;
}

.section-header {
  max-width: 780px;
  margin-bottom: clamp(2.1rem, 4vw, 3.25rem);
  text-align: center;
}

.section-header.text-start {
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

h2 {
  font-size: clamp(1.9rem, 4vw, 3.15rem);
  font-weight: 700;
  line-height: 1.12;
  text-wrap: balance;
}

h3,
.host-meta h3 {
  font-weight: 600;
}

.section-header p,
.copy-muted,
.hero .lead,
.problem-card p,
.outcome-card p,
.program-card p,
.audience-card p,
.faq .accordion-body,
footer,
.contact-card {
  font-weight: 400;
}

.meta-grid {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.meta-card {
  text-align: center;
  border-radius: 16px;
}

.meta-card span {
  font-weight: 500;
}

.problem-card,
.outcome-card,
.program-card,
.audience-card,
.glass-card,
.host-card,
.form-shell,
.contact-card {
  border-radius: 18px;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
}

.problem-card,
.program-card,
.audience-card {
  text-align: center;
}

.problem-card .icon-box,
.program-card .icon-box,
.audience-card .icon-box {
  margin-left: auto;
  margin-right: auto;
}

.problem-card h3,
.outcome-card h3,
.program-card h3,
.audience-card h3 {
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  font-weight: 600;
  line-height: 1.5;
}

.outcome-card {
  align-items: center;
}

.highlight-line {
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  font-weight: 500;
  line-height: 1.6;
}

.host-card {
  text-align: left;
}

.host-card h3 {
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 600;
  line-height: 1.28;
}

.host-links {
  justify-content: flex-start;
}

.cta-band h2 {
  font-weight: 700;
  text-wrap: balance;
}

.cta-band p {
  line-height: 1.72;
}

.form-label {
  font-weight: 500;
}

.form-control,
.form-select {
  font-size: 1rem;
}

.form-note {
  font-weight: 500;
}

.faq .accordion-button {
  font-weight: 500;
  padding: 1.1rem 1.25rem;
}

footer h3,
footer h4 {
  font-weight: 600;
}

footer {
  text-align: left;
}

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

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 1rem 0 0.4rem;
  }

  main > section {
    width: min(100% - 20px, 1320px);
    margin: 1.1rem auto;
    border-radius: 18px;
  }

  .hero {
    min-height: auto;
    padding-top: 1.25rem;
  }

  .hero .container {
    border-radius: 18px;
  }

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

@media (max-width: 767.98px) {
  .section-pad {
    padding: 3.4rem 0;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .hero h1 {
    font-size: clamp(2.05rem, 11vw, 2.75rem);
    line-height: 1.08;
  }

  .hero .lead {
    font-size: 1rem;
  }

  .hero .d-flex,
  .host-links {
    align-items: stretch !important;
  }

  .hero .btn,
  .cta-band .btn,
  .host-links .btn {
    width: 100%;
  }

  .section-header {
    margin-bottom: 2rem;
  }

  .section-kicker {
    font-size: 0.72rem;
  }

  h2 {
    font-size: clamp(1.75rem, 9vw, 2.35rem);
  }

  .meta-grid {
    grid-template-columns: 1fr;
  }

  .glass-card,
  .host-card,
  .form-shell {
    padding: 1.35rem;
  }

  .intro-visual {
    min-height: 330px;
  }

  .host-photo {
    min-height: 240px;
  }

  .host-links .btn {
    width: 100%;
  }
}
/* Artrivedi-inspired final polish */
html {
  scroll-padding-top: 96px;
}

body {
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: var(--brand-bg);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.navbar {
  padding: 1.05rem 0;
  border-bottom: 0;
}

.navbar .container {
  max-width: 1160px;
}

.navbar-brand {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}

.navbar-nav {
  gap: clamp(0.25rem, 1vw, 1rem);
}

.nav-link {
  font-size: 0.95rem;
  font-weight: 400;
  padding-inline: 0.65rem !important;
}

.btn {
  min-height: 48px;
  padding: 0.72rem 1.24rem;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 500;
  letter-spacing: 0;
}

.btn-lg {
  min-height: 52px;
  padding: 0.78rem 1.45rem;
  font-size: 0.98rem;
}

main > section {
  width: min(1280px, calc(100% - clamp(20px, 5vw, 88px)));
  margin: clamp(1.25rem, 2.5vw, 2.4rem) auto;
  border: 1px solid var(--brand-bg);
  border-radius: clamp(22px, 2.5vw, 28px);
  box-shadow: none;
}

main > section:first-child {
  margin-top: 6.25rem;
}

.hero {
  min-height: auto;
  padding: 0;
  text-align: center;
}

.hero::before {
  display: none;
}

.hero .container {
  max-width: 1280px;
  min-height: clamp(560px, 76vh, 720px);
  display: grid;
  align-items: center;
  padding: clamp(3.5rem, 8vw, 6.5rem) clamp(1.3rem, 6vw, 5.5rem);
  border: 0;
  border-radius: clamp(22px, 2.5vw, 28px);
  background-image: linear-gradient(to right, var(--brand-muted) 1px, transparent 1px);
  background-size: min(17vw, 180px) 100%;
  background-color: var(--brand-bg);
}

.hero .container::before {
  display: none;
}

.hero .row,
.hero .col-xl-10 {
  width: 100%;
}

.hero h1 {
  max-width: 980px;
  margin: 1.35rem auto 1.25rem;
  font-size: clamp(2.65rem, 6.2vw, 5rem);
  font-weight: 700;
  line-height: 1.03;
  text-align: center;
  text-transform: uppercase;
}

.hero .lead {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.72;
  text-align: center;
}

.support-line {
  font-weight: 500;
}

.eyebrow,
.section-kicker {
  min-height: 38px;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.09em;
}

.hero .d-flex,
.main-cta .d-flex,
.cta-band .d-flex {
  justify-content: center;
}

.meta-grid {
  max-width: 940px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 2.35rem auto 0;
}

.meta-card {
  min-height: 94px;
  display: grid;
  place-items: center;
  padding: 0.95rem;
  text-align: center;
  border-radius: 18px;
  border-color: var(--brand-bg);
}

.meta-card i {
  margin-bottom: 0.4rem;
  font-size: 1.05rem;
}

.meta-card span {
  font-size: 0.9rem;
  font-weight: 500;
}

.section-pad {
  padding: clamp(4.5rem, 8vw, 6.5rem) 0;
}

.section-header {
  max-width: 800px;
  margin-bottom: clamp(2.4rem, 4vw, 3.4rem);
  text-align: center;
}

.section-header.text-start {
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

h2 {
  font-size: clamp(2rem, 4.4vw, 3.35rem);
  font-weight: 700;
  line-height: 1.12;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  font-weight: 600;
}

.section-header p,
.copy-muted,
.problem-card p,
.outcome-card p,
.program-card p,
.audience-card p,
.faq .accordion-body,
footer {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.glass-card,
.problem-card,
.outcome-card,
.program-card,
.audience-card,
.host-card,
.form-shell,
.contact-card,
.faq .accordion-item {
  border-radius: 20px;
  border-color: var(--brand-bg);
  background: var(--brand-bg);
  box-shadow: none;
}

.problem-card,
.program-card,
.audience-card,
.meta-card {
  text-align: center;
}

.problem-card,
.outcome-card,
.program-card,
.audience-card {
  padding: clamp(1.3rem, 2.4vw, 1.85rem);
}

.problem-card .icon-box,
.program-card .icon-box,
.audience-card .icon-box {
  margin-left: auto;
  margin-right: auto;
}

.problem-card h3,
.outcome-card h3,
.program-card h3,
.audience-card h3 {
  font-size: clamp(1rem, 1.6vw, 1.08rem);
  font-weight: 600;
  line-height: 1.55;
}

.outcome-card {
  align-items: center;
}

.icon-box {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.highlight-line {
  max-width: 860px;
  padding: 1rem 1.25rem;
  font-size: clamp(0.98rem, 1.8vw, 1.08rem);
  font-weight: 500;
  line-height: 1.55;
}

.host-card {
  padding: clamp(1.3rem, 3vw, 2rem);
}

.host-card h3 {
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 600;
  line-height: 1.32;
}

.host-photo {
  min-height: 320px;
}

.host-links {
  justify-content: flex-start;
}

.cta-band {
  padding: clamp(3.5rem, 6vw, 5rem) 0;
}

.cta-band h2 {
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 700;
}

.form-shell {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(1.35rem, 3vw, 2.25rem);
}

.form-label,
.form-note,
.faq .accordion-button,
footer h3,
footer h4 {
  font-weight: 500;
}

.form-control,
.form-select {
  min-height: 52px;
  border-radius: 14px;
  font-size: 0.98rem;
}

.faq .accordion-item {
  margin-bottom: 0.85rem;
  border-color: var(--brand-bg);
}

.faq .accordion-button {
  padding: 1.15rem 1.25rem;
  font-size: 1rem;
}

footer {
  width: min(1280px, calc(100% - clamp(20px, 5vw, 88px)));
  margin: 2rem auto 0;
  border: 1px solid var(--brand-bg);
  border-radius: 28px 28px 0 0;
}

.floating-action {
  width: 50px;
  height: 50px;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    text-align: center;
  }

  .navbar .btn {
    width: 100%;
  }

  main > section {
    width: min(100% - 20px, 1280px);
  }

  .hero .container {
    min-height: auto;
  }

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

  .host-card {
    text-align: center;
  }

  .host-links {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  html {
    scroll-padding-top: 78px;
  }

  main > section {
    width: min(100% - 16px, 1280px);
    margin: 0.85rem auto;
    border-radius: 20px;
  }

  main > section:first-child {
    margin-top: 5.75rem;
  }

  .hero .container {
    padding: 3rem 1.1rem;
    border-radius: 20px;
    background-size: 96px 100%;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 11vw, 2.85rem);
    line-height: 1.08;
  }

  .hero .lead,
  .section-header p,
  .copy-muted {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .hero .btn,
  .cta-band .btn,
  .host-links .btn {
    width: 100%;
  }

  .meta-grid {
    grid-template-columns: 1fr;
  }

  .section-pad {
    padding: 3.5rem 0;
  }

  h2 {
    font-size: clamp(1.8rem, 9vw, 2.45rem);
  }

  .outcome-card {
    align-items: flex-start;
  }

  .outcome-card .icon-box {
    margin-top: 0.15rem;
  }

  footer {
    width: min(100% - 16px, 1280px);
    text-align: center;
  }
}


html {
  scroll-padding-top: 96px;
}

body {
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: var(--brand-bg);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.navbar {
  padding: 1.05rem 0;
  border-bottom: 0;
}

.navbar .container {
  max-width: 1160px;
}

.navbar-brand {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}

.navbar-nav {
  gap: clamp(0.25rem, 1vw, 1rem);
}

.nav-link {
  font-size: 0.95rem;
  font-weight: 400;
  padding-inline: 0.65rem !important;
}

.btn {
  min-height: 48px;
  padding: 0.72rem 1.24rem;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 500;
  letter-spacing: 0;
}

.btn-lg {
  min-height: 52px;
  padding: 0.78rem 1.45rem;
  font-size: 0.98rem;
}

main > section {
  width: min(1280px, calc(100% - clamp(20px, 5vw, 88px)));
  margin: clamp(1.25rem, 2.5vw, 2.4rem) auto;
  border: 1px solid var(--brand-bg);
  border-radius: clamp(22px, 2.5vw, 28px);
  box-shadow: none;
}

main > section:first-child {
  margin-top: 6.25rem;
}

.hero {
  min-height: auto;
  padding: 0;
  text-align: center;
}

.hero::before {
  display: none;
}

.hero .container {
  max-width: 1280px;
  min-height: clamp(560px, 76vh, 720px);
  display: grid;
  align-items: center;
  padding: clamp(3.5rem, 8vw, 6.5rem) clamp(1.3rem, 6vw, 5.5rem);
  border: 0;
  border-radius: clamp(22px, 2.5vw, 28px);
  background-image: linear-gradient(to right, var(--brand-muted) 1px, transparent 1px);
  background-size: min(17vw, 180px) 100%;
  background-color: var(--brand-bg);
}

.hero .container::before {
  display: none;
}

.hero .row,
.hero .col-xl-10 {
  width: 100%;
}

.hero h1 {
  max-width: 980px;
  margin: 1.35rem auto 1.25rem;
  font-size: clamp(2.65rem, 6.2vw, 5rem);
  font-weight: 700;
  line-height: 1.03;
  text-align: center;
  text-transform: uppercase;
}

.hero .lead {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.72;
  text-align: center;
}

.support-line {
  font-weight: 500;
}

.eyebrow,
.section-kicker {
  min-height: 38px;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.09em;
}

.hero .d-flex,
.main-cta .d-flex,
.cta-band .d-flex {
  justify-content: center;
}

.meta-grid {
  max-width: 940px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 2.35rem auto 0;
}

.meta-card {
  min-height: 94px;
  display: grid;
  place-items: center;
  padding: 0.95rem;
  text-align: center;
  border-radius: 18px;
  border-color: var(--brand-bg);
}

.meta-card i {
  margin-bottom: 0.4rem;
  font-size: 1.05rem;
}

.meta-card span {
  font-size: 0.9rem;
  font-weight: 500;
}

.section-pad {
  padding: clamp(4.5rem, 8vw, 6.5rem) 0;
}

.section-header {
  max-width: 800px;
  margin-bottom: clamp(2.4rem, 4vw, 3.4rem);
  text-align: center;
}

.section-header.text-start {
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

h2 {
  font-size: clamp(2rem, 4.4vw, 3.35rem);
  font-weight: 700;
  line-height: 1.12;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  font-weight: 600;
}

.section-header p,
.copy-muted,
.problem-card p,
.outcome-card p,
.program-card p,
.audience-card p,
.faq .accordion-body,
footer {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.glass-card,
.problem-card,
.outcome-card,
.program-card,
.audience-card,
.host-card,
.form-shell,
.contact-card,
.faq .accordion-item {
  border-radius: 20px;
  border-color: var(--brand-bg);
  background: var(--brand-bg);
  box-shadow: none;
}

.problem-card,
.program-card,
.audience-card,
.meta-card {
  text-align: center;
}

.problem-card,
.outcome-card,
.program-card,
.audience-card {
  padding: clamp(1.3rem, 2.4vw, 1.85rem);
}

.problem-card .icon-box,
.program-card .icon-box,
.audience-card .icon-box {
  margin-left: auto;
  margin-right: auto;
}

.problem-card h3,
.outcome-card h3,
.program-card h3,
.audience-card h3 {
  font-size: clamp(1rem, 1.6vw, 1.08rem);
  font-weight: 600;
  line-height: 1.55;
}

.outcome-card {
  align-items: center;
}

.icon-box {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.highlight-line {
  max-width: 860px;
  padding: 1rem 1.25rem;
  font-size: clamp(0.98rem, 1.8vw, 1.08rem);
  font-weight: 500;
  line-height: 1.55;
}

.host-card {
  padding: clamp(1.3rem, 3vw, 2rem);
}

.host-card h3 {
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 600;
  line-height: 1.32;
}

.host-photo {
  min-height: 320px;
}

.host-links {
  justify-content: flex-start;
}

.cta-band {
  padding: clamp(3.5rem, 6vw, 5rem) 0;
}

.cta-band h2 {
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 700;
}

.form-shell {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(1.35rem, 3vw, 2.25rem);
}

.form-label,
.form-note,
.faq .accordion-button,
footer h3,
footer h4 {
  font-weight: 500;
}

.form-control,
.form-select {
  min-height: 52px;
  border-radius: 14px;
  font-size: 0.98rem;
}

.faq .accordion-item {
  margin-bottom: 0.85rem;
  border-color: var(--brand-bg);
}

.faq .accordion-button {
  padding: 1.15rem 1.25rem;
  font-size: 1rem;
}

footer {
  width: min(1280px, calc(100% - clamp(20px, 5vw, 88px)));
  margin: 2rem auto 0;
  border: 1px solid var(--brand-bg);
  border-radius: 28px 28px 0 0;
}

.floating-action {
  width: 50px;
  height: 50px;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    text-align: center;
  }

  .navbar .btn {
    width: 100%;
  }

  main > section {
    width: min(100% - 20px, 1280px);
  }

  .hero .container {
    min-height: auto;
  }

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

  .host-card {
    text-align: center;
  }

  .host-links {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  html {
    scroll-padding-top: 78px;
  }

  main > section {
    width: min(100% - 16px, 1280px);
    margin: 0.85rem auto;
    border-radius: 20px;
  }

  main > section:first-child {
    margin-top: 5.75rem;
  }

  .hero .container {
    padding: 3rem 1.1rem;
    border-radius: 20px;
    background-size: 96px 100%;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 11vw, 2.85rem);
    line-height: 1.08;
  }

  .hero .lead,
  .section-header p,
  .copy-muted {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .hero .btn,
  .cta-band .btn,
  .host-links .btn {
    width: 100%;
  }

  .meta-grid {
    grid-template-columns: 1fr;
  }

  .section-pad {
    padding: 3.5rem 0;
  }

  h2 {
    font-size: clamp(1.8rem, 9vw, 2.45rem);
  }

  .outcome-card {
    align-items: flex-start;
  }

  .outcome-card .icon-box {
    margin-top: 0.15rem;
  }

  footer {
    width: min(100% - 16px, 1280px);
    text-align: center;
  }
}

/* Desired hero match */
main > section.hero {
  width: min(1280px, calc(100% - clamp(20px, 5vw, 72px)));
  margin-top: 6.5rem;
  border: 0;
  border-radius: 26px;
  box-shadow: none;
  background: var(--brand-bg);
}

.hero {
  min-height: auto;
  padding: 0;
  text-align: center;
  background: var(--brand-bg);
}

.hero .container {
  width: 100%;
  max-width: none;
  min-height: clamp(560px, 74vh, 610px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(3rem, 7vw, 4.6rem) clamp(1.25rem, 6vw, 5rem);
  border: 0;
  border-radius: 26px;
  background-color: var(--brand-bg);
  background-image: linear-gradient(to right, var(--brand-muted) 1px, transparent 1px);
  background-size: min(16.5vw, 214px) 100%;
  box-shadow: none;
  overflow: hidden;
}

.hero .row {
  width: 100%;
  justify-content: center;
}

.hero .col-xl-10 {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.hero .eyebrow {
  min-height: 38px;
  margin: 0 auto 1.75rem;
  padding: 0.5rem 1.05rem;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 999px;
  background: var(--brand-bg);
}

.hero h1 {
  max-width: 1060px;
  margin: 0 auto 1.55rem;
  font-size: clamp(3.4rem, 7.1vw, 5.35rem);
  font-weight: 700;
  line-height: 0.98;
  text-align: center;
  text-transform: uppercase;
}

.hero .lead {
  max-width: 740px;
  margin: 0.55rem auto 0;
  color: var(--brand-muted);
  font-size: clamp(1rem, 1.7vw, 1.12rem);
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}

.hero .support-line {
  color: var(--brand-muted);
  font-weight: 400;
}

.hero .d-flex {
  justify-content: center;
  margin-top: 2.1rem !important;
}

.hero .btn {
  min-width: 210px;
  min-height: 50px;
  padding: 0.72rem 1.45rem;
  font-size: 0.95rem;
  font-weight: 500;
}

.hero .meta-grid {
  display: none;
}

@media (max-width: 991.98px) {
  main > section.hero {
    width: min(100% - 20px, 1280px);
    margin-top: 5.85rem;
    border-radius: 22px;
  }

  .hero .container {
    min-height: auto;
    padding: 3.4rem 1.4rem;
    border-radius: 22px;
    background-size: 124px 100%;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 9vw, 4.2rem);
  }
}

@media (max-width: 575.98px) {
  main > section.hero {
    width: min(100% - 16px, 1280px);
  }

  .hero .container {
    padding: 3rem 1rem;
    background-size: 92px 100%;
  }

  .hero .eyebrow {
    font-size: 0.68rem;
  }

  .hero h1 {
    font-size: clamp(2.15rem, 12vw, 3rem);
    line-height: 1.04;
  }

  .hero .lead {
    font-size: 0.96rem;
  }

  .hero .btn {
    width: 100%;
    min-width: 0;
  }
}

/* Program Format: every option in a separate visible box */
#format .row.g-4 {
  align-items: stretch;
}

#format .program-card {
  min-height: 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  text-align: center;
  border: 1px solid var(--brand-dark);
  border-radius: 22px;
  background: var(--brand-bg);
  box-shadow: none;
}

#format .program-card.special {
  border: 1px solid var(--brand-dark);
  background: var(--brand-bg);
}

#format .program-card .icon-box {
  margin: 0 auto 0.2rem;
  border-color: var(--brand-bg);
  background: var(--brand-bg);
}

#format .program-card h3 {
  max-width: 300px;
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
}

#format .program-card .fee-note {
  max-width: 310px;
  margin: 0.25rem auto 0;
  line-height: 1.65;
}

#format .col-lg-8.mx-auto {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  #format .program-card {
    min-height: 180px;
    border-radius: 18px;
  }
}

/* Hero box view: final requested override */
main > section.hero {
  border: 1px solid var(--brand-muted);
  border-radius: 28px;
  background: var(--brand-bg);
  overflow: hidden;
}

.hero .container {
  position: relative;
  border: 0;
  border-radius: 28px;
  background-image: none;
}

.hero .container::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, var(--brand-muted) 1px, var(--brand-bg) 1px);
  background-size: min(16.5vw, 214px) 100%;
  opacity: 0.16;
  pointer-events: none;
  z-index: 0;
}

.hero .row {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  main > section.hero,
  .hero .container {
    border-radius: 22px;
  }

  .hero .container::after {
    background-size: 124px 100%;
    opacity: 0.14;
  }
}

@media (max-width: 575.98px) {
  .hero .container::after {
    background-size: 92px 100%;
    opacity: 0.12;
  }
}

/* Separate boxes for stats, outcomes, and audience items */
.intro-stat,
.outcome-card,
.audience-card {
  border: 1px solid var(--brand-dark);
  border-radius: 22px;
  background: var(--brand-bg);
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(1.25rem, 2.5vw, 2rem);
}

.intro-stat {
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.outcome-card {
  justify-content: flex-start;
  text-align: left;
  gap: 1rem;
}

.audience-card {
  flex-direction: column;
  gap: 0.75rem;
}

.audience-card .icon-box {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767.98px) {
  .intro-stat,
  .outcome-card,
  .audience-card {
    min-height: 130px;
    border-radius: 18px;
  }

  .outcome-card {
    align-items: flex-start;
  }
}

/* Global hover effects for all boxes */
.meta-card,
.intro-stat,
.glass-card,
.problem-card,
.outcome-card,
.program-card,
.audience-card,
.host-card,
.host-photo,
.form-shell,
.contact-card,
.faq .accordion-item {
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.meta-card:hover,
.intro-stat:hover,
.glass-card:hover,
.problem-card:hover,
.outcome-card:hover,
.program-card:hover,
.audience-card:hover,
.host-card:hover,
.host-photo:hover,
.form-shell:hover,
.contact-card:hover,
.faq .accordion-item:hover {
  transform: translateY(-6px);
  border-color: var(--brand-dark);
  box-shadow: 0 14px 0 var(--brand-muted);
}

@media (hover: none) {
  .meta-card:hover,
  .intro-stat:hover,
  .glass-card:hover,
  .problem-card:hover,
  .outcome-card:hover,
  .program-card:hover,
  .audience-card:hover,
  .host-card:hover,
  .host-photo:hover,
  .form-shell:hover,
  .contact-card:hover,
  .faq .accordion-item:hover {
    transform: none;
    box-shadow: none;
  }
}

/* Heading style like reference */
h1,
h2,
h3,
h4,
h5,
h6,
.hero h1,
.section-header h2,
.cta-band h2 {
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--brand-dark);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section-header h2,
.cta-band h2 {
  line-height: 0.98;
}

h3,
h4,
h5,
h6,
.problem-card h3,
.outcome-card h3,
.program-card h3,
.audience-card h3,
.host-card h3 {
  font-weight: 600;
  line-height: 1.28;
}

/* Premium typography system */
body {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero h1,
.section-header h2,
.cta-band h2,
.problem-card h3,
.outcome-card h3,
.program-card h3,
.audience-card h3,
.host-card h3,
footer h3,
footer h4 {
  font-family: "Sora", "Outfit", "Plus Jakarta Sans", "Manrope", ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
  text-transform: none;
  color: var(--brand-dark);
}

.hero h1 {
  max-width: 1040px;
  margin-bottom: clamp(1.2rem, 2.5vw, 1.7rem);
  font-size: clamp(2.55rem, 6.1vw, 5rem);
  font-weight: 700;
  line-height: 1.06;
  text-wrap: balance;
}

h2,
.section-header h2,
.cta-band h2 {
  margin-bottom: clamp(0.85rem, 1.8vw, 1.15rem);
  font-size: clamp(1.9rem, 3.8vw, 3rem);
  font-weight: 600;
  line-height: 1.14;
  text-wrap: balance;
}

h3,
.problem-card h3,
.outcome-card h3,
.program-card h3,
.audience-card h3,
.host-card h3 {
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  font-weight: 600;
  line-height: 1.5;
  text-wrap: pretty;
}

.problem-card h3,
.outcome-card h3,
.program-card h3,
.audience-card h3 {
  font-weight: 500;
}

.navbar-brand,
.section-kicker,
.eyebrow {
  font-family: "Sora", "Outfit", "Plus Jakarta Sans", "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.nav-link,
p,
.lead,
.copy-muted,
.section-header p,
.faq .accordion-body,
footer,
.contact-card,
.form-control,
.form-select {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  line-height: 1.75;
}

.hero .lead,
.section-header p,
.cta-band p {
  max-width: 760px;
  line-height: 1.78;
}

.support-line {
  font-weight: 500;
}

.btn,
.accordion-button,
.form-label,
.form-note {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
}

.section-header {
  margin-bottom: clamp(2.5rem, 4.8vw, 3.7rem);
}

.section-pad {
  padding-top: clamp(4.5rem, 8vw, 6.75rem);
  padding-bottom: clamp(4.5rem, 8vw, 6.75rem);
}

.hero .container {
  padding-top: clamp(3.8rem, 7vw, 5.2rem);
  padding-bottom: clamp(3.8rem, 7vw, 5.2rem);
}

.problem-card,
.outcome-card,
.program-card,
.audience-card,
.intro-stat,
.form-shell,
.host-card {
  line-height: 1.65;
}

.faq .accordion-button {
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .hero h1 {
    font-size: clamp(2.1rem, 10vw, 3rem);
    line-height: 1.1;
  }

  h2,
  .section-header h2,
  .cta-band h2 {
    font-size: clamp(1.65rem, 8vw, 2.35rem);
    line-height: 1.18;
  }

  .hero .lead,
  .section-header p,
  .cta-band p,
  .copy-muted {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .section-header {
    margin-bottom: 2.25rem;
  }
}

/* Tighter section spacing */
main > section {
  margin-top: clamp(0.85rem, 1.5vw, 1.25rem);
  margin-bottom: clamp(0.85rem, 1.5vw, 1.25rem);
}

main > section:first-child {
  margin-top: 5.75rem;
}

main > section:last-child {
  margin-bottom: 1rem;
}

.section-pad {
  padding-top: clamp(3.2rem, 5vw, 4.6rem);
  padding-bottom: clamp(3.2rem, 5vw, 4.6rem);
}

.section-header {
  margin-bottom: clamp(1.8rem, 3vw, 2.5rem);
}

.cta-band {
  padding-top: clamp(3rem, 4.5vw, 4rem);
  padding-bottom: clamp(3rem, 4.5vw, 4rem);
}

.hero .container {
  min-height: clamp(500px, 64vh, 560px);
  padding-top: clamp(3rem, 5vw, 4.2rem);
  padding-bottom: clamp(3rem, 5vw, 4.2rem);
}

@media (max-width: 767.98px) {
  main > section {
    margin-top: 0.65rem;
    margin-bottom: 0.65rem;
  }

  main > section:first-child {
    margin-top: 5.25rem;
  }

  .section-pad {
    padding-top: 2.7rem;
    padding-bottom: 2.7rem;
  }

  .section-header {
    margin-bottom: 1.7rem;
  }

  .hero .container {
    min-height: auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

/* Header logo */
.navbar-logo {
  display: block;
  width: clamp(150px, 15vw, 220px);
  height: auto;
  max-height: 54px;
  object-fit: contain;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
}

@media (max-width: 575.98px) {
  .navbar-logo {
    width: 145px;
    max-height: 42px;
  }
}

/* Global warm section redesign */
:root {
  --page-warm: #fffdf3;
  --section-white: #ffffff;
}

html {
  background: var(--page-warm);
}

body {
  background: var(--page-warm) !important;
  color: var(--brand-dark);
  font-weight: 400;
}

main {
  background: var(--page-warm);
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.navbar,
footer {
  background: var(--section-white) !important;
}

main > section {
  width: 100% !important;
  max-width: none;
  margin: clamp(1.4rem, 3vw, 2.4rem) 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: var(--section-white) !important;
}

main > section:first-child {
  margin-top: 5.75rem !important;
}

main > section:last-child {
  margin-bottom: 0 !important;
}

main > section.hero {
  background-color: var(--ref-panel) !important;
  background-image: linear-gradient(to right, rgba(33, 33, 33, 0.07) 1px, transparent 1px) !important;
  background-size: min(14vw, 180px) 100% !important;
  background-position: center top;
}

.section-pad {
  padding-top: clamp(4rem, 6vw, 6rem) !important;
  padding-bottom: clamp(4rem, 6vw, 6rem) !important;
}

.section-soft,
.section-ivory,
#problems,
#host,
#register {
  background: var(--section-white) !important;
}

.hero {
  min-height: auto;
  text-align: left !important;
  background: var(--section-white) !important;
}

.hero::before,
.hero .container::before,
.hero .container::after {
  display: none !important;
}

.hero .container {
  min-height: auto !important;
  padding-top: clamp(4rem, 7vw, 6rem) !important;
  padding-bottom: clamp(4rem, 7vw, 6rem) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.hero .col-xl-10,
.hero h1,
.hero .lead {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.hero h1,
.hero .lead {
  text-align: left !important;
}

.hero h1 {
  font-weight: 600 !important;
  overflow-wrap: break-word;
}

.hero .d-flex {
  justify-content: flex-start !important;
}

.section-header,
.section-header.text-start {
  max-width: 900px;
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

.section-header p,
.cta-band p {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.section-header h2,
.section-header p,
.cta-band h2,
.cta-band p {
  text-align: left !important;
}

.section-kicker,
.eyebrow {
  justify-content: flex-start !important;
  text-align: left;
}

.cta-band {
  text-align: left !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  background: var(--section-white) !important;
}

.cta-band h2,
.cta-band p {
  margin-left: 0 !important;
  margin-right: auto !important;
}

h2,
.section-header h2,
.cta-band h2 {
  font-weight: 600;
}

.reveal,
.reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
}

.glass-card,
.problem-card,
.outcome-card,
.program-card,
.audience-card,
.host-card,
.form-shell,
.contact-card,
.meta-card,
.intro-visual,
.intro-stat,
.host-photo,
.faq .accordion-item,
#problems .problem-card,
#host .host-card,
#host .host-photo,
#host .contact-card,
#register .form-shell {
  border-color: rgba(33, 33, 33, 0.12) !important;
  box-shadow: none !important;
  background: var(--section-white) !important;
}

.problem-card:hover,
.outcome-card:hover,
.program-card:hover,
.audience-card:hover,
.meta-card:hover {
  border-color: rgba(33, 33, 33, 0.28) !important;
  box-shadow: none !important;
}

.icon-box {
  color: var(--brand-dark);
  border-color: rgba(33, 33, 33, 0.16) !important;
  background: transparent !important;
}

.lucide {
  width: 1.15em;
  height: 1.15em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
  vertical-align: -0.17em;
}

.eyebrow .lucide,
.section-kicker .lucide {
  width: 1.05rem;
  height: 1.05rem;
}

.meta-card .lucide {
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0.65rem;
}

.icon-box .lucide {
  width: 1.35rem;
  height: 1.35rem;
}

.host-photo .lucide {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
}

.contact-card .lucide {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}

.floating-action .lucide {
  width: 1.45rem;
  height: 1.45rem;
}

.floating-action .whatsapp-icon {
  display: block;
  width: 1.65rem;
  height: 1.65rem;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

@keyframes whatsappPulse {
  0% {
    transform: scale(0.88);
    opacity: 0.55;
  }

  70% {
    transform: scale(1.18);
    opacity: 0;
  }

  100% {
    transform: scale(1.18);
    opacity: 0;
  }
}

@media (max-width: 767.98px) {
  html,
  body {
    max-width: 100vw;
    overflow-x: hidden !important;
  }

  main > section {
    margin: 1rem 0 !important;
  }

  main > section:first-child {
    margin-top: 5.25rem !important;
  }

  .section-pad {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .hero .container {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  main > section > .container {
    width: calc(100vw - 3.5rem) !important;
    max-width: calc(100vw - 3.5rem) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  main > section .row {
    --bs-gutter-x: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  main > section [class^="col"],
  main > section [class*=" col-"] {
    min-width: 0;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hero h1 {
    width: calc(100vw - 4.5rem) !important;
    max-width: calc(100vw - 4.5rem) !important;
    font-size: 2rem !important;
    line-height: 1.1 !important;
    text-wrap: wrap !important;
  }

  h2,
  .section-header h2,
  .cta-band h2 {
    width: calc(100vw - 4.5rem) !important;
    max-width: calc(100vw - 4.5rem) !important;
    font-size: 1.6rem !important;
    line-height: 1.2 !important;
    text-wrap: wrap !important;
  }

  .section-header,
  .cta-band h2,
  .cta-band p,
  .hero .lead,
  .section-header p,
  .cta-band p {
    width: calc(100vw - 4.5rem) !important;
    max-width: calc(100vw - 4.5rem) !important;
    overflow-wrap: break-word;
  }

  .hero .d-flex {
    width: calc(100vw - 4.5rem) !important;
    max-width: calc(100vw - 4.5rem) !important;
  }

  .hero .d-flex .btn {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal;
  }
}

/* Screenshot reference style: soft gray canvas with white rounded panels */
:root {
  --ref-page: #f4f4f4;
  --ref-panel: #ffffff;
  --ref-border: #dedede;
  --ref-soft: #f3f3f3;
  --ref-muted: #6a6a6a;
}

html,
body {
  background: var(--ref-page) !important;
  overflow-x: hidden;
}

main {
  background: var(--ref-page) !important;
  padding: 0 0 clamp(3rem, 6vw, 5rem);
}

.navbar {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(222, 222, 222, 0.65);
}

main > section {
  width: min(1600px, calc(100% - clamp(2rem, 16vw, 18.75rem))) !important;
  max-width: 1600px !important;
  margin: clamp(2.5rem, 6vw, 5rem) auto !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 28px !important;
  box-shadow: none !important;
  background: var(--ref-panel) !important;
}

main > section:first-child {
  margin-top: 5.5rem !important;
}

main > section:last-child {
  margin-bottom: 0 !important;
}

main > section > .container,
footer > .container {
  width: min(100% - clamp(2rem, 6vw, 5rem), 1040px) !important;
  max-width: 1040px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.section-pad,
.cta-band,
.hero {
   padding-top: clamp(1rem, 3vw, 4.6rem) !important;
  padding-bottom: clamp(1rem, 3vw, 4.6rem) !important;
}

.section-soft,
.section-ivory,
#problems,
#host,
#register,
.cta-band {
  background: var(--ref-panel) !important;
}

.hero {
  min-height: calc(100vh - 5.5rem) !important;
  text-align: center !important;
  background: var(--ref-panel) !important;
}

.hero .container {
  width: min(100% - clamp(2rem, 6vw, 5rem), 1320px) !important;
  max-width: 1320px !important;
  min-height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.hero::before,
.hero .container::before,
.hero .container::after {
  display: none !important;
}

.hero .row,
.hero .col-xl-10 {
  width: 100%;
  max-width: 100%;
  justify-content: center;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.hero .col-xl-10 {
  margin-inline: auto !important;
}

.hero h1 {
  max-width: 1280px !important;
  margin: clamp(2.2rem, 5vw, 3.2rem) auto clamp(1.7rem, 3vw, 2.2rem) !important;
  font-size: clamp(3.8rem, 5.2vw, 5.9rem) !important;
  font-weight: 700 !important;
  line-height: 0.98 !important;
  text-align: center !important;
  letter-spacing: -0.01em;
  text-transform: uppercase !important;
  text-wrap: balance;
}

.hero .lead,
.hero .support-line {
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: var(--brand-muted);
  font-size: clamp(1.08rem, 1.45vw, 1.45rem) !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

.hero .d-flex {
  justify-content: center !important;
  width: auto !important;
  max-width: none !important;
}

.section-header,
.section-header.text-start {
  max-width: 850px !important;
  margin: 0 auto clamp(2.7rem, 5vw, 4rem) !important;
  text-align: center !important;
}

.section-header h2,
.section-header p,
.cta-band h2,
.cta-band p {
  width: auto !important;
  max-width: 780px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.section-header h2,
.cta-band h2 {
  font-size: clamp(3.3rem, 5.6vw, 5.6rem) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -0.01em;
  text-transform: uppercase !important;
}

.section-kicker,
.eyebrow {
  min-height: 34px;
  width: fit-content;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0.45rem 0.85rem !important;
  justify-content: center !important;
  gap: 0.45rem;
  color: var(--brand-dark);
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  line-height: 1;
  letter-spacing: 0.04em !important;
  border: 1px solid var(--ref-border) !important;
  border-radius: 999px !important;
  background: #f8f8f8 !important;
}

.section-kicker::before,
.eyebrow::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--brand-dark);
}

.section-kicker .lucide,
.eyebrow .lucide {
  display: none;
}

.glass-card,
.problem-card,
.outcome-card,
.program-card,
.audience-card,
.host-card,
.form-shell,
.contact-card,
.meta-card,
.intro-visual,
.intro-stat,
.host-photo,
.faq .accordion-item,
#problems .problem-card,
#host .host-card,
#host .host-photo,
#host .contact-card,
#register .form-shell {
  border: 1px solid var(--ref-border) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  background: var(--ref-panel) !important;
}

.problem-card,
.outcome-card,
.program-card,
.audience-card,
.intro-stat {
  min-height: 138px;
  padding: clamp(1.35rem, 2.5vw, 2rem) !important;
}

.problem-card,
.program-card,
.audience-card,
.intro-stat {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-align: left;
}

.outcome-card {
  align-items: center;
  text-align: left;
}

.icon-box {
  width: 52px !important;
  height: 52px !important;
  display: grid;
  place-items: center;
  flex: 0 0 52px;
  color: var(--brand-dark);
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--ref-soft) !important;
}

.icon-box .lucide {
  width: 1.15rem !important;
  height: 1.15rem !important;
  stroke-width: 1.5 !important;
}

.meta-card .lucide,
.contact-card .lucide {
  stroke-width: 1.5 !important;
}

.problem-card h3,
.outcome-card h3,
.program-card h3,
.audience-card h3 {
  margin-top: 0 !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  color: var(--brand-dark);
}

.problem-card p,
.outcome-card p,
.program-card p,
.audience-card p,
.copy-muted,
.section-header p,
.cta-band p {
  color: var(--ref-muted) !important;
}

#about .row.align-items-center {
  display: block !important;
}

#about .col-lg-6 {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#about .glass-card {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 2.25rem) !important;
}

#about .intro-visual {
  min-height: auto !important;
}

#about .intro-visual .row {
  justify-content: center;
}

@media (min-width: 992px) {
  #about .intro-visual .row > .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

#about .intro-stat {
  position: relative;
  min-height: 112px;
  padding: 1rem 0.85rem 0.95rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(33, 33, 33, 0.14) !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 50% -20%, rgba(33, 33, 33, 0.07), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%) !important;
  box-shadow: 0 18px 40px rgba(33, 33, 33, 0.06) !important;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

#about .intro-stat::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: var(--brand-dark);
  transform: scaleX(0.28);
  transform-origin: center;
  opacity: 0.9;
  transition: transform 0.24s ease;
}

#about .intro-stat::after {
  content: "";
  position: absolute;
  inset: auto 1rem 1rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(33, 33, 33, 0.18), transparent);
  opacity: 0;
  transition: opacity 0.24s ease;
}

#about .intro-stat strong {
  color: var(--brand-dark);
  font-size: clamp(1.7rem, 2.5vw, 2.35rem);
  font-weight: 700;
  line-height: 1;
}

#about .intro-stat:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(33, 33, 33, 0.32) !important;
  box-shadow: 0 22px 48px rgba(33, 33, 33, 0.1) !important;
}

#about .intro-stat:hover::before {
  transform: scaleX(1);
}

#about .intro-stat:hover::after {
  opacity: 1;
}

#about .section-header h2 {
  max-width: 720px !important;
  font-size: clamp(2.35rem, 4.2vw, 4rem) !important;
  line-height: 1.08 !important;
}

#problems .section-header h2 {
  font-size: clamp(2.35rem, 4.2vw, 4rem) !important;
  line-height: 1.08 !important;
}

#outcomes .section-header h2,
#host .section-header h2,
#format .section-header h2,
#audience .section-header h2,
#register .section-header h2,
#faq .section-header h2,
.cta-band h2 {
  font-size: clamp(2.35rem, 4.2vw, 4rem) !important;
  line-height: 1.08 !important;
}

.cta-band {
  text-align: center !important;
}

.cta-band .btn {
  display: inline-flex !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.host-card,
.form-shell {
  padding: clamp(1.6rem, 3vw, 2.4rem) !important;
}

.faq .accordion-item {
  margin-bottom: 0.85rem;
  overflow: hidden;
}

.faq .accordion-button,
.faq .accordion-body {
  background: var(--ref-panel) !important;
}

.faq .accordion-button:not(.collapsed) {
  color: var(--brand-dark) !important;
  background: #f8f8f8 !important;
}

.highlight-line {
  border-color: var(--ref-border) !important;
  background: #f8f8f8 !important;
}

.meta-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.9rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.meta-card {
  min-height: 102px;
  text-align: center;
}

.meta-card .lucide {
  margin-left: auto;
  margin-right: auto;
}

.hero .meta-grid {
  gap: clamp(0.7rem, 0.9vw, 1rem);
  max-width: 980px;
  margin-top: clamp(1.7rem, 3vw, 2.35rem);
}

.hero .meta-card {
  position: relative;
  min-height: 112px;
  padding: 1rem 0.85rem 0.95rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  overflow: hidden;
  border: 1px solid rgba(33, 33, 33, 0.14) !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 50% -20%, rgba(33, 33, 33, 0.07), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%) !important;
  box-shadow: 0 18px 40px rgba(33, 33, 33, 0.06) !important;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.hero .meta-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: var(--brand-dark);
  transform: scaleX(0.28);
  transform-origin: center;
  opacity: 0.9;
  transition: transform 0.24s ease;
}

.hero .meta-card::after {
  content: "";
  position: absolute;
  inset: auto 1rem 1rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(33, 33, 33, 0.18), transparent);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.hero .meta-card .lucide {
  width: 2.35rem !important;
  height: 2.35rem !important;
  margin: 0 auto !important;
  padding: 0.62rem;
  color: var(--brand-bg);
  stroke-width: 1.55 !important;
  border-radius: 50%;
  background: var(--brand-dark);
  box-shadow: 0 10px 24px rgba(33, 33, 33, 0.16);
}

.hero .meta-card span {
  max-width: 8rem;
  color: var(--brand-dark);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: 0;
}

.hero .meta-card:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(33, 33, 33, 0.32) !important;
  box-shadow: 0 22px 48px rgba(33, 33, 33, 0.1) !important;
}

.hero .meta-card:hover::before {
  transform: scaleX(1);
}

.hero .meta-card:hover::after {
  opacity: 1;
}

.floating-action {
  box-shadow: none !important;
}

.meta-card:hover,
.intro-stat:hover,
.glass-card:hover,
.problem-card:hover,
.outcome-card:hover,
.program-card:hover,
.audience-card:hover,
.host-card:hover,
.host-photo:hover,
.form-shell:hover,
.contact-card:hover,
.faq .accordion-item:hover {
  transform: none !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}

footer {
  width: min(1600px, calc(100% - clamp(2rem, 16vw, 18.75rem))) !important;
  margin: clamp(2.5rem, 6vw, 5rem) auto 1.5rem !important;
  border: 0 !important;
  border-radius: 28px !important;
  background: var(--ref-panel) !important;
}

#problems .problem-card {
  min-height: 250px !important;
  padding: 1.45rem 1.25rem !important;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.15rem;
  position: relative;
  overflow: hidden;
  text-align: left;
  border: 1px solid rgba(33, 33, 33, 0.14) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 18% 8%, rgba(33, 33, 33, 0.06), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%) !important;
  box-shadow: 0 18px 40px rgba(33, 33, 33, 0.05) !important;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, color 0.24s ease;
}

#problems .problem-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--brand-dark);
  transform: scaleX(0.22);
  transform-origin: left;
  opacity: 0.95;
  transition: transform 0.24s ease, background 0.24s ease;
}

#problems .problem-card .icon-box {
  width: 46px !important;
  height: 46px !important;
  flex: 0 0 46px;
  color: var(--brand-bg);
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--brand-dark) !important;
  box-shadow: 0 10px 24px rgba(33, 33, 33, 0.14);
  transition: background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
}

#problems .problem-card .icon-box .lucide {
  width: 1.15rem !important;
  height: 1.15rem !important;
  stroke-width: 1.55 !important;
}

#problems .problem-card h3 {
  margin: 0 !important;
  color: var(--brand-dark);
  font-size: clamp(1.05rem, 1.2vw, 1.24rem) !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  transition: color 0.24s ease;
}

#problems .problem-card:hover {
  transform: translateY(-6px) !important;
  color: var(--ref-panel);
  border-color: var(--brand-dark) !important;
  background: var(--brand-dark) !important;
  box-shadow: 0 24px 54px rgba(33, 33, 33, 0.18) !important;
}

#problems .problem-card:hover::before {
  transform: scaleX(1);
  background: var(--ref-panel);
}

#problems .problem-card:hover .icon-box {
  color: var(--brand-dark);
  background: var(--ref-panel) !important;
  box-shadow: none;
}

#problems .problem-card:hover h3 {
  color: var(--ref-panel) !important;
}

#outcomes .outcome-card {
  min-height: 92px !important;
  padding: 0.9rem 1.15rem !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 0.9rem;
  position: relative;
  overflow: hidden;
  text-align: left;
  border: 1px solid rgba(33, 33, 33, 0.14) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 12% 10%, rgba(33, 33, 33, 0.06), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%) !important;
  box-shadow: 0 18px 40px rgba(33, 33, 33, 0.05) !important;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

#outcomes .outcome-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--brand-dark);
  transform: scaleY(0.28);
  transform-origin: center;
  opacity: 0.95;
  transition: transform 0.24s ease, background 0.24s ease;
}

#outcomes .outcome-card .icon-box {
  width: 40px !important;
  height: 40px !important;
  flex: 0 0 40px;
  color: var(--brand-bg);
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--brand-dark) !important;
  box-shadow: 0 10px 24px rgba(33, 33, 33, 0.14);
  transition: background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
}

#outcomes .outcome-card .icon-box .lucide {
  width: 1rem !important;
  height: 1rem !important;
  stroke-width: 1.65 !important;
}

#outcomes .outcome-card h3 {
  margin: 0 !important;
  color: var(--ref-muted) !important;
  font-size: clamp(0.95rem, 1vw, 1.08rem) !important;
  font-weight: 500 !important;
  line-height: 1.34 !important;
  transition: color 0.24s ease;
}

#outcomes .outcome-card:hover {
  transform: translateY(-6px) !important;
  border-color: var(--brand-dark) !important;
  background: var(--brand-dark) !important;
  box-shadow: 0 24px 54px rgba(33, 33, 33, 0.18) !important;
}

#outcomes .outcome-card:hover::before {
  transform: scaleY(1);
  background: var(--ref-panel);
}

#outcomes .outcome-card:hover .icon-box {
  color: var(--brand-dark);
  background: var(--ref-panel) !important;
  box-shadow: none;
}

#outcomes .outcome-card:hover h3 {
  color: var(--ref-panel) !important;
}

#format .row.g-4 {
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.2vw, 1.2rem);
  align-items: stretch;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#format .row.g-4 > [class*="col-"] {
  grid-column: span 2;
  width: auto !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#format .row.g-4 > [class*="col-"]:nth-child(5) {
  grid-column: 2 / span 2;
}

#format .program-card,
#format .program-card.special {
  position: relative;
  min-height: 132px !important;
  height: 100%;
  padding: 1.15rem 1rem 1.05rem !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.58rem;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(33, 33, 33, 0.14) !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 50% -20%, rgba(33, 33, 33, 0.07), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%) !important;
  box-shadow: 0 18px 40px rgba(33, 33, 33, 0.06) !important;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

#format .program-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: var(--brand-dark);
  transform: scaleX(0.28);
  transform-origin: center;
  opacity: 0.9;
  transition: transform 0.24s ease;
}

#format .program-card .icon-box {
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 42px;
  color: var(--brand-bg);
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--brand-dark) !important;
  box-shadow: 0 10px 24px rgba(33, 33, 33, 0.14);
}

#format .program-card .icon-box .lucide {
  width: 1.05rem !important;
  height: 1.05rem !important;
  stroke-width: 1.55 !important;
}

#format .program-card h3 {
  max-width: 100% !important;
  margin: 0 !important;
  color: var(--brand-dark);
  font-size: clamp(0.96rem, 1vw, 1.12rem) !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

#format .program-card .fee-note {
  max-width: 15rem;
  margin: 0.1rem auto 0 !important;
  color: var(--ref-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

#format .program-card:hover,
#format .program-card.special:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(33, 33, 33, 0.32) !important;
  box-shadow: 0 22px 48px rgba(33, 33, 33, 0.1) !important;
  background:
    radial-gradient(circle at 50% -20%, rgba(33, 33, 33, 0.09), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%) !important;
}

#format .program-card:hover::before,
#format .program-card.special:hover::before {
  transform: scaleX(1);
}

#audience .audience-card {
  min-height: 188px !important;
  padding: 1.15rem 1rem !important;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.85rem;
  position: relative;
  overflow: hidden;
  text-align: left;
  border: 1px solid rgba(33, 33, 33, 0.14) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 18% 8%, rgba(33, 33, 33, 0.06), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%) !important;
  box-shadow: 0 18px 40px rgba(33, 33, 33, 0.05) !important;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

#audience .audience-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--brand-dark);
  transform: scaleX(0.22);
  transform-origin: left;
  opacity: 0.95;
  transition: transform 0.24s ease, background 0.24s ease;
}

#audience .audience-card .icon-box {
  width: 40px !important;
  height: 40px !important;
  flex: 0 0 40px;
  color: var(--brand-bg);
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--brand-dark) !important;
  box-shadow: 0 10px 24px rgba(33, 33, 33, 0.14);
  transition: background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
}

#audience .audience-card .icon-box .lucide {
  width: 1rem !important;
  height: 1rem !important;
  stroke-width: 1.55 !important;
}

#audience .audience-card h3 {
  margin: 0 !important;
  color: var(--ref-muted) !important;
  font-size: clamp(0.96rem, 1.05vw, 1.08rem) !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  transition: color 0.24s ease;
}

#audience .audience-card:hover {
  transform: translateY(-6px) !important;
  border-color: var(--brand-dark) !important;
  background: var(--brand-dark) !important;
  box-shadow: 0 24px 54px rgba(33, 33, 33, 0.18) !important;
}

#audience .audience-card:hover::before {
  transform: scaleX(1);
  background: var(--ref-panel);
}

#audience .audience-card:hover .icon-box {
  color: var(--brand-dark);
  background: var(--ref-panel) !important;
  box-shadow: none;
}

#audience .audience-card:hover h3 {
  color: var(--ref-panel) !important;
}

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

  .meta-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  main {
    padding-bottom: 2rem;
  }

  main > section,
  footer {
    width: calc(100% - 1.25rem) !important;
    max-width: calc(100% - 1.25rem) !important;
    margin: 1.25rem auto !important;
    border-radius: 16px !important;
  }

  main > section:first-child {
    margin-top: 4.6rem !important;
  }

  main > section > .container,
  .hero .container,
  footer > .container {
    width: calc(100% - 2rem) !important;
    max-width: calc(100% - 2rem) !important;
  }

  .section-pad,
  .cta-band,
  .hero {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .hero h1 {
    width: auto !important;
    max-width: 100% !important;
    font-size: clamp(2.1rem, 10vw, 3rem) !important;
    line-height: 1.08 !important;
  }

  .hero .lead,
  .hero .support-line,
  .section-header h2,
  .section-header p,
  .cta-band h2,
  .cta-band p,
  .section-header {
    width: auto !important;
    max-width: 100% !important;
  }

  .section-header h2,
  .cta-band h2 {
    font-size: clamp(1.9rem, 9vw, 2.55rem) !important;
  }

  .hero .d-flex {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero .d-flex .btn {
    width: 100% !important;
  }

  .meta-grid {
    grid-template-columns: 1fr;
  }

  .problem-card,
  .outcome-card,
  .program-card,
  .audience-card,
  .intro-stat {
    min-height: auto;
  }

  #problems .problem-card {
    min-height: 210px !important;
  }

  #outcomes .outcome-card {
    min-height: 96px !important;
    padding: 0.95rem 1rem !important;
  }

  #format .row.g-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #format .row.g-4 > [class*="col-"],
  #format .row.g-4 > [class*="col-"]:nth-child(5) {
    grid-column: auto;
  }

  #format .program-card,
  #format .program-card.special {
    min-height: 126px !important;
  }

  #audience .audience-card {
    min-height: 172px !important;
  }
}

@media (max-width: 575.98px) {
  #format .row.g-4 {
    grid-template-columns: 1fr;
  }
}

main {
  padding-bottom: clamp(0.75rem, 1.8vw, 1.4rem) !important;
}

footer {
  width: 100% !important;
  max-width: none !important;
  margin: clamp(0.75rem, 1.8vw, 1.4rem) 0 0 !important;
  border-radius: 0 !important;
}

.contact-card i,
.contact-card .lucide {
  color: #000 !important;
  stroke: #000 !important;
  stroke-width: 2.6 !important;
  font-weight: 700 !important;
}

.social-icon-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 22px;
  margin-top: 20px;
}

.social-icon-links a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: var(--brand-dark);
  text-decoration: none;
  background: transparent;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.social-icon-links a:hover,
.social-icon-links a:focus-visible {
  transform: translateY(-2px);
}

.social-icon-links a:focus-visible {
  outline: 2px solid var(--brand-dark);
  outline-offset: 5px;
  border-radius: 999px;
}

.social-link-icon {
  width: 46px;
  height: 46px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  color: var(--brand-dark);
  background: transparent;
  transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.social-icon-links a:hover .social-link-icon,
.social-icon-links a:focus-visible .social-link-icon {
  color: var(--brand-bg);
  border-color: var(--brand-dark);
  background: var(--brand-dark);
}

.social-link-label {
  color: var(--brand-dark);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.social-icon-links .lucide {
  width: 22px !important;
  height: 22px !important;
  stroke-width: 1.8 !important;
}

.social-link-icon img {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
  transition: filter 0.22s ease;
}

.social-icon-links a:hover .social-link-icon img,
.social-icon-links a:focus-visible .social-link-icon img {
  filter: invert(1);
}

.podcast-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.podcast-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.podcast-thumb {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(33, 33, 33, 0.12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(33, 33, 33, 0.06);
}

.podcast-thumb img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.24s ease;
}

.play-icon {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-dark);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(33, 33, 33, 0.14);
}

.play-icon .lucide {
  width: 22px !important;
  height: 22px !important;
  margin-left: 2px;
  stroke-width: 1.9 !important;
}

.podcast-card p {
  margin: 10px 0 0;
  color: var(--brand-dark);
  font-weight: 500;
  line-height: 1.4;
}

.podcast-card:hover .podcast-thumb img,
.podcast-card:focus-visible .podcast-thumb img {
  transform: scale(1.03);
}

.podcast-card:focus-visible {
  outline: 2px solid var(--brand-dark);
  outline-offset: 5px;
  border-radius: 18px;
}

@media (max-width: 991.98px) {
  .social-icon-links {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .podcast-grid {
    grid-template-columns: 1fr;
  }
}

/* Responsive host section */
#host .host-card {
  width: 100%;
  overflow: visible;
}

#host .row,
#host [class*="col-"] {
  min-width: 0;
}

#host .host-card h3,
#host .copy-muted,
.podcast-card p {
  overflow-wrap: anywhere;
}

#host .host-photo {
  width: 100%;
  min-height: 0;
  aspect-ratio: 4 / 5;
}

#host .host-photo img {
  min-height: 0;
}

#host .social-icon-links {
  flex-wrap: wrap;
}

#host .podcast-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

@media (max-width: 991.98px) {
  #host .host-card {
    padding: clamp(1.2rem, 4vw, 1.8rem) !important;
    text-align: center;
  }

  #host .row {
    --bs-gutter-y: 1.5rem;
  }

  #host .host-photo {
    max-width: min(420px, 100%);
    margin: 0 auto;
    aspect-ratio: 1 / 1.08;
  }

  #host .social-icon-links {
    justify-content: center;
    margin-top: 18px;
  }
}

@media (max-width: 575.98px) {
  #host .section-header {
    margin-bottom: 1.5rem;
  }

  #host .host-card {
    padding: 1rem !important;
    border-radius: 16px !important;
  }

  #host .host-photo {
    max-width: 100%;
    aspect-ratio: 1 / 1.05;
    border-radius: 14px !important;
  }

  #host .host-card h3 {
    font-size: clamp(1.05rem, 5vw, 1.35rem);
    line-height: 1.35;
  }

  #host .copy-muted {
    font-size: 0.95rem;
    line-height: 1.68;
  }

  #host .social-icon-links {
    gap: 14px 18px;
    margin-top: 16px;
  }

  #host .social-icon-links a {
    min-height: 42px;
    gap: 8px;
  }

  #host .social-link-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  #host .social-icon-links .lucide {
    width: 20px !important;
    height: 20px !important;
  }

  #host .podcast-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 22px;
  }

  #host .podcast-thumb {
    border-radius: 14px;
  }

  #host .play-icon {
    width: 50px;
    height: 50px;
  }

  #host .play-icon .lucide {
    width: 19px !important;
    height: 19px !important;
  }
}

@media (max-width: 380px) {
  #host .host-card {
    padding: 0.85rem !important;
  }

  #host .social-link-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  #host .play-icon {
    width: 46px;
    height: 46px;
  }
}

#outcomes .outcomes-split {
  align-items: stretch !important;
}

#outcomes .outcomes-list {
  --bs-gutter-y: 0.75rem;
}

#outcomes .outcome-video-shell {
  position: sticky;
  top: 112px;
  width: 100%;
  padding: 0.65rem;
  border: 1px solid rgba(33, 33, 33, 0.12);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 22px 52px rgba(33, 33, 33, 0.09);
}

#outcomes .outcome-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: #111111;
  box-shadow: none;
}

#outcomes .outcome-video iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#outcomes .outcome-video-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.75rem;
  padding: 0.52rem 0.78rem;
  color: var(--brand-dark);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(33, 33, 33, 0.12);
  border-radius: 999px;
  background: #f8f8f8;
  transition: background 0.2s ease, border-color 0.2s ease;
}

#outcomes .outcome-video-link:hover,
#outcomes .outcome-video-link:focus-visible {
  text-decoration: none;
  border-color: rgba(33, 33, 33, 0.28);
  background: #ffffff;
}

#outcomes .outcome-video-link .lucide {
  width: 1rem !important;
  height: 1rem !important;
}

#outcomes .outcomes-list > [class*="col-"] {
  display: flex;
}

#outcomes .outcomes-list .outcome-card {
  width: 100%;
}

#outcomes .outcomes-action {
  margin-top: 1.6rem;
  text-align: left;
}

@media (max-width: 991.98px) {
  #outcomes .outcome-video-shell {
    position: relative;
    top: auto;
    max-width: 820px;
    margin: 0 auto;
  }

  #outcomes .outcome-video-link {
    margin-left: auto;
    margin-right: auto;
  }

  #outcomes .outcomes-action {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  #outcomes .outcome-video-shell {
    padding: 0.45rem;
    border-radius: 18px;
  }

  #outcomes .outcome-video {
    border-radius: 13px;
  }

  #outcomes .outcomes-action .btn {
    width: 100%;
  }
}

.hero h1 {
  margin-top: clamp(0.7rem, 1.4vw, 1rem) !important;
  font-size: clamp(2.35rem, 4.2vw, 4rem) !important;
  line-height: 1.08 !important;
}

.footer-brand-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  margin-top: 1.35rem;
}

.footer-brand-logos img {
  width: auto;
  max-width: min(180px, 100%);
  max-height: 54px;
  display: block;
  object-fit: contain;
}

.footer-brand-logos .footer-adi-logo {
  max-width: min(135px, 100%);
  max-height: 40px;
}

@media (max-width: 575.98px) {
  .footer-brand-logos {
    gap: 2.85rem;
  }

  .footer-brand-logos img {
    max-width: 150px;
    max-height: 46px;
  }

  .footer-brand-logos .footer-adi-logo {
    max-width: 120px;
    max-height: 36px;
  }
}
