:root {
  --hs-ink: #172d25;
  --hs-forest: #173f31;
  --hs-forest-deep: #0d2a20;
  --hs-green: #3f765e;
  --hs-sage: #b9cfbf;
  --hs-mint: #e2eee6;
  --hs-cream: #f4efe3;
  --hs-sand: #e8ddca;
  --hs-paper: #fffdf7;
  --hs-orange: #a84f2b;
  --hs-brown: #7b3f27;
  --hs-line: rgba(23, 45, 37, 0.13);
  --hs-shadow: 0 24px 70px rgba(13, 42, 32, 0.13);
  --hs-shadow-soft: 0 14px 42px rgba(13, 42, 32, 0.08);
}

body {
  background: var(--hs-paper);
  color: var(--hs-ink);
}

.btn-primary,
.bg-primary {
  background-color: var(--hs-orange) !important;
  border-color: var(--hs-orange) !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #c95e34 !important;
  border-color: #c95e34 !important;
}

.hs-pill,
.hs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hs-pill {
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  backdrop-filter: blur(8px);
}

.hs-eyebrow {
  color: var(--hs-orange);
  margin-bottom: 0.65rem;
}

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

.hs-section-heading {
  max-width: 760px;
  margin: 0 auto 3rem;
}

.hs-section-heading h2,
.hs-profile-panel h2,
.hs-continue-body h2,
.hs-recent-learning h2,
.hs-auth-card h2,
.hs-auth-benefits h2,
.hs-legal-card h2 {
  color: var(--hs-ink);
}

.hs-section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 1rem;
}

.hs-section-heading p,
.hs-profile-panel p,
.hs-page-intro {
  color: rgba(23, 52, 42, 0.72);
  font-size: 1.1rem;
}

.hs-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  background: var(--hs-forest-deep);
  overflow: hidden;
}

.hs-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.hs-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.hs-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(15, 45, 34, 0.94) 0%, rgba(20, 58, 44, 0.78) 52%, rgba(20, 58, 44, 0.12) 100%);
}

.hs-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 8rem;
  padding-bottom: 6rem;
  color: #fff;
}

.hs-hero h1 {
  color: #fff;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  margin: 1.5rem 0;
}

.hs-hero p {
  max-width: 720px;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.hs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.hs-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
}

.hs-hero-proof span::before {
  content: '\2713';
  margin-right: 0.4rem;
  color: #aee2c2;
}

.hs-stats-strip {
  background: var(--hs-forest);
  color: #fff;
  padding: 1.75rem 0;
}

.hs-stats-strip strong,
.hs-stats-strip span {
  display: block;
}

.hs-stats-strip strong {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
}

.hs-stats-strip span {
  color: rgba(255, 255, 255, 0.68);
}

.hs-how,
.hs-auth-content,
.hs-dashboard-content,
.hs-legal-content {
  background: var(--hs-cream);
}

.hs-step-card,
.hs-benefit-card,
.hs-stat-card {
  height: 100%;
  padding: 2rem;
  border: 1px solid var(--hs-line);
  border-radius: 22px;
  background: var(--hs-paper);
  box-shadow: 0 10px 35px rgba(23, 52, 42, 0.06);
}

.hs-step-card > span,
.hs-benefit-card > span {
  display: inline-grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  margin-bottom: 1.25rem;
  background: var(--hs-mint);
  color: var(--hs-forest);
  font-weight: 800;
}

.hs-step-card h3,
.hs-benefit-card h3 {
  font-size: 1.35rem;
  color: var(--hs-ink);
}

.hs-step-card p,
.hs-benefit-card p {
  color: rgba(23, 52, 42, 0.78);
  margin: 0;
}

.hs-course-tile {
  display: block;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--hs-line);
  border-radius: 22px;
  background: #fff;
  color: var(--hs-ink);
  text-decoration: none;
  box-shadow: 0 12px 35px rgba(23, 52, 42, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hs-course-tile:hover {
  transform: translateY(-5px);
  box-shadow: var(--hs-shadow);
  color: var(--hs-ink);
}

.hs-course-tile img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
}

.hs-course-tile-body {
  padding: 1.5rem;
}

.hs-course-tile-body span,
.hs-history-status {
  color: var(--hs-orange);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hs-course-tile-body h3 {
  min-height: 3.1rem;
  margin: 0.6rem 0 1rem;
  font-size: 1.35rem;
}

.hs-text-link {
  color: var(--hs-forest);
  font-weight: 800;
  text-decoration: none;
}

.hs-profile-cta {
  padding-top: 2rem;
}

.hs-profile-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 30px;
  background: var(--hs-mint);
}

.hs-profile-panel > div {
  max-width: 740px;
}

.hs-faq-list {
  max-width: 850px;
  margin: auto;
}

.hs-faq-list details,
.hs-profile-settings {
  border: 1px solid var(--hs-line);
  border-radius: 16px;
  background: #fff;
  margin-bottom: 0.8rem;
  padding: 1.15rem 1.3rem;
}

.hs-faq-list summary,
.hs-profile-settings summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--hs-ink);
}

.hs-faq-list p {
  margin: 0.9rem 0 0;
  color: rgba(23, 52, 42, 0.72);
}

.hs-global-benefits {
  padding: 5rem 0;
  background: #fff;
}

.hs-auth-hero,
.hs-page-hero,
.hs-dashboard-hero {
  padding: 10rem 0 5rem;
  background: linear-gradient(135deg, var(--hs-forest), #2f6d52);
  color: #fff;
}

.hs-auth-hero h1,
.hs-page-hero h1,
.hs-dashboard-hero h1 {
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  margin: 1rem 0;
}

.hs-auth-hero p,
.hs-page-hero p,
.hs-dashboard-hero p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.15rem;
  max-width: 760px;
}

.hs-auth-hero p,
.hs-page-hero p {
  margin-left: auto;
  margin-right: auto;
}

.hs-auth-content,
.hs-dashboard-content,
.hs-legal-content {
  padding: 5rem 0;
}

.hs-auth-card,
.hs-auth-benefits,
.hs-legal-card {
  border: 1px solid var(--hs-line);
  border-radius: 24px;
  background: #fff;
  padding: clamp(1.5rem, 4vw, 2.75rem);
  box-shadow: var(--hs-shadow);
}

.hs-auth-benefits ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}

.hs-auth-benefits li {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--hs-line);
}

.hs-auth-benefits li span,
.hs-auth-card small {
  color: rgba(23, 52, 42, 0.65);
}

.hs-auth-card .form-control {
  min-height: 52px;
  border-radius: 12px;
  border-color: var(--hs-line);
}

.hs-field-error,
.hs-form-status.is-error {
  color: #b33d30;
  font-size: 0.86rem;
  margin-top: 0.35rem;
}

.hs-form-status.is-success {
  color: var(--hs-green);
}

.hs-form-status {
  min-height: 1.4rem;
  margin-top: 0.8rem;
  font-weight: 700;
}

.hs-consents {
  display: grid;
  gap: 0.8rem;
}

.hs-consents label {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
}

.hs-password-toggle {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: var(--hs-green);
  font-weight: 800;
}

.hs-page-intro {
  max-width: 720px;
  margin: 1rem auto 0;
  text-align: center;
}

.hs-free-badge {
  margin-top: 0.8rem;
  color: var(--hs-green);
  font-size: 0.86rem;
  font-weight: 800;
}

.hs-video-access-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.4rem 1rem;
  padding: 1rem 1.2rem;
  margin-top: 0.75rem;
  border-radius: 12px;
  background: var(--hs-mint);
  color: var(--hs-ink);
}

.hs-video-access-note a {
  color: var(--hs-forest);
  font-weight: 800;
}

.hs-dashboard-stats {
  margin-top: -7.5rem;
  margin-bottom: 3rem;
  position: relative;
}

.hs-stat-card span,
.hs-stat-card strong {
  display: block;
}

.hs-stat-card span {
  color: rgba(23, 52, 42, 0.64);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hs-stat-card strong {
  margin-top: 0.6rem;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
}

.hs-continue-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) 1.1fr;
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--hs-shadow);
  margin-bottom: 4rem;
}

.hs-continue-card > img,
.hs-continue-card > picture,
.hs-continue-card > picture img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
}

.hs-continue-body {
  padding: clamp(2rem, 5vw, 4rem);
  align-self: center;
}

.hs-continue-body .progress-bar,
.hs-dashboard .progress-bar {
  background: var(--hs-orange);
}

.hs-empty-progress,
.hs-muted-panel {
  padding: 3rem;
  border-radius: 22px;
  background: #fff;
  border: 1px dashed rgba(23, 52, 42, 0.28);
  margin-bottom: 4rem;
  text-align: center;
}

.hs-recent-learning {
  margin-bottom: 4rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid rgba(23, 45, 37, 0.1);
  border-radius: 34px;
  background: rgba(255, 253, 247, 0.72);
  box-shadow: 0 18px 50px rgba(13, 42, 32, 0.06);
}

.hs-recent-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.hs-recent-heading h2 {
  margin: 0;
  font-size: clamp(2.35rem, 4.2vw, 4.25rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hs-recent-heading .hs-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 46px;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(23, 45, 37, 0.14);
  border-radius: 999px;
  background: var(--hs-mint);
  white-space: nowrap;
  transition: background 180ms ease, transform 180ms ease;
}

.hs-recent-heading .hs-text-link:hover {
  background: var(--hs-sage);
  color: var(--hs-forest-deep);
  transform: translateY(-2px);
}

.hs-history-grid > [class*='col-'] {
  display: flex;
}

.hs-history-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 45, 37, 0.11);
  border-radius: 26px;
  background: var(--hs-paper);
  text-decoration: none;
  color: var(--hs-ink);
  box-shadow: 0 12px 34px rgba(13, 42, 32, 0.07);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.hs-history-card:hover {
  color: var(--hs-ink);
  border-color: rgba(23, 45, 37, 0.18);
  box-shadow: 0 22px 52px rgba(13, 42, 32, 0.13);
  transform: translateY(-5px);
}

.hs-history-card:focus-visible {
  outline: 3px solid rgba(63, 118, 94, 0.42);
  outline-offset: 4px;
}

.hs-history-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--hs-forest-deep);
}

.hs-history-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease, opacity 200ms ease;
}

.hs-history-card:hover img {
  transform: scale(1.035);
}

.hs-history-status {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  padding: 0.48rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(168, 79, 43, 0.9);
  color: #fff;
  box-shadow: 0 6px 18px rgba(13, 42, 32, 0.16);
  backdrop-filter: blur(10px);
}

.hs-history-card.is-complete .hs-history-status {
  background: rgba(23, 63, 49, 0.92);
}

.hs-history-play {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  background: rgba(255, 253, 247, 0.9);
  box-shadow: 0 8px 24px rgba(13, 42, 32, 0.18);
  backdrop-filter: blur(10px);
  transition: transform 180ms ease, background 180ms ease;
}

.hs-history-play::before {
  content: '';
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid var(--hs-forest-deep);
}

.hs-history-card:hover .hs-history-play {
  background: #fff;
  transform: scale(1.06);
}

.hs-history-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 215px;
  padding: 1.35rem;
}

.hs-history-date {
  display: block;
  color: rgba(23, 45, 37, 0.56);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.hs-history-card h3 {
  margin: 0.65rem 0 1.5rem;
  color: var(--hs-ink);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.hs-history-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
}

.hs-history-progress {
  flex: 1;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(23, 45, 37, 0.1);
  box-shadow: inset 0 1px 2px rgba(13, 42, 32, 0.08);
}

.hs-history-progress > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--hs-orange), #c8794e);
}

.hs-history-card.is-complete .hs-history-progress > span {
  background: linear-gradient(90deg, var(--hs-green), #79a28d);
}

.hs-history-action {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--hs-forest-deep);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hs-profile-settings-body {
  padding-top: 1.5rem;
}

.hs-legal-card {
  max-width: 900px;
  margin: auto;
}

.hs-legal-card h2 {
  margin-top: 2rem;
  font-size: 1.45rem;
}

.hs-legal-card h2:first-child {
  margin-top: 0;
}

.hs-legal-updated {
  margin-top: 2.5rem;
  color: rgba(23, 52, 42, 0.55);
}

@media (max-width: 991px) {
  .hs-hero {
    min-height: 680px;
  }

  .hs-hero-overlay {
    background: rgba(15, 45, 34, 0.84);
  }

  .hs-profile-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .hs-dashboard-stats {
    margin-top: -6rem;
  }

  .hs-continue-card {
    grid-template-columns: 1fr;
  }

  .hs-continue-card > img {
    min-height: 0;
    max-height: none;
  }
}

@media (max-width: 575px) {
  .hs-section {
    padding: 4rem 0;
  }

  .hs-hero {
    min-height: 650px;
  }

  .hs-hero-content {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }

  .hs-hero-actions .btn {
    width: 100%;
  }

  .hs-hero-proof {
    display: grid;
  }

  .hs-stats-strip span {
    font-size: 0.78rem;
  }

  .hs-auth-hero,
  .hs-page-hero,
  .hs-dashboard-hero {
    padding: 8rem 0 4rem;
  }

  .hs-dashboard-stats {
    margin-top: -4.5rem;
  }

  .hs-stat-card {
    padding: 1.2rem;
  }

  .hs-recent-learning {
    padding: 1.25rem;
    border-radius: 24px;
  }

  .hs-recent-heading {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 1.5rem;
  }

  .hs-recent-heading h2 {
    font-size: 2.55rem;
  }

  .hs-recent-heading .hs-text-link {
    min-height: 42px;
    padding: 0.55rem 0.85rem;
  }

  .hs-history-body {
    min-height: 0;
  }

  .hs-history-card h3 {
    font-size: 1.2rem;
  }
}

/* Refined Hesteskole design system */

html {
  background: var(--hs-cream);
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: var(--hs-paper);
  color: var(--hs-ink);
  font-family: 'Inter Tight', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background: var(--hs-sage);
  color: var(--hs-forest-deep);
}

h1,
h2,
h3,
h4,
h5,
h6,
.mbr-section-title {
  color: var(--hs-ink);
  font-family: 'Inter Tight', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.035em;
}

p,
.nicetext {
  line-height: 1.7;
}

a,
button {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(168, 79, 43, 0.35);
  outline-offset: 3px;
}

.container {
  --bs-gutter-x: 2rem;
  max-width: 1220px;
}

.btn {
  min-height: 48px;
  border-radius: 999px !important;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 0.72rem 1.35rem;
}

.btn-lg {
  min-height: 58px;
  padding: 0.95rem 1.7rem;
}

.btn-primary,
.bg-primary {
  background-color: var(--hs-orange) !important;
  border-color: var(--hs-orange) !important;
}

.btn-primary {
  box-shadow: 0 10px 28px rgba(168, 79, 43, 0.22);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #8f3f21 !important;
  border-color: #8f3f21 !important;
  box-shadow: 0 14px 34px rgba(123, 63, 39, 0.28);
  transform: translateY(-2px);
}

/* Floating navigation */

.cid-u36JGNlXhx .navbar {
  top: 0;
  padding: 14px 14px 0 !important;
  background: transparent !important;
}

.cid-u36JGNlXhx .navbar > .container {
  width: 100%;
  max-width: 1160px;
  min-height: 76px;
  height: auto;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 22px;
  background: rgba(255, 253, 247, 0.9) !important;
  box-shadow: 0 14px 45px rgba(13, 42, 32, 0.12);
  backdrop-filter: blur(22px) saturate(1.2);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
}

.cid-u36JGNlXhx .navbar.navbar-short > .container {
  min-height: 68px;
  background: rgba(255, 253, 247, 0.96) !important;
}

.cid-u36JGNlXhx #toplogo {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.cid-u36JGNlXhx .navbar-caption {
  color: var(--hs-ink) !important;
  font-size: 1.15rem !important;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.cid-u36JGNlXhx .navbar-nav .nav-item .nav-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  color: var(--hs-ink) !important;
  font-size: 1rem !important;
  font-weight: 600;
  padding: 0.7rem 1rem !important;
}

.cid-u36JGNlXhx .navbar-nav .nav-item .nav-link:hover {
  background: var(--hs-mint) !important;
  color: var(--hs-forest-deep) !important;
}

.cid-u36JGNlXhx .navbar-nav .nav-link svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.hs-youtube-mark {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.25rem;
  border-radius: 0.42rem;
  background: #ff0033;
  color: #fff;
  box-shadow: 0 7px 18px rgba(255, 0, 51, 0.2);
}

.hs-youtube-mark svg,
.cid-u36JGNlXhx .navbar-nav .nav-link .hs-youtube-mark svg {
  width: 0.8rem;
  height: 0.8rem;
  fill: currentColor;
}

.hs-youtube-nav-link {
  gap: 0.5rem;
}

.cid-u36JGNlXhx .navbar-buttons .btn,
.cid-u36JGNlXhx .navbar-collapse > .mbr-section-btn .btn {
  min-height: 46px;
  margin: 0;
  padding: 0.68rem 1.15rem;
  font-size: 0.98rem !important;
}

.cid-u36JGNlXhx .btn-black-outline {
  border: 1px solid rgba(23, 45, 37, 0.45) !important;
  background: transparent !important;
}

.cid-u36JGNlXhx .btn-black-outline:hover {
  border-color: var(--hs-forest) !important;
  background: var(--hs-mint) !important;
  color: var(--hs-forest-deep) !important;
}

/* Editorial hero */

.hs-hero {
  min-height: 790px;
  border-radius: 0 0 46px 46px;
  background-position: center 28%;
  isolation: isolate;
}

.hs-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 75%, rgba(213, 229, 216, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(13, 42, 32, 0.08), rgba(13, 42, 32, 0.3));
}

.hs-hero-overlay {
  z-index: 1;
  background: linear-gradient(92deg, rgba(9, 37, 28, 0.88) 0%, rgba(18, 58, 44, 0.72) 48%, rgba(18, 58, 44, 0.14) 100%);
}

.hs-hero-content {
  z-index: 2;
  padding-top: 10rem;
  padding-bottom: 7rem;
}

.hs-hero,
.hs-hero *,
.hs-hero-content,
.hs-hero-content * {
  visibility: visible !important;
  animation: none !important;
  animation-delay: 0s !important;
}

.hs-hero-content,
.hs-hero-content * {
  opacity: 1 !important;
}

.hs-pill {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.hs-hero h1 {
  max-width: 860px;
  margin: 1.35rem 0 1.5rem;
  font-size: clamp(3.6rem, 6.6vw, 6.35rem);
  font-weight: 600;
  line-height: 0.91;
  letter-spacing: -0.07em;
}

.hs-display-accent {
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.055em;
}

.hs-hero p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 1.65vw, 1.25rem);
}

.hs-hero-actions {
  gap: 0.75rem;
  margin-top: 2.25rem;
}

.hs-hero-actions .btn-light {
  border-color: rgba(255, 255, 255, 0.45) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: var(--hs-forest-deep) !important;
}

.hs-hero-proof {
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.hs-hero-proof span {
  padding: 0.42rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(13, 42, 32, 0.28);
}

.hs-hero-card-column {
  display: flex;
  justify-content: flex-end;
}

.hs-hero-glass-card {
  width: min(100%, 310px);
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  background: rgba(255, 253, 247, 0.13);
  color: #fff;
  box-shadow: 0 24px 70px rgba(4, 22, 16, 0.24);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hs-hero-glass-card strong,
.hs-hero-glass-card p,
.hs-hero-glass-card a {
  display: block;
}

.hs-hero-glass-card strong {
  margin: 2rem 0 0.6rem;
  font-size: 1.65rem;
  letter-spacing: -0.035em;
}

.hs-hero-glass-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.55;
}

.hs-hero-glass-card a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.hs-hero-glass-card a span {
  display: inline-block;
  margin-left: 0.35rem;
}

.hs-live-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hs-live-label i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bce8c8;
  box-shadow: 0 0 0 5px rgba(188, 232, 200, 0.13);
}

.hs-stats-strip {
  position: relative;
  z-index: 5;
  padding: 2rem 1rem 1rem;
  background: var(--hs-cream);
}

.hs-stats-strip .container {
  max-width: 980px;
  margin-top: 0;
  padding: 1.4rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background: var(--hs-forest-deep);
  box-shadow: 0 22px 55px rgba(13, 42, 32, 0.22);
}

.hs-stats-strip .col-4 + .col-4 {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.hs-stats-strip strong {
  font-weight: 600;
  letter-spacing: -0.04em;
}

/* Home sections and bento cards */

.hs-section {
  padding: 7rem 0;
}

.hs-how {
  padding-top: 6rem;
  background:
    radial-gradient(circle at 12% 15%, rgba(185, 207, 191, 0.38), transparent 22%),
    var(--hs-cream);
}

.hs-section-heading {
  margin-bottom: 3.5rem;
}

.hs-section-heading h2 {
  font-size: clamp(2.5rem, 4.5vw, 4.25rem);
  line-height: 0.98;
}

.hs-eyebrow {
  color: var(--hs-orange);
  letter-spacing: 0.14em;
}

.hs-step-card,
.hs-benefit-card,
.hs-stat-card {
  position: relative;
  overflow: hidden;
  padding: 2.25rem;
  border-radius: 28px;
  box-shadow: var(--hs-shadow-soft);
}

.hs-how .row > div:first-child .hs-step-card {
  border-color: transparent;
  background: var(--hs-forest);
}

.hs-how .row > div:first-child .hs-step-card h3,
.hs-how .row > div:first-child .hs-step-card p {
  color: #fff;
}

.hs-how .row > div:first-child .hs-step-card p {
  opacity: 0.82;
}

.hs-how .row > div:nth-child(2) .hs-step-card {
  background: var(--hs-paper);
}

.hs-how .row > div:nth-child(3) .hs-step-card {
  background: var(--hs-sand);
}

.hs-step-card > span,
.hs-benefit-card > span {
  width: 3rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.52);
  font-size: 0.9rem;
}

.hs-how .row > div:first-child .hs-step-card > span {
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
}

.hs-step-card h3,
.hs-benefit-card h3 {
  font-size: 1.55rem;
  letter-spacing: -0.035em;
}

.hs-featured-courses {
  background: var(--hs-paper);
}

.hs-course-tile {
  border: 0;
  border-radius: 28px;
  background: var(--hs-cream);
  box-shadow: var(--hs-shadow-soft);
}

.hs-course-tile:hover {
  transform: translateY(-7px);
  box-shadow: var(--hs-shadow);
}

.hs-course-tile img {
  aspect-ratio: 16 / 9;
  height: auto;
  transition: transform 500ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.hs-course-tile picture,
.course-card picture,
.hs-continue-card picture,
.hs-history-media picture {
  display: block;
  width: 100%;
  overflow: hidden;
}

.course-card picture,
.hs-history-media picture {
  aspect-ratio: 16 / 9;
}

.course-card picture img,
.hs-history-media picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hs-course-tile:hover img {
  transform: scale(1.035);
}

.hs-course-tile-body {
  position: relative;
  padding: 1.6rem;
}

.hs-course-tile-body h3 {
  font-size: 1.5rem;
  line-height: 1.08;
}

.hs-course-tile-body strong {
  color: var(--hs-forest);
}

.hs-profile-cta {
  padding-top: 2rem;
  background: var(--hs-paper);
}

/* YouTube discovery */

.hs-youtube-section {
  padding: 2rem 0 5rem;
  background: var(--hs-paper);
}

.hs-youtube-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 36px;
  background:
    radial-gradient(circle at 8% 108%, rgba(185, 207, 191, 0.2), transparent 34%),
    linear-gradient(135deg, var(--hs-forest-deep), var(--hs-forest));
  box-shadow: var(--hs-shadow);
}

.hs-youtube-panel-copy {
  z-index: 1;
  padding: clamp(2.25rem, 5vw, 4.75rem);
}

.hs-youtube-panel .hs-eyebrow {
  color: var(--hs-sage);
}

.hs-youtube-panel h2 {
  max-width: 690px;
  margin: 0.5rem 0 1.25rem;
  color: #fff;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hs-youtube-panel p {
  max-width: 680px;
  margin-bottom: 1.75rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
  line-height: 1.65;
}

.hs-youtube-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 54px;
  padding: 0.85rem 1.25rem;
  border: 1px solid #c9002d;
  border-radius: 999px;
  background: #c9002d;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(201, 0, 45, 0.22);
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.hs-youtube-button:hover,
.hs-youtube-button:focus {
  border-color: #a90026;
  background: #a90026;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(169, 0, 38, 0.28);
}

.hs-youtube-button .hs-youtube-mark {
  width: 1.55rem;
  height: 1.1rem;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.hs-youtube-panel-art {
  position: relative;
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  overflow: hidden;
  margin: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.25), transparent 27%),
    radial-gradient(circle at 100% 0%, rgba(232, 221, 202, 0.42), transparent 45%),
    linear-gradient(145deg, rgba(185, 207, 191, 0.28), rgba(255, 255, 255, 0.05));
}

.hs-youtube-panel-art::before,
.hs-youtube-panel-art::after {
  content: '';
  position: absolute;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.hs-youtube-panel-art::after {
  width: 310px;
  height: 310px;
}

.hs-youtube-panel-art > span {
  position: relative;
  z-index: 1;
}

.hs-youtube-play-large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 5rem;
  border-radius: 1.5rem;
  background: #ff0033;
  color: #fff;
  box-shadow: 0 22px 50px rgba(255, 0, 51, 0.3);
  transform: rotate(-4deg);
}

.hs-youtube-play-large svg {
  width: 3.2rem;
  height: 3.2rem;
  fill: currentColor;
}

.hs-youtube-panel-art > span:last-child {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hs-youtube-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 1rem;
  padding: 1.35rem 1.5rem;
  border: 1px solid var(--hs-line);
  border-radius: 22px;
  background: var(--hs-paper);
  box-shadow: var(--hs-shadow-soft);
}

.hs-youtube-inline-copy > span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.5rem;
  color: var(--hs-orange);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hs-youtube-inline-copy > strong {
  display: block;
  color: var(--hs-ink);
  font-size: 1.35rem;
  line-height: 1.15;
}

.hs-youtube-inline-copy p {
  margin: 0.35rem 0 0;
  color: rgba(23, 45, 37, 0.66);
}

.hs-profile-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 15%, rgba(185, 207, 191, 0.22), transparent 26%),
    linear-gradient(135deg, var(--hs-forest-deep), var(--hs-forest));
  color: #fff;
  box-shadow: var(--hs-shadow);
}

.hs-profile-panel h2,
.hs-profile-panel p,
.hs-profile-panel .hs-eyebrow {
  color: #fff;
}

.hs-profile-panel p {
  opacity: 0.7;
}

.hs-profile-panel .btn-primary {
  flex: 0 0 auto;
  background: var(--hs-paper) !important;
  border-color: var(--hs-paper) !important;
  color: var(--hs-forest-deep) !important;
  box-shadow: none;
}

.hs-faq {
  background: var(--hs-paper);
}

.hs-faq-list details {
  margin-bottom: 0.7rem;
  padding: 1.35rem 1.5rem;
  border: 0;
  border-radius: 18px;
  background: var(--hs-cream);
}

.hs-faq-list summary {
  position: relative;
  padding-right: 2rem;
  list-style: none;
}

.hs-faq-list summary::-webkit-details-marker {
  display: none;
}

.hs-faq-list summary::after {
  content: '+';
  position: absolute;
  top: -0.1rem;
  right: 0;
  color: var(--hs-orange);
  font-size: 1.5rem;
  font-weight: 400;
}

.hs-faq-list details[open] summary::after {
  content: '\2212';
}

/* Course and video library */

.cid-u36JGNmExw.hs-library-page {
  padding: 0 0 6.5rem;
  background:
    radial-gradient(circle at 90% 6%, rgba(185, 207, 191, 0.42), transparent 22%),
    var(--hs-cream);
}

.hs-library-shell {
  padding-top: 10rem;
}

.hs-library-head {
  max-width: 880px;
  margin: 0 auto;
}

.hs-library-heading {
  padding: 2.25rem 1rem 1.5rem;
  text-align: center;
}

.cid-u36JGNmExw .hs-library-title {
  color: var(--hs-ink);
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.hs-library-page .hs-page-intro {
  max-width: 650px;
  margin-top: 1.25rem;
  font-size: 1.12rem;
}

.hs-library-page [role='tablist'] {
  display: inline-flex;
  gap: 0.2rem;
  margin-top: 1.2rem;
  padding: 0.38rem;
  border: 1px solid var(--hs-line);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.78);
  box-shadow: 0 10px 30px rgba(13, 42, 32, 0.07);
  backdrop-filter: blur(12px);
}

.hs-library-page [role='tablist'] .btn {
  min-height: 42px;
  margin: 0;
  padding: 0.55rem 1.15rem;
  border: 0;
  background: transparent;
  color: var(--hs-ink);
  box-shadow: none;
}

.hs-library-page [role='tablist'] .btn.active {
  background: var(--hs-forest) !important;
  color: #fff !important;
}

.hs-library-grid {
  align-items: stretch !important;
  margin-top: 3.25rem !important;
}

.hs-library-grid > [class*='col-'] {
  padding: 0.7rem;
}

.hs-library-grid .course-card {
  overflow: hidden;
  margin: 0 !important;
  border: 0;
  border-radius: 25px;
  outline: 0 !important;
  background: var(--hs-paper) !important;
  box-shadow: var(--hs-shadow-soft);
  opacity: 1 !important;
}

.hs-library-grid .course-card:hover {
  outline: 0 !important;
  box-shadow: var(--hs-shadow);
  transform: translateY(-6px);
}

.hs-library-grid .course-card .card-img-top {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.hs-library-grid .course-card:hover .card-img-top {
  transform: scale(1.035);
}

.hs-library-grid .course-card .card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 220px;
  padding: 1.35rem !important;
  text-align: left !important;
}

.hs-library-grid .course-card .card-title {
  min-height: 3.2rem;
  margin: 0 0 1.2rem;
  color: var(--hs-ink);
  font-size: 1.28rem;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.hs-library-grid .product-chooser-btn {
  align-self: flex-start;
  min-height: 42px;
  margin-top: auto;
  padding: 0.58rem 0.9rem !important;
  background: var(--hs-mint) !important;
  border-color: transparent !important;
  color: var(--hs-forest-deep) !important;
  box-shadow: none;
}

.hs-library-grid .product-chooser-btn:hover {
  background: var(--hs-sage) !important;
  transform: translateY(-1px);
}

.hs-library-grid .product-chooser-btn svg {
  width: 17px;
  height: 17px;
  fill: var(--hs-forest-deep) !important;
}

.hs-library-grid .product-chooser-btn svg path {
  fill: var(--hs-forest-deep) !important;
}

.hs-library-grid .hs-free-badge,
.hs-library-grid .opacity-50 {
  margin-top: 0.75rem !important;
  color: rgba(23, 45, 37, 0.58) !important;
  font-size: 0.82rem;
  font-weight: 600;
}

.hs-library-grid .hs-course-progress {
  width: 100%;
  margin-top: 0.85rem;
}

.hs-library-grid .hs-progress-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.55rem;
  color: var(--hs-ink);
  font-size: 0.92rem;
  font-weight: 600;
}

.hs-library-grid .hs-progress-label strong {
  color: var(--hs-green);
  font-size: 0.85rem;
  font-weight: 700;
}

.hs-library-grid .hs-course-progress .progress {
  width: 100%;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(23, 45, 37, 0.1);
  box-shadow: inset 0 1px 2px rgba(13, 42, 32, 0.08);
}

.hs-library-grid .hs-course-progress .progress-bar {
  border-radius: inherit;
  background: linear-gradient(90deg, var(--hs-orange), #c8794e) !important;
  box-shadow: none;
}

.hs-library-grid > .position-relative > div[style*='position: absolute'] {
  top: 1.15rem;
  right: 1.2rem !important;
}

.hs-library-grid .badge {
  padding: 0.48rem 0.68rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(23, 63, 49, 0.88) !important;
  box-shadow: 0 8px 22px rgba(13, 42, 32, 0.16);
  backdrop-filter: blur(10px);
}

@media (min-width: 1200px) {
  .hs-library-grid > .col-xl-3 {
    width: 33.33333333%;
  }
}

/* Viewing experience */

.hs-watch-hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 0 0 48px 48px;
  background-position: center 28% !important;
  isolation: isolate;
}

.hs-watch-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 78% 30%, rgba(232, 221, 202, 0.2), transparent 26%),
    linear-gradient(90deg, rgba(13, 42, 32, 0.92), rgba(13, 42, 32, 0.58));
}

.hs-watch-hero-inner {
  padding-top: 9.5rem;
  padding-bottom: 7rem;
}

.hs-watch-hero .mbr-section-head {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.hs-watch-title {
  margin-top: 1.35rem;
  font-size: clamp(3rem, 6vw, 5.6rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.06em;
  text-shadow: none;
}

.hs-watch-hero .custom-shape-divider-bottom-1708286944 {
  display: none;
}

.cid-u36JGNmExw.hs-watch-content {
  padding: 0 0 7rem;
  background: var(--hs-cream);
}

.hs-watch-container {
  position: relative;
  z-index: 4;
  max-width: 1120px;
  margin-top: -72px;
}

.hs-watch-container .video-wrapper {
  overflow: hidden;
  border: 8px solid var(--hs-paper);
  border-radius: 30px;
  background: #0b1612;
  box-shadow: 0 30px 80px rgba(13, 42, 32, 0.24);
}

.hs-watch-container .video-js,
.hs-watch-container .vjs-poster {
  border-radius: 22px;
}

.hs-video-access-note {
  align-items: center;
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(63, 118, 94, 0.18);
  border-radius: 18px;
  background: rgba(226, 238, 230, 0.86);
}

#btn_readmore {
  display: inline-flex;
  width: auto !important;
  gap: 0.6rem;
  background: var(--hs-forest) !important;
  border-color: var(--hs-forest) !important;
}

.hs-article-intro {
  margin: 2rem 0;
  border: 1px solid var(--hs-line);
  border-radius: 26px;
  background: var(--hs-paper);
  box-shadow: var(--hs-shadow-soft);
}

.hs-video-summary {
  margin: 2rem 0;
  padding: clamp(1.5rem, 4vw, 2.75rem);
  border: 1px solid var(--hs-line);
  border-radius: 26px;
  background: var(--hs-paper);
  box-shadow: var(--hs-shadow-soft);
}

.hs-video-summary h2 {
  margin: 0.45rem 0 0.8rem;
  color: var(--hs-ink);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  letter-spacing: -0.04em;
}

.hs-video-summary p {
  max-width: 820px;
  margin: 0;
  color: rgba(23, 52, 42, 0.78);
  font-size: 1.05rem;
  line-height: 1.7;
}

.hs-playlist {
  gap: 0.75rem;
  border-radius: 24px;
}

.hs-playlist .list-group-item {
  margin: 0;
  border: 1px solid var(--hs-line);
  border-radius: 18px !important;
  background: var(--hs-paper);
  color: var(--hs-ink);
  box-shadow: 0 8px 28px rgba(13, 42, 32, 0.05);
}

.hs-playlist .list-group-item:hover {
  border-color: rgba(63, 118, 94, 0.35);
  background: #fff;
  transform: translateY(-2px);
}

.hs-playlist .list-group-item.active {
  border-color: var(--hs-forest) !important;
  background: var(--hs-forest) !important;
  color: #fff !important;
}

.hs-playlist .list-group-item p {
  margin-bottom: 0;
}

.hs-related-heading {
  margin-top: 5rem;
}

.hs-related-heading h2 {
  font-size: clamp(2.4rem, 4vw, 3.8rem);
}

/* Account, dashboard and legal surfaces */

.hs-auth-hero,
.hs-page-hero,
.hs-dashboard-hero {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  padding: 10rem 0 7rem;
  border-radius: 0 0 46px 46px;
  background:
    radial-gradient(circle at 18% 80%, rgba(185, 207, 191, 0.22), transparent 28%),
    radial-gradient(circle at 85% 16%, rgba(232, 221, 202, 0.16), transparent 23%),
    linear-gradient(135deg, var(--hs-forest-deep), var(--hs-green));
}

.hs-auth-hero h1,
.hs-page-hero h1,
.hs-dashboard-hero h1 {
  max-width: 980px;
  margin: 1rem auto;
  font-size: clamp(3.2rem, 6vw, 5.6rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.hs-auth-content,
.hs-dashboard-content,
.hs-legal-content {
  background: var(--hs-cream);
}

.hs-auth-content {
  padding-top: 0;
}

.hs-auth-content > .container > .row {
  position: relative;
  z-index: 3;
  transform: translateY(-52px);
}

.hs-auth-card,
.hs-auth-benefits,
.hs-legal-card {
  border: 1px solid rgba(23, 45, 37, 0.1);
  border-radius: 30px;
  box-shadow: var(--hs-shadow);
}

.hs-auth-benefits {
  background: var(--hs-mint);
}

.hs-auth-card .form-control,
.hs-profile-settings .form-control {
  min-height: 56px;
  border: 1px solid rgba(23, 45, 37, 0.22);
  border-radius: 14px;
  background: #faf7ef;
  box-shadow: inset 0 1px 2px rgba(13, 42, 32, 0.03);
}

.hs-auth-card .form-control:focus,
.hs-profile-settings .form-control:focus {
  border-color: var(--hs-green);
  box-shadow: 0 0 0 4px rgba(63, 118, 94, 0.12);
}

.hs-auth-card .form-label {
  color: var(--hs-ink);
  font-weight: 650;
}

.hs-consents label {
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: var(--hs-cream);
}

.hs-stat-card,
.hs-continue-card,
.hs-history-card,
.hs-profile-settings,
.hs-legal-card {
  background: var(--hs-paper);
}

/* Benefits and footer */

.hs-global-benefits {
  position: relative;
  overflow: hidden;
  padding: 7rem 0;
  background:
    radial-gradient(circle at 10% 110%, rgba(185, 207, 191, 0.18), transparent 30%),
    var(--hs-forest-deep);
}

.hs-global-benefits .hs-section-heading h2,
.hs-global-benefits .hs-eyebrow {
  color: #fff;
}

.hs-global-benefits .hs-eyebrow {
  opacity: 0.64;
}

.hs-global-benefits .hs-benefit-card {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.hs-global-benefits .hs-benefit-card h3,
.hs-global-benefits .hs-benefit-card p {
  color: #fff;
}

.hs-global-benefits .hs-benefit-card p {
  opacity: 0.64;
}

.hs-global-benefits .hs-benefit-card > span {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

#footer-6-u36JGNpx2w {
  padding-top: 0;
  padding-bottom: 2.5rem;
  background: #071d16 !important;
  color: #fff;
}

#footer-6-u36JGNpx2w .container {
  padding-top: 5rem;
}

.hs-footer-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hs-footer-brand {
  max-width: 650px;
}

.hs-footer-brand > span {
  color: var(--hs-sage);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hs-footer-brand h2 {
  margin: 0.75rem 0;
  color: #fff;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 0.98;
}

.hs-footer-brand p,
.hs-footer-partner {
  color: rgba(255, 255, 255, 0.58);
}

.hs-footer-partner {
  flex: 0 0 auto;
  text-align: right;
}

.hs-footer-partner a {
  color: #fff;
  font-weight: 650;
  text-decoration: none;
}

.hs-footer-youtube {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.hs-footer-youtube .hs-youtube-mark {
  width: 1.5rem;
  height: 1.05rem;
}

#footer-6-u36JGNpx2w .row-links {
  margin-top: 2rem;
}

#footer-6-u36JGNpx2w .header-menu {
  gap: 0.3rem 1rem;
}

#footer-6-u36JGNpx2w .header-menu a {
  color: rgba(255, 255, 255, 0.68) !important;
  text-decoration: none;
}

#footer-6-u36JGNpx2w .header-menu a:hover {
  color: #fff !important;
}

.hs-footer-bottom {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#footer-6-u36JGNpx2w .copyright {
  color: rgba(255, 255, 255, 0.64);
}

@media (max-width: 991px) {
  .cid-u36JGNlXhx .navbar > .container {
    flex-wrap: wrap;
    min-height: 70px;
  }

  .cid-u36JGNlXhx .navbar-collapse {
    flex-basis: 100%;
    margin-top: 0.45rem;
    padding: 0.85rem;
    border-top: 1px solid var(--hs-line);
    border-radius: 16px;
    background: var(--hs-paper) !important;
    box-shadow: 0 18px 42px rgba(13, 42, 32, 0.14);
  }

  .cid-u36JGNlXhx .navbar-collapse .navbar-nav {
    align-items: flex-start;
    width: 100%;
  }

  .cid-u36JGNlXhx .navbar-nav .nav-item,
  .cid-u36JGNlXhx .navbar-nav .nav-item .nav-link {
    width: 100%;
  }

  .cid-u36JGNlXhx .navbar-nav .nav-item .nav-link {
    justify-content: flex-start;
  }

  .cid-u36JGNlXhx .navbar-collapse > hr {
    width: 100%;
    margin: 0.75rem 0;
  }

  .cid-u36JGNlXhx .navbar-collapse > .navbar-buttons,
  .cid-u36JGNlXhx .navbar-collapse > .mbr-section-btn {
    float: none !important;
    width: 100%;
    margin: 0.3rem 0 !important;
  }

  .cid-u36JGNlXhx .navbar-collapse > .navbar-buttons .btn,
  .cid-u36JGNlXhx .navbar-collapse > .mbr-section-btn .btn {
    width: 100%;
  }

  .hs-hero {
    min-height: 760px;
  }

  .hs-hero-overlay {
    background: rgba(13, 42, 32, 0.76);
  }

  .hs-hero-card-column {
    display: none;
  }

  .hs-featured-courses .row > [class*='col-'] {
    width: 50%;
  }

  .hs-youtube-panel {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 0.55fr);
  }

  .hs-youtube-inline {
    align-items: flex-start;
    flex-direction: column;
  }

  .hs-library-shell {
    padding-top: 8.5rem;
  }

  .hs-watch-hero {
    min-height: 450px;
  }

  .hs-watch-container {
    margin-top: -48px;
  }

  .hs-library-grid > [class*='col-'] {
    width: 50%;
  }

  .hs-continue-card > img,
  .hs-continue-card > picture,
  .hs-continue-card > picture img,
  .hs-history-card img,
  .hs-course-tile img,
  .hs-library-grid .card-img-top {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    object-fit: cover;
  }

  .hs-footer-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .hs-footer-partner {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .hs-section {
    padding: 5rem 0;
  }

  .hs-stats-strip {
    padding-top: 1.5rem;
  }

  .hs-stats-strip .container {
    padding: 1.2rem 0.75rem;
  }

  .hs-stats-strip .col-4 {
    padding-right: 0.35rem;
    padding-left: 0.35rem;
  }

  .hs-library-grid .course-card .card-body {
    min-height: 0;
  }

  .hs-library-grid .course-card .card-title {
    font-size: 1.1rem;
  }

  .hs-auth-content > .container > .row {
    transform: translateY(-36px);
  }

  .hs-featured-courses .row > [class*='col-'],
  .hs-library-grid > [class*='col-'] {
    width: 100%;
  }

  .hs-profile-panel .btn,
  .hs-auth-card .btn-primary {
    width: 100%;
  }

  .hs-youtube-panel {
    grid-template-columns: 1fr;
  }

  .hs-youtube-panel-art {
    min-height: 220px;
    margin-top: 0;
  }

  .hs-youtube-inline .hs-youtube-button {
    width: 100%;
  }

  .hs-video-access-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .hs-history-footer {
    gap: 0.75rem;
  }

  .hs-footer-top {
    gap: 2rem;
  }

  #footer-6-u36JGNpx2w .header-menu {
    align-items: flex-start;
    flex-direction: column;
  }

  input,
  select,
  textarea,
  .form-control {
    font-size: 16px !important;
  }

  .animate__animated,
  .hs-home .hs-step-card,
  .hs-home .hs-step-card *,
  .hs-home .hs-course-tile,
  .hs-home .hs-course-tile *,
  .hs-global-benefits .hs-benefit-card,
  .hs-global-benefits .hs-benefit-card * {
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
    animation-delay: 0s !important;
  }
}

@media (max-width: 575px) {
  .container {
    --bs-gutter-x: 1.25rem;
  }

  .cid-u36JGNlXhx .navbar {
    padding: 8px 8px 0 !important;
  }

  .cid-u36JGNlXhx .navbar > .container {
    border-radius: 18px;
  }

  .cid-u36JGNlXhx #toplogo {
    width: 50px;
    height: 50px;
  }

  .cid-u36JGNlXhx .navbar-caption {
    padding-left: 0.6rem;
    font-size: 1rem !important;
  }

  .hs-hero {
    min-height: 690px;
    border-radius: 0 0 30px 30px;
  }

  .hs-hero-content {
    padding-top: 8.5rem;
    padding-bottom: 5.5rem;
  }

  .hs-hero h1 {
    font-size: clamp(2.9rem, 14.5vw, 4rem);
    line-height: 0.94;
  }

  .hs-hero p {
    font-size: 1rem;
  }

  .hs-hero-proof span {
    width: fit-content;
  }

  .hs-stats-strip .container {
    margin-top: 0;
    border-radius: 20px;
  }

  .hs-stats-strip strong {
    font-size: 1.35rem;
  }

  .hs-section-heading h2 {
    font-size: 2.45rem;
  }

  .hs-youtube-section {
    padding-top: 1rem;
  }

  .hs-youtube-panel {
    border-radius: 26px;
  }

  .hs-youtube-panel-copy {
    padding: 2rem 1.35rem 1.5rem;
  }

  .hs-youtube-panel h2 {
    font-size: 2.65rem;
  }

  .hs-youtube-panel p {
    font-size: 1rem;
  }

  .hs-youtube-panel .hs-youtube-button {
    width: 100%;
  }

  .hs-youtube-panel-art {
    min-height: 190px;
    margin: 0 0.65rem 0.65rem;
    border-radius: 20px;
  }

  .hs-youtube-play-large {
    width: 5.6rem;
    height: 4rem;
  }

  .hs-library-shell {
    padding-top: 7.5rem;
  }

  .cid-u36JGNmExw .hs-library-title {
    font-size: 2.85rem;
  }

  .hs-library-page [role='tablist'] .btn {
    min-height: 46px;
    padding: 0.55rem 0.78rem;
  }

  .hs-library-grid > [class*='col-'] {
    width: 100%;
  }

  .hs-library-grid .course-card .card-body {
    min-height: 0;
  }

  .hs-watch-hero {
    min-height: 410px;
    border-radius: 0 0 30px 30px;
  }

  .hs-watch-hero-inner {
    padding-top: 8.5rem;
    padding-bottom: 5.5rem;
  }

  .hs-watch-title {
    font-size: 2.55rem;
  }

  .hs-watch-container {
    margin-top: -30px;
  }

  .hs-watch-container .video-wrapper {
    border-width: 4px;
    border-radius: 20px;
  }

  .hs-auth-hero,
  .hs-page-hero,
  .hs-dashboard-hero {
    min-height: 410px;
    padding: 8rem 0 5rem;
    border-radius: 0 0 30px 30px;
  }

  .hs-auth-hero h1,
  .hs-page-hero h1,
  .hs-dashboard-hero h1 {
    font-size: 2.7rem;
  }

  .hs-profile-panel,
  .hs-auth-card,
  .hs-auth-benefits,
  .hs-legal-card {
    border-radius: 24px;
  }

  .hs-footer-top {
    padding-bottom: 2.5rem;
  }

  .hs-footer-brand h2 {
    font-size: 2.35rem;
  }

  .hs-footer-partner,
  .hs-footer-brand p {
    font-size: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
